Re: Tcl/Tk 8.5a4 released
Yes, this is a potential incompatibility.
The CHANGES log should reflect this...
while we're at it, lets have incr THROW an exception when a total is >
100.
For no reason other than to make people add catches() and remove
catches() after every TCL release.
.
Relevant Pages
- Re: Coding inside the debugger
... but why isn't the test written so that the reason it fails is ... If something fails in tests like these, ... public void testCreateWithDefaultthrows Exception { ... Ghostworld world = worldWithClass; ... (comp.object) - Re: Defensive Programming - Where do you Draw the Line?
... try/catch or try/catch/finally blocks. ... well-written exception code, try-finally is far more common than try-catch. ... exception is incredibly unlikely to occur, is there any good reason to ... It should be the other way round - if your method fails to execute, ... (microsoft.public.dotnet.languages.csharp) - Re: Major problem with uknown exceptions!
... > handled by any Exception handler. ... > dwComponentID, Int32 reason, Int32 pvLoopData) ... > at System.Windows.Forms.ThreadContext.RunMessageLoopInner(Int32 reason, ... > ApplicationContext context) ... (microsoft.public.dotnet.languages.csharp) - Re: Defensive Programming - Where do you Draw the Line?
... This way I'm exception safe, and I don't end up with 10 or so ... try/catch or try/catch/finally blocks. ... Brad Abrams talked about this as well when he visited our UserGroup ... exception is incredibly unlikely to occur, is there any good reason to ... (microsoft.public.dotnet.languages.csharp) - Re: Defensive Programming - Where do you Draw the Line?
... This way I'm exception safe, and I don't end up with 10 or so ... try/catch or try/catch/finally blocks. ... to allow you to execute cleanup code regardless of whether an exception ... exception is incredibly unlikely to occur, is there any good reason to ... (microsoft.public.dotnet.languages.csharp) |
|