-
- Downloads
env: clean up command access to the active environment
- all commands (except `spack find`, through `ConstraintAction`) now go through get_env() to get the active environment - ev.active was hard to read -- and the name wasn't descriptive. - rename it to _active_environment to be more descriptive and to strongly indicate that spack.environment manages it
Showing
- lib/spack/spack/cmd/common/arguments.py 2 additions, 2 deletionslib/spack/spack/cmd/common/arguments.py
- lib/spack/spack/cmd/env.py 1 addition, 1 deletionlib/spack/spack/cmd/env.py
- lib/spack/spack/cmd/uninstall.py 25 additions, 19 deletionslib/spack/spack/cmd/uninstall.py
- lib/spack/spack/environment.py 22 additions, 17 deletionslib/spack/spack/environment.py
- lib/spack/spack/test/conftest.py 1 addition, 1 deletionlib/spack/spack/test/conftest.py
Loading
Please register or sign in to comment