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

Feature request: Maintain order for captures? #104

Open
Kshitiz-Sharma opened this issue Aug 7, 2018 · 3 comments
Open

Feature request: Maintain order for captures? #104

Kshitiz-Sharma opened this issue Aug 7, 2018 · 3 comments

Comments

@Kshitiz-Sharma
Copy link

I have a rare requirement to obtain the captures in strict order. This can be easily accomplished by replacing:

capture = new HashMap<>();

With

capture = new LinkedHashMap<>();

in Match.java

Kindly consider including this in the next release.

@ottobackwards
Copy link
Contributor

can you submit a PR with a test?

@Kshitiz-Sharma
Copy link
Author

I'll see if I can get around to it this weekend.

@ottobackwards
Copy link
Contributor

Great! tag me in the PR and I'll test and review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants