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
CircularBuffer has no tests. Also it would be nice to have a comment which says how this structure differs from RingBuffer, which also exists in the codebase.
The text was updated successfully, but these errors were encountered:
Tests were never formalized as such. They were also left in F#x in the samples: CircularBuffer.fsx. As to the nearly duplicate RingBuffer, @jackfoxy and I were supposed to sync up on that. We'll take a look next week.
TODO:
Move/add tests for CircularBuffer from F#x
Merge CircularBuffer and RingBuffer or otherwise indicate their specific uses
Bring this back into F#x and replace the other RingBuffer in the F#x Observable module
CircularBuffer has no tests. Also it would be nice to have a comment which says how this structure differs from RingBuffer, which also exists in the codebase.
The text was updated successfully, but these errors were encountered: