Avoid 'assert false' when looking up module .cmo#803
Avoid 'assert false' when looking up module .cmo#803Julow wants to merge 1 commit intoocsigen:masterfrom
Conversation
This error was reachable when also hitting this error:
Error: Error: Inferred type of injected ident not found. You need to
regenerate services/.services.objs/byte/game.cmo.
|
Also, I'm hitting this error while trying to move |
|
We have rules like: Is it possible that the dependency on |
|
Thanks for the help! The rule that generates the error is this one: (rule (target game.ml) (deps ../services/game.eliom)
(action
(with-stdout-to %{target}
(chdir .. (run ../tools/eliom_ppx_client.exe --as-pp -server-cmo %{cmo:../services/game} --impl %{deps})))))That |
|
Maybe the issue is that eliom/src/ppx/ppx_eliom_utils.ml Line 53 in b264bf9 |
This error was reachable when also hitting this error: