-
Notifications
You must be signed in to change notification settings - Fork 39
Remove support for deprecated env-vars #151
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
Remove support for deprecated env-vars #151
Conversation
|
This PR is blocked by #144 |
4acb414 to
2720173
Compare
This commit removes v1 spack support, and several v1 helper methods.
This commit removes support for env-vars, and transitions to env_vars instead.
2720173 to
e87f20f
Compare
rfbgo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I'm going to let you chose the right time to merge this @douglasjacobsen since it might break existing users workflows
The merge-base changed after approval.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
I'm a bit nervous about breaking any users still using v1-style, but better to do this pre v1.0 release
The merge-base changed after approval.
The merge-base changed after approval.
The merge-base changed after approval.
rfbgo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Last attempt to un-confuse GH before I force the merge
The merge-base changed after approval.
This merge removes support for the deprecated env-vars config sections.
Previously, environment variables were defined through the env-vars config section, but we transitioned to env_vars to allow the config section to be modifiable through
ramble configcommands. This merge completes this transition by removing support and warnings for the older format.