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

abort on evaluation error #91

Merged
merged 3 commits into from
Jul 4, 2024
Merged

abort on evaluation error #91

merged 3 commits into from
Jul 4, 2024

Commits on Jul 3, 2024

  1. abort on evaluation error

    instead of silently ignoring errors, blow up the whole evaluation, as per the spec.
    divarvel committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    1cc52a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2cde3b8 View commit details
    Browse the repository at this point in the history
  3. ci: remove macos and ghc-9.0.2 from the build matrix

    biscuit-haskell is not supported on 9.0.2 anymore, and there is nothing specific about macos in biscuit-haskell itself. Since those two items tend to make the CI way slower and flakier, let's drop them.
    divarvel committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    5d553cd View commit details
    Browse the repository at this point in the history