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
Changing the UUID doesn't appear to be necessary. We may also condense
the julia command to make it easier to launch julia with the development
version of `LinearAlgebra`.
Note that loading the test files in the REPL will automatically carry out the pruning to ensure that the development version of the package is used in the tests.
42
-
43
-
If you are contributing to the repo using this method, it may be convenient to ignore the local changes to `Project.toml` by running
44
-
```console
45
-
git update-index --skip-worktree Project.toml
46
-
```
47
-
48
30
2.**Build Julia with the custom `LinearAlgebra` commit:**
49
31
50
32
Modify the commit in [`stdlib/LinearAlgebra.version`](https://github.com/JuliaLang/julia/blob/master/stdlib/LinearAlgebra.version) and build Julia. This requires one to push the development branch
0 commit comments