Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions stdlib/Artifacts/src/Artifacts.jl
Original file line number Diff line number Diff line change
Expand Up @@ -653,6 +653,9 @@ access a single file/directory within an artifact. Example:

!!! compat "Julia 1.6"
Slash-indexing requires at least Julia 1.6.

!!! compat "Julia 1.9"
The argument `artifacts_toml_path` requires at least Julia 1.9.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is still not documenting the third optional argument (and the second one is not mentioned at all either).

"""
macro artifact_str(name, platform=nothing, artifacts_toml_path=nothing)
# Find Artifacts.toml file we're going to load from
Expand Down