-
Notifications
You must be signed in to change notification settings - Fork 15
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
doc issue about develop support #185
Comments
I agree that this could be better explained.
This is how I interpret it.
I think the doc is describing #164. The stackinator/stackinator/recipe.py Lines 206 to 222 in 5f16110
So if you are not using The string comparison in #164 looks dangerous (it evaluates to
It should only refer to the specific I don't recall if it's clearly stated in the documentation, but the idea is to support the last two minor versions of Spack, plus develop. So right now we should be able to work with |
stackinator/docs/configuring.md
Lines 45 to 51 in 5f16110
In addition to the repeated "the following", IMHO the bullet points list is not straightforward to understand. Some doubts I have:
spack env activate --with-view <name>
and notspack env --with-view
<name>
with "positional argument"?--with-view <name>
applies starting from 0.21 (and so alsodevelop
included). right?--develop
? in case, I might argue that it would be beneficial to keep it there for a while. Two arguments in support of this argument:develop
option because another similar workaround is needed?develop
sounds general enough, so it applies to all possible workarounds needed. otherwise we might end up having different flags for different workarounds of this kind and drop just the ones not used anymoreI really hope that spack will allows us to completely forget about this option sooner rather than later.
The text was updated successfully, but these errors were encountered: