Closed
Description
julia> @edit LogExpFunctions.logaddexp(4, 5) # opened file is read-only (same happens for any other packages)
julia> @edit sin(4) # opened file is NOT read-only. Seems to occur for all base Julia installation files
Expected behavior: Base files should also be read-only. Seems permissions are not set correctly during installation?
I tested this on Mac (Apple silicon) and Linux (x86). In both cases I installed Julia via juliaup
(just ran the script curl -fsSL https://install.julialang.org | sh
).
julia> versioninfo()
Julia Version 1.9.3
Commit bed2cd540a1 (2023-08-24 14:43 UTC)
Build Info:
Official https://julialang.org/ release
Platform Info:
OS: macOS (arm64-apple-darwin22.4.0)
CPU: 8 × Apple M2
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-14.0.6 (ORCJIT, apple-m1)
Threads: 1 on 4 virtual cores
Environment:
JULIA_EDITOR = mvim
JULIA_PKG_USE_CLI_GIT = true
JULIA_PKG_SERVER_REGISTRY_PREFERENCE = eager
Metadata
Metadata
Assignees
Labels
No labels