File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ New language features
30
30
31
31
* Incremental compilation of modules: `Base.compile(module::Symbol)` imports the named module,
32
32
but instead of loading it into the current session saves the result of compiling it in
33
- `~/.julia/lib/v0.4`.
33
+ `~/.julia/lib/v0.4` ([#8745]) .
34
34
35
35
* See manual section on `Module initialization and precompilation` (under `Modules`) for details and errata.
36
36
@@ -1432,6 +1432,7 @@ Too numerous to mention.
1432
1432
[#8672]: https://github.com/JuliaLang/julia/issues/8672
1433
1433
[#8712]: https://github.com/JuliaLang/julia/issues/8712
1434
1434
[#8734]: https://github.com/JuliaLang/julia/issues/8734
1435
+ [#8745]: https://github.com/JuliaLang/julia/issues/8745
1435
1436
[#8750]: https://github.com/JuliaLang/julia/issues/8750
1436
1437
[#8776]: https://github.com/JuliaLang/julia/issues/8776
1437
1438
[#8791]: https://github.com/JuliaLang/julia/issues/8791
You can’t perform that action at this time.
0 commit comments