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

Fix issue 140: IndexedSet unserializable #142

Merged
merged 4 commits into from
Mar 1, 2023

Conversation

AlbertDeFusco
Copy link
Contributor

@AlbertDeFusco AlbertDeFusco commented Feb 28, 2023

Description

This converts the self.channels IndexedSet to a list when raising PacakgesNotFoundError. This fixes the error explained in #140.

Checklist - did you ...

  • Add a file to the news directory (using the template) for the next release's release notes?

This avoids json loading errors when the
error makes it back to conda.
@conda-bot conda-bot added the cla-signed [bot] added once the contributor has signed the CLA label Feb 28, 2023
@jaimergp jaimergp closed this Mar 1, 2023
@jaimergp jaimergp reopened this Mar 1, 2023
@jezdez jezdez merged commit b3c0560 into conda:main Mar 1, 2023
@jaimergp jaimergp linked an issue Mar 2, 2023 that may be closed by this pull request
@github-actions github-actions bot added the locked [bot] locked due to inactivity label Mar 1, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla-signed [bot] added once the contributor has signed the CLA locked [bot] locked due to inactivity
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

IndexedSet leaks into JSON outputs as unserializable
4 participants