Julian Grimm

Results 31 comments of Julian Grimm

@Pierre-Sassoulas I think I missed something here. Actually the differentiation between aggregation and composition is not correct in the tests files according to the article mentioned. Maybe this should be...

Any update on this? I would also be very interested in getting this to work with numpy 2.0

This issue is interesting - I found that PyReverse correctly detects the aggregation relationship with relative imports (using dot notation: from .a import A), but may fail with non-relative imports...

Agree, I think we should treat the imports "normalized"

Actually thinking about it more , we should not normalize the paths. Looking at the provided example this is actually invalid python code as far as I understand the import...

Can confirm. Both from `.a import A` and `from pyreverse_test.a import A` produce the correct output. The invalid import `from a import A` produces this output as expected: ``` classDiagram...

Ups sorry, it seems that the mermaid renderer does not work on mobile. I fixed that, now it should just write the mermaid code. @bMorgan01 from `a import A` is...

Thank you, I will take a look into it this week!

Thank you, typo should be fixed