Skip to content

Commit

Permalink
Fixed deprecation warning message to not mention julia v0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
NHDaly committed Aug 15, 2018
1 parent 6ef49a5 commit 8bb5f60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ApplicationBuilder.jl
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module ApplicationBuilder

using Compat
Compat.@warn """ApplicationBuilder has changed a bit since julia 0.6:
Compat.@warn """ApplicationBuilder has changed since JuliaCon 2018.
- `module BuildApp` has been removed. You should remove `using BuildApp`
from your build scripts to build with julia v0.7.
- You should also remove `using ApplicationBuilder` from the source-code of
from your build scripts, and just use `using ApplicationBuilder`.
- You should also _remove_ `using ApplicationBuilder` from the source-code of
programs being built, since the `change_dir_if_bundle` behavior will
now come default for all applications. `using ApplicationBuilder` in
your program source may cause it to fail to build.
Expand Down

0 comments on commit 8bb5f60

Please sign in to comment.