Loïc Jaquemet
Loïc Jaquemet
@blueForestIcarus Erich Spaker, Let's make sure we never forget this much interesting and opinionated issue.
My opinion is that h2xml's xml output is not the primary function of ctypeslib. Python code is the primary output. But I can see your point, regarding breaking workflows. The...
Possible solutions: Add version conflict in package? [PEP-0345](https://www.python.org/dev/peps/pep-0345/#obsoletes-dist-multiple-use) Use namespace package and keep both gccxml and clang solutions [PEP-0420](https://www.python.org/dev/peps/pep-0420/) if that means being able to distribute ctypeslib2-clang and ctypeslib2-gccxml as...
Well thanks for the issue report. It is an issue and I will try to implement something that improves the current unsatisfying (by my standard) situation. Issue report is always...
Hi @XVilka I think the issue is really with the llvm clang library and python-clang bindings. The clang library does not provide enough information to the python bindings for this...
- [x] clang-args options needs quote and/or equal - [x] include-library typo (374f6e763e9ca511e1ec779361ce4936e8159f47) - [x] howto include multiple libraries - [ ] what does option do ?
There is a start here https://github.com/trolldbois/ctypeslib/blob/master/docs/ctypeslib%202.0%20Introduction.ipynb
Note: - adds supports for transport_options in - n.amqp.publisher.Publisher - n.messaging.Publisher - n.rpc.RpcConsumer - n.rpc.Responder - n.rpc.MethodProxy - n.standalone.events - n.standalone.rpc.ConsumeEvent - n.standalone.rpc.StandaloneProxyBase
steal more fixes from #676
A.k.a, why is Kombu pinned as