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

Introduce ComposableClass.OuterObject #439

Merged
merged 6 commits into from
Dec 20, 2024
Merged

Introduce ComposableClass.OuterObject #439

merged 6 commits into from
Dec 20, 2024

Conversation

tristanlabelle
Copy link
Owner

@tristanlabelle tristanlabelle commented Dec 17, 2024

Lifts unsealed class overrides support to a separate object such that the size overhead is only paid when deriving from those classes in Swift.

Fixes #64 .

@tristanlabelle tristanlabelle marked this pull request as ready for review December 20, 2024 12:09
@tristanlabelle tristanlabelle merged commit 0c75365 into main Dec 20, 2024
5 checks passed
@tristanlabelle tristanlabelle deleted the OuterObject branch December 20, 2024 13:16
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.

Lift overrides fields to a nested class
1 participant