unittests are really part of the build, not a special run

Andy Smith via Digitalmars-d digitalmars-d at puremagic.com
Tue Mar 31 01:10:18 PDT 2015


A band-aid rather than a solution, but sticking this in 
.emacs/init.el will fix up emacs to do the right thing with 
asserts (only tested with DMD).

Cheers,

A.

(add-to-list 'compilation-error-regexp-alist
		'("^object\.Exception@\\(.*\\)(\\([0-9]+\\)).*"
		  1 2 ) )


More information about the Digitalmars-d mailing list