Sören Tempel
Sören Tempel
> @nmeum the JSON format from #326 is a internal format of gcovr and not gcov. I am aware of that. > At the moment the format of gcov isn't...
Hello, Alpine Linux contributor here 👋 We just upgraded our Alpine GCC package from GCC 11 to GCC 12.1 but due to the Aithmetic Exception described in this PR we...
> You have a huge list of custom patches to gcc, you can simply include this as another. I am well aware of the size of our downstream GCC patchset....
The test currently fails on our Alpine Linux s390x builders (which is a big endian platform): [py3-pygit2-1.2.1-r0.log](https://github.com/libgit2/pygit2/files/4640722/py3-pygit2-1.2.1-r0.log)
Has there been any progress on this? My understanding is that with the changes made to `s_thread_cond_timedwait` it should now be possible to infer the size of `time_t` using `sizeof(time_t)`...
We are using the patches from #9 as part of a [SystemC-based symbolic execution engine](https://github.com/agra-uni-bremen/symex-vp), there is some room for improvement but the general idea does seem to work.
My understanding is that support for writeable files is [supposed to be added later on](https://github.com/golang/go/issues/41190#issuecomment-690848889): > It's true that if we later want to add writing, […] It should also...
> So I think your question is moot for now, […] As I said: One can use the extension pattern to implement missing functionality. > Do you have a reason...
Tried your proposed change but unfortunately it doesn't seem to fix the test failure. Would also be a bit surprised if `*` would expand differently on s390x than it does...
> The name of each file is the SHA-1 message digest of the file contents and should be the same on all systems. Ah! 💡 I think this is not...