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

introduce future and depracted options, and log.future #838

Merged
merged 11 commits into from Feb 7, 2014

Conversation

stdweird
Copy link
Contributor

@stdweird stdweird commented Feb 5, 2014

No description provided.

@stdweird
Copy link
Contributor Author

stdweird commented Feb 5, 2014

@boegel is this what you wanted? (sans test ofcourse)

@@ -36,13 +36,18 @@
import sys
from copy import copy
from vsc import fancylogger

Copy link
Member

Choose a reason for hiding this comment

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

wai you drop empty line? we're purposely splitting easybuild imports from the others

@boegel
Copy link
Member

boegel commented Feb 5, 2014

@stdweird: I had something slightly different in mind, but this works too (and is probably better).

I would just go for --experimental rather than --future. Kudos for adding in the --deprecated we discussed earlier as well.

@stdweird
Copy link
Contributor Author

stdweird commented Feb 6, 2014

@boegel addressed remarks

)
try:
log.experimental('x')
except:
Copy link
Member

Choose a reason for hiding this comment

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

except easybuild.tools.build_log.EasyBuildError, err:?

@boegel
Copy link
Member

boegel commented Feb 6, 2014

Jenkins: please test this

@stdweird
Copy link
Contributor Author

stdweird commented Feb 6, 2014

@boegel merged in

@boegel
Copy link
Member

boegel commented Feb 7, 2014

going in, thanks @stdweird!

boegel added a commit that referenced this pull request Feb 7, 2014
introduce future and depracted options, and log.future
@boegel boegel merged commit 958969d into easybuilders:develop Feb 7, 2014
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.

None yet

2 participants