-
Notifications
You must be signed in to change notification settings - Fork 43
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
Does not compile with multicore-ocaml #89
Comments
Got it. The compiler is trying to build the ast_406.ml, but multicore has changed the parsetree. Will try to fix it. |
If you change the AST in the compiler, you will also need a separate branch of ocaml-migrate-parsetree with the modified AST. You might need that as well for other projects such as ppxlib and maybe individual ppx rewriters as well. |
@anmolsahoo25 I am hitting this error with Multicore OCaml 4.10.0 when building with dune-2.5.1:
Any suggestions for a fix? This package is a pre-requisite to build js_of_ocaml-compiler.3.6.0. Thanks! |
The only possible explanation I can think of is that the Multicore branch modified the parsetree. If that's the case, then there is nothing omp can do. |
We only add a single |
That seems complicated with the current OMP. Perhaps it will be easier once we have OMP2. But really, once we have Astlib that should become quite easy. |
Hi, tried to migrate to multicore ocaml and got the message
I guess this is the same issue? |
Currently investigating why it does not build with multicore-ocaml trunk.
This is the error message
Any help would be appreciated. Thanks!
The text was updated successfully, but these errors were encountered: