-
-
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
IllegalArgumentException: Not an OCaml node: Element(OCAML_LAZY_NODE) #329
Comments
Not sure why, I just checked from 2 different computers located in the US and Europe without any cookies - the file seems to be available. Can you try one more time? Alternatively, I can email the file to you, but I'd like to avoid re-publishing it elsewhere. |
ok I'll try when my vpn for work is down. |
nope, still no luck |
Very strange, sorry about it! Would email work? Please shoot me an email at soid.exe at gmail and I'll send the file. |
you can create a repo in git, it's easier |
I get a similar (Intellj) exception when having a non empty .mly file in use:
The file is at https://github.com/realworldocaml/book/blob/master/book/parsing-with-ocamllex-and-menhir/examples/parsing/short_parser.mly . The ReasonML version is 0.102.1-2021.1 |
@JoAllg I see, thanks |
@JoAllg I'm trying to fix the bug, but mly is far from my initial goal for this plugin and I should probably have not tried to add a parser for it. The point is, don't expect anything good for mly files. |
fixed in 0.102.2 |
plugin version: 0.100-2021.1
Description
When typing in .mll file, the plugin throws an exception (in IntelliJ) and prevents text being typed.
The exception:
How to reproduce:
| VAR { Var($1) }
in the end of the file.The text was updated successfully, but these errors were encountered: