Closed HexDecimal closed 11 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
a17dc82
) 96.40% compared to head (62f0a50
) 96.45%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
After some more thought and better tests I've decided that this shouldn't cause issues when merged. Preferring literal names to glob expansion should avoid theoretical regressions, and this PR is very easy to revert if any unexpected edge cases do appear.
Expands globs in simple cases using the following rules:
glob
module. If this results in no files then it raisesFileNotFoundError
.Added tests for this.
Some commands are too complex for this workaround. This only applies to commands which takes one list of arguments and not commands with more complex positional parameters such as
delocate-fuse
anddelocate-patch
.I'd rather not merge this PR until it's reviewed.
Fixes #71