-
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
stack init should try to create a stack.yaml even if it cannot download the snapshot list #1374
Comments
I agree that the things you pointed out about the output should get fixed.
One thing I don't like about this is that the user would have to look at the output to notice that the behavior has changed due to connectivity issues. How about instead having a
That would be nice, I'm not sure how we'd do that, though. Maybe compile the markdown to html? The markdown is included in the source distribution, but |
Wouldn't a warning like
Seems like part of your response was lost. I've moved this idea to #1395. |
That could be enough. I don't like the idea of the behavior changing due to exceptional cases, though. What if it's some failure other than not being connected to the internet? So, I'd prefer having a
It should fail at this point and not print the rest of the output. |
The idea sounds fine to me as well, and I agree about making it an explicit flag. A pull request would be welcome. |
The message about writing to the file coming even when not actually modifying the file is fixed via PR #1583 . |
#1594 encompasses this issue. |
Instead of giving up and pointing me at internet ressources right when I seem to have connectivity problems, stack should have created a stack.yaml using the latest snapshot on the system.
The output here could take some improvements too:
Writing default config file to: /home/simon/src/stack/test/integration/tests/1198-multiple-exes-with-same-name/files/stack.yaml
isn't quite correct: the stack.yaml isn't generated.Please choose one of the following commands to get started. <...nothing>
?Also, couldn't the documentation I'm referred to be installed my system instead?
The text was updated successfully, but these errors were encountered: