Skip to content
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

Failure to paste multiline code ending with , into REPL on Windows in nightly #57154

Open
KristofferC opened this issue Jan 24, 2025 · 0 comments
Labels
parser Language parsing and surface syntax REPL Julia's REPL (Read Eval Print Loop)
Milestone

Comments

@KristofferC
Copy link
Member

Pasting

g(1, 
)

into the REPL on nightly gives:

julia> g(1,
ERROR: ParseError:
# Error @ REPL[1]:1:5
g(1,
#   └ ── Expected `)` or `,`
Stacktrace:
 [1] top-level scope
   @ REPL:1

julia> )

on 1.11 it gives:

julia> g(1,
       )
@KristofferC KristofferC added the REPL Julia's REPL (Read Eval Print Loop) label Jan 24, 2025
@KristofferC KristofferC added this to the 1.12 milestone Jan 24, 2025
@KristofferC KristofferC changed the title Failure to paste multiline code ending with , on Windows in nightly Failure to paste multiline code ending with , into REPL on Windows in nightly Jan 24, 2025
@Seelengrab Seelengrab added the parser Language parsing and surface syntax label Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
parser Language parsing and surface syntax REPL Julia's REPL (Read Eval Print Loop)
Projects
None yet
Development

No branches or pull requests

2 participants