In #322 I proposed a fix to lazy-seq not caching calls to seq.
When tried in ClojureScript a regression was found, as it made LazySeq less lazy: https://clojure.atlassian.net/browse/CLJS-3420
We should consider reverting #322 and find another fix. I made a suggestion to try in the Jira ticket, which also includes a regression test.
In #322 I proposed a fix to
lazy-seqnot caching calls toseq.When tried in ClojureScript a regression was found, as it made LazySeq less lazy: https://clojure.atlassian.net/browse/CLJS-3420
We should consider reverting #322 and find another fix. I made a suggestion to try in the Jira ticket, which also includes a regression test.