Pkg.project()
returns nothing
for name, uuid, version for package added via Pkg
#3477
Labels
Pkg.project()
returns nothing
for name, uuid, version for package added via Pkg
#3477
This question regards the
Pkg.project()
feature, originally added in #385.The package in question here is RAI.jl, which attempts to set its user agent for HTTP requests using the project version:
https://github.com/RelationalAI/rai-sdk-julia/blob/93b18be6d7d91385a0854330b5d3bd0fe28f4653/src/RAI.jl#L25-L26
When I clone this repo, and open it as a project via
julia --proj
, it works correctly, giving:However, if I add the package to another project, or to my top-level environment, it gets
nothing
:You can see that this is returning nothing:
I see in #3267 that this is an experimental feature.
Should we not be using it like this?
Thank you!
The text was updated successfully, but these errors were encountered: