Thread overview
[phobos] phobos commit, revision 2006
Sep 15, 2010
dsource.org
Sep 15, 2010
Walter Bright
Sep 15, 2010
David Simcha
Sep 15, 2010
Walter Bright
Sep 15, 2010
David Simcha
September 14, 2010
phobos commit, revision 2006


user: dsimcha

msg:
Fix mysterious compiler crashes when building dfl.socket.  The underlying problem is in DMD, though I don't know how to reproduce it.  This is just a workaround.

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

September 14, 2010
Bugzilla entry for dmd?

dsource.org wrote:
> phobos commit, revision 2006
>
>
> user: dsimcha
>
> msg:
> Fix mysterious compiler crashes when building dfl.socket.  The underlying problem is in DMD, though I don't know how to reproduce it.  This is just a workaround.
>
> http://www.dsource.org/projects/phobos/changeset/2006
>
> 
September 14, 2010
  I'd like to make one, but I haven't the slightest clue where to even
start trying to create a sane bug report.  I tried the obvious stuff
(like auto return returning an int with an extern(windows) function
involved).  About the best I'd be able to do is say "DFL doesn't compile
with Phobos revisions 1923-2006, somehow related to using auto return on
sendTo in std.socket."

On 9/14/2010 9:22 PM, Walter Bright wrote:
> Bugzilla entry for dmd?
>
> dsource.org wrote:
>> phobos commit, revision 2006
>>
>>
>> user: dsimcha
>>
>> msg:
>> Fix mysterious compiler crashes when building dfl.socket.  The
>> underlying problem is in DMD, though I don't know how to reproduce
>> it.  This is just a workaround.
>>
>> http://www.dsource.org/projects/phobos/changeset/2006
>>
> _______________________________________________
> phobos mailing list
> phobos at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/phobos
>

September 14, 2010
Sometimes that's ok, as someone else will distill it.

David Simcha wrote:
>  I'd like to make one, but I haven't the slightest clue where to even
> start trying to create a sane bug report.  I tried the obvious stuff
> (like auto return returning an int with an extern(windows) function
> involved).  About the best I'd be able to do is say "DFL doesn't
> compile with Phobos revisions 1923-2006, somehow related to using auto
> return on sendTo in std.socket."
>
> On 9/14/2010 9:22 PM, Walter Bright wrote:
>> Bugzilla entry for dmd?
>>
>> dsource.org wrote:
>>> phobos commit, revision 2006
>>>
>>>
>>> user: dsimcha
>>>
>>> msg:
>>> Fix mysterious compiler crashes when building dfl.socket.  The
>>> underlying problem is in DMD, though I don't know how to reproduce
>>> it.  This is just a workaround.
>>>
>>> http://www.dsource.org/projects/phobos/changeset/2006
>>>
>> _______________________________________________
>> 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
>
>
September 14, 2010
  I figured it out now, though this is certainly the bug from Hell in
terms of difficulty of distillation.

http://d.puremagic.com/issues/show_bug.cgi?id=4869

On 9/14/2010 9:56 PM, Walter Bright wrote:
> Sometimes that's ok, as someone else will distill it.
>
> David Simcha wrote:
>>  I'd like to make one, but I haven't the slightest clue where to even
>> start trying to create a sane bug report.  I tried the obvious stuff
>> (like auto return returning an int with an extern(windows) function
>> involved).  About the best I'd be able to do is say "DFL doesn't
>> compile with Phobos revisions 1923-2006, somehow related to using
>> auto return on sendTo in std.socket."
>>
>> On 9/14/2010 9:22 PM, Walter Bright wrote:
>>> Bugzilla entry for dmd?
>>>
>>> dsource.org wrote:
>>>> phobos commit, revision 2006
>>>>
>>>>
>>>> user: dsimcha
>>>>
>>>> msg:
>>>> Fix mysterious compiler crashes when building dfl.socket.  The
>>>> underlying problem is in DMD, though I don't know how to reproduce
>>>> it.  This is just a workaround.
>>>>
>>>> http://www.dsource.org/projects/phobos/changeset/2006
>>>>
>>> _______________________________________________
>>> 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
>

September 15, 2010
On 9/14/10 21:14 CDT, David Simcha wrote:
> I figured it out now, though this is certainly the bug from Hell in terms of difficulty of distillation.
>
> http://d.puremagic.com/issues/show_bug.cgi?id=4869

Awesome job, David and Don!!!

Andrei