Skip to content

Commit 8beeaf7

Browse files
authored
Merge branch 'master' into fe/keywords
2 parents 7cb4631 + 81f6c79 commit 8beeaf7

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

src/database/simple.jl

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ begin
149149
register(ReadString, Deprecation(
150150
"readstring(x) is deprecated to read(x, String)",
151151
"julia",
152-
v"0.5.0", v"0.7.0-DEV.1053", typemax(VersionNumber)
152+
v"0.7.0-DEV.1053", v"1.0", typemax(VersionNumber)
153153
))
154154

155155
match(ReadString,
@@ -350,6 +350,17 @@ end
350350
@add_rename isleaftype isconcretetype v"0.7.0-DEV.1775"
351351
@add_rename isnumber isnumeric v"0.7.0-DEV.1775"
352352
@add_rename Associative AbstractDict v"0.7.0-DEV.2951"
353+
@add_rename find findall v"0.7.0-DEV.3415"
354+
@add_rename module_parent parentmodule v"0.7.0-DEV.3460"
355+
@add_rename datatype_module parentmodule v"0.7.0-DEV.3460"
356+
@add_rename function_module parentmodule v"0.7.0-DEV.3460"
357+
@add_rename indmin argmin v"0.7.0-DEV.3516"
358+
@add_rename indmax argmax v"0.7.0-DEV.3516"
359+
@add_rename module_name nameof v"0.7.0-DEV.3539"
360+
@add_rename function_name nameof v"0.7.0-DEV.3539"
361+
@add_rename datatype_name nameof v"0.7.0-DEV.3539"
362+
@add_rename method_exist hasmethod v"0.7.0-DEV.3455"
363+
@add_rename object_id objectid v"0.7.0-DEV.3455"
353364

354365
begin
355366
struct KeywordsUnlocked; end

0 commit comments

Comments
 (0)