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

Add support for collections.abc.Mapping #34001

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

msuozzo
Copy link
Contributor

@msuozzo msuozzo commented Feb 15, 2025

Work towards #29135

Copy link
Contributor

Checks are failing. Will not request review until checks are succeeding. If you'd like to override that behavior, comment assign set of reviewers

@msuozzo msuozzo force-pushed the push-omyxykqkynrw branch 3 times, most recently from d7d7fa2 to 0fb4800 Compare February 16, 2025 00:27
Copy link
Contributor

Assigning reviewers. If you would like to opt out of this review, comment assign to next reviewer:

R: @tvalentyn for label python.

Available commands:

  • stop reviewer notifications - opt out of the automated review tooling
  • remind me after tests pass - tag the comment author after tests pass
  • waiting on author - shift the attention set back to the author (any comment or push by the author will return the attention set to the reviewers)

The PR bot will only process comments in the main thread (not review comments).

@msuozzo
Copy link
Contributor Author

msuozzo commented Feb 18, 2025

R: @jrmccluskey

Copy link
Contributor

Stopping reviewer notifications for this pull request: review requested by someone other than the bot, ceding control. If you'd like to restart, comment assign set of reviewers

@msuozzo
Copy link
Contributor Author

msuozzo commented Feb 18, 2025

assign to next reviewer

@msuozzo
Copy link
Contributor Author

msuozzo commented Feb 18, 2025

assign set of reviewers

Copy link
Contributor

Assigning reviewers. If you would like to opt out of this review, comment assign to next reviewer:

R: @liferoad for label python.

Available commands:

  • stop reviewer notifications - opt out of the automated review tooling
  • remind me after tests pass - tag the comment author after tests pass
  • waiting on author - shift the attention set back to the author (any comment or push by the author will return the attention set to the reviewers)

The PR bot will only process comments in the main thread (not review comments).

@liferoad liferoad requested a review from jrmccluskey February 18, 2025 17:29
@jrmccluskey
Copy link
Contributor

Looks like there's some duplication between this PR and #33999. Could we just combine these into a single PR? It'll save some merge conflict headaches later and reduce duplicate code review

@msuozzo
Copy link
Contributor Author

msuozzo commented Feb 25, 2025

Looks like there's some duplication between this PR and #33999. Could we just combine these into a single PR? It'll save some merge conflict headaches later and reduce duplicate code review

They're just stacked on top of each other to minimize the merge/edit headaches locally. You can view the changes specific to this PR by looking at the last commit in the chain. If GitHub ever sees the light and adds support for this, it will be a great day.

@jrmccluskey
Copy link
Contributor

Realizing I really should have just merged this one after going over the first PR, but alas

@msuozzo
Copy link
Contributor Author

msuozzo commented Feb 26, 2025

Realizing I really should have just merged this one after going over the first PR, but alas

Nah I did mean them to be separate PRs. I guess it's just preference, though, since I like a 1:1 mapping for PRs and commits.

Copy link
Contributor

github-actions bot commented Mar 6, 2025

Reminder, please take a look at this pr: @liferoad

@liferoad
Copy link
Contributor

liferoad commented Mar 6, 2025

@jrmccluskey Ok to merge this one?

@jrmccluskey
Copy link
Contributor

I'd prefer we hold this one for a little bit considering that the internal implications of the last PR are still being resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants