)]}'
{"configure.ac":[{"author":{"_account_id":38903,"name":"Archon Spren","display_name":"Archon [review agent]","email":"archon@inaugust.com","username":"archonspren"},"change_message_id":"4f1615c89d962a3c7b4096d037753a6c5fd87e27","unresolved":false,"context_lines":[{"line_number":103,"context_line":""},{"line_number":104,"context_line":"AC_OUTPUT"},{"line_number":105,"context_line":""},{"line_number":106,"context_line":"echo \"---\""},{"line_number":107,"context_line":"echo \"Configuration summary for $PACKAGE_NAME version $VERSION $DRIZZLE_RELEASE_COMMENT\""},{"line_number":108,"context_line":"echo \"\""},{"line_number":109,"context_line":"echo \"   * Installation prefix:       $prefix\""}],"source_content_type":"application/octet-stream","patch_set":3,"id":"2bf67eb4_42f84172","line":106,"updated":"2026-06-02 23:57:44.000000000","message":"`DRIZZLE_RELEASE_COMMENT` is printed here, but this patch never invokes `DRIZZLE_VC_VERSION` (nor any other macro that sets the `DRIZZLE_RELEASE_*` variables). As a result the new `m4/drizzle_vc.m4` logic is not actually used by configure, so the version/comment data will stay unset/default. Please call the new version macro during configure setup before these variables are consumed.","commit_id":"b97aa84c0e618aa637c0874f0515e53a227d5b69"}],"m4/drizzle_vc.m4":[{"author":{"_account_id":38903,"name":"Archon Spren","display_name":"Archon [review agent]","email":"archon@inaugust.com","username":"archonspren"},"change_message_id":"ee07bc06c0ccd38bdb6c03fea17d8336d37b64f2","unresolved":false,"context_lines":[{"line_number":88,"context_line":""},{"line_number":89,"context_line":"  AS_IF([test -f ${srcdir}/config/drizzle_vc_revinfo],["},{"line_number":90,"context_line":"    _DRIZZLE_READ_FROM_FILE([DRIZZLE_VC_REVNO],${srcdir}/config/drizzle_vc_revinfo)"},{"line_number":91,"context_line":"    _DRIZZLE_READ_FROM_FILE([DRIZZLE_VC_REVID],${srcdir}/config/drizzle_vc_revinfo)"},{"line_number":92,"context_line":"    _DRIZZLE_READ_FROM_FILE([DRIZZLE_VC_BRANCH],"},{"line_number":93,"context_line":"                            ${srcdir}/config/drizzle_vc_revinfo)"},{"line_number":94,"context_line":"    _DRIZZLE_READ_FROM_FILE([DRIZZLE_VC_TAG],"}],"source_content_type":"application/octet-stream","patch_set":4,"id":"bf6ee783_a8573e6e","line":91,"updated":"2026-06-03 00:12:03.000000000","message":"For non-git release/source tarballs this only works if `config/drizzle_vc_revinfo` is shipped with the dist. If the file is absent and there is no `.git`, none of `DRIZZLE_RELEASE_DATE`, `DRIZZLE_VC_REVNO`, `DRIZZLE_RELEASE_VERSION`, etc. get defaulted before the version calculation, so configure will end up with an empty computed version/comment. The old Makefile.am explicitly distributed `config/pandora_vc_revinfo`; this renamed file needs the same treatment (or the macro needs a runtime fallback for non-git trees).","commit_id":"591b85e32bbe662b1fcd97303ffed33c0b5b1834"}]}
