Comment #0 by ali.akhtarzada — 2018-09-20T08:14:17Z
Currently DMD outputs exceptions with a file path that looks like:
core.exception.AssertError@tests/optional.d(450): unittest failure
Since @ and dot are valid filename chars, there's no way for generic IDEs to and terminal plugins to "linkify" output without specific dmd exception knowledge.
Maybe change to:
tests/optional.d(450): [email protected]: assert message
This will also match the error format:
tests/optional.d(447,9): Error: error message
Comment #1 by robert.schadek — 2024-12-13T19:00:35Z