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

Order the populated includes #6

Open
msuchane opened this issue Jun 18, 2020 · 0 comments
Open

Order the populated includes #6

msuchane opened this issue Jun 18, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@msuchane
Copy link
Collaborator

The include statements prepared with the --include-in assembly aren't sorted in the order that you specify them on the command line. Fix the option to sort the includes.

This actually involves working around the Clap library, which stores all options in an unsorted collection. We need to re-sort them manually later.

@msuchane msuchane added the enhancement New feature or request label Jun 18, 2020
@msuchane msuchane self-assigned this Jun 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant