Skip to content
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

List package versions from the Bower registry which will not be in the PureScript registry #300

Open
thomashoneyman opened this issue Jan 19, 2022 · 2 comments

Comments

@thomashoneyman
Copy link
Member

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.Z version 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.

@f-f
Copy link
Member

f-f commented Feb 6, 2022

Is this now solved?

@thomashoneyman
Copy link
Member Author

I’m not considering this solved until we actually do the legacy import — until then we can only estimate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants