Skip to content
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

fix: fix decoding error in self-update (#89) #90

Merged
merged 2 commits into from
Jan 25, 2024

Conversation

kkebo
Copy link
Contributor

@kkebo kkebo commented Jan 7, 2024

fixes #89

I'm not sure that this is in line with the design intent, but I confirm that the problem has been resolved.

$ swift run swiftly self-update
Building for debugging...
Build complete! (0.35s)
Checking for swiftly updates...
Already up to date.

@patrickfreed
Copy link
Collaborator

Bah, yeah thanks for catching this. All the tests that were written used a mocked API, so this wasn't caught. I've added a commit that adds an integration test so that things like this will be caught automatically in the future. Thanks for reporting and fixing!

@patrickfreed
Copy link
Collaborator

@swift-server-bot add to allowlist

@patrickfreed patrickfreed merged commit 276843a into swift-server:main Jan 25, 2024
6 checks passed
@kkebo kkebo deleted the issues/89 branch January 25, 2024 03:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

self-update always fails
2 participants