Skip to content

Conversation

@cjihrig
Copy link
Contributor

This commit improves the validation of generated diagnostic reports. This enforces the general report schema. Next steps include tighter validation of various libuv handle types, and checking for specific values (such as an error message or stack frame).

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

@nodejs-github-bot
Copy link
Collaborator

@cjihrig sadly an error occured when I tried to trigger a build :(

@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label Feb 24, 2019
@addaleaxaddaleax added the report Issues and PRs related to process.report. label Feb 24, 2019
@richardlau
Copy link
Member

Next steps include tighter validation of various libuv handle types...

https://github.com/nodejs/node/pull/26140/files#diff-2309f7f663f8532063e90537b0ccf4c7

@cjihrig
Copy link
ContributorAuthor

Next steps include tighter validation of various libuv handle types...

https://github.com/nodejs/node/pull/26140/files#diff-2309f7f663f8532063e90537b0ccf4c7

Even better!

@cjihrigcjihrigforce-pushed the report-validation branch 4 times, most recently from 773c707 to 7067d60CompareMarch 2, 2019 19:30
This commit improves the validation of generated diagnostic reports. PR-URL: nodejs#26289 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: James M Snell <[email protected]>
@cjihrig
Copy link
ContributorAuthor

@cjihrigcjihrig merged commit 060af32 into nodejs:masterMar 2, 2019
@cjihrigcjihrig deleted the report-validation branch March 2, 2019 23:09
BridgeAR pushed a commit that referenced this pull request Mar 4, 2019
This commit improves the validation of generated diagnostic reports. PR-URL: #26289 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: James M Snell <[email protected]>
@BridgeARBridgeAR mentioned this pull request Mar 4, 2019
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

reportIssues and PRs related to process.report.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@cjihrig@nodejs-github-bot@richardlau@jasnell@addaleax