Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lib/src: exit on gc unhandled promise #15126

Closed
wants to merge 6 commits into from

Commits on Sep 26, 2017

  1. lib,src: throw on unhanded promise rejections

    src: use std::map for the promise reject map
    
    Refs: nodejs#5292
    Refs: nodejs/promises#26
    Refs: nodejs#6355
    Refs: nodejs#6375
    Fishrock123 authored and BridgeAR committed Sep 26, 2017
    Configuration menu
    Copy the full SHA
    711d699 View commit details
    Browse the repository at this point in the history
  2. lib: follow up to exit early

    BridgeAR committed Sep 26, 2017
    Configuration menu
    Copy the full SHA
    af11384 View commit details
    Browse the repository at this point in the history
  3. [squash] fix linter errors

    BridgeAR committed Sep 26, 2017
    Configuration menu
    Copy the full SHA
    19c7eb3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    69bfdd6 View commit details
    Browse the repository at this point in the history
  5. [squash] address comments

    BridgeAR committed Sep 26, 2017
    Configuration menu
    Copy the full SHA
    5d2c83e View commit details
    Browse the repository at this point in the history
  6. [squash] fix test

    BridgeAR committed Sep 26, 2017
    Configuration menu
    Copy the full SHA
    8fd484e View commit details
    Browse the repository at this point in the history