hrissan

Results 8 comments of hrissan

This issue may seem to also affect us. In CI we are running both `go test` and `revive` (via `golangci-lint` linter suite) in parallel, because doing so substantially reduces build...

Same problem. $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 20.04.6 LTS Release: 20.04 Codename: focal $ gcc --version gcc (Ubuntu 10.3.0-1ubuntu1~20.04) 10.3.0 Copyright (C)...

Also if I remove this header and all references to source-location, I get errors. /home/user/devbox/asyncio/test/st/echo_server.cpp:46:35: required from here /usr/include/c++/10/concepts:73:10: fatal error: template instantiation depth exceeds maximum of 900 (use ‘-ftemplate-depth=’...

I'm getting the same bug with the following latest versions go.sum: github.com/dvyukov/go-fuzz v0.0.0-20240203152606-b1ce7bc07150 h1:8ww/RtfHmtJSLk7nK/TspKZDdgDvvXwp0JMIIhJF35s= github.com/dvyukov/go-fuzz v0.0.0-20240203152606-b1ce7bc07150/go.mod h1:11Gm+ccJnvAhCNLlf5+cS9KjtbaD5I5zaZpFMsTHWTw= go install github.com/dvyukov/go-fuzz/go-fuzz@latest github.com/dvyukov/go-fuzz/go-fuzz-build@latest $ ~/go/bin/go-fuzz-build failed to execute go build: exit status...

There is an workaround. You can avoid transpiling module in question. `$ ~/go/bin/go-fuzz-build -preserve crypto/internal/bigmod`

Возможно стоит в хэш включить сразу новые поля. MoreKeys потом просто обьединится с Keys например. Тогда я смогу поддержать их сразу при вставке, и когда они реально появятся не надо...

I've just successfully compiled kphp on Ubuntu 24 using g++-10 - First, you need to completely remove every bit of previous attempts to install/compile kphp. ``` apt list --installed |...

That problem you have is way beyond my knowledge, sorry no ideas.