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 v1.7.3 #2141

Merged
merged 6 commits into from
Oct 13, 2023
Merged

release v1.7.3 #2141

merged 6 commits into from
Oct 13, 2023

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

Commits on Oct 12, 2023

  1. Configuration menu
    Copy the full SHA
    c7c145c 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 12, 2023
    Configuration menu
    Copy the full SHA
    60816a7 View commit details
    Browse the repository at this point in the history
  3. 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
    657fe75 View commit details
    Browse the repository at this point in the history