Kaleb Barrett
Kaleb Barrett
I'm okay with being the primary for the time being (as long as my work laptop is a Mac). I'll also try to get it up and running at some...
For those others concerned, it's on my radar, but lower priority. Help is appreciated.
This is still an issue and we currently have a gross `init_failed` flag in embed.cpp to handle this. We should instead make the entry points for GPI users look like...
This is more work than original thought. Asan and Python do not play well together... UBSan will run and using GCC 9.1 and Clang 8.0 to compile the source (on...
> (What is strange is that it worked in the PR...) The PR tests runs against the source directly. The release test is specifically designed to test against the built...
https://github.com/pypa/cibuildwheel states that releases don't have a stable ABI until they hit the first release candidate. For 3.14 [that will be in July](https://peps.python.org/pep-0745/#release-schedule). > While CPython is in beta, the...
~~Looks like the conda mingw environment is not happy. I'm not surprised. That environment is jank. We really should get mingw and msys environments back up and running and drop...
Closed in favor of #4836. I have a feeling this PR will be resurrected when a Windows user finally starts passing the paths coming from `cocotb-config` into tools that don't...
Oh cool. That thing I didn't touch broke. Windows is heckin awesorino.
The failures on Windows mean that > We can also probably drop the SXS appconfig and RPATH stuff in a follow on. All libraries are now explicitly dynamically loaded. Will...