Skip to content

Commit 4f5260b

Browse files
committed
Add Sys.shlib_ext removal reminder to deprecated.jl
1 parent 509fa08 commit 4f5260b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

base/deprecated.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,7 @@ const CharString = UTF32String
367367
@deprecate get_bigfloat_rounding() get_rounding(BigFloat)
368368
@deprecate with_bigfloat_rounding(f::Function, r::RoundingMode) with_rounding(f::Function, BigFloat, r)
369369
eval(Sys, :(@deprecate shlib_list dllist))
370+
# Sys.shlib_ext is deprecated, renamed to Sys.dlext. Remove alias before release
370371

371372
# 0.3 discontinued functions
372373

0 commit comments

Comments
 (0)