REPL: Disable hints during non-bracketed paste#56895
Closed
IanButterworth wants to merge 3 commits intoJuliaLang:masterfrom
Closed
REPL: Disable hints during non-bracketed paste#56895IanButterworth wants to merge 3 commits intoJuliaLang:masterfrom
IanButterworth wants to merge 3 commits intoJuliaLang:masterfrom
Conversation
549ba7e to
f812726
Compare
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 |
|
This fix also doesn't work for me. |
Member
Author
|
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? |
Member
Author
|
I'm not aware of one. Please open one. |
Member
Author
|
Closing as the spawned completions on master fix this issue. |
Member
|
This PR was closed without being merged, so I will remove the backport label. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #56884
Needs testing by a Windows user (@WalterMadelim are you able to check?)