https://issues.dlang.org/show_bug.cgi?id=24087
Issue ID: 24087
Summary: Improve readability of `conflicting symbols` error
message
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P1
Component: dmd
Assignee: [email protected]
Reporter: [email protected]
Context: https://forum.dlang.org/thread/[email protected]
This error message is very hard to decipher, it's too packed with long path
containing ``..``, noise everywhere
This should be cleaned to display what's the actual problem, and only that,
without the noise
I'll try to attempt a PR
--