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
git clone https://github.com/esy-ocaml/hello-reason.git
cd hello-reason
touch lib/A.ml
esy mvim lib/A.ml
Output:
"lib/A.ml" 0L, 0C
(merlin) backtrace:
Error detected while processing function merlin#Register[117]..merlin#LoadProject:
line 2:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/Users/x/code/VimBox/dotVim/bundle/vim-reason/autoload/merlin.py", line 740, in setup_merlin
failures = command("project","get")
File "/Users/x/code/VimBox/dotVim/bundle/vim-reason/autoload/merlin.py", line 201, in command
return merlin_process().command(context(cmd))
File "/Users/x/code/VimBox/dotVim/bundle/vim-reason/autoload/merlin.py", line 170, in command
raise MerlinException(value)
merlin.MerlinException: 'File "src/kernel/mocaml.ml", line 29, characters 2-8: Assertion failed'
Press ENTER or type command to continue
I'm not sure if the error is with VimBox specifically.
The text was updated successfully, but these errors were encountered:
I'm using the master branch. I didn't configure Vim outside of installing VimBox (I backed up my old Vim config and started fresh), so it looks like it's using chenglou/vim-reason.
But I think you may have led me to how to fix it. I commented-out Plug 'chenglou/vim-reason' and replaced it with Plug 'jordwalke/vim-reasonml'. It seems to be working okay now.
Steps to reproduce:
Output:
I'm not sure if the error is with VimBox specifically.
The text was updated successfully, but these errors were encountered: