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

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Tue Mar 31 13:05:44 PDT 2015


On 2015-03-31 10:16, Andy Smith wrote:

> Ah - didn't test for your specific example...
>
> Need..
>
> (add-to-list 'compilation-error-regexp-alist
>          '("^core\.exception.AssertError@\\(.*\\)(\\([0-9]+\\)).*"
>            1 2 ) )
>
> as well.... not sure how many variants of these there are but if regexps
> can't handle it am sure elisp can....

This is what I use in TextMate "^(.*?)@(.*?)\((\d+)\):(.*)?".

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list