Joel Andersson

Results 189 comments of Joel Andersson

Note that eventually, we need to get the unit tests running on travis-ci, since that's what SWIG uses. In our project, we're also migrating from buildbot to travis-ci, though for...

Current situation for me (Virtualbox with Ubuntu 14.04 64 bit guest, gcc-4.7, MATLAB 2014b): - passed: 25 tests - failed: 14 tests - skipped: 123 tests Only tests until `overload_simple`...

Test framework running much more smoothly on my Mac and Clang, but the tests are only compiled, not run. Probably an issue with my setup - I have a new...

Not sure, could be the MATLAB version perhaps (I use 2015a). Anyway, I'll try to get at least the generation step working in the next couple of weeks - should...

I get warnings like this: ``` Warning: invalid MATLAB symbol '__str__' (function) Symbols may not start with '_'. Maybe try something like this: %rename(u__str__) __str__; Warning: invalid MATLAB symbol '__str__'...

I get the following error as well: ``` partialchecking matlab testcase template_default2 *** Internal error. Inconsistent clientdata for type 'oss::Module< oss::traits,oss::UnaryPolarization,oss::Interface_tpl< oss::UnaryPolarization > > *' *** '"template_default2.Module_UP2"' != '"template_default2.Module_UP1"' swig:...

And this: ``` partialchecking matlab testcase template_specialization_defarg *** Internal error. Inconsistent clientdata for type 'C< double,double > *' *** '"template_specialization_defarg.C_d"' != '"template_specialization_defarg.C_dd"' swig: Swig/typesys.c:1629: SwigType_remember_clientdata: Assertion `0' failed. make[4]: ***...

OK, sent an email to swig-devel.

I am not aware of any changes to the core runtime. I guess that should be detected if I do a `diff` with master? I could try to pull the...

Tests still do not run until completion for me (last one tested is `multi_import`. But I also get 80 passed tests, along with 47 failed ones.