(CLJS) FixedBuffer's full checking in cljs

Description

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

Environment

None

Attachments

1

Activity

Show:

Alex Miller March 31, 2020 at 7:54 PM

Released in core.async 1.1.582

Fixed

Details

Assignee

Reporter

Patch

Code and Test

Priority

Created October 13, 2014 at 2:29 PM
Updated March 31, 2020 at 7:54 PM
Resolved March 31, 2020 at 7:10 PM