Skip to content

[NFC] Remove quit() from fuzz_shell.js#8779

Closed
kripken wants to merge 1 commit into
WebAssembly:mainfrom
kripken:nfc.fuzzshell
Closed

[NFC] Remove quit() from fuzz_shell.js#8779
kripken wants to merge 1 commit into
WebAssembly:mainfrom
kripken:nfc.fuzzshell

Conversation

@kripken
Copy link
Copy Markdown
Member

@kripken kripken commented May 26, 2026

This was called in an error condition. quit does not exist in most JS
shells, so this just throws. Fix it to throw a nicer error.

Also fix another error in an error path in python - there is no
proc.stderror, it is stderr.

@kripken kripken requested a review from a team as a code owner May 26, 2026 22:43
@kripken kripken requested review from aheejin and removed request for a team May 26, 2026 22:43
@kripken kripken changed the title [NFC] Remove quit() frun fuzz_shell.js [NFC] Remove quit() from fuzz_shell.js May 26, 2026
@kripken
Copy link
Copy Markdown
Member Author

kripken commented May 26, 2026

Hmm, actually this does not work by itself - I'll have to keep it in the larger PR I was trying to split it out of. It requires some fuzzer adjustments actually. Sorry for the noise.

@kripken kripken closed this May 26, 2026
@kripken kripken deleted the nfc.fuzzshell branch May 26, 2026 22:48
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.

2 participants