User Activity

  • Posted a comment on ticket #1015 on SWIG

    c840bb728a886fd8b9a9f241c2d2b603f0e7a91b changed this code to make type casting threadsafe. It's hard to be sure without having a reproducer, but it looks like the problem may still exist as cast->type is still only updated here if (type == swig_module.type_initial[i]).

  • Posted a comment on ticket #1166 on SWIG

    We're still generating the same code AFAICS. Retesting though I found it does actually work provided you use consistent naming: $ RUBY=ruby3.2 $ echo '%module OpenBabel' > test.i $ swig -ruby test.i $ g++ -shared -fPIC \ -I"`$RUBY -r rbconfig -e 'puts(RbConfig::CONFIG["rubyhdrdir"] || "")'`" \ -I"`$RUBY -r rbconfig -e 'puts(RbConfig::CONFIG["rubyarchhdrdir"] || "")'`" \ -o OpenBabel.so test_wrap.c $ $RUBY -I. -e 'require "OpenBabel"' $ So if you use %module OpenBabel then you need to name the shared...

  • Posted a comment on ticket #1167 on SWIG

    I've merged fixes for the remaining cases here - should be released in SWIG 4.4.0.

  • Modified ticket #1167 on SWIG

    syntax error when parsing complex default values

  • Posted a comment on ticket #1167 on SWIG

    Moved to https://github.com/swig/swig/issues/3197 in the live tracker

  • Modified ticket #697 on SWIG

    templates using import fails

  • Posted a comment on ticket #697 on SWIG

    I'm going to close as a duplicate of the newer ticket in the live tracker, and note there that the testcase here should be checked against any candidate fix.

  • Modified ticket #878 on SWIG

    no warning for multiple %module statements

View All

Personal Data

Username:
olly
Joined:
2000-02-20 16:17:39

Projects

This is a list of open source software projects that Olly Betts is associated with: