Skip to content

REPL: Disable hints during non-bracketed paste#56895

Closed
IanButterworth wants to merge 3 commits intoJuliaLang:masterfrom
IanButterworth:ib/repl_hint_paste_off
Closed

REPL: Disable hints during non-bracketed paste#56895
IanButterworth wants to merge 3 commits intoJuliaLang:masterfrom
IanButterworth:ib/repl_hint_paste_off

Conversation

@IanButterworth
Copy link
Copy Markdown
Member

@IanButterworth IanButterworth commented Dec 23, 2024

Fixes #56884

Needs testing by a Windows user (@WalterMadelim are you able to check?)

@IanButterworth IanButterworth added REPL Julia's REPL (Read Eval Print Loop) backport 1.11 Change should be backported to release-1.11 labels Dec 23, 2024
@IanButterworth
Copy link
Copy Markdown
Member Author

@WalterMadelim I've fixed the issue with this that you reported in #56884 can you test again, once the windows build is available. Thanks

@IanButterworth IanButterworth added the system:windows Affects only Windows label Jan 7, 2025
@KristofferC KristofferC mentioned this pull request Jan 28, 2025
38 tasks
@wheeheee
Copy link
Copy Markdown

wheeheee commented Feb 1, 2025

This fix also doesn't work for me.

@IanButterworth
Copy link
Copy Markdown
Member Author

Can you try nightly and see if it's fixed there?

@wheeheee
Copy link
Copy Markdown

wheeheee commented Feb 1, 2025

Oh, it seems to be fixed on nightly now! Was it the latest commit? However, another problem also mentioned in #56884 still remains, except it executes quicker:

julia> quote
julia> quote
           function one(cb_data, cb_where::Cint)
julia> quote
           function one(cb_data, cb_where::Cint)
               jvcb_scalar(x) = JuMP.callback_value(cb_data, x)
...

Is there an issue for that already open?

@IanButterworth
Copy link
Copy Markdown
Member Author

I'm not aware of one. Please open one.

@IanButterworth
Copy link
Copy Markdown
Member Author

Closing as the spawned completions on master fix this issue.

@IanButterworth IanButterworth deleted the ib/repl_hint_paste_off branch February 1, 2025 14:12
@DilumAluthge
Copy link
Copy Markdown
Member

This PR was closed without being merged, so I will remove the backport label.

@DilumAluthge DilumAluthge removed the backport 1.11 Change should be backported to release-1.11 label Sep 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

REPL Julia's REPL (Read Eval Print Loop) status: waiting for issue author (reporter) system:windows Affects only Windows

Projects

None yet

Development

Successfully merging this pull request may close these issues.

tab completion hinting slows down paste on Windows

3 participants