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: nodejs/gyp-next
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.10.1
Choose a base ref
...
head repository: nodejs/gyp-next
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.12.1
Choose a head ref
  • 8 commits
  • 10 files changed
  • 6 contributors

Commits on Mar 1, 2022

  1. chore: refactor regular expression

    I don't think there are any tests for this but I did some command-line
    tests and, at least for the things I tested, this preserves the code
    behavior while avoiding backtracking issues in the regular expression.
    
    Closes: #135
    Trott authored and ryzokuken committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    aa1a925 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. Configuration menu
    Copy the full SHA
    35305d6 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. feat: Add proper support for IBM i (#140)

    Python 3.9 on IBM i now properly returns "os400" for sys.platform
    instead of claiming to be AIX as it did previously. While the IBM i PASE
    environment is compatible with AIX, it is a subset and has numerous
    differences which makes it beneficial to distinguish, however this means
    that it now needs explicit support here.
    kadler authored Mar 4, 2022
    Configuration menu
    Copy the full SHA
    fdda4a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    181f2e2 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. Configuration menu
    Copy the full SHA
    293bcfa View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. chore: release 0.12.0

    github-actions[bot] authored and ryzokuken committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    063ba97 View commit details
    Browse the repository at this point in the history
  2. fix(msvs): avoid fixing path for arguments with "=" (#143)

    They are probably not paths, and V8 uses an argument like that, so the
    fix is needed in Node.js
    
    Refs: nodejs/node#42115
    targos authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    7e8f16e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0fee2f View commit details
    Browse the repository at this point in the history
Loading