Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 3b2c06909ea2
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 374016fb1cbf
Choose a head ref
  • 8 commits
  • 1 file changed
  • 1 contributor

Commits on May 28, 2020

  1. gap: use the check target for install checks

    As suggested by Max Horn.
    
    This exists since gap 4.10 and will only run the install checks once
    while also exiting with an appropriate exit code. This new check has
    uncovered some test failures, which are harmless and actually disabled
    in a future gap release. The error-detection code for the previous test
    target was probably broken.
    timokau committed May 28, 2020
    Copy the full SHA
    a4c76b9 View commit details
    Browse the repository at this point in the history
  2. gap: move to new source URL

    GAP downloads moved to a new subdomain. The old one still redirects, but
    the new one is the "source of truth" so we should switch to that.
    timokau committed May 28, 2020
    Copy the full SHA
    c269b51 View commit details
    Browse the repository at this point in the history
  3. gap: remove m4 dependency

    No longer necessary, since the build system was significantly overhauled
    / replaced by Max Horn.
    timokau committed May 28, 2020
    Copy the full SHA
    e2e45e1 View commit details
    Browse the repository at this point in the history
  4. gap: fix comment typo

    timokau committed May 28, 2020
    Copy the full SHA
    9e245a0 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    f15c816 View commit details
    Browse the repository at this point in the history
  6. gap: add readline support

    Technically optional but strongly recommended from upstream. Replaces
    their own implementation for input parsing.
    timokau committed May 28, 2020
    Copy the full SHA
    d689f3f View commit details
    Browse the repository at this point in the history
  7. gap: remove explicit configreFlags

    System gmp is now the default.
    timokau committed May 28, 2020
    Copy the full SHA
    6579f81 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2020

  1. Merge pull request #89111 from timokau/gap-cleanup

    gap: cleanup
    timokau committed Jun 2, 2020
    Copy the full SHA
    374016f View commit details
    Browse the repository at this point in the history