-
Notifications
You must be signed in to change notification settings - Fork 36
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
Fix aggregation if the same class name exists in two different namespaces #32
base: master
Are you sure you want to change the base?
Conversation
7fd42f8
to
4425ce3
Compare
Thanks for the pull request. This reveals a more widespread bug that affects all class relationships. v0.8.5 attempts to fix it, could you please give it a try and post an example if you still observe issues? Thanks |
Thanks for the fix. I will test it in few days. By the way, I also sent fixes in robotpy/CppHeaderParser. I will be great if you could update to the latest commit. |
It's really better but I still have one problem. If I run "hpp2plantuml.py -i urx/*.h -o architecture.puml" I randomly have:
or
|
v0.8.6 should improve the results on your tests (although it does not provide a reliable solution for this type of issues). Please let me know if you encounter more issues. Thanks. |
Aggregation is randomly wrong if the same class name exists in two different namespaces.