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
For example, when I write: julia> println("Hello")
and then hit the key strokes F and then c (to reverse find the c character - which does not exist), it appears to hit a while loop and freezes
The PR protects against such loops, but this specific case should be caught before looping infinitely.
The text was updated successfully, but these errors were encountered:
Brought up by @MilesCranmer in #41
The PR protects against such loops, but this specific case should be caught before looping infinitely.
The text was updated successfully, but these errors were encountered: