-
test_rule_timeout_mswas added forgo_testandd_test,sh_test. - Fixed a bug where unhandled exceptions on background threads would result in a deadlock.
-
buckdreliability improvements -
buck runhas been documented: https://buckbuild.com/command/run.html - An issue causing
buck publishto not work was fixed by @davido on GitHub. - Buck now reports the target that failed when
buck projectfails. - Buck can now parse build files in parallel if you pass
--config project.parallel_parsing=trueon the command line. We expect to make this the default soon, but for now it is considered experimental. https://buckbuild.com/concept/buckconfig.html#project - @LegNeato on GitHub added support for setting read and write HTTP headers when Buck talks to the HTTP cache. https://buckbuild.com/concept/buckconfig.html#cache