Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.3.2
-
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