Thread overview
[phobos] phobos commit, revision 1575
Jun 04, 2010
dsource.org
Jun 04, 2010
Sean Kelly
Jun 04, 2010
Walter Bright
Jun 04, 2010
Sean Kelly
Jun 04, 2010
Sean Kelly
June 04, 2010
phobos commit, revision 1575


user: sean

msg:
Fixed an issue with tid.send().  Also added ostensibly correct code for receiveOnly in a version(none) block because there appears to be a compiler bug that prevents it from working.

http://www.dsource.org/projects/phobos/changeset/1575

June 04, 2010
Walter, fixing this bug is urgent. Could you please give it priority?

Andrei

On 06/04/2010 05:49 PM, dsource.org wrote:
> phobos commit, revision 1575
>
>
> user: sean
>
> msg:
> Fixed an issue with tid.send().  Also added ostensibly correct code for receiveOnly in a version(none) block because there appears to be a compiler bug that prevents it from working.
>
> http://www.dsource.org/projects/phobos/changeset/1575
>
> _______________________________________________
> phobos mailing list
> phobos at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/phobos
June 04, 2010
bugzilla entry for the compiler bug?

dsource.org wrote:
> phobos commit, revision 1575
>
>
> user: sean
>
> msg:
> Fixed an issue with tid.send().  Also added ostensibly correct code for receiveOnly in a version(none) block because there appears to be a compiler bug that prevents it from working.
>
> http://www.dsource.org/projects/phobos/changeset/1575
>
> 
June 04, 2010
Not created yet.  Working on it.

On Jun 4, 2010, at 4:07 PM, Walter Bright wrote:

> bugzilla entry for the compiler bug?
> 
> dsource.org wrote:
>> phobos commit, revision 1575
>> 
>> 
>> user: sean
>> 
>> msg:
>> Fixed an issue with tid.send().  Also added ostensibly correct code for receiveOnly in a version(none) block because there appears to be a compiler bug that prevents it from working.
>> 
>> http://www.dsource.org/projects/phobos/changeset/1575
>> 
>> 
> _______________________________________________
> phobos mailing list
> phobos at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/phobos

June 04, 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4273

On Jun 4, 2010, at 4:07 PM, Walter Bright wrote:

> bugzilla entry for the compiler bug?
> 
> dsource.org wrote:
>> phobos commit, revision 1575
>> 
>> 
>> user: sean
>> 
>> msg:
>> Fixed an issue with tid.send().  Also added ostensibly correct code for receiveOnly in a version(none) block because there appears to be a compiler bug that prevents it from working.
>> 
>> http://www.dsource.org/projects/phobos/changeset/1575
>> 
>> 
> _______________________________________________
> phobos mailing list
> phobos at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/phobos

June 04, 2010
Alternately, a Tuple containing one value could be implicitly convertible to that type.  Then I wouldn't have to vary the return type based on the number of values requested.

On Jun 4, 2010, at 3:57 PM, Andrei Alexandrescu wrote:

> Walter, fixing this bug is urgent. Could you please give it priority?
> 
> Andrei
> 
> On 06/04/2010 05:49 PM, dsource.org wrote:
>> phobos commit, revision 1575
>> 
>> 
>> user: sean
>> 
>> msg:
>> Fixed an issue with tid.send().  Also added ostensibly correct code for receiveOnly in a version(none) block because there appears to be a compiler bug that prevents it from working.
>> 
>> http://www.dsource.org/projects/phobos/changeset/1575
>> 
>> _______________________________________________
>> 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