thierry-martinez / stdcompat

Stdcompat: compatibility module for OCaml standard library
BSD 2-Clause "Simplified" License
31 stars 13 forks source link

[WIP] Add support for OCaml 4.12 #12

Closed kit-ty-kate closed 2 years ago

kit-ty-kate commented 3 years ago

Here is a branch that compiles with the upcoming OCaml 4.12. All it does it compile with 4.12, it does not add any of the new functions so far.

I'm using it for test purposes and I'm not sure I'll have time to properly add all the new functions or properly find a way to deal with the Spacetime module being removed. Please feel free to add things to this branch (it is open to edits by maintainers) if you feel like it might help.

valpackett commented 3 years ago

Spacetime module being removed

Yeah.. stdcompat also doesn't work with previous versions compiled without spacetime >_<

Does any stdcompat consumer actually use it?