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

Start extracting new builder API from partial object API #1305

Merged
merged 37 commits into from
Nov 3, 2022
Merged

Conversation

hannobraun
Copy link
Owner

I've been running into some minor trouble with the builder API while working on the validation infrastructure for #1162, so I figured I'd try to solve some of its problems before trying to layer on some more hacks. This pull request starts the process of locking down the partial object API, reducing it to a minimal core, and moving any convenience functionality out of it into a new builder API.

This is the execution of an idea from #1249. I like it so far, as it relieves some pressure on the partial object API, making it simpler, and creating a clearer boundary between essential and non-essential code. I haven't attacked any of the really nasty code yet, so it's hard to say right now how much of a help this will be in solving the larger problem.

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