Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

status can error when the RHS in [extensions] does not map to a weak dep #3947

Open
KristofferC opened this issue Jul 12, 2024 · 1 comment

Comments

@KristofferC
Copy link
Sponsor Member


(InlineStrings) pkg> test
     Testing InlineStrings
      Status `/private/var/folders/tp/2p4x9ygx48sgsdl1ccg1mp_40000gn/T/jl_XqfzsA/Project.toml`
ERROR: KeyError: key "ParsersExt" not found
Stacktrace:
  [1] getindex
    @ ./dict.jl:498 [inlined]
  [2] status_ext_info(pkg::Pkg.Types.PackageSpec, env::Pkg.Types.EnvCache)
    @ Pkg.Operations ~/.julia/juliaup/julia-1.10.4+0.aarch64.apple.darwin14/share/julia/stdlib/v1.10/Pkg/src/Operations.jl:2214
@KristofferC KristofferC changed the title status can error when adding a new extension without resolving status can error when adding a new extension to project without resolving Jul 12, 2024
@KristofferC KristofferC changed the title status can error when adding a new extension to project without resolving status can error when the RHS in [extensions] does not map to a weak dep Jul 12, 2024
@KristofferC
Copy link
Sponsor Member Author

I had a type where I had

[extensions]
ArrowTypesExt = "ArrowTypes"
ParsersExt = "ParsersExt"

instead of "Parsers".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant