Marvin

Results 28 issues of Marvin

Birb needs more samples. The more expressive (shorter, non-transpiled), the better.

help wanted
good first issue

This makes use of the `--debug` flag and adds a new flag `--valgrind`: - `--debug`: Use GCC's sanitization and other debugging flags (LLVM only for now) - `--valgrind`: Run the...

It's not clear how much this change influences the performance of the LLVM backend; we should write/merge the new benchmarking infrastructure first before merging this.

This enables automatic growing of LLVM's stack once the end is reached (or memory larger than the remaining space is allocated). We can now have much smaller stack sizes than...

While scrolling through my thesis the preview window always crashes at the same parts of the LaTeX code. I could narrow it down to my use of `\twoheadsquigarrow` (as defined...

In my `peer/` file I've set `deflate 9`. Now, when running `pon `, I get > deflate option value of 9 changed to 9 to avoid zlib bug which is...

Closes #1057 by skipping shebangs in the header of a file.

We run the parser and frontend before we generate the documentation. `BoxUnboxInference` flattens the namespaces, which is why we don't have `NamespaceDef`s in the `Tree` once we arrive at the...

Permits a temporary fix for #1026. We can now do `NODE_FLAGS="--max-old-space-size=8192"` and it will automatically add the flags to the `node` runner flags (in shebang). I also added `VALGRIND_FLAGS`, `CHEZ_FLAGS`,...

The benchmark test suite of Effekt Plots fails since a few days. The culprits are two JS test cases that run out of heap space: `resume_nontail 10000` and `sum_range 10000000`....

bug
area:js