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
Right now it is possible to paste repl output back into the repl and automatically switch repl modes to match the content being pasted (yay!) but this system is based on a chain of elseifs and is not extensible to repl modes added by packages (e.g. via ReplMode.jl). It would be lovely to make this system extensible.
Right now it is possible to paste repl output back into the repl and automatically switch repl modes to match the content being pasted (yay!) but this system is based on a chain of
elseif
s and is not extensible to repl modes added by packages (e.g. via ReplMode.jl). It would be lovely to make this system extensible.See also #40604, cc @IanButterworth
The text was updated successfully, but these errors were encountered: