Check Help Card against actual declaration
The contents of the Help Card need to be checked against the url and url_view declarations to ensure that the members are accurate.
I went through the help card and:
-
set_scheme_idshould be removed (when did that happen? is that on purpose?) -
ipv_futureshould becomeipvfutureor vice-versa. Which one do we want?
Is that correct?
I guessed set_scheme_id but I was wrong, it is set_scheme with 2 overloads. But I wonder if we should rename it... the docs kind of suffer a little bit because of it. set_scheme_id is more discoverable.
ipvfuture is correct.
We should remove set_scheme_id, but we should open an issue to start a discussion on if we should rename it to set_scheme_id in the API. This would have to wait until after the review of course.
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 we should open an issue to start a discussion on if we should rename it to set_scheme_id in the API. This would have to wait until after the review of course.
Sure.
so you prefer
set_scheme( string_view )
set_scheme( scheme )
instead of
set_scheme( string_view )
set_scheme_id( scheme )
?
Yes
Needs another quick look just to be sure
Yes. I've been purposefully ignoring this for now because we're changing a lot lately.
This has been done many times since this original issue was opened.