d-bugm...@puremagic.com wrote:
http://d.puremagic.com/issues/show_bug.cgi?id=5093



--- Comment #3 from simon <s.d.hamm...@googlemail.com> 2010-11-15 11:03:49 PST 
---
Created an attachment (id=812)
PATCH against rev 755: implement a module import backtrace for static assert

Implements a module import back-trace for static asserts.

This ought to be implemented for non-static asserts as well,
but that probably involves mucking about in the back end
and I can't be bothered diving into that at the mo.

Cool! In cases where it's imported from inside a static if, this is fantastic. Ideally, it would only do the module trace starting from the last instantiated template. (Which would mean that in many cases, it wouldn't appear at all). I think this should be applied to all template instantiation back traces.

Reply via email to