Unverified Commit 39b68b3b authored by mergify[bot]'s avatar mergify[bot] Committed by GitHub
Browse files

Make return value of Serializer.lazily lazy (#2627) (#2628)

Directly subclassing Iterable is lazy-ish, but if you call any operation
on the resulting value (eg. map or ++) it will evaluate the Iterable and
return a List.

(cherry picked from commit 57b8a395

)

Co-authored-by: default avatarJack Koenig <koenig@sifive.com>
parent ccc92c14
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment