Re: [cp-patches] FYI: Merge Thread.UncaughtExceptionHandler support from generics branch

2006-04-13 Thread Andrew John Hughes
On Wed, Apr 12, 2006 at 06:14:33PM +0200, Mark Wielaard wrote: Hi Archie, On Wed, 2006-04-12 at 09:10 -0500, Archie Cobbs wrote: Mark Wielaard wrote: + /** + * p + * Returns the handler used when this thread terminates due to an + * uncaught exception. The handler used

Re: [cp-patches] FYI: Merge Thread.UncaughtExceptionHandler support from generics branch

2006-04-13 Thread Tom Tromey
Andrew == Andrew John Hughes [EMAIL PROTECTED] writes: Andrew The patch certainly seems to make the code cleaner, and match Andrew the documentation better. IMO, it should go in, but I didn't Andrew write the original code, only documented it. They may be a Andrew reason why Tom did it like

[cp-patches] FYI: Merge Thread.UncaughtExceptionHandler support from generics branch

2006-04-12 Thread Mark Wielaard
Hi, One of the Debian package maintainers requested that the Thread.UncaughtExceptionHandler support would be added to head since it isn't dependent on any new language features. This patch does so and documents the VMThread change needed for this in the NEWS file. The remaining diff between the

Re: [cp-patches] FYI: Merge Thread.UncaughtExceptionHandler support from generics branch

2006-04-12 Thread Archie Cobbs
Mark Wielaard wrote: + /** + * p + * Returns the handler used when this thread terminates due to an + * uncaught exception. The handler used is determined by the following: + * /p + * ul + * liIf this thread has its own handler, this is returned./li + * liIf not, then the

Re: [cp-patches] FYI: Merge Thread.UncaughtExceptionHandler support from generics branch

2006-04-12 Thread Mark Wielaard
Hi Archie, On Wed, 2006-04-12 at 09:10 -0500, Archie Cobbs wrote: Mark Wielaard wrote: + /** + * p + * Returns the handler used when this thread terminates due to an + * uncaught exception. The handler used is determined by the following: + * /p + * ul + * liIf this