Skip to content

Instantly share code, notes, and snippets.

@nickanderson
Created October 16, 2012 19:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nickanderson/3901469 to your computer and use it in GitHub Desktop.
Save nickanderson/3901469 to your computer and use it in GitHub Desktop.
bundle agent handler_iterator(handler, values)
# This expects a single value
{
methods:
"$(handler) $(values)" usebundle => "$(handler)($(values))";
}
!! A method attempted to use a bundle "handler1(value1)" that was apparently not defined!
I: Report relates to a promise with handle ""
I: Made in version 'not specified' of './test.cf' near line 21
!! A method attempted to use a bundle "handler1(value2)" that was apparently not defined!
I: Report relates to a promise with handle ""
I: Made in version 'not specified' of './test.cf' near line 21
!! Method failed in some repairs or aborted
!! A method attempted to use a bundle "handler2(value1)" that was apparently not defined!
I: Report relates to a promise with handle ""
I: Made in version 'not specified' of './test.cf' near line 21
!! A method attempted to use a bundle "handler2(value2)" that was apparently not defined!
I: Report relates to a promise with handle ""
I: Made in version 'not specified' of './test.cf' near line 21
!! Method failed in some repairs or aborted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment