Skip to content
New issue

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

LinearAlgebra not being tracked on nightly #808

Open
jishnub opened this issue Mar 8, 2024 · 0 comments
Open

LinearAlgebra not being tracked on nightly #808

jishnub opened this issue Mar 8, 2024 · 0 comments

Comments

@jishnub
Copy link

jishnub commented Mar 8, 2024

This is a bit of a strange issue that I'm facing, but the following works on the release-1.10 branch of julia but not on master:

julia> using LinearAlgebra

julia> Revise.track(LinearAlgebra)

Now add temp(x) = x to LinearAlgebra, and run

julia> LinearAlgebra.temp(2)
2

The change is being picked up.

However, on master, I find

julia> LinearAlgebra.temp(2)
ERROR: UndefVarError: `temp` not defined in `LinearAlgebra`
Suggestion: check for spelling errors or missing imports.
Stacktrace:
 [1] getproperty(x::Module, f::Symbol)
   @ Base ./Base.jl:42
 [2] top-level scope
   @ REPL[3]:1

julia> VERSION
v"1.12.0-DEV.147"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant