concerto
concerto copied to clipboard
A new helper method in Decorator class to resolve types for type references decorators
…r type references decorators. Failed tests with Error message: Internal error: local types are not yet initialized. Do not try to resolve types inside . The error is thrown by ModelFile.getLocalType method. Inside the _resolveArguemntType method the call that lead to the error is modelFile.getType(argument.type.name)
Closes #<#797>
As requested by @sanketshevkar I created this draft pull request to allow him to dig up into this.
Changes
- A new helper method in Decorator class to resolve types for type references decorators >
- Failed tests with Error message: Internal error: local types are not yet initialized. Do not try to resolve types inside . The error is thrown by ModelFile.getLocalType method. Inside the _resolveArguemntType method the call that lead to the error is modelFile.getType(argument.type.name)
Flags
Screenshots or Video
Related Issues
- Issue #798
- Pull Request #<NUMBER>
Author Checklist
- [ ] Ensure you provide a DCO sign-off for your commits using the
--signoff
option of git commit. - [ ] Vital features and changes captured in unit and/or integration tests
- [ ] Commits messages follow AP format
- [ ] Extend the documentation, if necessary
- [ ] Merging to
main
fromfork:branchname