7fc13dca82
This version fixes a critical bug [1] that prevents us from simplifying
bucklets intergration. In this version, Buck only allows defining new
rule functions in files included with include_defs, not actually
instantiating rules, so we need to reshuffle some rules.
After this commit [2] "$(macro ...)" syntax is preserved for buck
macros, we need to use a backslash to send commands directly to the
shell: "\$(macro ...)". It turns out this doesn't work yet, shell
backticks seem to work though [3].
[1] https://github.com/facebook/buck/issues/182
[2]
|
||
---|---|---|
.. | ||
eclipse | ||
maven | ||
util | ||
__init__.py | ||
BUCK | ||
build.defs | ||
default.defs | ||
download_all.py | ||
download_file.py | ||
git.defs | ||
gitlog2asciidoc.py | ||
GoogleFormat.xml | ||
gwt-constants.defs | ||
java_doc.defs | ||
java_sources.defs | ||
pack_war.py | ||
plugin_archetype_deploy.sh | ||
util_test.py | ||
util.py | ||
version.py |