-
Given test.i with:
```
%feature("kwargs") foo;
%inline {
void foo(const char* x="");
}
```
SWIG as commit 40b6cc684f6e628934f9fc27fdbba65405cb8bb1 (CC @wsfulton) generates with ``swig -Wall …
-
I am unable to pip install vollib due to lets_be_rational dependency issues.
Here is the error message from my recent attempt:
```
Building wheel for lets_be_rational (setup.py) ... error
e…
-
Below is a simplified reproducer of https://github.com/conda-forge/gdal-feedstock/issues/995:
```bash
$ echo "int foo() { return 0; }" > foo.c
$ gcc foo.c -shared -fPIC -o libfoo.so
$ echo "%inl…
-
I'm trying to create template from std::vector `%template(ColorList) std::vector` but SWIG binary crashes with `Segmentation fault: 11`
I think it crashes due to that that implementation of my heade…
-
I tried running the Python test suite on github actions in limited api mode with versions 3.9 to 3.13 (currently only python 3.8 is enabled)
And I noticed the 3.11-3.13 jobs failed (see https://githu…
-
I have the following `UsbNotifier` class that I am wrapping using [swig_napi_callback.i](https://github.com/mmomtchev/swig-napi-example-project/blob/main/src/swig_napi_callback.i) template:
```cpp
c…
-
Login failed: System.AggregateException: One or more errors occurred. (This operation is not allowed. You must enable this service in the console.) ---> Firebase.FirebaseException: This operation is n…
-
I am facing an issue when integrating a new SWIG-wrapped library into my Python application, which already uses another library with SWIG Python bindings. Both libraries define a template for the same…
-
### Bug description
As of today, the CI fails while Swig compiles icub.i for python:
```console
2024-10-14T06:09:47.4155353Z /home/runner/work/icub-main/icub-main/install/include/yarp/sig/Image.h:42…
-
Hello again!
I am trying to use `swig_napi_callback.i` in my private project. I bumped into couple of issues:
- missing `const` next to `std::vector &js_args` that triggers `candidate template i…