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

Make it possible to abstract over partial objects #1133

Merged
merged 6 commits into from
Sep 23, 2022
Merged

Conversation

hannobraun
Copy link
Owner

Add infrastructure that makes it possible to build abstractions on top of partial objects. This is required to address the object identity problems that currently prevent #1079 from being finished.

This creates consistency among those `build` methods, and sooner or
later they will be needed in all of them anyway. In addition, this
change has the immediate benefit of allowing me to define a trait to
abstract over partial objects.
This provides some more opportunities to build abstractions on top of
partial objects.
@hannobraun hannobraun merged commit cdfac1f into main Sep 23, 2022
@hannobraun hannobraun deleted the ready/partial branch September 23, 2022 14:20
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