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

consider for real if the calls to the compiler, linker should be factored out into a toolchain #79

Open
gizmomogwai opened this issue Jul 6, 2011 · 0 comments

Comments

@gizmomogwai
Copy link
Collaborator

the toolchain knows best, what to do for a specific compiler.
if all compiler support @-arguments for long commandline the toolchain is a good place
to put some more logic on when to use @ and when to use direct spawn, also regarding ruby versions and os!
has_sources, has_dependencies, executable and source_library already have a lot to care about. so this is a good thing to put
into another class!
to be discussed

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