ariovistus / pyd

Interoperability between Python and D
MIT License
158 stars 32 forks source link

better aliasing for c long/unsigned long #74

Closed WebFreak001 closed 6 years ago

WebFreak001 commented 6 years ago

fix #73

ariovistus commented 6 years ago

anybody know how to set build mode in appveyor? I tried setting it in the UI, but I guess it's being ignored because I'm using the yaml file?

I'm getting

The build phase is set to "MSBuild" mode (default), but no Visual Studio project or solution files were found in the root directory. If you are not building Visual Studio project switch build mode to "Script" and provide your custom build command

and can't find any docs on it

WebFreak001 commented 6 years ago

why not base it off libdparse? https://github.com/dlang-community/libdparse/blob/master/appveyor.yml

WebFreak001 commented 6 years ago

you should really squash this before merging

WebFreak001 commented 6 years ago

does it only build or does it test now too?

ariovistus commented 6 years ago

you might want to unsubscribe from this pr, i'll be screwing with it for a while

WebFreak001 commented 6 years ago

ping me when you are done then pls

ariovistus commented 6 years ago

Well, appveyor is nominally working, kind of, and I managed to validate win64 at least. pydexe command is broken in win64, so I don't want to release until I've figured out how to fix it. Have I mentioned I hate windows?

WebFreak001 commented 6 years ago

same lol