Matthew Smith
Matthew Smith
~~This seems to cause one of the tests to fail:~~ ``` 62/136 Testing: test_eh_thread 62/136 Test: test_eh_thread Command: "/var/tmp/portage/dev-cpp/tbb-2021.7.0_rc1/work/oneTBB-2021.7.0-rc1_build-abi_x86_64.amd64/gnu_11.3_cxx11_64_relwithdebinfo/test_eh_t hread" "--force-colors=1" Directory: /var/tmp/portage/dev-cpp/tbb-2021.7.0_rc1/work/oneTBB-2021.7.0-rc1_build-abi_x86_64.amd64/gnu_11.3_cxx11_64_relwithdebinfo "test_eh_thread" start time: Aug 19 16:44 BST...
(I also think that upx will be useless on RISC-V since it doesn't have a loader stub)
I've made that small change and merged :) Thanks for fixing these issues
Thanks! Think that these new grammars need `test` masking for rustless profiles: https://github.com/gentoo/gentoo/blob/master/profiles/features/wd40/package.use.mask#L79
> And, if we decide to package (again) inline grammar, would it be okay to regenerate it with tree-sitter-cli (as upstream suggests) before building? It will definitelly make it unavailable...
This was fixed upstream in Dec 2021, in https://github.com/oneapi-src/oneTBB/commit/74b7fc748bffb699a60bdedc867a1e208e50bd2a (part of https://github.com/oneapi-src/oneTBB/pull/668).
On 09/11/2022 08:41, Martin Liška wrote: > Then, please close this. It was fixed upstream but it's still an issue in the vendored copy of mold.
(I'm unsure why the test `test_python_corpus` is failing, I can try and rebase on master if it's fixed there)
Hi, sorry for the delayed response and lack of explanation. In C and C++, anonymous types can't be forward declared. Forward declaring the types allows for headers in the application...