Astrocoders / lenses-ppx

GADT lenses
MIT License
105 stars 10 forks source link

Fail to run demo #23

Closed timerg closed 4 years ago

timerg commented 4 years ago

What I have done:

and the bs compiler complained: Fatal error: exception Failure("Ast_mapper: OCaml version mismatch or malformed input")

timerg commented 4 years ago

After more research, I found that bs-platform is using ocaml 4.06. But this project is 4.09. Does that mean the latest version doesn't support usage by bucklescript?

fakenickels commented 4 years ago

Hey there @timerg! Thanks for trying to contribute

The problem happened because I merged too prematurely an attempt to upgrade and clean up the code, I just reverted it in master so you can probably run it now https://github.com/Astrocoders/lenses-ppx/pull/25

I'll properly finish the upgrade when I'm able

timerg commented 4 years ago

Thanks!