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 inconsistent tuple/typing.Tuple unstructuring #227

Merged
merged 4 commits into from
Mar 20, 2022
Merged

Fix inconsistent tuple/typing.Tuple unstructuring #227

merged 4 commits into from
Mar 20, 2022

Conversation

bibajz
Copy link
Contributor

@bibajz bibajz commented Feb 8, 2022

Fixes #226
Fixes #214

Now, all tuples are unstructured to list by default.

Needs a changelog entry and we are ready to go!

@bibajz bibajz changed the title Bibajz/tuple unstructuring Fix inconsistent tuple/typing,Tuple unstructuring Feb 8, 2022
@bibajz bibajz changed the title Fix inconsistent tuple/typing,Tuple unstructuring Fix inconsistent tuple/typing.Tuple unstructuring Feb 8, 2022
@codecov-commenter
Copy link

codecov-commenter commented Feb 8, 2022

Codecov Report

Merging #227 (158d9d3) into main (c580287) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #227   +/-   ##
=======================================
  Coverage   97.94%   97.94%           
=======================================
  Files          16       16           
  Lines         779      779           
=======================================
  Hits          763      763           
  Misses         16       16           
Impacted Files Coverage Δ
src/cattr/_compat.py 94.23% <ø> (ø)
src/cattr/converters.py 98.40% <ø> (ø)

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@bibajz
Copy link
Contributor Author

bibajz commented Feb 11, 2022

Hi @Tinche, is this ok? Or would you add something?

@Tinche
Copy link
Member

Tinche commented Feb 11, 2022

Looks ok, will take another look and maybe merge later. 👍

@bibajz
Copy link
Contributor Author

bibajz commented Feb 13, 2022

Looks ok, will take another look and maybe merge later. +1

Got it, thanks!

@Tinche Tinche merged commit 59edafd into python-attrs:main Mar 20, 2022
@Tinche
Copy link
Member

Tinche commented Mar 20, 2022

Merged, thanks!

@bibajz
Copy link
Contributor Author

bibajz commented Mar 21, 2022

Hi @Tinche , thanks for merge!

Are there some other issues I could help you with?

Regards,
Libor

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