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

Improve flag handling #313

Open
4 tasks
hiker opened this issue Jun 17, 2024 · 0 comments
Open
4 tasks

Improve flag handling #313

hiker opened this issue Jun 17, 2024 · 0 comments

Comments

@hiker
Copy link
Collaborator

hiker commented Jun 17, 2024

ATM (and with #311) coming in, there is no consistent way of handling flags - some were added in #311 which do not allow path-specific flags (mostly to keep the PR reasonable small). Some issues that need to be fixed:

  • Have just one flag object for every tool flag
  • Support adding and removing flags
  • Potentially use a dict to allow O(1) removal of flags (be careful that ordering of flags might be important)
  • Have flags depend on compiler version

Note that this issue is also covered in hiker/fab#22

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

1 participant