[01:39:02] anybody here? [01:45:21] my patch still cannot pass ci and it tell me merge failed [01:45:25] https://gerrit.wikimedia.org/r/c/design/codex/+/1323781/1?tab=checks [01:47:25] Les4353: It might be related to the "Depends-On" in the commit message, which is not necessary here AFAIK, as the patch already is rebased on top of the parent, and Depends-On is for cross-repo dependencies [01:48:05] SomeRandomDev: idk about that, but i created another change with depends-on, but it working [01:48:13] SomeRandomDev: and this fails [01:48:24] The patch is rebased on an older patchset of the parent, and Depends-On refers to the latest patchset of the linked change, so that might be the cause of the conflict [01:49:22] SomeRandomDev: so, how can i solve this issue? [01:49:48] Maybe try removing the Depends-On and rebasing the commit on the latest version of the parent? [01:50:10] SomeRandomDev: ty deeply, letme try [01:51:36] SomeRandomDev: very thanks, just remove Depends-On and it working now! [01:51:52] nice, no problem! [13:13:57] https://commons.wikimedia.org/wiki/Special:Log?type=thanks&user=b_jonas doesn't seem to list which revisions I thanked, only the user performing the revision. Is there a way to list the target revision of thanks too? Or is this hidden on purpose? [13:20:08] b_jonas: Thanks for reporting! You can file an enchanement request tagged MediaWiki-extension-Thanks for that! [13:22:37] b_jonas: this is intentional, per https://www.mediawiki.org/wiki/Extension:Thanks#SQL_documentation [13:29:28] hmm [13:29:50] then at least it's not something simple that I'm missing