Skip to content
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

Restore compatibility with Standard Library modules on OCaml 4.x #5

Merged
merged 6 commits into from
Jun 24, 2022

Commits on Jun 10, 2022

  1. Only install modules for 4.14+

    Use the Standard Library modules for OCaml 4.x, but override 4.14's to
    eliminate the deprecation warning.
    dra27 committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    709a49f View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. Configuration menu
    Copy the full SHA
    9498a2c View commit details
    Browse the repository at this point in the history
  2. Strengthened types

    dra27 committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    6e3013d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72686cc View commit details
    Browse the repository at this point in the history
  4. Fix MSVC for 4.07+

    4.02-4.06 remain broken.
    dra27 committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    35b7182 View commit details
    Browse the repository at this point in the history
  5. Empty library for OCaml 4.07 as well

    We hit the issue corrected in PR#2041 in OCaml 4.08 - even in OCaml 4.07
    with its prefixed Stdlib, we can't override modules opened from Stdlib.
    dra27 committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    2fc20b9 View commit details
    Browse the repository at this point in the history