-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[sample_consensus] Use better types for indices: int
-> index_t
, std::vector<int>
->Indices
#3835
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Maybe a followup PR for std::size_t
to index_t
where feasible.
int
-> index_t
, std::vector<int>
->Indices
I think |
I don't know, sorry. Just something that popped in my mind. I'll have better access to PCL code in sometime when I'll be able to grok and tell you but you might be able to do that by the time I provide a yay/nay. |
@kunaltyagi Sorry I'm gonna bug you with some changelog-related sidenotes again 😬 Why do you add |
I don't add it for the changelog... |
OK, I see the point. Still, as it stands, the line in changelog will have module prefix twice (once from the PR title, and once generated from labels). I see two options: a) we modify changelog generation script to strip module prefixes from titles; b) we modify title after a PR is merged and is dormant (not generating new notifications in your inbox). I guess the former is better.
Didn't get what you mean with this. |
I add the [module] for the notifications (same as issues). Didn't think of the changelog format. Stripping the first |
Oh, I did not think about a bot, rather manual title change. But yeah, let's auto-strip on changelog generation. I will add this to my todo. |
Sorry for the big commit, I didn't see a way to divide that logically.