juliamatlab / mexjulia

embedding Julia in the MATLAB process.
MIT License
52 stars 14 forks source link

add julia trace to matlab exception #38

Closed twadleigh closed 7 years ago

twadleigh commented 7 years ago

Currently julia exceptions are encoded as strings before being passed to matlab. It might be useful to construct a proper MException value and throw that instead.

twadleigh commented 7 years ago

Fixed by 0302a5f1c9c79130ee6cf07d9dc5abaa4e44d02e.