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
serde_untagged
I stumbled upon serde_untagged and I think it would be very useful to remove some of the complexity of the Deserialize impl for PyPiRequirement. See:
Deserialize
PyPiRequirement
pixi/src/project/python.rs
Line 134 in dc5bab5
Might be a nice "first issue".
The text was updated successfully, but these errors were encountered:
I am not sure if this is what you meant, but I am happy to give it a go #622
Sorry, something went wrong.
refactor: simplify the deserializer of PyPiRequirement (#744)
7244c09
closes #621
Successfully merging a pull request may close this issue.
I stumbled upon
serde_untagged
and I think it would be very useful to remove some of the complexity of theDeserialize
impl forPyPiRequirement
. See:pixi/src/project/python.rs
Line 134 in dc5bab5
Might be a nice "first issue".
The text was updated successfully, but these errors were encountered: