Skip to content

Commit 923f617

Browse files
Add environment stacks to docstring
1 parent 47d9bec commit 923f617

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

base/initdefs.jl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,11 @@ end
376376
active_manifest(project_file::AbstractString)
377377
378378
Return the path of the active manifest file, or the manifest file that would be used for a given `project_file`.
379+
380+
In a stacked environment (where multiple environments exist in the load path), this returns the manifest
381+
file for the primary (active) environment only, not the manifests from other environments in the stack.
382+
See the manual section on [Environment stacks](@ref) for more details on how stacked environments work.
383+
379384
See [`Project environments`](@ref project-environments) for details on the difference between a project and a manifest, and the naming
380385
options and their priority in package loading.
381386

0 commit comments

Comments
 (0)