-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
) * fix generation of params for callable macro * fix indentation * remove prints * add test for wildcard param, and param with first and last names * add tests for exporting Callables with params/return types Int, Float, and Bool should all be converted to int, float, bool in GDScript * Noticed that extra propInfos are being generated when a wildcard param is present * updates tests to validate -> Bool is converted to bool correctly * fixes some syntax errors that were cluttering the test log * fix whitespace / indentation
- Loading branch information
Showing
3 changed files
with
166 additions
and
49 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