Changes between Version 3 and Version 4 of Ticket #39
- Timestamp:
- 04/03/06 12:15:10 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #39 – description
v3 v4 2 2 3 3 (JL). We've had challenges with imprecise exceptions in practice. It is very easy to expect that the expression will have been evaluated (and hence the exception raised), and it wasn't. So the error is not caught. Worse, it may get evaluated later, and raise the exception outside the scope of the intended handler. *Imprecise* captures them well. They seem to be so imprecise as to be detremental. 4 5 (FJH). Having a standard deepSeq would help address most of the problems that JL is referring to, I think.
