Welcome! Please see the About page for a little more info on how this works.

0 votes
in core.async by

In the cljs implementation of fixed buffer, "full?" uses "=" instead of ">=". This makes it incorrect after an overflow.

1 Answer

0 votes
by
Reference: https://clojure.atlassian.net/browse/ASYNC-96 (reported by ubolonton)
...