Jonas Fonseca

Results 27 issues of Jonas Fonseca

Currently the code generation is part of the intermediate representation classes. In order to open the possibility of rewriting the code generation in Scala and potentially using the IR for...

rfc
bindgen

I'm not sure if the warning is intended as a test, however, in that case we might want to have a way to capture and ensure that the warning is...

bindgen

Right now `const` is discarded, however, it should be possible to support its use in certain places, namely: ```c extern const int PI; struct point { int x; int y;...

rfc
bindgen

Often C standard headers allow to specify which specification to conform to via defines. For example `_POSIX_C_SOURCE`. With the these defines can be passed with `-extra-arg`: ```sh ./scalaBindgen /usr/include/ctype.h -name...

bindgen

It would be great to detect leaks and problematic memory access by running CI tests with valgrind.

project

The code for reference: https://github.com/psf/requests/blob/7335bbf480adc8e6aa88feb2022797a549a00aa3/src/requests/adapters.py#L336