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

release 1.7.3 #2132

Closed
Closed

Commits on Oct 10, 2023

  1. Put indexed data types in the right universe

    To fix agda/agda#6654, we've decided that large indices will no longer
    be allowed by default. There is an infective flag `--large-indices` to
    bring them back, but none of the uses of large indices in the standard
    library were essential: to avoid complicated mutually-recursive PRs
    across repos, I adjusted the levels to check with `--no-large-indices`
    instead of adding the flag to the modules that used them.
    plt-amy authored and andreasabel committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    db41636 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c38f140 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f2c413 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84c16c1 View commit details
    Browse the repository at this point in the history
  5. Update CI for v1.7.3: Use Agda 2.6.4; deploy HTML to v1.7.3 subdirectory

    Also:
    - install alex and happy
    - bump Agda heap to -M6G
    andreasabel committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    3f869a3 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Bump Haskell CI to GHC 9.8.1; bump deploy action; only branch release…

    …-1.7.3-base
    
    Restricting to branch release-1.7.3-base will hopefully stop duplicate
    CI runs.
    andreasabel committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    d883ecc View commit details
    Browse the repository at this point in the history
  2. Add CITATION.cff; bump version to 1.7.3

    bump to 1.7.3 in
    - standard-library.agda-lib
    - README.agda
    - installation-guide.txt
    andreasabel committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    d622fa5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d2002b View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Add some aliases for forward compatibility with v2.0

    Some objects will get a new name in v2.0.
    We add some of these names already here to ease the transition to v2.0:
    
    - add modules `Effect.*` reexporting `Category.*`
    - add `IO.Primitive.pure` as alias for `IO.Primitive.return`
    andreasabel committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    44bd3be View commit details
    Browse the repository at this point in the history