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.
1 parent 47d9bec commit 923f617Copy full SHA for 923f617
base/initdefs.jl
@@ -376,6 +376,11 @@ end
376
active_manifest(project_file::AbstractString)
377
378
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
384
See [`Project environments`](@ref project-environments) for details on the difference between a project and a manifest, and the naming
385
options and their priority in package loading.
386
0 commit comments