SamuraiAku / PkgToSoftwareBOM.jl

Produces a Software Bill of Materials (SBOM) describing your Julia Pkg environment. SBOM is in the SPDX format
MIT License
17 stars 1 forks source link

DownloadLocation errors out when package is tracking a repository #25

Closed SamuraiAku closed 11 months ago

SamuraiAku commented 11 months ago

Resolution of #19 introduced a bug when tracking a repository. For the moment we cannot include a subdirectory for a tracked repository because we don't know where Pkg stores this information.

Issue #24 tracks getting the subdirectory information, someday.

SamuraiAku commented 11 months ago

Resolved by 3c435b8