You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3 Enter the following text into the editor: field = {"-"? ~ PUSH("."?) ~ (ASCII_DIGIT | PEEK)+}
4 The page will become unresponsive, I assume it is stuck running an infinite loop in the WASM VM but have not tested this hypothesis.
The text was updated successfully, but these errors were encountered:
LewisHein5
changed the title
Infinite loops in expressions crash the fiddle on pest.rs
Infinite loops in expressions crash the fiddle and homepage on pest.rs
Jan 5, 2025
Note: Because the user's last expression is saved in local storage, there is no way to recover from this short of erasing local storage for pest.rs. Hence the suggestion to use an anonymous browsing window.
How to reproduce:
field = {"-"? ~ PUSH("."?) ~ (ASCII_DIGIT | PEEK)+}
The text was updated successfully, but these errors were encountered: