Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
gh-97747: Improvements to WASM browser REPL.#97665
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
ghost commentedSep 30, 2022 • edited by ghost
Loading Uh oh!
There was an error while loading.Please reload this page.
edited by ghost
Uh oh!
There was an error while loading.Please reload this page.
Adds a text box to write and run code outside the REPL, a stop button, and handling of Ctrl-D for EOF.
Confirmed that these changes work as expected. This just helped me implement Ctrl+D in the in-browser REPL athttps://pym.dev/r, which has been a long-standing bug in that REPL for a while. Thank you@katharosada! |
Thanks@katharosada for the PR, and@ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
Improvements to WASM browser REPL.Adds a text box to write and run code outside the REPL, a stop button, and handling of Ctrl-D for EOF.(cherry picked from commit010aaa3)Co-authored-by: Katie Bell <katie@katharos.id.au>
GH-119828 is a backport of this pull request to the3.13 branch. |
Improvements to WASM browser REPL.Adds a text box to write and run code outside the REPL, a stop button, and handling of Ctrl-D for EOF.
Improvements to WASM browser REPL.Adds a text box to write and run code outside the REPL, a stop button, and handling of Ctrl-D for EOF.
Uh oh!
There was an error while loading.Please reload this page.
Adds a text box to write and run code outside the REPL, a stop button, and handling of Ctrl-D for EOF.