Skip to content

Missing edge cases in Circular Buffer tests. #123

@julianandrews

Description

@julianandrews

None of the tests for the Circular Buffer exercise use write! with a nil argument or on a buffer that isn't full. I'm assuming that in both cases write! should perform identically to write, but many simple implementations of write! are likely to get these cases wrong.

I'd be happy to add test cases to address those issues myself!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions