-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* codegen: Handle return values of u[8,16,32] and boolean type * codegen: Update wrapper creation to handle return values * codegen: How to handle calls for getters? * codegen: Update and handle tests for getters * Remove manual getters from custom code, now they're generated * codegen: Add comments and renaming variables for clarity * codegen: Improve? matching return types * label: Comment out get_recolor interface * codegen: Don't clone return value, we can reference it * codegen: Don't use extra variable, we can check self.ret to know if there's a return value * widgets: Remove commented out interfaces
- Loading branch information
Showing
4 changed files
with
161 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters