- Thanks to @Dominator008,
vm_argswas added tojava_testdocumentation: https://buckbuild.com/rule/java_test.html -
xctests are now streamed to Buck instead of waiting until completion - A
flatten_dictsmethod was added for use in build files: https://buckbuild.com/function/flatten_dicts.html - Buck can now fail the build when using header files that are untracked by build files: https://buckbuild.com/concept/buckconfig.html#cxx.untracked_headers
- Buck now has very basic support for the AppleTV platform
- Buck now caches its Action Graph, which is part of the Parsing phase. Large projects should see this step speed up.
- Cross-cell references can now be called with
@or+. The latter is useful for command-line invocations. - The
replcommand was added: https://buckbuild.com/command/repl.html - Support for Android NDK r11 and newer was added.
- Buck now allows overriding of the command to package for
apple_binaryrules: https://buckbuild.com/concept/buckconfig.html#apple.*_package_command