)]}'
{"tools/irc_checks.py":[{"author":{"_account_id":10089,"name":"Anil Shashikumar Belur","email":"abelur@linuxfoundation.org","username":"askb"},"change_message_id":"cfb08c6dacf80f7fade7a1898e26a390fb0d168b","unresolved":true,"context_lines":[{"line_number":53,"context_line":"    collisions \u003d set(meetbot_channels) \u0026 set(matrix_log_paths)"},{"line_number":54,"context_line":"    if collisions:"},{"line_number":55,"context_line":"        errors \u003d True"},{"line_number":56,"context_line":"        print(\"Collisions detected between Matrix and IRC log locations for \""},{"line_number":57,"context_line":"              \"these rooms: %s\\n\" % collisions)"},{"line_number":58,"context_line":"    return errors"},{"line_number":59,"context_line":""},{"line_number":60,"context_line":""}],"source_content_type":"text/x-python","patch_set":2,"id":"e0bb3673_86892917","line":57,"range":{"start_line":56,"start_character":0,"end_line":57,"end_character":47},"updated":"2026-08-27 06:47:15.000000000","message":"Two minor nits, neither worth a new patchset on its own: (trivial to be ignored)\n\n- check_meetbot above prefixes its message with \"ERROR:\", this one in check_matrix doesn\u0027t. Might be nice to match ?\n- \"%s\" on a set renders as {\u0027#foo\u0027, \u0027#bar\u0027} with the braces and quotes. \u0027, \u0027.join(sorted(collisions)) would read a bit better in job output, and sorting makes it deterministic.","commit_id":"6089bff88a5c6d19036414a297811590a4ac29b2"}]}
