You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have just notice that Julia errors when prompt pasting a String. It can not realize that the second string is the output of the first one, and tries to uses the first one as the docstring of the second:
julia>"String""String"
I have found this on:
Julia Version 1.6.2
Commit 1b93d53fc4 (2021-07-14 15:36 UTC)
Platform Info:
OS: Linux (x86_64-pc-linux-gnu)
CPU: Intel(R) Core(TM) i7-10850H CPU @ 2.70GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-11.0.1 (ORCJIT, skylake)
Best,
P.S. It works fine in Pluto:
julia> value =2+24
julia>"Result: $value""Result: 4"
The text was updated successfully, but these errors were encountered:
Hi!
I have just notice that Julia errors when prompt pasting a String. It can not realize that the second string is the output of the first one, and tries to uses the first one as the docstring of the second:
I have found this on:
Best,
P.S. It works fine in Pluto:
The text was updated successfully, but these errors were encountered: