On Fri, Jun 5, 2009 at 10:59 AM, Bennett, Patrick
<[email protected]>wrote:

>  I’d rather they didn’t have a description at all.
>
> # some rather long comment about this involved set of task creation code
>
> xxxxx.each { |y| task ….}
>
>
>
> With this patch I’d now have to worry about where comments for the **code**
> have to be located so that it doesn’t interfere with the tasks I’m
> programmatically creating?  Or sprinkle empty desc “” calls everywhere I
> programmatically create tasks that I don’t want to have task descriptions?
>


Actually, in this case, it wouldn't. The comment has to immediately precede
the task line.

I understand this is troubling to you. But perhaps you could just try it and
see what happens. You could then report back the issues you encounter.

Regards



Dave
_______________________________________________
Rake-devel mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rake-devel

Reply via email to