Pierre Krafft

Results 22 issues of Pierre Krafft

Checking this causes Gradualizer to hang: ```Erlang -spec describe_expr(gradualizer_type:abstract_expr()) -> io_lib:chars(). describe_expr({call, _, _, _}) -> "function call". ``` This is the cause of Travis running out of memory in...

Gradualizer runs out of memory on https://travis-ci.com/josefs/Gradualizer/jobs/250000840 but the test still passes. That's 4.724 GB heap space. To resolve this issue we should make the test fail if there is...

As a follow up to #155 I have tried replacing custom operators with specs. My findings are: * Some checks in `test/should_pass/operator_subtypes.erl` pass just because the expression gets typed as...

As I raised in #169, the constraint system we have is unfortunately not advanced enough to express the patterns we see (as far as I can tell). The discussion there...

As part of the effort of solving #49, #137 touched the error reporting for `{var, _, _}`. As @zuiderkwast writes, the error for expressions should not be the same as...

Is the public API just the `gradualizer` module? Is it fine that we use short module names like `ty`?

discussion

Before #898, Tidal instances would share tempo over the network. This included cycles per second, but also the current cycle. After #898, cycles per second is shared, but the current...

There was a mixup during naming. Please help me double check that the calculations are correct now. Reference: https://tidalcycles.org/docs/patternlib/tutorials/cycles/#convert-between-bpm-and-cps

Github is [Sunsetting Atom](https://github.blog/2022-06-08-sunsetting-atom/). We need a replacement editor to use in the Tidal installation packages and in our recommendations to new users.

I'm exited about this project and want to know how to help. What things are you working on at the moment? What's needed until this can recommend using sources in...