Emma Smith

Results 305 comments of Emma Smith

This looks like an issue with your clang installation. Perhaps make sure your version of clang and this package are compatible? What does `clang --version` print?

Wow, thank you so much for working on this! I will take a look at the configuration and the process. I'm not that familiar with gitlab ci, so it might...

>I don't mind switching to another CI service (Travis, etc). I went with GitLab CI because it allows for saving artifacts, which makes things simpler in some ways. I don't...

>cibuildwheel seems really useful for building lots of CPython variations (py27-cp27m, py27-cp27mu, etc), but since the clang wheels just use ctypes, its not bound to a particular CPython version and...

Thank you for making it install-able from git! >I'd like to also move the win/mac/linux libclang download/extraction out of .gitlab-ci.yml and into setup.py, so that building it manually will also...

> So the build directly from git will produce the whl by downloading the clang source, but not the binaries. No, this really doesn't help. I don't think running `pip...

@paleozogt sorry I haven't gotten back to this sooner, I've been otherwise occupied. I was actually going to suggest perhaps trying [Azure CI/CD](https://azure.microsoft.com/en-us/blog/announcing-azure-pipelines-with-unlimited-ci-cd-minutes-for-open-source/). It seems they have the trifecta of...

Very true. and cut. I will probably add more options like rename next to the file button

I have copy working, now I just need to add paste

The latest commit adds experimental support for this.