I waded in #curl rebasing pain with a bunch of stacked PRs yesterday. That was unfun and took the whole day.

Maybe I have not found the best way to handle stacked PRs with current git, yet.

Otoh, the colleague who changed variable names all over the code for fun and merged it without review is luckily working remote…😌

@icing My apologies, I guess it was the prototype/definition sync, which touched asyn* and hostip.c that collided?
@vsz Yes, especially renaming function parameters is nasty stuff. Naughty boy!😌
@icing Ah, sorry again. Those could have been postponed by just syncing the prototypes to the definitions, indeed.
@vsz It's always tempting to cleanup naming inconsistencies everywhere, but any open PR is potentially in trouble. Need to find a good time slot for it.
@icing Yeps. I try to avoid renaming things. This one slipped as part of a bunch of balls in the air while dealing with clang-tidy findings, and some tunnel vision to fix these more accurately.