Browse thread
Re: Where did the exception occur?
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Mattias Waldau <mattias.waldau@t...> |
| Subject: | Where did the exception occur? with Not_found -> assert false |
Nice idea with 'with Not_found -> assert false'. 1. But why can't the assert-information be available for all raise? wouldn't that be the same? 2. If the we cannot include this in 'raise', how can I automate it, so that I get the assert-behaviour if I keep the asserts, and the normal behaviour otherwise. I normally don't deliver code with assert enabled. /mattias