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
I believe I hit at least two repo corrupting bugs in the package manager on julia 0.5 RC2 in the first hour of using RC2 (#17994, #17995). None of what I did seems very exotic/corner cases etc. This does suggest that Pkg could use more comprehensive test coverage that actually exercises typical user scenarios, so that these sorts of bugs can be found in CI builds.
I'm just opening this issue so that such work can be tracked.
The text was updated successfully, but these errors were encountered:
Good question, I'm not sure. I do feel that this is more about making sure that common Pkg manager user scenarios are actually tested end-to-end rather than getting high code coverage results.
It seems sensible to me to have one issue dealing with coverage in general and then specific issues regarding specific bugs. Are there any known bugs with the package manager that we are not tracking?
I believe I hit at least two repo corrupting bugs in the package manager on julia 0.5 RC2 in the first hour of using RC2 (#17994, #17995). None of what I did seems very exotic/corner cases etc. This does suggest that Pkg could use more comprehensive test coverage that actually exercises typical user scenarios, so that these sorts of bugs can be found in CI builds.
I'm just opening this issue so that such work can be tracked.
The text was updated successfully, but these errors were encountered: