We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Although poorly documented, there is a way to use a type reference as the argument in a decorator. For instance:
namespace test @MyDecorator(Foo) // Foo is the type name // @MyOtherDecorator(Bar) // Bar is the type name but it does not exist concept Foo {}
The new support for conversions between CTO files and their AST instances of the concerto metamodel does not handle those decorators.
Decorators containing arguments which are type references should be handled (and name-resolved if requested) properly.
The text was updated successfully, but these errors were encountered:
jeromesimeon
Successfully merging a pull request may close this issue.
Bug Report 🐛
Although poorly documented, there is a way to use a type reference as the argument in a decorator. For instance:
The new support for conversions between CTO files and their AST instances of the concerto metamodel does not handle those decorators.
Expected Behavior
Decorators containing arguments which are type references should be handled (and name-resolved if requested) properly.
The text was updated successfully, but these errors were encountered: