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/llnode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.3.0
Choose a base ref
...
head repository: nodejs/llnode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.0
Choose a head ref
  • 14 commits
  • 14 files changed
  • 4 contributors

Commits on Sep 14, 2022

  1. Changes to postmortem data

    kvakil authored and No9 committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    696b250 View commit details
    Browse the repository at this point in the history
  2. ScopeInfo is no longer a FixedArray

    kvakil authored and No9 committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    2916168 View commit details
    Browse the repository at this point in the history
  3. Arguments adaptor no longer exists

    kvakil authored and No9 committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    f9580d8 View commit details
    Browse the repository at this point in the history
  4. fix getting current Node.js version

    Without this, `nodejsVersion()` returns `[NaN]` when using a release
    build of Node.js.
    kvakil authored and No9 committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    39fb7c0 View commit details
    Browse the repository at this point in the history
  5. Update push.yml for versions 16, 18 & 19

    I still expect them to be red, but enable them anyway.
    
    Exclude a couple of configurations which error with a glibc error
    ("version `GLIBC_2.28` not found (required by node)").
    kvakil authored and No9 committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    34f7c53 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1e59fe6 View commit details
    Browse the repository at this point in the history
  7. Remove v19.x, since downloading it fails

    kvakil authored and No9 committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    c1125a2 View commit details
    Browse the repository at this point in the history
  8. Remove support for unboxed doubles

    As of the mentioned upstream commit, the hack we use to detect the
    possibility of unboxed doubles no longer works. Rather than trying to
    create another hack, simply hardcode it to false. This requires us to
    also remove support for EOL versions of Node.js which may still have
    unboxed doubles.
    kvakil authored and No9 committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    0b78f54 View commit details
    Browse the repository at this point in the history
  9. Remove two tests

    `NativeModule` appears to no longer show up in the heap. Neither do
    promises. I'm commenting out the latter test for now, the current
    promise support is extremely rudimentary and somebody should decide if
    it's worth fixing.
    kvakil authored and No9 committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    e653a9d View commit details
    Browse the repository at this point in the history
  10. Changes & timeout bumps from #403

    Refs: #403
    Co-authored-by: Christian Clauss <cclauss@me.com>
    Co-authored-by: Anton Whalley <anton@venshare.com>
    3 people committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    bf7a154 View commit details
    Browse the repository at this point in the history
  11. Skip tests still failing on Node.js v16

    kvakil authored and No9 committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    f7d266b View commit details
    Browse the repository at this point in the history
  12. Skip finding the process object on v18

    This fails as of v18.6.0.
    kvakil authored and No9 committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    5d060fc View commit details
    Browse the repository at this point in the history
  13. Bump another timeout

    kvakil authored and No9 committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    49c4bac View commit details
    Browse the repository at this point in the history
  14. release:Bump version

    Signed-off-by: anton whalley <anton@venshare.com>
    No9 committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    8284431 View commit details
    Browse the repository at this point in the history
Loading