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
[REPL] fix computation of startpos for path completions (#52009)
Fixes#51985
Ensure that the REPL completions escape and unescape text correctly,
using the correct functions, and accounting for exactly what the user
has currently typed.
The old broken method is left around for Pkg, since it has an
over-reliance on it returning incorrect answers. Once Pkg is fixed, we
can delete that code.
Co-authored-by: Jameson Nash <[email protected]>
(cherry picked from commit 5edcdc5)
0 commit comments