@edit on stdlib functions opens an empty file

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.

1 Like

Probably same issue as https://github.com/JuliaLang/julia/issues/28052

That seems to be the case. Thanks!