Matthieu Dartiailh

Results 291 comments of Matthieu Dartiailh

Thanks for reaching out. My bandwidth for this project is extremely limited. If you can make a PR I will review it under the best delay but I won't have...

I will try to add it (and the other types ending in _t) this week-end. I guess some changes are needed in the ctypes backend and in the parser too...

Sorry I forgot to address this. #28 should fix it. Can you give it a try @royir ?

The code handling the library loading is here https://github.com/MatthieuDartiailh/pyclibrary/blob/master/pyclibrary/c_library.py#L60 Since we allow to simply path the library name without a full path we need a way to discriminate between name...

I do know about pathlib but never used it. I am usually happy with os.path. I guess we could support path-like object, is it something you could contribute ?

Wow it has been a long time since I looked at that code. It looks like the idea was (at least at one point) to avoid confusing the type with...

Sorry @pusolito I had no time to look into it. I will try to have a look by the end of the month (do not hesitate to ping me).

Looking at what you are doing I am confused by the fact that you pass a new constraint instead of simply a new constant value. In particular you fully remove...

I am confused because this deviates from your original use case which was about modifying the constant of a constraint. Here you are attempting to fully remove a constraint which,...