-
-
Notifications
You must be signed in to change notification settings - Fork 220
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
V1.0 development (just a draft PR to view the diff) #787
base: main
Are you sure you want to change the base?
Conversation
I see the git history is diverged enough where it might have to be rebased off main to one commit :/ |
Gonna merge and update it |
e6fd50e
to
150fd9d
Compare
5b37ac6
to
0fc7239
Compare
Okay so how are we doing on that v1.0 release ? |
I really think that clap should be merged prior to v1, there are quite a few things queued up waiting for it and we should aim to get all those merged and tested before declaring we're stable. |
I'm all for it. Yeah this is really more about clap and anything that would come along with it that would have breaking changes than it would be actually 1.0 more specifically I just wanted a branch people can fork and push their changes to, instead of having 1 PR and requesting a bunch of changes for one person. I think the sooner we get it merged into main the better. you're absolutely right, from a stability perspective this needs to be in well before 1.0 I was caught up on the breaking change perspective |
Well guess this can be made ready for review ? |
Hey @tertsdiepraam you created a breaking change on time-style argument, could you have a look at it |
@MartinFillon I don't think it's due to my changes. With |
Well my bad sorry 😞 I should have bisect more in depth Gonna fix it |
7575648
to
06d4775
Compare
This is ready @cafkafk |
Okay let's get going on review then! |
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.
First order of business is to resolve clippy lints so CI pass it seems
332e07a
to
6be779c
Compare
I can't understand nix flake check outputs. It seems to always fail |
Seems to be a formatting issue. I think Edit: yeah that seems to be it. I temporarily deleted |
well thats strange Should I fix it ? |
6be779c
to
f0aeac4
Compare
f0aeac4
to
0039513
Compare
This pr intoduce clap based parser. Please note that this is still a wip. Breaking Changes: -v no longer lists version. Version is no longer as exhaustive as before. Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This pr intoduce clap based parser. Please note that this is still a wip. Breaking Changes: -v no longer lists version. Version is no longer as exhaustive as before. Signed-off-by: Christina Sørensen <christina@cafkafk.com>
implemented a typed value parser to have everything working
1505a31
to
54bda48
Compare
this is so everyone can fork this branch, and make their own edits, add whatever features, etc. so instead of a massive PR that is impossible to review, we can each add things incrementally