)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":1000021,"name":"Antonio Borneo","email":"borneo.antonio@gmail.com","username":"borneoa"},"change_message_id":"c70c43e834432e3a191065406d69dbad15ae7255","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"923f4f89_bdf5ac56","updated":"2024-05-21 10:18:23.000000000","message":"Whoa!\nThis syntax error is here since ever, apparently hidden behind the catch {}!\nPlease add in the commit message that this has been detected by ``tclint``.","commit_id":"473660579f77d2072356349b866f7ad21516aeec"},{"author":{"_account_id":1002274,"name":"Noah Moroze","email":"noahmoroze@gmail.com","username":"nmoroze"},"change_message_id":"1cfaf41a1b061496208c46cbc34e409c5de1eaab","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"bf60ae35_4c4f0cda","updated":"2024-05-22 00:36:49.000000000","message":"Nice catch! I fixed the use of map in this patch. I\u0027ll look into making tclint catch bugs such as that one as well :)","commit_id":"d91ddf4108fca6c8065c2ea9135a4f89c2e31243"},{"author":{"_account_id":1000021,"name":"Antonio Borneo","email":"borneo.antonio@gmail.com","username":"borneoa"},"change_message_id":"4d61eb3d00bcb75265694bcf395799f7d2aaf6b0","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"457b690b_67712540","updated":"2024-05-24 12:56:12.000000000","message":"Thanks!","commit_id":"d91ddf4108fca6c8065c2ea9135a4f89c2e31243"}],"src/helper/startup.tcl":[{"author":{"_account_id":1000021,"name":"Antonio Borneo","email":"borneo.antonio@gmail.com","username":"borneoa"},"change_message_id":"c70c43e834432e3a191065406d69dbad15ae7255","unresolved":true,"context_lines":[{"line_number":11,"context_line":"\tif {[catch {ocd_find $filename} t]\u003d\u003d0} {"},{"line_number":12,"context_line":"\t\treturn $t"},{"line_number":13,"context_line":"\t}"},{"line_number":14,"context_line":"\tif {[catch {ocd_find [string map {\\ /} $filename]} t]\u003d\u003d0} {"},{"line_number":15,"context_line":"\t\treturn $t"},{"line_number":16,"context_line":"\t}"},{"line_number":17,"context_line":"\tif {[catch {ocd_find [string map {/ \\\\} $filename]} t]\u003d\u003d0} {"}],"source_content_type":"text/x-tcl","patch_set":1,"id":"74692427_e278bc0e","line":14,"updated":"2024-05-21 10:18:23.000000000","message":"Here there is another error.\nThe command ``string map`` required a key-value pairs.\nBut the sequence backslash, space, slash is a single TCL item, not a key-value pair.\nIt requires ``... map {\\\\ /} ...``\nWould you mind fixing it in the same patch or in a separate one?","commit_id":"473660579f77d2072356349b866f7ad21516aeec"},{"author":{"_account_id":1002274,"name":"Noah Moroze","email":"noahmoroze@gmail.com","username":"nmoroze"},"change_message_id":"1cfaf41a1b061496208c46cbc34e409c5de1eaab","unresolved":false,"context_lines":[{"line_number":11,"context_line":"\tif {[catch {ocd_find $filename} t]\u003d\u003d0} {"},{"line_number":12,"context_line":"\t\treturn $t"},{"line_number":13,"context_line":"\t}"},{"line_number":14,"context_line":"\tif {[catch {ocd_find [string map {\\ /} $filename]} t]\u003d\u003d0} {"},{"line_number":15,"context_line":"\t\treturn $t"},{"line_number":16,"context_line":"\t}"},{"line_number":17,"context_line":"\tif {[catch {ocd_find [string map {/ \\\\} $filename]} t]\u003d\u003d0} {"}],"source_content_type":"text/x-tcl","patch_set":1,"id":"2923f644_271cf054","line":14,"in_reply_to":"74692427_e278bc0e","updated":"2024-05-22 00:36:49.000000000","message":"Done","commit_id":"473660579f77d2072356349b866f7ad21516aeec"}]}
