)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":1000438,"name":"R. Diez","email":"rdiez-2006@rd10.de","username":"rdiez"},"change_message_id":"efecce9704aa1042c4f01a31085d39daa680f108","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":4,"id":"34c16fde_f8699cd4","updated":"2024-11-02 13:49:05.000000000","message":"Note that I have submitted patch 8531 in order to remove the git2cl submodule.","commit_id":"6f49d1786e956b5148a81afe65e99a1bfd319b6b"},{"author":{"_account_id":1000438,"name":"R. Diez","email":"rdiez-2006@rd10.de","username":"rdiez"},"change_message_id":"48fd72b790547f0ac9cda4312d2f56309684a88f","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":4,"id":"3b730161_ca1869f8","in_reply_to":"34c16fde_f8699cd4","updated":"2024-11-16 16:51:39.000000000","message":"Done","commit_id":"6f49d1786e956b5148a81afe65e99a1bfd319b6b"},{"author":{"_account_id":1000438,"name":"R. Diez","email":"rdiez-2006@rd10.de","username":"rdiez"},"change_message_id":"48fd72b790547f0ac9cda4312d2f56309684a88f","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":6,"id":"c2f3a883_95780751","updated":"2024-11-16 16:51:39.000000000","message":"There is one small fix left, see my comment next to the affected lines.","commit_id":"7acad36c307555d88b7f9c5d73e81f52fd4d3c28"},{"author":{"_account_id":1000853,"name":"zapb","display_name":"Marc Schink","email":"dev@zapb.de","username":"zapb"},"change_message_id":"628985acb911a0efb8c5110afb6c87330d22fcca","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":7,"id":"651de859_075e15c8","updated":"2025-01-25 15:11:17.000000000","message":"Merge?","commit_id":"b69bf60960a20ac171a8183d8157f1fb43f90967"},{"author":{"_account_id":1000438,"name":"R. Diez","email":"rdiez-2006@rd10.de","username":"rdiez"},"change_message_id":"55621f68a34930f705701f4c27413066089d7dd1","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":7,"id":"1572ca1f_307f5a67","updated":"2024-11-16 18:04:16.000000000","message":"The new version looks fine now.","commit_id":"b69bf60960a20ac171a8183d8157f1fb43f90967"}],"bootstrap":[{"author":{"_account_id":1000021,"name":"Antonio Borneo","email":"borneo.antonio@gmail.com","username":"borneoa"},"change_message_id":"42b61a5152c5c2941c292b8cc70b5b60251b06ea","unresolved":true,"context_lines":[{"line_number":36,"context_line":"automake --warnings\u003dall --gnu --add-missing --copy"},{"line_number":37,"context_line":")"},{"line_number":38,"context_line":""},{"line_number":39,"context_line":"if [ $WITH_SUBMODULES -ne 0 ]; then"},{"line_number":40,"context_line":"    echo \"Setting up submodules\""},{"line_number":41,"context_line":"    git submodule init"},{"line_number":42,"context_line":"    git submodule update"}],"source_content_type":"application/x-shellscript","patch_set":2,"id":"aaae9c20_23ebed0d","line":39,"updated":"2024-07-14 15:22:31.000000000","message":"you get an error if `bootstrap` is called with no parameter.\n```\nbootstrap: line 39: [: -ne: unary operator expected\n```\nbecause WITH_SUBMODULES has no value.\n\nFix it by pre-assigning\n```\nWITH_SUBMODULES\u003d0\nif [ \"$1\" \u003d \"with-submodules\" ]; then\n    WITH_SUBMODULES\u003d1\nelif [ \"$1\" !\u003d \"nosubmodule\" ]; then\n    echo \"$0: Illegal argument $1\"\n    echo \"USAGE: $0 [with-submodules]\"\n    exit 1\nfi\n```\nabove at line 18","commit_id":"40c4fb029b468dd7c3272af8471069418b17f70a"},{"author":{"_account_id":1000853,"name":"zapb","display_name":"Marc Schink","email":"dev@zapb.de","username":"zapb"},"change_message_id":"0533b115a2154e0efb4998d91a7450531d7420f9","unresolved":false,"context_lines":[{"line_number":36,"context_line":"automake --warnings\u003dall --gnu --add-missing --copy"},{"line_number":37,"context_line":")"},{"line_number":38,"context_line":""},{"line_number":39,"context_line":"if [ $WITH_SUBMODULES -ne 0 ]; then"},{"line_number":40,"context_line":"    echo \"Setting up submodules\""},{"line_number":41,"context_line":"    git submodule init"},{"line_number":42,"context_line":"    git submodule update"}],"source_content_type":"application/x-shellscript","patch_set":2,"id":"d5e704ab_f6cac41b","line":39,"in_reply_to":"aaae9c20_23ebed0d","updated":"2024-07-14 16:13:38.000000000","message":"Good catch, thanks! I overlooked the error message...","commit_id":"40c4fb029b468dd7c3272af8471069418b17f70a"},{"author":{"_account_id":1000438,"name":"R. Diez","email":"rdiez-2006@rd10.de","username":"rdiez"},"change_message_id":"48fd72b790547f0ac9cda4312d2f56309684a88f","unresolved":true,"context_lines":[{"line_number":24,"context_line":"       elif [ \"$1\" \u003d \"nosubmodule\" ]; then"},{"line_number":25,"context_line":"           WITH_SUBMODULES\u003d0"},{"line_number":26,"context_line":"       elif [ -n \"$1\" ]; then"},{"line_number":27,"context_line":"           echo \"$0: Illegal argument $1\""},{"line_number":28,"context_line":"           echo \"USAGE: $0 [with-submodules]\""},{"line_number":29,"context_line":"           exit 1"},{"line_number":30,"context_line":"       fi;;"}],"source_content_type":"application/x-shellscript","patch_set":6,"id":"2eea2c32_ba7e8cfe","line":27,"updated":"2024-11-16 16:51:39.000000000","message":"These 2 \u0027echo\u0027 statements are missing the \u003e\u00262 at the end.","commit_id":"7acad36c307555d88b7f9c5d73e81f52fd4d3c28"},{"author":{"_account_id":1000438,"name":"R. Diez","email":"rdiez-2006@rd10.de","username":"rdiez"},"change_message_id":"55621f68a34930f705701f4c27413066089d7dd1","unresolved":false,"context_lines":[{"line_number":24,"context_line":"       elif [ \"$1\" \u003d \"nosubmodule\" ]; then"},{"line_number":25,"context_line":"           WITH_SUBMODULES\u003d0"},{"line_number":26,"context_line":"       elif [ -n \"$1\" ]; then"},{"line_number":27,"context_line":"           echo \"$0: Illegal argument $1\""},{"line_number":28,"context_line":"           echo \"USAGE: $0 [with-submodules]\""},{"line_number":29,"context_line":"           exit 1"},{"line_number":30,"context_line":"       fi;;"}],"source_content_type":"application/x-shellscript","patch_set":6,"id":"a93636d3_39ba3302","line":27,"in_reply_to":"2eea2c32_ba7e8cfe","updated":"2024-11-16 18:04:16.000000000","message":"Done","commit_id":"7acad36c307555d88b7f9c5d73e81f52fd4d3c28"}]}
