osx maxxed out#237
Conversation
to handle both it and dmg
75b167e to
78bfc6c
Compare
|
@mdsteele It would be nice if the CI clippy configuration was documented in a CONTRIBUTING.md or similar, because I didn't know what i was targeting. All mended, now. |
mdsteele
left a comment
There was a problem hiding this comment.
Thanks, looks reasonable overall, just a few minor comments.
| use super::PackageType; | ||
|
|
||
| // Each new short name should parse back to the correct variant. | ||
| assert_eq!( |
There was a problem hiding this comment.
Should we be testing the other PackageTypes similarly?
There was a problem hiding this comment.
Probably... not, it's just a fluff test, I kind of wanted to just fold that into the display implementation rather than the .to_short_name helper, would that be okay?
Sorry about that. Happy to take a PR to document that better! (With whatever information would have been most helpful to you.) |
8ebc8de to
bdeb334
Compare
Uh oh!
There was an error while loading. Please reload this page.