-
Notifications
You must be signed in to change notification settings - Fork 434
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
CommandLine cleanup #1568
CommandLine cleanup #1568
Conversation
…atedMembers because it works on both fields & methods
…<?>> instead of Stack<Class<?>> because it's only used for contains Renamed originalHierarchy local variable as fullHierarchySet because the former sounds as if the hierarchy was (or is somehow being) changed, but it's not
The tests may be failing because of another PR I merger earlier today (#1080)... need to take a look. May need to revert that. |
The build failure does come from that PR, and is in |
I ignored the failing test now. |
Thanks |
Are you waiting to merge until the build error is fixed? |
Just caught up with other stuff. I hope to merge and do a release later today. |
Cool. No rush. Just wanted to ensure that I didn't need to make any more modifications. |
Just submitted a gradle bump to 7.4 PR. |
Minor cleanup in
CommandLine