-
Notifications
You must be signed in to change notification settings - Fork 841
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
Deprecate 'stack path --global-stack-root', add '--stack-root' options – #1148 #1983
Conversation
I have added a deprecation warning that shows up when someone uses the
Should there also be a warning for
|
One aspect of #1148 was that the documentation on I think the situation has already become a bit better with the new entry in
Yet should I possibly add an entry to the FAQ, e.g. |
`stack-root` flag and output field. See | ||
`stack-root` flag and output field. | ||
Additionally, the stack root can now be specified via the | ||
`--stack-yaml` command-line flag. See |
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.
This should be --stack-root
, right?
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.
Of course. Fixed.
LGTM, thanks! Just one comment that needs to be addressed. |
I have added a commit that fixes an exception for permission-checking code that was still @mgsloan: Have you seen my two comments at the top or do you think these are non-issues? |
I think removing it from the list is fine. True, someone could be parsing it. However, I don't know of any tools that do this. The breakage should be minimal at this time. As long as we're doing such a deprecation / change for
Thanks for considering docs! I think the current level of docs is fine. AFAIK there is little need for |
Also update `stack path` output in doc/GUIDE.md.
7074afb
to
c493728
Compare
Rebased. |
Thanks! That appveyor failure seems superfluous, so merging. |
No description provided.