Skip to content

Commit

Permalink
Check in example that breaks branch globs
Browse files Browse the repository at this point in the history
  • Loading branch information
dowobeha committed Nov 7, 2013
1 parent 9ca0d44 commit d68eadd
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions tutorial/03-07-branch-globbing.tape.BROKEN
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
##############################################################
# Problems with branch globs #
##############################################################
# #
# Running with fewer branch values runs fine. #
# For example (Letter: a b c d) #
# #
# Running with > ~7-8 branch values runs too slowly to use #
# For example (Letter: a b c d e f g h i) #
##############################################################

task foo
:: param=(Letter: a b c d e f g h i)
> letter
{
echo ${param} > ${letter}
}

task bar
< letters=$letter@foo[Letter:*]
{
echo ${letters}
}

1 comment on commit d68eadd

@dowobeha
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See #159

Please sign in to comment.