File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ New language features
28
28
* The syntax `function foo end` can be used to introduce a generic function without
29
29
yet adding any methods ([#8283]).
30
30
31
- * Incremental precompilation of modules: call `` __precompile__()` ` at the top of a
31
+ * Incremental precompilation of modules: call `VERSION >= v"0.4.0-dev+6521" && __precompile__()` at the top of a
32
32
module file to automatically precompile it when it is imported ([#12491]), or manually
33
33
run `Base.compile(modulename)`. The resulting precompiled `.ji` file is saved in
34
34
`~/.julia/lib/v0.4` ([#8745]).
@@ -40,7 +40,7 @@ New language features
40
40
upon `import` when any of its dependencies have changed. Explicit dependencies
41
41
on other files can be declared with `include_dependency(path)` ([#12458]).
42
42
43
- * New option `--output-incremental={yes|no}` added to invoke the equivalent of `` Base.compilecache` ` from the command line.
43
+ * New option `--output-incremental={yes|no}` added to invoke the equivalent of `Base.compilecache` from the command line.
44
44
45
45
* The syntax `new{parameters...}(...)` can be used in constructors to specify parameters for
46
46
the type to be constructed ([#8135]).
You can’t perform that action at this time.
0 commit comments