We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
UndefVarError: path_separator not defined
1 parent 1488563 commit 670d79dCopy full SHA for 670d79d
base/deprecated.jl
@@ -692,7 +692,7 @@ end
692
include("require.jl")
693
@noinline function require(f::AbstractString)
694
depwarn("`require` is deprecated, use `using` or `import` instead", :require)
695
- if endswith(f,".jl") || contains(f,path_separator)
+ if endswith(f,".jl") || contains(f,Filesystem.path_separator)
696
# specifying file path
697
OldRequire.require(f)
698
else
0 commit comments