Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 0
Change getVersion() to meta() #22
Copy link
Copy link
Closed
Labels
area: c apiPublic C interface and ABIPublic C interface and ABIarea: metadataAPI reflection and metadataAPI reflection and metadatabreaking changeChange requires users to adaptChange requires users to adaptenhancementNew feature or improvementNew feature or improvement
Description
Activity
Metadata
Metadata
Assignees
Labels
area: c apiPublic C interface and ABIPublic C interface and ABIarea: metadataAPI reflection and metadataAPI reflection and metadatabreaking changeChange requires users to adaptChange requires users to adaptenhancementNew feature or improvementNew feature or improvement
The
getVersion()no longer returns only version information, but also other meta data about the binary, thus the name of this method is no longer fitting and should be changed tometa().This method should then return a struct, containing the meta information.