Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
store: add functions to download snap icons #14990
base: master
Are you sure you want to change the base?
store: add functions to download snap icons #14990
Changes from 5 commits
fff47b8
fb306be
774ae5d
5658e58
7b20bc2
9972463
995ca51
6c6b08f
0c5ba59
dfaa1bb
97ce6c4
462c669
215774e
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 775 in store/store.go
Codecov / codecov/patch
store/store.go#L774-L775
Check warning on line 319 in store/store_download.go
Codecov / codecov/patch
store/store_download.go#L318-L319
Check warning on line 335 in store/store_download.go
Codecov / codecov/patch
store/store_download.go#L334-L335
Check warning on line 363 in store/store_download.go
Codecov / codecov/patch
store/store_download.go#L362-L363
Check warning on line 670 in store/store_download.go
Codecov / codecov/patch
store/store_download.go#L669-L670
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.
Would it be possible to make this inner loop a function? I understand it might be awkward because you need to hold on to
finalErr
.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.
I've made it a function now
Check warning on line 679 in store/store_download.go
Codecov / codecov/patch
store/store_download.go#L678-L679
Check warning on line 690 in store/store_download.go
Codecov / codecov/patch
store/store_download.go#L690
Check warning on line 712 in store/store_download.go
Codecov / codecov/patch
store/store_download.go#L712
Check warning on line 722 in store/store_download.go
Codecov / codecov/patch
store/store_download.go#L721-L722
Check warning on line 729 in store/store_download.go
Codecov / codecov/patch
store/store_download.go#L725-L729
Check warning on line 731 in store/store_download.go
Codecov / codecov/patch
store/store_download.go#L731
Check warning on line 735 in store/store_download.go
Codecov / codecov/patch
store/store_download.go#L734-L735