The changelog for v0.7.2 is available here.
Only SC2268 requires to update our code.
61 | @@ -62,7 +62,7 @@ if test -z "$enable_zmq" && test -n "@no_zmq@"; then 62 | enable_zmq=no 63 | fi 64 | 65 | -if test "x@host_os@" = xdarwin; then 66 | +if test "@host_os@" = darwin; then
How is this related to this change
<!--e57a25ab6845829454e8d69fc972939a-->
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
<!--174a7506f384e20aa4161008e828411d-->
Reviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first.
Concept ACK
Nice to see unnecessary ancient x-prefix cruft ("x$1" = "x") go.
ACK 08f3dbb1b0cd5ca01d87e488a2fa905adf7df057
Patch looks correct and CI is green.
grabbed 0.7.2 and ran linter locally with no problem on linux.