[D-runtime] [D-Programming-Language/druntime] 1117e5: implemented proper exception chaining on Posix

Brad Roberts braddr at puremagic.com
Tue Mar 29 23:02:40 PDT 2011


On 3/29/2011 3:42 PM, Sean Kelly wrote:
> On Mar 29, 2011, at 1:17 PM, Don Clugston wrote:
> 
>> On 29 March 2011 16:21, Sean Kelly <sean at invisibleduck.org> wrote:
>>> Thanks!  I'll make sure the Posix implementation passes the tests today, then submit a pull request to remove the version flag.
>>
>> DMD is currently failing test4.d on everything except Windows. That's
>> a good sign! But it means that test4 should be modified immediately
>> (version = TdplExceptionChaining should be defined on all platforms,
>> not just Windows).
> 
> Okay... the latest revision passes test4 on Posix with version=TdplExceptionChaining defined.  Does someone with DMD commit access want to modify the file manually or should I submit a pull request?

I just pushed a change set to the tests that make the TdplExceptionChaining the only code paths for test4.d and eh.d.
eh.d doesn't currently pass, but I figured trading the test4.d failure for the eh.d failure was a step in the right
direction.

Later,
Brad



More information about the D-runtime mailing list