Skip to content

Commit

Permalink
Update base/loading.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Dilum Aluthge <[email protected]>
  • Loading branch information
IanButterworth and DilumAluthge committed Jan 21, 2022
1 parent 05d2597 commit 6c36a8d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions base/loading.jl
Original file line number Diff line number Diff line change
Expand Up @@ -408,8 +408,12 @@ end
## generic project & manifest API ##

const project_names = ("JuliaProject.toml", "Project.toml")
const manifest_names = ("JuliaManifest$(VERSION.major).$(VERSION.minor).toml", "JuliaManifest.toml",
"Manifest$(VERSION.major).$(VERSION.minor).toml", "Manifest.toml")
const manifest_names = (
"JuliaManifest.$(VERSION.major).$(VERSION.minor).toml",
"Manifest.$(VERSION.major).$(VERSION.minor).toml",
"JuliaManifest.toml",
"Manifest.toml",
)
const preferences_names = ("JuliaLocalPreferences.toml", "LocalPreferences.toml")

# classify the LOAD_PATH entry to be one of:
Expand Down

0 comments on commit 6c36a8d

Please sign in to comment.