You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow buck to be downloaded and called with multiple targets.
It turns out that the way that we constructed the lambda
containing the buck invocation meant that we'd always be
including the first target passed to it, no matter how
many other invocations there were. *sigh* One day we'll
all know how to write nice Ruby. :)
0 commit comments