Windel Bouwman

Results 53 issues of Windel Bouwman

It's not fully clear to me why `NO_CMAKE_FIND_ROOT_PATH` was used. I think it was done for consistency, since it's used everywhere in the same way. I believe this option is...

As of now, ROS1 catkin packages cannot be smoothly cross compiled. It would be good to improve this situation for the following reasons: - Enable people to use cross compilation...

This is gonna be some sort of a poll. So the question is, how to write proper documentation for this project. Both rust and python have documentation options. For rust,...

C-discussion

Create a prototype on how to interact with a python library with a C-API extension. See also: https://pythoncapi.readthedocs.io/ There are some questions regarding C extensions. Primary question: how to handle...

E-help-wanted
C-discussion
A-design

The ctypes module is pretty interesting. It allows people to load arbitrary dll's into python. This could probably be implemented by using some rust crate which does the same. This...

C-enhancement
E-help-wanted
A-stdlib

Hi! Nice project! I personally wrote a C parser in python as well, you might be interested in this: https://ppci.readthedocs.io/en/latest/reference/lang/c.html#c-classes Just to let you know. Parsing C code is particular...

Hi, I would like to use this crate, but I need a function that returns the category from the crate. For example: ```rust let c = 'A'; assert_eq!(c.category(), "Lu"); ```...

Hi! I'm trying to setup a CI on github actions to build a rust gtk app. This is not an easy task. I'm using vcpkg with visual studio 2019 as...

So okay, there are multiple attempts on implementing python in rust. Notably: - https://github.com/shinglyu/RustPython - https://github.com/joncatanio/cannoli So, join forces or not, these project seem to have different goals, can we...

help wanted
question

Hi! Nice project! I was also working on a preprocessor (https://bitbucket.org/windel/ppci). It would be nice to test this preprocessor with the test suite as developed by the mcpp project: https://github.com/h8liu/mcpp/tree/master/test-t...