Skip to content

Commit

Permalink
Add deprecation and NEWS entry for Libdl (JuliaLang#25657)
Browse files Browse the repository at this point in the history
  • Loading branch information
thofma authored and ararslan committed Jan 21, 2018
1 parent 3843259 commit 3bccded
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -912,6 +912,8 @@ Deprecated or removed

* `@printf` and `@sprintf` have been moved to the `Printf` standard library ([#23929],[#25056]).

* The `Libdl` module has moved to the `Libdl` standard library module ([#25459]).

* The aliases `Complex32`, `Complex64` and `Complex128` have been deprecated in favor of `ComplexF16`,
`ComplexF32` and `ComplexF64` respectively ([#24647]).

Expand Down
1 change: 1 addition & 0 deletions base/sysimg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,7 @@ Base.require(Base, :REPL)
@deprecate_binding Distributed root_module(Base, :Distributed) true ", run `using Distributed` instead"
@deprecate_binding Random root_module(Base, :Random) true ", run `using Random` instead"
@deprecate_binding Serializer root_module(Base, :Serialization) true ", run `using Serialization` instead"
@deprecate_binding Libdl root_module(Base, :Libdl) true ", run `using Libdl` instead"

# PR #25249
@deprecate_binding SparseArrays root_module(Base, :SparseArrays) true ", run `using SparseArrays` instead"
Expand Down

0 comments on commit 3bccded

Please sign in to comment.