[libcxx-commits] [PATCH] D145881: [libc++][spaceship] Implement `operator<=>` for `duration`
Hristo Hristov via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Mar 21 12:21:14 PDT 2023
H-G-Hristov added a comment.
In D145881#4210553 <https://reviews.llvm.org/D145881#4210553>, @Mordante wrote:
> This happens sometimes, the `arc land` operation is not atomic. For example
>
> - you fetch the commits
> - somebody else lands their patch
> - you rebase
> - now your push fails
>
> I normally just do `arc land` a second time, and occasionally a third time.
Thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145881/new/
https://reviews.llvm.org/D145881
More information about the libcxx-commits
mailing list