-
Notifications
You must be signed in to change notification settings - Fork 98
dev meeting 20200930
Nathan Rebours edited this page Oct 8, 2020
·
1 revision
Present at the meeting:
- Jérémie Dimino (@jeremiedimino)
- Sonja Heinze (@pitag-ha)
- Sonja keeps on trying to make Astlib compile without implicit transitive deps
Sonja tried to add interfaces for the various modules from compiler-libs aliases in Astlib, for now by adding a single mli file for the Compiler_libs module of ppxlib/astlib. She has run into some problems to get ppxlib compiled when not explicitly copying in the interface of all modules. Jérémie has helped and will help with that problem. Sonja will keep on working on Astlib.
She has also simplified the bisect_ppx code as allowed by the ppxlib API. Before, it was doing complicated things to obey the idiosyncrasies of the old API.
Hugo did some more code review on js_of_ocaml, and modified the code to make it work with the old and new ppxlib. Sonja will review Hugo's changes and comments.