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: nodeca/js-yaml
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.9.0
Choose a base ref
...
head repository: nodeca/js-yaml
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.9.1
Choose a head ref
  • 3 commits
  • 7 files changed
  • 2 contributors

Commits on Jul 30, 2017

  1. Ensure stack is present for custom errors (fixes #351) (#360)

    Starting in Node 7, stack traces are computed eagerly when using Error.captureStackTrace [1]. As a result, the `message` and `name` properties of an error will not be included in the `stack` property if they are set after calling `Error.captureStackTrace`. As a workaround, set the properties before calling `Error.captureStackTrace`.
    
    Note that this change in Node was reverted in V8 a few days ago [2], but it will probably be awhile until that fix appears in a Node release.
    
    [1] https://chromium.googlesource.com/v8/v8.git/+/4feafee9d9741259e8ec3882fb61935a235ecc54
    [2] https://chromium.googlesource.com/v8/v8.git/+/989d7b96f8352b502e2ede62e0b105e143d03837
    not-an-aardvark authored and Vitaly Puzrin committed Jul 30, 2017
    Configuration menu
    Copy the full SHA
    698f65b View commit details
    Browse the repository at this point in the history
  2. Browser files rebuild

    Vitaly Puzrin committed Jul 30, 2017
    Configuration menu
    Copy the full SHA
    c7111db View commit details
    Browse the repository at this point in the history
  3. 3.9.1 released

    Vitaly Puzrin committed Jul 30, 2017
    Configuration menu
    Copy the full SHA
    82945a7 View commit details
    Browse the repository at this point in the history
Loading