We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need an implementation of a topological sort suitable for our semantic version ranges.
Dependencies are denoted by specifying:
A null minimum or maximum version simply denotes there is no minimum or maximum version.
Each dependency will also have a list of dependencies. We need to be able to sort this graph, and figure out what conflicts exist if there are any.
Package Methodology write up: https://docs.google.com/document/d/1neh3L_leiAX6DHWYGoqOZYOKLoBL-Dt4fWiN4zP76qQ/edit#heading=h.thqw00cl35rk
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We need an implementation of a topological sort suitable for our semantic version ranges.
Dependencies are denoted by specifying:
A null minimum or maximum version simply denotes there is no minimum or maximum version.
Each dependency will also have a list of dependencies. We need to be able to sort this graph, and figure out what conflicts exist if there are any.
Package Methodology write up: https://docs.google.com/document/d/1neh3L_leiAX6DHWYGoqOZYOKLoBL-Dt4fWiN4zP76qQ/edit#heading=h.thqw00cl35rk
The text was updated successfully, but these errors were encountered: