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
Using ocaml comments in eml files breaks preprocessing.
Minimal setup for reproducing: file main.eml.ml. Spaces in the beginning of lines are important!
(* <p>Im gonna break everything:( </p> *)
Running dune exec dream_eml main.eml.ml produces this:
dune exec dream_eml main.eml.ml
#1 "main.eml.ml" (* let ___eml_buffer = Buffer.create 4096 in (Buffer.add_string ___eml_buffer "<h1>Im gonna break everything:( </h1>\n*)"); (Buffer.contents ___eml_buffer)
Running this file gives error
File "main.eml.ml", line 1, characters 2-4: Error: Comment not terminated
Ocaml 5.1.0, dream 1.0.0~alpha7, dune 3.17.0
The text was updated successfully, but these errors were encountered:
Thank you!
Sorry, something went wrong.
No branches or pull requests
Using ocaml comments in eml files breaks preprocessing.
Minimal setup for reproducing: file main.eml.ml. Spaces in the beginning of lines are important!
Running
dune exec dream_eml main.eml.ml
produces this:Running this file gives error
Ocaml 5.1.0, dream 1.0.0~alpha7, dune 3.17.0
The text was updated successfully, but these errors were encountered: