I'm producing more than one element on the 1-arity of the transducer, and sequence is only considering the last one.
Here is the transducer and the tests that fail for sequence:
OSX 10.10.3, java 1.8.0-ea-b124
Please demonstrate the problem without core.async. Thanks.
Comment made by: lucascs
Hi,
the last test I posted on the ticket, fails in cljs, but not in clj:
I've removed the core.async bits from the description to clarify the issue.
The implementation of sliding-window above does not appear to be correct, it doesn't return the result. This ticket needs more information.
Comment made by: lucascs
changing the 1-arity of the sliding-window to that fixes the transducer.
The point of this ticket now is that the behavior of the same (wrong) transducer in clj (both core.async and sequence) and cljs (core.async) is different than cljs sequence.