Skip to content

Update Class Layout to use Runtime Metadata#190

Merged
ktoso merged 6 commits into
swiftlang:mainfrom
jrosen081:jrosen/runtime-metadata
Nov 29, 2024
Merged

Update Class Layout to use Runtime Metadata#190
ktoso merged 6 commits into
swiftlang:mainfrom
jrosen081:jrosen/runtime-metadata

Conversation

@jrosen081
Copy link
Copy Markdown
Contributor

Closes #63

This moves the class layout to use the SwiftValueWitnessTable method instead of doing it manually. This also adds a test for the translation.

Comment thread Sources/JExtractSwift/Swift2JavaTranslator+Printing.swift Outdated
Comment thread Tests/JExtractSwiftTests/ClassPrintingTests.swift Outdated
Comment thread Sources/JExtractSwift/Swift2JavaTranslator+Printing.swift Outdated
Copy link
Copy Markdown
Collaborator

@ktoso ktoso left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks Good, thanks! :)

jrosen081 and others added 5 commits November 28, 2024 08:49
Co-authored-by: Konrad `ktoso` Malawski <konrad.malawski@project13.pl>
Co-authored-by: Konrad `ktoso` Malawski <konrad.malawski@project13.pl>
@ktoso ktoso merged commit bb33176 into swiftlang:main Nov 29, 2024
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.

Use swift runtime metadata to implement class layout

2 participants