On Thursday, 27 July 2023 at 16:17:28 UTC, IchorDev wrote:
I'm not aware of any way to do that exact thing. Measuring what
column a line is on would be quite subjective.
When I compile(LDC2) a something with an error and using the
--vcolumns argument I get this:
onlineapp.d(14,5): Error: found
I'm not aware of any way to do that exact thing. Measuring what
column a line is on would be quite subjective. How wide is a tab
space? Technically, it could be any number of columns depending
on the display configuration used.
On Sunday, 23 July 2023 at 15:01:51 UTC, realhet wrote:
Why is th
Hi,
I can access the special tokens: __MODULE__, __LINE__, but how
can I access the column.
Is there a way to "hack" it out from LDC2?
All the error messages contain column information, also I've
found __traits(getLocation, symbol) also reporting the column.
But how to get this information