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
okay GROUP_PERSIST(false) gives behavior that seems okay first, but then pretty quickly you discover that arrow key navigation is all messed up, both up/down arrow and left/right arrow behave weirdly (in different ways)
and that's jline/jline3#580 , which was closed, but not because it actually got fixed
The main goal is to deemphasize deprecated methods and universal methods.
We attempted this for 2.13.3 but were blocked by JLine bugs (or so it seemed to me, I don't think I was just doing it wrong?). The situation may be improved in recent JLine releases, see e.g. jline/jline3#613 (comment). some old WIP on this https://github.com/SethTisue/scala/commits/jline3-group-based
We might also want to separate extension methods from built-in methods?
A stretch goal could be to use the Scaladoc groupings (idea from @martijnhoekstra)
The text was updated successfully, but these errors were encountered: