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
If there're no declarations in the concerto cto file, the metamodel generation throws and error instead of creating a metamodel with no declarations.
namespace foobar
The text was updated successfully, but these errors were encountered:
This is only when fully qualified name resolution is being used:
zsh-5.8$ ../concerto-cli/index.js import --input test/data/model/empty.cto 11:40:52 AM - INFO: { "$class": "concerto.metamodel.ModelFile", "namespace": "test.empty", "imports": [] } zsh-5.8$ ../concerto-cli/index.js import --input test/data/model/empty.cto --resolve 11:41:00 AM - ERROR: Cannot read property 'forEach' of undefined
Sorry, something went wrong.
jeromesimeon
Successfully merging a pull request may close this issue.
If there're no declarations in the concerto cto file, the metamodel generation throws and error instead of creating a metamodel with no declarations.
How to reproduce
The text was updated successfully, but these errors were encountered: