-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Term hist UI tweaks #60076
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Term hist UI tweaks #60076
Conversation
|
I think this should be good to merge as soon as CI finishes if nothing comes up |
39bbce5 to
89311e5
Compare
Consecutive duplicates doesn't have any more semantic meaning to me compared to non-consecutive if you are filtering so I don't understand the justification for this over filtering out all duplicated entries. |
I'm not arguing for consecutive deduplication instead of unique, I just think there's a bit more to consider/check for deduplication for uniqueness, and so might as well get rid of consecutive duplicates in the meantime, since it's uncomplicated. |
|
There's one more fix I'll plop here if I can figure it out today |
a567ecf to
9264293
Compare
String indexing is such fun 🙃
This allows for search strings to be typed out as they are at the REPL, e.g. "julia> test123" (only in word mode). This seems natural enough that the > search mode is no longer needed.
Let's also avoid copying the entirety of `str` when dropping escaped characters while I'm at it.
9264293 to
34bbe85
Compare
This is a small collection of (what I consider) innocuous fixes/tweaks to the history UI.
If anything is bikesheddable, I'll split it off into a separate PR.
Closes: #60036