Jonathan Cubides

Results 42 comments of Jonathan Cubides

On a fresh Fedora 36, the proposed solutions don't work. I tried, e.g., `sudo dnf install ncurses-compat-libs` to fix it without any success. I get: ``` wasmer: /lib64/libtinfo.so.5: no version...

We decided to remove all the Unicode input from the examples and the standard without removing support for typing them.

We should start crafting each release manually instead of using the Github web browser interface. The plan is to use the Github CLI tool (`gh release`) that allows us to...

I could reproduce this issue. This is because @rokopt used TABs instead of white spaces in the inductive type declarations. In principle, we should use only whitespaces.

We decided to throw an error if any tab character is detected while parsing the file.

Regarding the operator precedence, we will probably open an issue in the anoma/juvix-stdlib repo to discuss it. Thank you @tzemanovic for the input.

There are some global options that do not apply to certain commands (e.g.no termination for the doctor's command).