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

Detect duplicate non-cyclical project imports #9933

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Dec 2, 2024

  1. Add Y-forking import test

    - A test for detecting when the same config is imported via many different paths
    - Error on duplicate imports
    - Do the filtering in duplicateImportMsg
    - Use duplicateImportMsg for cycles too
    - Add haddocks to IORef parameter
    - Add changelog entry
    - Use ordNub instead of nub
    - Use NubList
    - Share implement of duplicate and cyclical messages
    - Update expectation for non-cyclical duplicate import
    philderbeast committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    7c1beb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c20d5d1 View commit details
    Browse the repository at this point in the history
  3. Update expected output

    philderbeast committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    505a04a View commit details
    Browse the repository at this point in the history