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

Derive Ord instance for all core AST types #283

Merged
merged 29 commits into from
Sep 4, 2024
Merged

Commits on Jun 15, 2024

  1. derive Ord instance for all core AST types

    Requested in #282 . Note that `Eq` was already derived.
    raehik committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    f1b7bbd View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    4c72831 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21f5f54 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad0bae8 View commit details
    Browse the repository at this point in the history
  4. add test for module graph

    dorchard committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    9a65b86 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3b0b45c View commit details
    Browse the repository at this point in the history
  6. make test platform agnostic

    dorchard committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    7a120ed View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    55ac84d View commit details
    Browse the repository at this point in the history
  8. remove any duplicates

    dorchard committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    093d7ff View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b5068b7 View commit details
    Browse the repository at this point in the history
  10. filepath consistency

    dorchard committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    94eb5b0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9926607 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    39a7c76 View commit details
    Browse the repository at this point in the history
  13. remoev comment

    dorchard committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    69b1911 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    59e1bc4 View commit details
    Browse the repository at this point in the history
  15. more robust test

    dorchard committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    4157d22 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5c7737c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    19f25a1 View commit details
    Browse the repository at this point in the history
  18. mod file spec test

    dorchard committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    341021c View commit details
    Browse the repository at this point in the history
  19. add modfilespec to cabal

    dorchard committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    193dbb2 View commit details
    Browse the repository at this point in the history
  20. os agnostic test

    dorchard committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    49d9ff1 View commit details
    Browse the repository at this point in the history
  21. --version functionality

    dorchard committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    b47e91d View commit details
    Browse the repository at this point in the history
  22. package update

    dorchard committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    d098d00 View commit details
    Browse the repository at this point in the history
  23. comment

    dorchard committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    eac05b1 View commit details
    Browse the repository at this point in the history
  24. Update README.md

    dorchard committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    61cba3a View commit details
    Browse the repository at this point in the history
  25. add date to release

    dorchard committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    0d3d95d View commit details
    Browse the repository at this point in the history
  26. more detail in changelog

    dorchard committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    306ec46 View commit details
    Browse the repository at this point in the history
  27. update changelog

    dorchard committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    c2c3067 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    86ba2d6 View commit details
    Browse the repository at this point in the history