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

Refactor error processing #3243

Merged
merged 1 commit into from Sep 10, 2023
Merged

Refactor error processing #3243

merged 1 commit into from Sep 10, 2023

Conversation

novemberborn
Copy link
Member

This commit simplifies error serialization, relying on the advanced IPC for child processes & worker threads. Unnecessary code has been removed.

Possibly breaking changes:

  • Renamed and removed fields from the undocumented AssertionError class, including the raw values
  • Changes to the undocumented TAP output; stack traces are a bit worse, the rest is about the same but some fields have different names or values
  • nyc stack frames are no longer ignored; we assume you're using the native code coverage tools

This commit simplifies error serialization, relying on the advanced IPC for child processes & worker threads. Unnecessary code has been removed.

Possibly breaking changes:

* Renamed and removed fields from the undocumented AssertionError class, including the raw values
* Changes to the undocumented TAP output; stack traces are a bit worse, the rest is about the same but some fields have different names or values
* `nyc` stack frames are no longer ignored; we assume you're using the native code coverage tools
@novemberborn novemberborn merged commit 4c5b469 into main Sep 10, 2023
15 checks passed
@novemberborn novemberborn deleted the error-serialization branch September 10, 2023 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant