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
a.ml:
a.ml
(* empty *)
b.ml:
b.ml
module ~D = A macro m () = <<assert false>>
c.ml:
c.ml
let f = $(B.m ())
Bug:
$ ocamlc a.ml b.ml c.ml Segmentation fault >> Fatal error: Something went wrong when executing splice generation command: /home/jeremy/.opam/macros/bin/ocamlrun /tmp/camlstatic52bb4e /tmp/camlsplice08ed3d Fatal error: exception Misc.Fatal_error
The text was updated successfully, but these errors were encountered:
Simpler:
module M = struct end macro m () = << 3 >>
ocamlc b.ml c.ml Segmentation fault >> Fatal error: Something went wrong when executing splice generation command: /home/jeremy/projects/modular-macros/install/bin/ocamlrun /tmp/camlstatic750f1c /tmp/camlsplice68d64b Fatal error: exception Misc.Fatal_error
Sorry, something went wrong.
No branches or pull requests
a.ml
:(* empty *)
b.ml
:c.ml
:Bug:
The text was updated successfully, but these errors were encountered: