Any suggestions on dmd error message formatting?

SealabJaster sealabjaster at gmail.com
Sat May 15 09:46:38 UTC 2021


On Saturday, 15 May 2021 at 09:09:36 UTC, Berni44 wrote:
> ...

Honestly, even having a dumb formatter that puts things like this 
would be 100x more useable than what we currently get:

```d
das2.range.PriorityRange!(
   DasRange!(
     Take!(
       ZipShortest!(
         cast(Flag)false, Result, Generator!(
             function (
             ) @safe => uniform(
                 0,
                 128
             )
         )
       )
     ),
     int function(
         Tuple!(
             int,
             int
         )
     ) pure nothrow @nogc @safe,
     int function(
         Tuple!(
             int,
             int
         )
     ) pure nothrow @nogc @safe,
     Tuple!(
         int,
         int
     ),
     int
   ),
   int function(
   ) pure nothrow @nogc @safe
)
```


More information about the Digitalmars-d-learn mailing list