-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
rid nearly all use of ExceptionRef
in zig
#15100
Conversation
❌ @nektro, your commit 20fc424 has 3 failures in test/js/bun/http/serve.test.ts - 1 failing on 🍎 x64test/js/web/fetch/fetch.tls.test.ts - 1 failing on 🍎 aarch64test/cli/run/require-cache.test.ts - 1 failing on 🪟 x64 |
if (!globalObject.hasException() and exception != null) { | ||
globalObject.throwValue(exception.?.value()); | ||
} | ||
const handlers = Handlers.fromJS(globalObject, socket_obj) catch return .zero; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
amazing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great. I left a few suggestions. Important ones are in options.zig
progress towards zig JSValue stability and safety in #159
many followups to come