Sergei Trofimovich
Sergei Trofimovich
> @trofi This is missing the `sqlite3_rsync` tool, which is new in 3.47.0. > > It should probably follow the recipe of `sqlite-analyzer`: Thank you! Added your change as is...
> There’s a conflict. Caused by a `tracker` -> `tinysparql` rename. Updated. Thank you!
Updated the hash for recently added `docsrc` attribute.
Reworded the commit message.
Good point. Applied the similar change to `src/event/quic/ngx_event_quic_protection.c` as well.
Switched `salt` to implicit array length, changed commit subject.
It was closed because the scope of the fix kept growing without the sight of completion. The comments were too vague for me to clearly understand the desired end state....
The following seems to be enough to make the build and tests succeed on `gcc-16`: ```diff --- a/hwy/ops/set_macros-inl.h +++ b/hwy/ops/set_macros-inl.h @@ -141,7 +141,7 @@ #define HWY_TARGET_STR_AVX2 \ HWY_TARGET_STR_SSE4 ",avx,avx2" HWY_TARGET_STR_BMI2_FMA...
> The changes in pull request [#2563](https://github.com/google/highway/pull/2563) should fix the issue with compiling Google Highway with GCC 16. Does not fix it for me: ``` # fetching: $ git fetch...
> > > The changes in pull request [#2563](https://github.com/google/highway/pull/2563) should fix the issue with compiling Google Highway with GCC 16. > > > > > > Does not fix it...