Skip to content

Commit

Permalink
fix deprecation of I (#25666)
Browse files Browse the repository at this point in the history
* fix deprecation of I
  • Loading branch information
fredrikekre authored Jan 21, 2018
1 parent 239036d commit a7e4d1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion base/deprecated.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1368,7 +1368,6 @@ end
@deprecate_moved copy_transpose! "LinearAlgebra" false true
@deprecate_moved issuccess "LinearAlgebra" false true
@deprecate_moved transpose_type "LinearAlgebra" false true
@deprecate_moved I "LinearAlgebra" false true
@deprecate_moved A_mul_B! "LinearAlgebra" false true
@deprecate_moved A_mul_Bt! "LinearAlgebra" false true
@deprecate_moved At_mul_B! "LinearAlgebra" false true
Expand Down
2 changes: 2 additions & 0 deletions base/sysimg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,8 @@ Base.require(Base, :Unicode)

# PR #25571
@deprecate_binding LinAlg root_module(Base, :LinearAlgebra) true ", run `using LinearAlgebra` instead"
@deprecate_binding(I, root_module(Base, :LinearAlgebra).I, true,
", run `using LinearAlgebra` to load linear algebra functionality.")
end

empty!(DEPOT_PATH)
Expand Down

0 comments on commit a7e4d1c

Please sign in to comment.