Skip to content

Commit 6a46b10

Browse files
authored
remove using DelimitedFiles from default juliarc (#25374)
1 parent edeb002 commit 6a46b10

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

base/deprecated.jl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1262,6 +1262,11 @@ export conv, conv2, deconv, filt, filt!, xcorr
12621262

12631263
@eval @deprecate_moved $(Symbol("@profile")) "Profile" true true
12641264

1265+
@deprecate_moved readdlm "DelimitedFiles" true true
1266+
@deprecate_moved writedlm "DelimitedFiles" true true
1267+
@deprecate_moved readcsv "DelimitedFiles" true true
1268+
@deprecate_moved writecsv "DelimitedFiles" true true
1269+
12651270
@deprecate_moved base64encode "Base64" true true
12661271
@deprecate_moved base64decode "Base64" true true
12671272
@deprecate_moved Base64EncodePipe "Base64" true true

etc/juliarc.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
# This file should contain site-specific commands to be executed on Julia startup
22
# Users may store their own personal commands in the user home directory `homedir()`, in a file named `.juliarc.jl`
3-
4-
using DelimitedFiles

0 commit comments

Comments
 (0)