You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SpecifierSet constructor takes a string as input. But if you have a list of Specifier objects, there's no way to make a SpecifierSet from them without converting them back to strings and re-parsing.
Could a classmethod be added to build a specifier set from an iterable of Specifiers? It could be as simple as
The
SpecifierSet
constructor takes a string as input. But if you have a list ofSpecifier
objects, there's no way to make aSpecifierSet
from them without converting them back to strings and re-parsing.Could a classmethod be added to build a specifier set from an iterable of
Specifier
s? It could be as simple asI'd be happy to create a PR for this if the idea is acceptable.
The text was updated successfully, but these errors were encountered: