This pull request improves the module graph representation by using the full module path as its identifier, a shorter name is used for rendering it.
๐ Motivation and Context
Previously, the module graph would use only the module name, which could lead to conflicts, especially in projects with complex structures and repeated modules names.
By fully qualifying module names in the graph, we eliminate ambiguity and improve the utility of the generated diagrams.
๐งช How Has This Been Tested?
Unit tests, integration tests
๐ฆ Types of changes
[x] Bug fix (non-breaking change which fixes an issue)
โ Checklist
[x] My code follows the code style of this project.
๐ Description
This pull request improves the module graph representation by using the full module path as its identifier, a shorter name is used for rendering it.
๐ Motivation and Context
Previously, the module graph would use only the module name, which could lead to conflicts, especially in projects with complex structures and repeated modules names.
By fully qualifying module names in the graph, we eliminate ambiguity and improve the utility of the generated diagrams.
๐งช How Has This Been Tested?
Unit tests, integration tests
๐ฆ Types of changes
โ Checklist