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

fix: panic in prepare_stack_trace_callback when global interceptor throws #26241

Merged
merged 3 commits into from
Oct 15, 2024

Conversation

littledivy
Copy link
Member

@littledivy littledivy commented Oct 14, 2024

Fixes #26240
Fixes #24985 (comment)

Fix panic when a global interceptor is misconfigured or throws an exception.

Updates deno_core to 0.313.0

@littledivy littledivy added the ci-draft Run the CI on draft PRs. label Oct 14, 2024
@littledivy littledivy marked this pull request as draft October 14, 2024 14:40
@littledivy littledivy changed the title fix(ops): do not coerce to booleans fix: panic in prepare_stack_trace_callback when global interceptor throws Oct 15, 2024
@littledivy littledivy removed the ci-draft Run the CI on draft PRs. label Oct 15, 2024
@littledivy littledivy marked this pull request as ready for review October 15, 2024 04:49
@littledivy littledivy enabled auto-merge (squash) October 15, 2024 10:48
@bartlomieju
Copy link
Member

Can we please get a test for it?

@littledivy
Copy link
Member Author

It's tested in deno_core, want me to copy that here?

Copy link
Member

@bartlomieju bartlomieju left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's fine

@littledivy littledivy merged commit e4b52f5 into denoland:main Oct 15, 2024
22 of 33 checks passed
@bartlomieju bartlomieju deleted the boolean_coerce branch October 15, 2024 12:57
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.

Panic when throwing error after deleting globalThis.Error
2 participants