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

Change the Standard Library prefixing to match Dune's #10169

Merged
merged 3 commits into from
Feb 10, 2021

Commits on Jan 21, 2021

  1. Simplify api_docgen/Makefile.docfiles

    stdlib/StdlibModules already contains the unprefixed forms of the
    filenames in $(STDLIB_MODS)
    dra27 committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    3271821 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a4e32a View commit details
    Browse the repository at this point in the history
  3. Use capital letters for stdlib modules

    Now use stdlib__String instead of stdlib__string. Removes a difference
    between the stdlib when compiled with Dune vs make.
    dra27 committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    53ba024 View commit details
    Browse the repository at this point in the history