We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
< 4.08 merlin didn't complain about #use and #require directives in ocaml scripts. Since 4.08 it seems it does ("Syntax error").
#use
#require
I didn't test 4.09.
The text was updated successfully, but these errors were encountered:
#!
I still have this issue with OCaml 4.12.0 + merlin 4.3.1-412.
Sorry, something went wrong.
I ran into this today with OCaml 4.13.1 and merlin 4.4-413. For example,
#!/usr/bin/env ocaml #load "unix.cma" let () = print_endline (Unix.getenv "HOME")
Merlin reports a syntax error on line 3. ocaml and ocamlformat handle the example with a smile; even GitHub's syntax highlighting does ok :-)
ocaml
ocamlformat
Successfully merging a pull request may close this issue.
< 4.08 merlin didn't complain about
#use
and#require
directives in ocaml scripts. Since 4.08 it seems it does ("Syntax error").I didn't test 4.09.
The text was updated successfully, but these errors were encountered: