JuliaPy / pyjuliapkg

Manage your Julia dependencies from Python
MIT License
45 stars 12 forks source link

Regular and dev mode `juliapkg.json` cause resolver to crash #27

Closed ma-sadeghi closed 2 months ago

ma-sadeghi commented 3 months ago

Suppose you first install SomePackage.jl in regular mode, then decide to install it in dev mode. merge_unique merges all fields of both json files, but in dev mode, url and rev must not be passed, or else Pkg.add complains.

cjdoris commented 3 months ago

Please post some code showing how to get the error your seeing.

ma-sadeghi commented 2 months ago

Never mind, I can no longer reproduce it. Likely something on my end. Thanks for the follow up though :)