Hi everyone!
I was playing with Julia 1.0.0 (my own build on ArchLinux), when I noticed that the @edit
macro opens an empty file when evaluated functions of the standard library (ex. from LinearAlgebra
), but works fine with functions from other packages. Indeed, it tries to open a file with the (non-existing) absolute path /stdlib/v1.0/SomeLibrary/src/SomeFile.jl
.
Is this behaviour related to something I did wrong in the build/installation process or is it an actual issue?
Thanks in advance.