sisl / ExprOptimization.jl

Algorithms for optimization of Julia expressions
Other
44 stars 11 forks source link

Fix UUID #21

Closed xukai92 closed 4 years ago

xukai92 commented 4 years ago

The previous PR added the Project.toml with an UUID that is generated by ] generate ExprOptimization on my local machine.

This works fine if someone does ] add https://github.com/sisl/ExprOptimization.jl

However, this is not the same UUID that the offical regiestry currently used for this package (0d84ce59-e78b-5c9a-b954-3a5400d7f6ed).

This means ] add ExprOptimization#master thorws error.

ERROR: UUID `4bafb4bd-4c51-463f-bd0a-5a4e66f7034f` given by project file `/tmp/jl_Qp3CnN/Project.toml` 
does not match given UUID `0d84ce59-e78b-5c9a-b954-3a5400d7f6ed`

Hopefully by using the existinng one this issue can be fixed.

xukai92 commented 4 years ago

Great. ] add ExprOptimization#master now works :)