Skip to content

Commit

Permalink
Merge pull request #27237 from JuliaLang/kc/pkg_rename_fixups
Browse files Browse the repository at this point in the history
Small fixup from Pkg rename PR
  • Loading branch information
KristofferC authored May 24, 2018
2 parents 2f93c94 + 4cc5677 commit 14dbdf5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion base/loading.jl
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@ current `include` path but does not use it to search for files (see help for `in
This function is typically used to load library code, and is implicitly called by `using` to
load packages.
When searching for files, `require` first looks for package code under in the global array
When searching for files, `require` first looks for package code in the global array
`LOAD_PATH`. `require` is case-sensitive on all platforms, including those with
case-insensitive filesystems like macOS and Windows.
Expand Down
9 changes: 0 additions & 9 deletions doc/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,6 @@ pushfirst!(DEPOT_PATH, joinpath(@__DIR__, "deps"))
pushfirst!(LOAD_PATH, @__DIR__)
Pkg.instantiate()

Pkg.pkg"st --manifest"
@show LOAD_PATH
@show DEPOT_PATH
println(readdir(joinpath(@__DIR__, "deps", "packages")))
println(readdir(joinpath(@__DIR__, "deps", "packages", "Compat")))
pkg = Base.identify_package("Compat")
@show pkg


using Documenter

# Include the `build_sysimg` file.
Expand Down

0 comments on commit 14dbdf5

Please sign in to comment.