-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Closed as not planned
Labels
REPLJulia's REPL (Read Eval Print Loop)Julia's REPL (Read Eval Print Loop)parserLanguage parsing and surface syntaxLanguage parsing and surface syntax
Milestone
Description
We experience this in Oscar.jl (cf. oscar-system/Oscar.jl#4402 (comment))
Try pasting the full code block into the REPL:
julia> x = 1
# hello
1
If you paste this in 1.11 it looks exactly like here, in 1.12-nightly (08d3c70) and nightly (f6e2b98) it changes to:
julia> x = 1
1
cc @benlorenz @c42f
Metadata
Metadata
Assignees
Labels
REPLJulia's REPL (Read Eval Print Loop)Julia's REPL (Read Eval Print Loop)parserLanguage parsing and surface syntaxLanguage parsing and surface syntax