#100 ✓resolved
bahuvrihi

declarations under manifest cache

Reported by bahuvrihi | September 10th, 2008 @ 09:49 AM | in Tap-0.11.0

When manifest cache has been implemented, you could have another task declarator:


module Sample
  module Nest
    include Tap::Support::Declarations

    # ::desc short description
    # This is the long description of A
    tasc :a


    # ::desc short description
    # This is the long description of B
    tasc :b => :a

  end
end

'desc' very much like Rake. In this case desc signifies that the file should be loaded and manifest information pulled from it. That way, the tasks will be naturally named in their proper subclasses and no long namespaces need to be specified in the documentation.

Comments and changes to this ticket

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

A framework for making configurable, file-based tasks and workflows.

People watching this ticket

Tags

Pages