We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is this intended behavior? It might get confusing if a syntax error does not always match the actual source text:
julia> &#= not an infix operator :( =#3 ERROR: syntax: invalid syntax &3 around REPL[15]:1 Stacktrace: [1] top-level scope @ REPL[15]:1 julia> & #= =# 3 ERROR: syntax: invalid syntax &3 around REPL[16]:1 Stacktrace: [1] top-level scope @ REPL[16]:1 julia> & 3 ERROR: syntax: invalid syntax &3 around REPL[17]:1 Stacktrace: [1] top-level scope @ REPL[17]:1
Version info:
julia> versioninfo() Julia Version 1.11.0 Commit 501a4f25c2b (2024-10-07 11:40 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) CPU: 16 × AMD Ryzen 7 PRO 4750U with Radeon Graphics WORD_SIZE: 64 LLVM: libLLVM-16.0.6 (ORCJIT, znver2) Threads: 1 default, 0 interactive, 1 GC (on 16 virtual cores)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is this intended behavior? It might get confusing if a syntax error does not always match the actual source text:
Version info:
The text was updated successfully, but these errors were encountered: