We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5527e9 commit 341e55cCopy full SHA for 341e55c
Project.toml renamed to __Project.toml
src/Compat.jl
@@ -1452,9 +1452,9 @@ else
1452
end
1453
1454
@static if VERSION < v"0.7.0-DEV.3656"
1455
- const Pkg = Base.Pkg
+ const OldPkg = Base.Pkg
1456
else
1457
- import Pkg
+ import OldPkg
1458
1459
1460
@static if VERSION < v"0.7.0-DEV.3630"
src/deprecated.jl
@@ -52,6 +52,8 @@ else
52
import Base.LinAlg.BLAS.@blasfunc
53
54
55
+Base.@deprecate_binding Pkg OldPkg
56
+
57
if VERSION < v"0.7.0-DEV.2915"
58
const textwidth = Compat.Unicode.textwidth
59
export textwidth
0 commit comments