-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[buildfile] includes doesn't act like include_defs
#199
Comments
It mostly works. This was already reported and tracked in #182. According to comments there, this bug was already fixed and the fix about to land shortly. |
Cool. Thanks. |
I probably misread your bug report, but this is unusually that you observe failure on [1] git clone https://gerrit.googlesource.com/gitiles |
So this works: include this lines in
And put this in bucklet.defs:
And now you don't need any more to include bucklets directly in you BUCK file, but should be able to just say:
Or better say this to reflect hamcrest deps as well:
|
That works. Thanks. |
Thanks for reporting. Change under review [1]. |
The documentation says that the
includes
property in the[buildfile]
section of.buckconfig
is equivalent to invokinginclude_defs
at the start of each file.However, when I include the following in a
BUCK
file it works fine but if I include it (via a file) in.buckconfig
, it gives an error on the sha1 line.Is this expected behavior ?
The text was updated successfully, but these errors were encountered: