Ok, thanks!
How does the chain of command/responsibility work here? Should I file this to bugzilla? (I'm not able to fix it myself as I haven't built dmd locally. I'm just not quite there yet... : ) /heywood On Jun 29, 2010, at 16:31 , Steven Schveighoffer wrote: > On Tue, 29 Jun 2010 09:53:25 -0400, Simen kjaeraas <simen.kja...@gmail.com> > wrote: > >> Heywood Floyd <soul...@gmail.com> wrote: >> >>> ops = ops[1 .. $]; // <=== line 335 >> >> Well, this looks like a bug to me. Should be >> >> Ops = ops[1 .. $]; >> > > Ops is a type, isn't it? Don't you need a variable there? > > I agree it's a bug in the original, but I don't think that's the fix. > > -Steve