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

re-add kwargs to __new__ #273

Merged
merged 2 commits into from
Oct 16, 2023
Merged

Conversation

matthiasdiener
Copy link
Contributor

@matthiasdiener matthiasdiener commented Oct 6, 2023

Followup of #263. This fixes a regression from 3.0.0.

@codecov
Copy link

codecov bot commented Oct 6, 2023

Codecov Report

Merging #273 (a9fdbb7) into master (7918f3b) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master      #273   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           59        59           
=========================================
  Hits            59        59           
Flag Coverage Δ
3.10 100.00% <100.00%> (ø)
3.11 100.00% <100.00%> (ø)
3.12 100.00% <100.00%> (ø)
3.8 100.00% <100.00%> (ø)
3.9 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
immutabledict/__init__.py 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@matthiasdiener
Copy link
Contributor Author

Any chance you could merge this before the new release @corenting ? I think this might break existing code otherwise.

@matthiasdiener
Copy link
Contributor Author

A gentle ping for a review @corenting - I think this is a regression from 3.0.0.

@corenting corenting merged commit bdf02ce into corenting:master Oct 16, 2023
9 checks passed
@corenting
Copy link
Owner

Thanks for the MR and sorry for the delay, I merged it

@matthiasdiener matthiasdiener deleted the readd-kwargs branch October 16, 2023 19:36
@matthiasdiener
Copy link
Contributor Author

Thank you!

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

Successfully merging this pull request may close these issues.

None yet

2 participants