Skip to content
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

Mixin options not added in source order when running on Java 12+ #781

Closed
remkop opened this issue Aug 8, 2019 · 1 comment
Closed

Mixin options not added in source order when running on Java 12+ #781

remkop opened this issue Aug 8, 2019 · 1 comment
Milestone

Comments

@remkop
Copy link
Owner

remkop commented Aug 8, 2019

When testing AutoCompletionTest with Java 12 or Java 13, the standard help mixin options are added to the command in reverse order (not in source order):

  -V, --version              Print version information and exit.
  -h, --help                 Show this help message and exit.
@remkop remkop added this to the 4.0.2 milestone Aug 8, 2019
@remkop
Copy link
Owner Author

remkop commented Aug 8, 2019

This is a regression caused by the fix for #776.

remkop added a commit that referenced this issue Aug 9, 2019
@remkop remkop closed this as completed Aug 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant