Skip to content

Conversation

@f-f
Copy link
Member

@f-f f-f commented Jan 24, 2026

Fix #1218: in this PR we add the spago registry package-sets $SET command, to explore the contents of each package set, together with the package set information for each package when calling spago registry info $PACKAGE

]
}
{ db } <- ask
entries <- liftEffect $ Db.selectPackageSetEntriesBySet db setVersion
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like this is reading directly from the database without a prior getRegistry or fetchRegistry — the Nothing branch calls Registry.listPackageSets so that's ok bc it hydrates the daatabase, but this branch doesn't. Do we need to make sure this branch ensures we're up-to-date in the db, or is that happening somewhere else?

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.

Add facilities to query the association between package versions and package sets

3 participants