-
Notifications
You must be signed in to change notification settings - Fork 101
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
Fails on 1.2-RC2 branch #81
Comments
AFAICT, this package is just generating a new Project.toml and then deving it. Does Pkg3 keep track of generated packages somehow? Is there a good way to create and destroy package safely? Maybe activating a new environment for each package if the registry is remaining unmodified? |
It gets saved to the active project when it is devved. And then I guess there is another dev call with the same name of the package but another UUID. One solution is to |
Hmmm, I did try that, but it didn't seem to work. I'm assuming |
I don't believe that this is an issue with the package code, but rather the test suite/methodology. The tests are being rewritten over in #61 so this should not be an issue going forward. |
New Pkg version detects that you are trying to add a package with the same name but a new UUID to the Project.
The text was updated successfully, but these errors were encountered: