-
-
Notifications
You must be signed in to change notification settings - Fork 361
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
download TODO comment: handle non 200 response for individual solution files #794
Comments
Let's error out and display the |
jdsutherland
added a commit
to jdsutherland/cli
that referenced
this issue
Feb 20, 2019
Based on exercism#794, we've decide to error out and display API error messages. This overlaps with cmd/submit, so this change extracts it for sharing.
jdsutherland
added a commit
to jdsutherland/cli
that referenced
this issue
Feb 21, 2019
Based on exercism#794, we've decide to error out and display API error messages. This overlaps with cmd/submit, so this change extracts it for sharing.
jdsutherland
added a commit
to jdsutherland/cli
that referenced
this issue
Feb 21, 2019
Based on exercism#794, we've decide to error out and display API error messages. This overlaps with cmd/submit, so this change extracts it for sharing.
jdsutherland
added a commit
to jdsutherland/cli
that referenced
this issue
Feb 21, 2019
Based on exercism#794, we've decide to error out and display API error messages. This overlaps with cmd/submit, so this change extracts it for sharing.
jdsutherland
added a commit
to jdsutherland/cli
that referenced
this issue
Feb 21, 2019
Based on exercism#794, we've decide to error out and display API error messages. This overlaps with cmd/submit, so this change extracts it for sharing.
jdsutherland
added a commit
to jdsutherland/cli
that referenced
this issue
Feb 22, 2019
Based on exercism#794, we've decide to error out and display API error messages. This overlaps with cmd/submit, so this change extracts it for sharing.
jdsutherland
added a commit
to jdsutherland/cli
that referenced
this issue
Feb 22, 2019
Based on exercism#794, we've decide to error out and display API error messages. This overlaps with cmd/submit, so this change extracts it for sharing.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In effort to resolve TODO comments, I'm in the process of promoting them to issues.
cli/cmd/download.go
Lines 189 to 190 in a86f829
Currently, non 200 responses are swallowed. Do we know how we want to handle this?
The text was updated successfully, but these errors were encountered: