Gareth Sylvester-Bradley

Results 115 issues of Gareth Sylvester-Bradley

"The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated." No code change is necessary since those placeholders are not used, only the `boost::asio::placeholders::`...

A default constructed task behaves quite similarly to a task containing an exception, e.g. by `pplx::task_from_exception` or that has been canceled, in that the default constructed task throws `pplx::invalid_operation` from...

The different constructors for `web::http::experimental::listener::details::http_listener_impl` initialize the `m_close_task` differently. https://github.com/microsoft/cpprestsdk/blob/07cf589108f50ee40e56c56dc43bfab1022604e0/Release/include/cpprest/http_listener.h#L203-L205 The default constructor that is visible to SDK users since it is inline in the header initializes it like so:...

**Is your enhancement request related to a problem? Please describe.** The `http` lexer currently fails if the code is not a whole request or response. It would be very useful...

enhancement-request
pr-open

Update get_filename_component parser to handle BASE_DIR Update the doc string from CMake latest Did I get the change of `npargs` from "3+" to "2" right?

`cmake-lint -c .cmake-format.py CMakeLists.txt` doesn't work. `cmake-lint CMakeLists.txt -c .cmake-format.py` does. From the usage description I don't think that's intended, but it does hint at the explanation. ``` usage: cmake-lint...

Testing cmake-lint with v0.6.13 on Windows with files that have `\r\n` at the end of all lines. With `line_ending = 'windows'` in my config, I get `[C0327] Wrong line ending...