| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Which is kindof the point... I'll look into suppressing that. And it seems the markdown linter has dozens of complaints about the collaborator and cpp style guides. |
Sorry, something went wrong.
|
@sam-github - do you have a test case / story from users that reproduce the issue you are solving here? |
Sorry, something went wrong.
Getting rid of the using statement should suffice:
Where are you seeing those? |
Sorry, something went wrong.
|
@gireeshpunathil Its the same case as previous, the previous fix was to make it posible to check the value of --report-on-fatalerror. Now that is checked, and the value of report-on-fatalerror is respected. But actually triggering the report requires access to 3 other cli report values (filename, dirname, compact). Those aren't reachable under the same conditions that report-on-fatalerror did not used to be reachable. I'll extend the tests to show this. |
Sorry, something went wrong.
|
@gireeshpunathil I expanded the test suite, run with a version of node predating this and you can see what used to fail. |
Sorry, something went wrong.
Sorry, something went wrong.
|
@nodejs/diagnostics PTAL |
Sorry, something went wrong.
Sorry, something went wrong.
|
Recurring failure is unrelated: #32510 |
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
There was a problem hiding this comment.
As @cjihrig pointed out in #32535 (review), this is missing guards to protect against race conditions.
Sorry, something went wrong.
Follow on to nodejs#32207, 3 other options are also not respected under situations that the isolate is not available.
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
|
@addaleax I have implemented the locking, PTAL |
Sorry, something went wrong.
Sorry, something went wrong.
Follow on to nodejs#32207, 3 other options are also not respected under situations that the isolate is not available. PR-URL: nodejs#32497 Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
| Back | FazBrowse Home | New Git URL |
Follow on to #32207, 3 other options
are also not respected under situations that the isolate is not
available.
Checklist