ravikumar10 / genyris

Automatically exported from code.google.com/p/genyris
Other
0 stars 0 forks source link

task:id function not returning an plain Dictionary not a Task #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

> task:id

What do you see?

(dict (.id = 1) (.name = 'main') (.state = 'RUNNABLE')) # Dictionary 

What is the expected output?

(dict (.id = 1) (.name = 'main') (.state = 'RUNNABLE')) # Dictionary Task

Workaround:

> (tag Task (task:id))

Original issue reported on code.google.com by birchb1...@gmail.com on 5 Dec 2011 at 4:08

GoogleCodeExporter commented 9 years ago
Fixed in 0.6.12-7-g9ed9e8f.

Original comment by birchb1...@gmail.com on 23 Apr 2013 at 2:57