Improve history hygiene in REPL #17885
som-snytt
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
REPL 2 warns about unintended shadowing of companions:
There are similar cases where "historical" values are used unintentionally:
Probably any indirect reference to identifiers that are no longer in "REPL scope" is unintended.
Some users expect expressions to be automatically re-evaluated (re-compiled) whenever subexpressions are re-defined. REPL could warn that it doesn't work that way. (Or offer a mode where it does work that way, a matter for a different feature request.)
Beta Was this translation helpful? Give feedback.
All reactions