Allow subdirectory source paths in GraphML node labels#324
Allow subdirectory source paths in GraphML node labels#324Titas-Ghosh wants to merge 1 commit intoControlCore-Project:devfrom
Conversation
|
Can you pls recreate the PR with just the actual changes to the code? Maybe changes in the EOL character: somehow around 176 lines are changed while the actual changes are much smaller in scale. This is to keep the code easy to maintain (git blame, merge conflicts, etc). |
Sorry about that, and thank you for calling it out @pradeeban ,you were right, the PR had extra EOL/formatting noise. |
Hi @pradeeban , This PR fixes #297
Summary
Problem
mkconcore.py rejects / and \ in node labels, forcing a flat src/ layout. This makes real‑world workflows hard to organize.
Fix
Evidence
Screenshot of subdir run.
Checklist