Skip to content
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

Guard against a Project.toml Manifest.toml mismatch #101

Merged
merged 1 commit into from
Feb 24, 2020

Conversation

davidanthoff
Copy link
Member

This fixes a problem from crash reporting.

I think what is happening here is that users manually modify a Project.toml, i.e. they add a line there, and then the Manifest.toml doesn't have a corresponding entry for that package. I'm not 100% positive this PR will fix this entirely, but at least we won't crash anymore :)

@davidanthoff davidanthoff added the bug Something isn't working label Feb 23, 2020
@davidanthoff davidanthoff added this to the Current milestone Feb 23, 2020
@davidanthoff davidanthoff added this to In progress in Current via automation Feb 23, 2020
@davidanthoff davidanthoff moved this from In progress to Waiting for review in Current Feb 23, 2020
Current automation moved this from Waiting for review to Approved, waiting for merge Feb 23, 2020
@davidanthoff
Copy link
Member Author

Tests seem broken on master, so I'll merge and then will try to figure out why our tests are broken.

@davidanthoff davidanthoff merged commit 8d94bcc into master Feb 24, 2020
Current automation moved this from Approved, waiting for merge to Done Feb 24, 2020
@davidanthoff davidanthoff deleted the guard-against-project-manifest-mismatch branch February 24, 2020 02:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
No open projects
Current
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants