Quality of errors in DMD

Walter Bright via Digitalmars-d digitalmars-d at puremagic.com
Fri Sep 2 15:12:20 PDT 2016


On 9/2/2016 2:54 PM, Chris Wright wrote:
> The second and third would be greatly benefitted by the compiler attempting to
> tell us where the problem was encountered. For instance, if the assert was
> triggered while trying to generate code for function
> dmud.eventqueue.EventQueue!(Fiber).scheduleNear, I would know to look first and
> foremost at that function.

Compiling with -v will usually show how far the compiler got.



More information about the Digitalmars-d mailing list