Alan de Freitas

Results 378 comments of Alan de Freitas

The toggle is there, but it wasn't being used to disable the location at some points.

@vinniefalco Any suggestions on this? Should we 1) try to use copied_strings at more places? or 2) try to find patterns to avoid false positives with copied_strings? or 3) try...

Go through cases where the input string_view might be invalidated. - We only need the copy when we reallocate, which might only happen in `resize_impl`. - `resize_impl` in theory could...

I went through the help card and: - `set_scheme_id` should be removed (when did that happen? is that on purpose?) - `ipv_future` should become `ipvfuture` or vice-versa. Which one do...

> I guessed set_scheme_id but I was wrong, it is set_scheme with 2 overloads. Yes. I agree. I like `set_scheme` with two overloads more. > We should remove set_scheme_id, but...

Yes. I've been purposefully ignoring this for now because we're changing a lot lately.

> We might port the debug_stream to lightweight test using BOOST_LIGHTWEIGHT_TEST_OSTREAM. This seems easy. > And we would need checkpoint. This seems more intrusive. The check would need to go...