You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
section is removed from the Project.toml file. I have not been able to understand why, and I have always thought that "Well, I guess I accidentally removed it then...", but it keeps happening and it has driven me crazy! I HAVE NOT REMOVED IT!!
I have finally found a way to reproduce it:
Start with a clean clone of Pkg or git clean -fdx notably to remove the Manifest.toml file.
Remove the uuid = section in Pkg
Run julia --project in the Pkg directory
Run using Pkg (this seems to be important ...)
pkg> add Example
pkg> rm Example
and then you have the following diff for the Project.toml file:
985: fix rm: `project.extras` also contains dependency names r=00vareladavid a=00vareladavid
fixes#876
Thanks @fredrikekre for getting it down to a minimal repro.
Co-authored-by: David Varela <[email protected]>
Sometimes the
section is removed from the
Project.toml
file. I have not been able to understand why, and I have always thought that "Well, I guess I accidentally removed it then...", but it keeps happening and it has driven me crazy! I HAVE NOT REMOVED IT!!I have finally found a way to reproduce it:
git clean -fdx
notably to remove the Manifest.toml file.uuid =
section in Pkgjulia --project
in the Pkg directoryusing Pkg
(this seems to be important ...)pkg> add Example
pkg> rm Example
and then you have the following diff for the
Project.toml
file:The text was updated successfully, but these errors were encountered: