You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code in Attean::API::Iterator::map attempts to set the item_type and variables based on the underlying iterator. But if the map block changes the type of objects being returned, the item_type may be wrong, leading to runtime errors. For example:
The code in
Attean::API::Iterator::map
attempts to set theitem_type
andvariables
based on the underlying iterator. But if themap
block changes the type of objects being returned, theitem_type
may be wrong, leading to runtime errors. For example:This will lead to errors such as:
The text was updated successfully, but these errors were encountered: