You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your great Vim config, everything works fine but I've been having issues with Reason recently.
Step to reproduce:
git clone git clone https://github.com/chenglou/reason-react-example.gitcd reason-react-examplenpm installnpm run buildmvim .
Now open mvim src/simple/page.re from NERDTree.
In my case I get this error:
There are a lot more errors as I type and every time I save a Reason file.
I have installed reason-cli and everything seems to be installed correctly, for example I have no problems with the VS Code plugin, only with VimBox.
Note: If I delete the .merlin file, the file is opened without any errors.
Here is the content of my .merlin file if it helps:
####{BSB GENERATED: NO EDIT
FLG -ppx '/Users/adrien/Projects/reason-react-example/node_modules/bs-platform/bin/reactjs_jsx_ppx_2.exe'
FLG -ppx /Users/adrien/Projects/reason-react-example/node_modules/bs-platform/bin/bsppx.exe
S /Users/adrien/Projects/reason-react-example/node_modules/bs-platform/lib/ocaml
B /Users/adrien/Projects/reason-react-example/node_modules/bs-platform/lib/ocaml
FLG -nostdlib -no-alias-deps -color always -w -40+6+7+27+32..39+44+45
S /Users/adrien/Projects/reason-react-example/node_modules/reason-react/lib/ocaml
B /Users/adrien/Projects/reason-react-example/node_modules/reason-react/lib/ocaml
S /Users/adrien/Projects/reason-react-example/node_modules/bs-director/lib/ocaml
B /Users/adrien/Projects/reason-react-example/node_modules/bs-director/lib/ocaml
S src
B lib/bs/src
S src/retainedProps
B lib/bs/src/retainedProps
S src/todomvc
B lib/bs/src/todomvc
S src/simple
B lib/bs/src/simple
S src/logo
B lib/bs/src/logo
S src/interop
B lib/bs/src/interop
S src/async
B lib/bs/src/async
####BSB GENERATED: NO EDIT}
Thanks!
The text was updated successfully, but these errors were encountered:
adriantoine
changed the title
Errors while opening reason files after a first installation
Errors while opening reason files after a bs build
Jul 29, 2017
adriantoine
changed the title
Errors while opening reason files after a bs build
Errors while opening Reason files after a bs build
Jul 29, 2017
Sorry for the delay. I notice you have an opam 4.03 installed and I think that BS uses a 4.02.3 so that's probably the source of the conflict. You could install reason-cli instead which might help because it's pinned to ocaml 4.02.3.
Hi!
Thanks for your great Vim config, everything works fine but I've been having issues with Reason recently.
Step to reproduce:
Now open
mvim src/simple/page.re
from NERDTree.In my case I get this error:
There are a lot more errors as I type and every time I save a Reason file.
I have installed
reason-cli
and everything seems to be installed correctly, for example I have no problems with the VS Code plugin, only with VimBox.Note: If I delete the
.merlin
file, the file is opened without any errors.Here is the content of my
.merlin
file if it helps:Thanks!
The text was updated successfully, but these errors were encountered: