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: SCons/scons
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: SCons/scons
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fix_py311_mac_test_failures
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 10 files changed
  • 1 contributor

Commits on Nov 18, 2022

  1. Configuration menu
    Copy the full SHA
    2f67654 View commit details
    Browse the repository at this point in the history
  2. fix test/builderrors.py to properly fail with too long commandline by…

    … querying getconf ARG_MAX to find out actual limit and create arg longer than that, left default at previous lenght which was hardcoded
    bdbaddog committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    28e0c12 View commit details
    Browse the repository at this point in the history
  3. Fix test/scons-time/run/option/verbose.py for macOS. For some reason …

    …this test is not consistently getting the path from tempdir or the realpath() of that, so create a regex with both (only for macOS)
    bdbaddog committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    1bc6e28 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f9fa61b View commit details
    Browse the repository at this point in the history
  5. continuing macOS work

    bdbaddog committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    d16b4f9 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

  1. updates

    bdbaddog committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    72321be View commit details
    Browse the repository at this point in the history
Loading