Skip to content

[WIP] Revisions on the website are in reverse order #107

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Copilot
Copy link

@Copilot Copilot AI commented Jul 10, 2025

Thanks for assigning this issue to me. I'm starting to work on it and will keep this PR's description up to date as I form a plan and make progress.

Original issue description:

Cabal file revisions as listed on the website are in reverse order with respect to the metadata.

E.g. _sources/strict-checked-vars/0.2.0.0/revisions/1.cabal gets published as package/strict-checked-vars-0.2.0.0/revision/3.cabal and _sources/strict-checked-vars/0.2.0.0/revisions/3.cabal gets published as package/strict-checked-vars-0.2.0.0/revision/1.cabal.

λ curl --silent https://raw.githubusercontent.com/IntersectMBO/cardano-haskell-packages/725c0de9b52cbe85c930b6a16f579af370d6e735/_sources/strict-checked-vars/0.2.0.0/revisions/1.cabal | sha256sum -
bc3a3c3265bb66f2d495d5aeb0ba968f87cddc27ae96183b9258c182836afc39  -
λ curl --silent https://chap.intersectmbo.org/package/strict-checked-vars-0.2.0.0/revision/3.cabal | sha256sum -
bc3a3c3265bb66f2d495d5aeb0ba968f87cddc27ae96183b9258c182836afc39  -
λ curl --silent https://raw.githubusercontent.com/IntersectMBO/cardano-haskell-packages/725c0de9b52cbe85c930b6a16f579af370d6e735/_sources/strict-checked-vars/0.2.0.0/revisions/3.cabal | sha256sum -
8154f375c555b58a558cd136077e0b7034c7e029f2c148a555a5f8f26acc07e2  -
λ curl --silent https://chap.intersectmbo.org/package/strict-checked-vars-0.2.0.0/revision/1.cabal | sha256sum -
8154f375c555b58a558cd136077e0b7034c7e029f2c148a555a5f8f26acc07e2  -

This has (mostly) gone unnoticed because it only affects those who rely on the website for the metadata, rather than 01-index.tar.gz.

Fixes #106.


💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.

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.

Revisions on the website are in reverse order
2 participants