reason-cli icon indicating copy to clipboard operation
reason-cli copied to clipboard

Globally installable Reason toolchain.

Results 41 reason-cli issues
Sort by recently updated
recently updated
newest added

Refmt doesn't handle the new Comment Syntax from https://github.com/facebook/reason/pull/2254 ``` refmt errors: File "X.re", line 2, characters 0-2: Error: 0: ``` Refmt version ``` Reason 3.3.3 @ fefe5e4d ```

Hi there, In the process of trying to fix my ale, reason-language-server, languageclient-neovim set up, I stumbled over this repo and I totally forgot about it. I then realized its...

Applying `refmt` to code brings back and semicolons that were removed. The proposal here is to provide an option (like `prettier`s` "semi": false`) that would remove as many semicolons as...

The current release of reason-cli is 3.3.3, which as far as I can tell, was released in Aug. 2018 (hard to say because [the release isn't tagged](https://github.com/facebook/reason/issues/2461)). For those getting...

MacOS 10.12.6 Yarn v0.27.5 ``` » sudo yarn global add https://github.com/reasonml/reason-cli/archive/beta-v-1.13.6-bin-darwin.tar.gz yarn global v0.27.5 warning package.json: No license field warning No license field [1/4] Resolving packages... [2/4] Fetching packages... [3/4]...

Once it's ready and works with bucklescript https://github.com/ocaml/merlin/pull/1019

It needs `libncurses.so.5` which is not available in official repo, it may be solved by installing [ncurses5-compat-libs](https://aur.archlinux.org/packages/ncurses5-compat-libs/) from aur.

I see in the README that `reason-cli` suggests it be installed globally. For a variety of reasons, I consider that an anti-pattern; but more importantly, when permitting users to contribute...

using "sudo npm install -g reason-cli@latest-macos" on macOS Mojave 10.14.1 I get file permissions errors and the install fails. The install succeeds using yarn. > [email protected] postinstall /usr/local/lib/node_modules/bs-platform > node...

Not sure if this is the right place for this, or if this is a known issue: ``` Reason # let foo = fun(x) => x + 2; let foo...