-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
enable composing PositionalArgs #896
Conversation
Hi @nelz9999! Apart from that, I would expect this PR to include additional tests to check the new feature. Some example would also be helpful to better show what you mean with 'composite positional arguments'. |
Hey @umarcor... I took your suggestions of tests & docs, and to leave However, I don't think I should add on top of your #841... There's a lot of pushback and flux on that PR, which I don't think this addition needs to be a part of, since it's simply additive. I.e. this PR could get merged without any impact on #841. |
Thanks!
Agree. Since Overall, LGTM. I would just suggest to reconsider the name of the new function/feature, tho. When I read 'composing PositionalArgs' I imagined handling positional arguments composed of more than a single word. IMHO, |
@umarcor I've updated the naming. |
I saw that and I think that this PR is ready to merge; that's why I didn't add any further comment. Unfortunately, maintainers with write permissions in this repo seem to be quite busy lately. For example #841 is ready since almost 4 months ago, but it has not been merged yet. A similar situation happened with #817. Hence, we need to be patient and wait until @spf13, @eparis, @BoGeM, or any other can allocate some time. I don't know whether @jharshman has permissions or is just a regular contributor. |
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.
lgtm.
ping @eparis
as an aside, looks like Travis CI is failing due to some shellcheck errors.
Indeed... #889 (comment) |
@nelz9999, now that CI of the master branch is fixed, would you mind rebasing? This is so that it is not shown as 'failing', which can lead maintainers to think that this is not ready. |
@umarcor Done and done! |
This PR is being marked as stale due to a long period of inactivity |
Not stale, but ready to be merged. |
Is there anything preventing this from being merged? |
Ping this issue! Anything to prevent this from being merged? |
Will this be merged soon? |
@katexochen, I wouldn't bet on that. Very unfortunately, the criteria for merging PRs in this project is arbitrary and it is frequent that ready-to-merge PRs are ignored for years. |
Hi @nelz9999 - thanks so much for this, and thanks all for the patience. Any possibility you are around to rebase this and fix a merge conflict in the readme? If I don't hear from you in a week or so, I'll close this and hand it back over to the community. |
@jpmcb Done! |
This may end up being helpful related to issues like #838 or #745...