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.15.0
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.15.1
Choose a head ref
  • 11 commits
  • 22 files changed
  • 4 contributors

Commits on Apr 7, 2023

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

Commits on Apr 9, 2023

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

Commits on Apr 20, 2023

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

Commits on May 30, 2023

  1. fix: use generator_output as output_dir (#191)

    * fix: use generator_output as output_dir
    
    fix: nodejs/node-gyp#2305
    
    * Update pylib/gyp/generator/compile_commands_json.py
    
    Co-authored-by: Christian Clauss <[email protected]>
    
    * Update compile_commands_json.py
    
    ---------
    
    Co-authored-by: Christian Clauss <[email protected]>
    meixg and cclauss authored May 30, 2023
    Configuration menu
    Copy the full SHA
    35ffeb1 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

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

Commits on Jul 17, 2023

  1. chore: Use 3.11 for integration tests (#199)

    * chore: Use 3.11 for integration tests
    
    * chore: Add lint ignore rule
    
    * Python 3.7 is EOL next week so Python 3.8 and current Python
    
    ---------
    
    Co-authored-by: Christian Clauss <[email protected]>
    rzhao271 and cclauss authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    1e574ee View commit details
    Browse the repository at this point in the history
  2. fix: some Python lint issues (#200)

    * fix: some Python lint issues
    
    * Drop Python end-of-life 3.7
    cclauss authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    d2dfe4e View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. Get node-gyp to run with Python 3.12-dev and Node 18 (#201)

    * Add Python 3.12 beta 1 to testing
    
    * Use packaging instead of distutils
    
    * Ignore PLR1714 for now
    
    * Add packaging as a dependency
    
    * Install Python dependencies in CI
    
    * Add another install command
    
    * Try setting env var
    
    * Rework pwsh script
    
    * Try using batch
    
    * use npm config set
    
    * Work around npm/cli#6126
    
    * Pass file rather than directory
    
    * Remove gyp-next self-install
    
    * uninstall, not remove
    
    * Add -y
    
    * Ignore the latest lint rules
    
    ---------
    
    Co-authored-by: Christian Clauss <[email protected]>
    rzhao271 and cclauss authored Aug 26, 2023
    Configuration menu
    Copy the full SHA
    874233e View commit details
    Browse the repository at this point in the history
  2. Fix PLR1714 lint errors (#202)

    * Fix PLR1714 lint errors
    
    * Add PLR to select
    
    * Remove PLR line
    
    * Fix another occurrence
    
    * Ignore newer lint rules
    
    * Fix another occurrence. Use tuples for now, too
    rzhao271 authored Aug 26, 2023
    Configuration menu
    Copy the full SHA
    f6af11a View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

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

Commits on Oct 3, 2023

  1. chore(main): release 0.15.1 (#197)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    98da389 View commit details
    Browse the repository at this point in the history
Loading