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

[native_toolchain_c] Tool groups #857

Open
dcharkes opened this issue Dec 12, 2023 · 0 comments
Open

[native_toolchain_c] Tool groups #857

dcharkes opened this issue Dec 12, 2023 · 0 comments
Labels
P3 A lower priority bug or feature request package:native_toolchain_c

Comments

@dcharkes
Copy link
Collaborator

Currently, our tool resolution abstraction does not really have a solution for resolving groups of tools.

Take for example https://github.com/dart-lang/native/blob/main/pkgs/native_toolchain_c/lib/src/native_toolchain/clang.dart, it has a clang, ar, and ld. If multiple clang installations are available on the system, but one is missing one of these 3 tools (for some obscure reason), we would only want to return tools from the complete clang installation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P3 A lower priority bug or feature request package:native_toolchain_c
Projects
None yet
Development

No branches or pull requests

1 participant