[phobos] An update to std.variant broke std.concurrency.prioritySend

Andrei Alexandrescu andrei at erdani.com
Thu Sep 30 11:19:32 PDT 2010


But Tuple can't have a default constructor. The fix might be relying on 
a compiler bug (as it has happened in the past with Tuple).

Andrei

On 9/30/10 10:56 PDT, Sean Kelly wrote:
> Got it.  It's currently not possible to store a Tuple inside a Variant because Tuple has no default ctor.  Fix forthcoming.
>
> On Sep 30, 2010, at 9:54 AM, Sean Kelly wrote:
>
>> Oops, looks like a compiler bug is reporting the wrong location.  Well, a change somewhere broke prioritySend.  Trying to find the spot.
>>
>> On Sep 30, 2010, at 9:49 AM, Sean Kelly wrote:
>>
>>> It doesn't compile any longer.  It's been a while since I updated so I don't know the exact revision.  I'll roll back and see if I can find it... and then add prioritySend in a unittest so this doesn't happen again.
>>> _______________________________________________
>>> phobos mailing list
>>> phobos at puremagic.com
>>> http://lists.puremagic.com/mailman/listinfo/phobos
>>
>> _______________________________________________
>> phobos mailing list
>> phobos at puremagic.com
>> http://lists.puremagic.com/mailman/listinfo/phobos
>
> _______________________________________________
> phobos mailing list
> phobos at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/phobos


More information about the phobos mailing list