Cristian Morales Vega

Results 38 issues of Cristian Morales Vega

I would have expected m_subscriptions to have been cleaned up by the time I get the closed_future. Not sure if this could be a more serious issue (can the session...

In https://github.com/boostorg/safe_numerics/blob/13ca3d6dd36db1aac2d6b5caca2c281d15c881ad/example/example84.cpp#L37 it says "we know that this cannot fail". The example, before, has defined a safe_t and input_safe_t types... which are identical. I suspect the intention was to use...

native.hpp uses base_type (https://github.com/boostorg/safe_numerics/blob/13ca3d6dd36db1aac2d6b5caca2c281d15c881ad/include/boost/safe_numerics/native.hpp#L25), but it does not #include safe_common.hpp, where it's defined (https://github.com/boostorg/safe_numerics/blob/13ca3d6dd36db1aac2d6b5caca2c281d15c881ad/include/boost/safe_numerics/safe_common.hpp#L21).

Edit: Long story short, boost::asio seems to lack https://github.com/chriskohlhoff/asio/commit/6d51490576ef219f3bc6dda3baecc3a9efe49dd5, I guess because of https://github.com/chriskohlhoff/asio/blob/147f7225a96d45a2807a64e443177f621844e51c/asio/include/asio/detail/config.hpp#L38. Given the following cmake project [asio_config_test.tar.gz](https://github.com/chriskohlhoff/asio/files/9757276/asio_config_test.tar.gz) we may end up with asio::aligned_new() behaviour not matching asio::aligned_delete()....

### What feature do you want to see added? Warnings-NG has two parameters: "id" and "name" (https://www.jenkins.io/doc/pipeline/steps/warnings-ng/#recordissues-record-compiler-warnings-and-static-analysis-results) that allow you to have separate reports. junit has "checksName", that allow you...

enhancement

I don't think there is any documentation regarding the use of multiple threads and load balancing. Windows IOCP documentation is very explicit about how it interacts with multiple threads. https://man7.org/linux/man-pages/man7/epoll.7.html...

https://www.boost.org/doc/libs/1_71_0/libs/beast/doc/html/beast/using_websocket/timeouts.html says `The timeout features of the TCP or basic stream should not be used when working with a websocket stream.` and `The timeouts on the websocket stream are incompatible...

Doc

It may be related to https://src.fedoraproject.org/rpms/which/c/98662a9c460f663b1bef1887cfd28c6f7f1bfe5f?branch=f34, not sure. But the thing is that Fedora has https://src.fedoraproject.org/rpms/which/blob/f34/f/which2.sh in /etc/profile.d/which2.sh. AFAICT it works fine: ``` $ which ls alias ls='ls --color=auto' /usr/bin/ls...

Feature: configure
Feature: presets
stale-old

When trying to build spdlog 1.12.0 with gcc 5.4.0 in C++14, we get ``` bash-5.2# cmake -B build -DSPDLOG_BUILD_BENCH=OFF -DSPDLOG_BUILD_EXAMPLE=OFF -DSPDLOG_BUILD_TESTS=OFF -DCMAKE_CXX_STANDARD=14 -DCMAKE_CXX_COMPILER= -- The CXX compiler identification is GNU...

### What is your suggestion? The experimental check_components_exist property (https://docs.conan.io/2/reference/tools/cmake/cmakedeps.html#check-components-exist) expects the components to be independent libraries. But there is at least one well known pre-existing example in which the...