kyren / gc-arena

Incremental garbage collection from safe Rust
Creative Commons Zero v1.0 Universal
440 stars 37 forks source link

Write individual tests for each combinator #2

Closed nico-abram closed 1 year ago

nico-abram commented 5 years ago

Probably also keep the one big sequencer test (https://github.com/kyren/gc-arena/blob/master/src/gc-sequence/tests/tests.rs#L13-L45) but also add a test per combinator

moulins commented 1 year ago

The gc-sequence crate was removed in #50, so I'll close this as no longer applicable.