Joel Andersson
Joel Andersson
@wsfulton Rings a bell?
I've pulled your changes. @jgillis - close?
Looks like directors now only work when there is exactly one output. I tried to use it with a function with void return and it failed.
The director code really needs cleanup for maintainability.
Interesting. Will you take a shot at it?
What is causing this is that there is no good way of disabling all the tests that are known not to work. At least in my understanding. For all practical...
starting a git bisect
The violently failing example appesrs to be dynamic_cast
jaeandersson@jaeandersson-VirtualBox:~/dev/swig$ git bisect log git bisect start # bad: [98ed1086ac8d292a741e92fb4820efa3fc0d5991] Merge branch 'dcb210-matlab' into matlab git bisect bad 98ed1086ac8d292a741e92fb4820efa3fc0d5991 # good: [8e13c91b0523a27dda9750406f672f7fe615d19a] Revert "[MATLAB] issue #47: Fixes 'clear all' bug"...
For our project, we cross compile for Windows.