registry-dev
registry-dev copied to clipboard
List package versions from the Bower registry which will not be in the PureScript registry
A number of package versions that exist in the Bower registry today will not be accepted into the PureScript registry because they have unsolvable issues. Some examples, in no particular order:
- Some package versions have no license files
- Some package versions no longer have reachable GitHub repositories
- Some package versions have malformed Bowerfiles or we otherwise can't produce a manifest for them
- Some package versions do not use the
X.Y.Zversion format we restrict to in the registry (ie. they use prerelease identifiers)
These package versions will be dropped from the registry. This issue tracks ensuring we have a list of these package versions so that users and authors can see what was dropped and for what reason.
Is this now solved?
I’m not considering this solved until we actually do the legacy import — until then we can only estimate