Stephen McDowell

Results 237 comments of Stephen McDowell

@Lemmons any opposition to moving the tests under the `pytest_raises` folder? The current setup is not good for installing the tests (it'll go to a folder unrelated to this project,...

``` clang -dM -E - < /dev/null XCode 14.1 #define __apple_build_version__ 14000029 #define __clang_version__ "14.0.0 (clang-1400.0.29.202)" XCode 14.3 #define __apple_build_version__ 14030022 #define __clang_version__ "14.0.3 (clang-1403.0.22.14.1)" ``` dumping this before closing...

The thing that blocked us was version detection for Xcode. We have now upgraded past this, and should be able to add this flag unconditionally to the xcode builds without...

can't comment on whether it should be available or not, but here's a hack if you don't want to do it manually every time https://gist.github.com/svenevs/41a1a434a055adcee56bd1f0374fa254

Gah I'm so sorry :/ I'm moving the next few days but have set a reminder for this weekend...

Hi there, just wanted to check in, I had to move the reminders back, I need to finish getting settled before work tomorrow and unfortunately have a lot to catch...

Hey, thank you for the report and gentle nudge. This is unfortunately actually quite a difficult issue, and may mean we cannot solve this problem with regex anymore... Teaching exhale...