-
Notifications
You must be signed in to change notification settings - Fork 76
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
Refac + Improve extension parsing #519
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One thing led to another and I ended up making lots of changes unrelated to the fix.
So are the main changes of this PR:
Ah, CI is failing because I'm using the just stabilized |
af11b9f
to
dc53dba
Compare
this seems like a lot, could this be separated into multiple PRs? (or maybe reword the PR to reflect all the changes?) |
Yeah sorry for that, I'll split the PR into smaller ones. |
a7bb308
to
795c254
Compare
I gave up on separating this into smaller PRs, I'll avoid doing this again, but I did a mess and it would take effort to separate. So... merging :v (when it passes). |
e1adf2c
to
2b7734d
Compare
2b7734d
to
38add1c
Compare
Also improve error reporting for `--format` with malformed or unsupported extensions This commit is very messy, as it also does an refac in the project, which should ideally be in a separated commit
38add1c
to
dbb2ab2
Compare
dbbe783
to
c466726
Compare
Fixes #517.