SWIG debugging tools
There are currently no pipelines.
To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines and you must have sufficient permissions in the source project.
A few things to help debugging SWIG-related issues:
abort()
on error, rather than raising an exception. This doesn't affect make check
, but makes it easier to run the SWIG tests under a debugger. Indeed running cd swig/ && make debug-{octave|python}-test
will run the SWIG tests under gdb --args
.swiglal_octave.cpp
and swiglal_python.c
to the CI job artifacts, so that the sources can be examined in the event of job failures.N/A
To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines and you must have sufficient permissions in the source project.