Javascript, Octave, R - Improve exceptions for %catches
and exception specifications for native types. Now the raised exception contains the string value as the exception message instead of just the C/C++ type of the exception. R exceptions were completely swallowed beforehand
This commit is contained in:
parent
b9fa8c23bb
commit
00190c484f
8 changed files with 35 additions and 17 deletions
|
|
@ -7,6 +7,11 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/
|
|||
Version 4.1.0 (in progress)
|
||||
===========================
|
||||
|
||||
2022-09-17: wsfulton
|
||||
[Javascript, Octave, R] Improve exceptions for %catches and exception
|
||||
specifications for native types. String exception messages are shown as
|
||||
the exception message instead of just the type of the exception.
|
||||
|
||||
2022-09-17: wsfulton
|
||||
Add missing typecheck typemaps for std::auto_ptr and std::unique_ptr to
|
||||
fix overloading when using these types.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue