How to call receiveTimout? (std.concurrency)
    Heywood Floyd 
    soul8o8 at gmail.com
       
    Tue Jun 29 10:05:50 PDT 2010
    
    
  
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.kjaras at gmail.com> wrote:
> 
>> Heywood Floyd <soul8o8 at 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
    
    
More information about the Digitalmars-d-learn
mailing list