Tom de Geus

Results 225 comments of Tom de Geus

Thanks. Just a comment the original question was about C++

It seems indeed that `TARGET_OS_OSX` is not part of `TargetConditionals.h`? See https://opensource.apple.com/source/CarbonHeaders/CarbonHeaders-8A428/TargetConditionals.h.auto.html

Alright. As far as your question is concerned, I'm not entirely sure. It is a bit cumbersome to debug on travis as many of these errors are hardware dependent. Will...

It is already on Xenial

I'm confused... This ran 6 ago on the master https://travis-ci.com/github/tdegeus/GooseEYE/jobs/266462245 , while I specify Xenial: https://github.com/tdegeus/GooseEYE/blob/be98fa8ce0a3c0049032bc9a649efda598c3ea6b/.travis.yml#L2

Let's see if we can revive. Restarting the CI for starters

On top the error: what I don't get is why I get GCC from chocolatey on Windows and not MSVC. On similar actions that is does happen. Do you happened...

@JohanMabille I'm trying to debug segmentation faults I have been having elsewhere https://github.com/tdegeus/test_pybind/pull/6 . However, I cannot even get the tests to be properly linked on Windows. Do you know...

Because I thought that GHA would be by far the simplest to reproduce the segmentation faults ;) But you are right, maybe I should pass by appveyor.

The problem is that I know a quite a bit of GH Actions but not of appveyor : https://github.com/xtensor-stack/xtensor-python/pull/278