Skip to content

Conversation

@yanivfriedensohn
Copy link
Contributor

This PR follows #20121 and adds error codes to errors thrown in node_i18n.cc.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

@nodejs-github-botnodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. i18n-api Issues and PRs related to the i18n implementation. labels Jun 14, 2019
@yanivfriedensohnyanivfriedensohnforce-pushed the add-error-codes-to-errors-2 branch from e375489 to 2528956CompareJune 14, 2019 12:05
@yanivfriedensohnyanivfriedensohn changed the title src: assign error codes to errors thrown in node_i18n.ccsrc: add error codes to errors thrown in node_i18n.ccJun 14, 2019
@yanivfriedensohnyanivfriedensohnforce-pushed the add-error-codes-to-errors-2 branch 2 times, most recently from 3d7fec8 to 400486bCompareJune 14, 2019 14:56
@yanivfriedensohnyanivfriedensohnforce-pushed the add-error-codes-to-errors-2 branch from 400486b to 3ec5081CompareJune 15, 2019 06:56
@nodejs-github-bot
Copy link
Collaborator

@yanivfriedensohn
Copy link
ContributorAuthor

@jasnell@Trott the failed tests doesn't seem to be related to the changes of this PR. Can we rerun the CI process?

@nodejs-github-bot
Copy link
Collaborator

@TrottTrott added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Jun 21, 2019
@Trott
Copy link
Member

Trott commented Jun 21, 2019

@jasnell@Trott the failed tests doesn't seem to be related to the changes of this PR. Can we rerun the CI process?

I just started a "resume build" which will re-run just Windows at the same commit/rebase it did 4 days ago. That failure (test-statwatcher) was a very problematic unreliable issue that has since been fixed. If it fails again on the resume-build, we may just want to do a full re-run so that we rebase and get the fix. The problem with doing that right now is that we're having AIX problems in CI and AIX will undoubtedly fail for unrelated reasons. I would expect that AIX issue to get fixed in a few hours (once it's not the middle of the night for the relevant folks with expertise). This is probably too much detail, but the upshot is: If the re-run doesn't pass, feel free to ping again, don't hesitate.

I've added an author ready flag to this which is basically something that a few of us search for every so often to find PRs that are ready to land, so this shouldn't get missed/ignored, but ping anyway. 😀

@Trott
Copy link
Member

Landed in e6edd66

@TrottTrott closed this Jun 21, 2019
Trott pushed a commit to Trott/io.js that referenced this pull request Jun 21, 2019
@yanivfriedensohnyanivfriedensohn deleted the add-error-codes-to-errors-2 branch June 21, 2019 10:29
targos pushed a commit that referenced this pull request Jul 2, 2019
PR-URL: #28221 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Rich Trott <[email protected]>
@targostargos mentioned this pull request Jul 2, 2019
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.c++Issues and PRs that require attention from people who are familiar with C++.i18n-apiIssues and PRs related to the i18n implementation.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@yanivfriedensohn@nodejs-github-bot@Trott@jasnell