Re: Can i plz has some template instantiation error stack traces?

2008-12-13 Thread Christian Kamm
Bill Baxter wrote: Looks great. Is there a DMD patch for that somewhere in bugzilla? I sent it directly to Walter a few months ago, but I'll also attach it to the enhancement request you just opened.

Re: Can i plz has some template instantiation error stack traces?

2008-12-13 Thread Bill Baxter
On Sat, Dec 13, 2008 at 5:07 PM, Christian Kamm kamm-incasoftw...@removethis.de wrote: Bill Baxter wrote: Looks great. Is there a DMD patch for that somewhere in bugzilla? I sent it directly to Walter a few months ago, but I'll also attach it to the enhancement request you just opened.

Can i plz has some template instantiation error stack traces?

2008-12-12 Thread Bill Baxter
kthx bye. --bb

Re: Can i plz has some template instantiation error stack traces?

2008-12-12 Thread Ary Borenszweig
Bill Baxter escribió: kthx bye. --bb You can debug DMD's frontend. Or Descent. :-P (and find bugs in the port, yay!)

Re: Can i plz has some template instantiation error stack traces?

2008-12-12 Thread Bill Baxter
Seriously though, I think this is a big hole in the DMD support of templates. It's very annoying to get a compiler message that consists of nothing but: error: ATemplateFunction: int does not have a .length property Where ATemplateFunction is something like void

Re: Can i plz has some template instantiation error stack traces?

2008-12-12 Thread Robert Fraser
Bill Baxter wrote: kthx bye. --bb LDC can haz.

Re: Can i plz has some template instantiation error stack traces?

2008-12-12 Thread Bill Baxter
On Sat, Dec 13, 2008 at 12:44 PM, Robert Fraser fraseroftheni...@gmail.com wrote: Bill Baxter wrote: kthx bye. --bb LDC can haz. orly? As in haz them now? or can potentially haz at some point in the future if someone decides to do it? --bb

Re: Can i plz has some template instantiation error stack traces?

2008-12-12 Thread Christian Kamm
LDC can haz. orly? As in haz them now? or can potentially haz at some point in the future if someone decides to do it? Can haz now. Currently looking like so templerror.d(9): Error: identifier 'wrong' is not defined templerror.d(12): Error: template instance templerror.bar!(int[][][])