Vladimir Chistyakov

Results 7 issues of Vladimir Chistyakov

``` FAILED: meta/test/CMakeFiles/test.meta.dir/meta.cpp.o /usr/bin/clang++ -I/mnt/c/Users/Вова/projects/cpp-project-template/meta/include -std=c++11 -ftemplate-backtrace-limit=0 -Weverything -Werror -pedantic-errors -Wdocumentation -Wno-c++98-compat -Wno-c++98-compat-pedantic -Wno-old-style-cast -Wno-documentation-unknown-command -Wno-missing-prototypes -O2 -g -DNDEBUG -fcolor-diagnostics -MD -MT meta/test/CMakeFiles/test.meta.dir/meta.cpp.o -MF meta/test/CMakeFiles/test.meta.dir/meta.cpp.o.d -o meta/test/CMakeFiles/test.meta.dir/meta.cpp.o -c '/mnt/c/Users/Вова/projects/cpp-project-template/meta/test/meta.cpp' /mnt/c/Users/Вова/projects/cpp-project-template/meta/test/meta.cpp:1966:45:...

When compiling an empty program like this ```cpp #include int main() {} ``` The following compilation errors come from the header file: ``` FAILED: CMakeFiles/cpp-project-template.dir/main.cpp.o /usr/bin/c++ -I/mnt/c/Users/Вова/projects/cpp-project-template/meta/include -O2 -g -DNDEBUG...

## Expected Behavior Example code compiles without any warnings. ## Actual Behavior Undefined behavior sanitizer reports errors for optimized builds with Clang. After applying [this workaround](https://github.com/boost-ext/sml/issues/249#issuecomment-1075352565), the hello world example...

When I try to use the hook as described in the [readme](https://github.com/doublify/pre-commit-clang-format#using-clang-format-with-pre-commit), pre-commit issues the following warning message: ``` [WARNING] The 'rev' field of repo 'https://github.com/doublify/pre-commit-clang-format' appears to be a...

## Environment - IDF version: v4.4-dev-2740-gf65c8249af ## Problem Description I am trying to wrap the [Reliance Edge FS](https://github.com/datalightinc/reliance-edge) with VFS. According to [the `esp_vfs_t` definition here](https://github.com/espressif/esp-idf/blob/f65c8249af109de349650b9cf79ae28399261750/components/vfs/include/esp_vfs.h#L79-L255), it expects the underlying...

Type: Bug
Status: Opened