Skip to content
New issue

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

"Namespace missing name attribute" failure #8

Closed
repi opened this issue Aug 19, 2023 · 2 comments
Closed

"Namespace missing name attribute" failure #8

repi opened this issue Aug 19, 2023 · 2 comments

Comments

@repi
Copy link

repi commented Aug 19, 2023

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:

$ 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!

@davidlattimore
Copy link
Collaborator

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...

@repi
Copy link
Author

repi commented Aug 20, 2023

sweet thanks! can confirm e52eccf fixed this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants