andrenth / ocaml-stdint

Various signed and unsigned integers for OCaml
Other
85 stars 16 forks source link

Fix Stdlib.Pervasives deprecation #36

Closed ghost closed 4 years ago

ghost commented 4 years ago

If you decide to use stdlib_shims, we'd modify the jbuilder file, which wouldn't exist any longer after the migration to dune (#35). In that case, this diff would need to be adjusted and merged after #35.

ghost commented 4 years ago

Perhaps this is the wrong approach and will break more than it solves.

rgrinberg commented 4 years ago

I think this is the right approach. 4.07 isn't so new and users are welcome to use the old version.