You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using latest v0.1.1 released version runs fine on our project, but wanted to try out the latest version from git and when running that it aborts on this error:
$ cackle ui
Namespace missing name attribute
Saw that was introduced in 705c657, so tested running the commit just before that 6328b15 and it works fine:
Any ideas if there is an issue with the parsing there or are there new requirements/configuration needed from that version? And let me know if there is any more information I can provide that would be of help!
The text was updated successfully, but these errors were encountered:
Thanks for noticing that! I guessed that it might be due to it encountering a C++ anonymous namespace and indeed was able to reproduce the problem. Just working on tests plus a fix...
Using latest v0.1.1 released version runs fine on our project, but wanted to try out the latest version from git and when running that it aborts on this error:
Saw that was introduced in 705c657, so tested running the commit just before that 6328b15 and it works fine:
$ cackle ui Completed successfully for configuration /home/repi/git/embark/ark/cackle.toml num_packages: 897 no_special_permissions: 401
Any ideas if there is an issue with the parsing there or are there new requirements/configuration needed from that version? And let me know if there is any more information I can provide that would be of help!
The text was updated successfully, but these errors were encountered: