Uploaded image for project: 'Buildr (Retired)'
  1. Buildr (Retired)
  2. BUILDR-152

Project#task doesn't work for "absolute" task names

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.3.2
    • 1.3.3
    • None
    • None

    Description

      when Project#task handles a name starting with ':' it defines the task in the global (empty) scope. However, because it is done inside a block, the assigning to the 'task' variable is limited to the block. When the block ends, the task variable outside is nil.

      to fix, set 'task = nil' before going inside the block

      Attachments

        Activity

          People

            Unassigned Unassigned
            ittayd Ittay Dror
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: