jpeyhardi

Results 7 comments of jpeyhardi

```python {.line-numbers} import autowig from autowig.asg import TemplateSpecializationProxy import itertools def controller(asg, library=True, **kwargs): autowig.controller.plugin = 'default' asg = autowig.controller(asg, clean=False, **kwargs) if library: for function in asg['::statiskit::stl'].functions(): if function.localname...

```console scons: *** [/home/jean/.miniconda/envs/statiskit/lib/python3.6/site-packages/scons_tools/site_autowig/ASG/statiskit_core.pkl] KeyError : Path("'enum ::std::io_errc' parameter") Traceback (most recent call last): File "/home/jean/.miniconda/envs/statiskit/lib/python3.6/site-packages/scons_tools/site_autowig/controller/statiskit_stl.py", line 69, in controller template = template.desugared_type.unqualified_type File "/home/jean/.miniconda/envs/statiskit/lib/python3.6/site-packages/autowig/asg.py", line 805, in desugared_type desugared_type...

```console scons: *** [/home/jean/.miniconda/envs/statiskit/lib/python3.6/site-packages/scons_tools/site_autowig/ASG/statiskit_core.pkl] AttributeError : 'QualifiedTypeProxy' object has no attribute '_node' Traceback (most recent call last): File "/home/jean/.miniconda/envs/statiskit/lib/python3.6/site-packages/scons_tools/site_autowig/controller/statiskit_stl.py", line 69, in controller template = template.desugared_type.unqualified_type File "/home/jean/.miniconda/envs/statiskit/lib/python3.6/site-packages/autowig/asg.py", line 805,...

Ok thanks it works ! Now I have test errors to debug :)

I used the line ```python print("Error on template: " + template._source + " -> " + template._target) ``` and obtained the following result ```console [Build error - file "src/py/wrapper/wrapper_b3aefb8f8c96565c95d583848719e5b2.cpp" at...

Ok I add two print in the python file ```python except: print("########################################################") print("Error on template: " + template.globalname) print("########################################################") pass ``` after 1 and 2 instructions, the result is ```console...

The commit is jpeyhardi/Core@3e19064f9e19654fbb57168364316be0c1cb9a3d and the environment used for the build is described by [environment.txt](https://github.com/StatisKit/AutoWIG/files/2759631/environment.txt)