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

Add an early error when compiling different modules with mismatching -for-pack #1391

Merged
merged 5 commits into from Sep 13, 2022

Commits on Sep 5, 2022

  1. Add an early error when compiling different modules with mismatching …

    …-for-pack
    
    If module A is build with -for-pack X and module B with -for-pack Y and
    A uses B, this will trigger when building A (with ocamlopt) rather than
    when linking, or when building some further module using both A and B.
    chambart committed Sep 5, 2022
    Copy the full SHA
    7ccdfa0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    83f2430 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    7baf175 View commit details
    Browse the repository at this point in the history
  4. Changes

    chambart committed Sep 5, 2022
    Copy the full SHA
    c996ed7 View commit details
    Browse the repository at this point in the history
  5. Remove broken pack linking test

    lthls authored and chambart committed Sep 5, 2022
    Copy the full SHA
    ae50f1d View commit details
    Browse the repository at this point in the history