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

Container #121

Merged
merged 14 commits into from
Dec 10, 2024
Merged

Container #121

merged 14 commits into from
Dec 10, 2024

Conversation

15r10nk
Copy link
Owner

@15r10nk 15r10nk commented Oct 21, 2024

support for:

  • snapshots inside snapshots
  • dynamic values inside snapshots with Is(...)
  • support for unmanaged values like Is/DirtyEquals/snapshot inside containers like dataclass or PydanticModel

solves #117

TODO

  • change cusomize_repr docu
  • adapter_set.py & fozenset
    • set and frozenset can not contain unmanaged snapshots, because they are not ordered.
      It is not possible to allign the ast-nodes with the values.
  • f-string support
    • f-strings will be fully supported in the future
  • test pydantic v1 & v2

@15r10nk 15r10nk force-pushed the container branch 3 times, most recently from 8b106c5 to 508316c Compare October 21, 2024 10:46
@15r10nk 15r10nk force-pushed the container branch 8 times, most recently from 89e308a to 3dab716 Compare November 13, 2024 16:46
@15r10nk 15r10nk force-pushed the container branch 2 times, most recently from b3614c1 to 0f6c1d1 Compare November 24, 2024 10:50
@15r10nk 15r10nk force-pushed the container branch 3 times, most recently from b0466e9 to 9df86f7 Compare November 30, 2024 12:42
@15r10nk 15r10nk force-pushed the main branch 2 times, most recently from ae72954 to 689907a Compare December 4, 2024 06:36
@15r10nk 15r10nk force-pushed the container branch 3 times, most recently from a630f12 to 68100a6 Compare December 5, 2024 08:19
…the default value is part of the `update` category
@15r10nk 15r10nk marked this pull request as ready for review December 10, 2024 07:03
@15r10nk 15r10nk merged commit 0a80f79 into main Dec 10, 2024
33 checks passed
@15r10nk 15r10nk deleted the container branch December 10, 2024 07:04
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.

1 participant