Skip to content

Revisions on the website are in reverse order #106

@andreabedini

Description

@andreabedini

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions