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

Simple tools for version and flags management #36

Merged
merged 15 commits into from
Jan 29, 2018

Conversation

fredboudon
Copy link
Contributor

No description provided.

@pradal
Copy link
Contributor

pradal commented Jan 24, 2018

Composite module names qhould be separated by underscore.
Change names like configdeploy.py into config_deploy.py (or even better configure_meta.py)

@@ -371,7 +372,7 @@ def ALEASolution(options, tools=[], dir=[]):
if isinstance(platform, Win32):
# Checking for compiler info first
compileroptions = deepcopy(options)
compilerconf = Config(default_tools,dir)
compilerconf = Config([],dir)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This may have a huge effect, isn't it?
How users that depend on compiler will add the compiler? Explicitly?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just explain a bit. Thanks

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

default_tools is already included by default in Config construction.

@pradal pradal merged commit ae6a1e0 into openalea:master Jan 29, 2018
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

Successfully merging this pull request may close these issues.

2 participants