> node <--> task
> child <--> prerequisite
> parent <--> ?? what do you call this ??
> compute <--> invoke
> function <--> @actions.each { |act| act.call }
> function.call <--> execute
> result <--> N/A
> node.name <--> task.name.to_sym
I forgot to mention: I just noticed that I could have mapped a node to
each of @actions,
which would further parallelize Rake while confusing users who were
depending their sequential execution.
James M. Lawrence
_______________________________________________
Rake-devel mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rake-devel