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: sagemath/sage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4a70c1e
Choose a base ref
...
head repository: sagemath/sage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ef73c85
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Nov 12, 2023

  1. Don't test features to implement --hide=all

    Previously, using `--hide=all` or `--hide=optional` would result in
    features being tested, including external ones, in particular internet.
    
    Those are not supposed to be tested, for instance when running
    `--optional=all` they won't be tested.
    
    The current commit makes unnecessary to test any feature for
    implementing the `--hide` option.
    Matthias Koeppe authored and tornaria committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    ef73c85 View commit details
    Browse the repository at this point in the history
Loading