File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -81,8 +81,8 @@ PackageCompiler 2.0 comes with a few breaking changes.
8181 create an alias or shortcut that starts Julia with a custom sysimage by specifying the ` --sysimage=<PATH/TO/SYSIMAGE> `
8282 command line option.
8383- Lazy artifacts (those not downloaded until used) are not included in apps by default anymore. Use ` include_lazy_artifacts=true ` to re-enable this.
84- - Passing no packages to ` create_sysimage ` will now include all packages in the given project instead of a syimage with no packages.
84+ - Passing no packages to ` create_sysimage ` will now include all packages in the given project instead of a sysimage with no packages.
8585 Use ` String[] ` as a first argument if you want the old behavior.
8686- The ` audit_app ` function has been removed. It caught too few problems to be of useful in practice.
8787- The keyword ` app_name ` in ` create_app ` has been removed and replaced with a more flexible version.
88- If you used ` app_name="Foo" ` , replace it with ` executables=["Foo"=>"julia_main"] ` .
88+ If you used ` app_name="Foo" ` , replace it with ` executables=["Foo"=>"julia_main"] ` .
You can’t perform that action at this time.
0 commit comments