Manu343726 / siplasplas

A library for C++ reflection and introspection
https://manu343726.github.io/siplasplas
MIT License
195 stars 27 forks source link

Fix libclang pip package version #21

Closed Manu343726 closed 8 years ago

Manu343726 commented 8 years ago

Clang 3.8 was released two weeks ago, and the python libclang bindings package was updated accordingly. This broke our reflection CI builds since I just wrote clang (Without version) as a requirement in the requirements.txt file, which downloads the latest version.

The requirement should be fixed to the clang version installed in the system

Manu343726 commented 8 years ago

Fixed as part of refactor for reflection mangling. I will not close it til that branch is merged into master.