Skip to content

ql-https.lisp ~ rewrite verify-download to be a CLOS :after method - #22

Merged
rudolfochrist merged 1 commit into
rudolfochrist:masterfrom
echawk:add-after-method-v2
Feb 25, 2026
Merged

ql-https.lisp ~ rewrite verify-download to be a CLOS :after method#22
rudolfochrist merged 1 commit into
rudolfochrist:masterfrom
echawk:add-after-method-v2

Conversation

@echawk

@echawk echawk commented Feb 23, 2026

Copy link
Copy Markdown
Contributor

This hooks directly into ql-dist:check-local-archive-file, and will perform our checks of the file at exactly the right time (after ql-dist does its own internal checks of the archive file).

As a result we don't have to check the file size ourself, nor lookup the release.

This hooks directly into `ql-dist:check-local-archive-file`, and will perform
our checks of the file at exactly the right time (after ql-dist does its own
internal checks of the archive file).

As a result we don't have to check the file size ourself, nor lookup the release.
@rudolfochrist

Copy link
Copy Markdown
Owner

Thank you. This is a lot cleaner.

@rudolfochrist
rudolfochrist merged commit 55a95a2 into rudolfochrist:master Feb 25, 2026
1 check passed
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.

2 participants