Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
PUP 4.4.2
-
None
-
None
-
-
1
-
Language 2016-05-04, Language 2016-05-18
-
Not Needed
Description
UPDATED
With the resolution of PUP-6090, output of an iterator type no longer results in an error. However, it emits the type of result and the string 'value' and the 'value' part is confusing as an indicator that it is an instance of Iterator that is noticed.
Given the following manifest
notice([1,2,3].reverse_each)
|
The result is:
Notice: Scope(Class[main]): Iterator[Variant[Integer]] value
|