Laurynas Biveinis

Results 40 issues of Laurynas Biveinis

**Describe the bug** Passing -DBENCHMARK_ENABLE_LTO=true to CMake with XCode toolchain results in error: ``` ... -- Performing Test HAVE_CXX_FLAG_FLTO -- Performing Test HAVE_CXX_FLAG_FLTO - Success -- Performing Test HAVE_CXX_FLAG_WNO_LTO_TYPE_MISMATCH --...

## Expected behavior No byte compiler warning ## Actual behavior warning: Unused lexical argument ´arg´ ## Steps to reproduce the problem Bind the suggested lambda from the `sp-wrap-with-pair` docstring to...

The current wording reads "`/Wall` - Also warns on files included from the standard library, so it's not very useful and creates too many extra warnings." – this reason does...

## Expected behavior `projectile-configure-project`, when run second time in a project, has some way (a prefix arg?) to select a (different) CMake preset again. ## Actual behavior `Configure command: cmake...

With revision b0b42eb1d49f9e302dbc49e4b4effbe23568e5cd, macOS 11.2.3, brew-installed GCC 10: ``` $ mkdir build $ cd build $ cmake .. -DCMAKE_C_COMPILER=gcc-10 -DCMAKE_CXX_COMPILER=g++-10 -- The C compiler identification is GNU 10.2.0 -- The...

If I try to bundle DeepState as a git submodule in a project and build it through `add_subdirectory(3rd_party/deepstate)` in the main CMakeLists.txt, the configure step fails with ``` ... CMake...

`aggressive-indent-excluded-modes` already contains `makefile-mode` and `makefile-gmake-mode`. `makefile-bsdmake-mode` should be an excluded mode as well. I am not sure about the rest of `makefile-mode`-derived modes though: `makefile-automake-mode`, `makefile-makepp-mode`, and `makefile-imake-mode`.

If server is shutdown immediately after HandlerSocket plugin has initialized, it may hit a race condition between worker thread initialisation, which happens asynchronously, and at some point adds threads to...

Valgrind (or LeakSanitizer) on a 5.6 server shutdown with HS installed gives the following errors (to see the actual stacktraces, comment out dlclose() call in sql_plugin.cc, or HS will be...

On Percona Server 5.6 trunk, with AddressSanitizer, if HandlerSocket is installed: ``` ================================================================= ==11746==ERROR: AddressSanitizer: heap-use-after-free on address 0x60200000ee90 at pc 0x0000009e4da1 bp 0x7f4262fb7430 sp 0x7f4262fb7420 READ of size 8...