Skip to content

Conversation

kenodegard
Copy link
Contributor

@kenodegard kenodegard commented Apr 5, 2022

Description

Removes custom conda.auxlib.collection.frozendict in favor of the already vendored frozendict.

Resolves #11337

Checklist - did you ...

  • Add a file to the news directory (using the template) for the next release's release notes?
  • Add / update necessary tests?
  • Add / update outdated documentation?

@anaconda-issue-bot anaconda-issue-bot added the cla-signed [bot] added once the contributor has signed the CLA label Apr 5, 2022
@kenodegard kenodegard marked this pull request as ready for review April 5, 2022 19:04
@kenodegard kenodegard requested a review from a team as a code owner April 5, 2022 19:04
@kenodegard kenodegard self-assigned this Apr 5, 2022
@kenodegard kenodegard changed the title Remove conda.auxlib.collection.frozendict Replace conda.auxlib.collection.frozendict with vendored frozendict Apr 5, 2022
Copy link
Member

@beeankha beeankha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

Copy link
Member

@beeankha beeankha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, selected "comment" vs "approve" earlier

Copy link
Member

@jezdez jezdez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This has a tricky ordering risk I think but in quick research I couldn't find out if collections.abc.Mapping is ordered like dict on Python 3.x or not.

@jezdez jezdez merged commit cb1b5f3 into conda:master Apr 28, 2022
@kenodegard kenodegard deleted the remove-auxlib-frozendict branch July 28, 2022 18:12
@github-actions github-actions bot added the locked [bot] locked due to inactivity label Jul 29, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 29, 2023
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
None yet
Development

Successfully merging this pull request may close these issues.

Replace conda.auxlib.collection.frozendict with vendored frozendict
4 participants