-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
com.reason.CompilerProcessException: Dune process exception. Invalid cliType command. #234
Comments
Hi, esy is not yet supported, work is in progress. |
I have a branch that adds proper esy support. I'll update this issue once the PR is ready. In the meantime, I added an "experimental" label to the esy support check. |
I think this also affects Bucklescript commands. My hotkeys are not working anymore, and can't execute clean & build command from toolbar or actions
|
@JohnPucciarelli @giraud This is 0.88 regression, 0.87 is working fine |
Aha, found the reason. Bsb action was named "Build" before and now it was changed to Make. I had keybinding for Build action and it was migrated to Esy's build 😿 I've noticed that action names for esy/dune/bsb can clash and it is not clear what action you are supposed to bind. Fixed here #238 |
should be fixed in 0.88.1 (2019.3/2020.1) |
plugin version: 0.88.0-2020.1
On Linux/Ubuntu after save file, I receive an Exception
Dune process exception. Invalid cliType command
.In the shell,
esy dune build
works perfect.( btw. how could I tell the plugin to take
esy dune ...
instead ofdune...
)Log:
The text was updated successfully, but these errors were encountered: