-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
REPL: Disable hints during non-bracketed paste #56895
REPL: Disable hints during non-bracketed paste #56895
Conversation
549ba7e
to
f812726
Compare
@WalterMadelim I've fixed the issue with this that you reported in #56884 can you test again, once the windows build is available. Thanks |
This fix also doesn't work for me. |
Can you try nightly and see if it's fixed there? |
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? |
I'm not aware of one. Please open one. |
Closing as the spawned completions on master fix this issue. |
Fixes #56884
Needs testing by a Windows user (@WalterMadelim are you able to check?)