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
So that users can have fine-grained control on which rules to apply if they want to. In particular, one possibly controversial migration is the replacement of Stream with LazyList, since they can produce different behaviors. We should isolate the “Stream => LazyList” rule (we can just name it StreamToLazyList).
julienrf
changed the title
Modularize the rewrite rules
Modularize the rewrite rules (move out those that don’t produce semantically equivalent code)
Jun 25, 2018
So that users can have fine-grained control on which rules to apply if they want to. In particular, one possibly controversial migration is the replacement of
Stream
withLazyList
, since they can produce different behaviors. We should isolate the “Stream
=>LazyList
” rule (we can just name itStreamToLazyList
).See the related discussion here: scala/collection-strawman#528 (comment)
The text was updated successfully, but these errors were encountered: