diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 2011-12-20 10:42:36 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 2011-12-20 10:42:36 +0000 |
commit | a40d0432b2ff93e0a888d26014b3897fa5a0d27f (patch) | |
tree | a2f6fc8f92144b0fc346dbce7ce8db2ee9716cd0 /Changes | |
parent | c1f154ea70799d116e652de0c7bb507b8a373b2a (diff) |
PR#4880: added appropriate event to "assert" so that it shows up properly in stack backtraces
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@11891 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'Changes')
-rw-r--r-- | Changes | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -36,6 +36,7 @@ Bug Fixes: - PR#5343: ocaml -rectypes is unsound wrt module subtyping - PR#5322: type abbreviations expanding to a universal type variable - PR#5330: thread tag with '.top' and '.inferred.mli' targets +- PR#4880: "assert" constructs now show up in the exception stack backtrace - PR#4869: rare collisions between assembly labels for code and data Feature wishes: |