al8n / orderwal

A generic-purpose, atomic, ordered, zero-copy read, zero-cost (in-place) write, Write-Ahead Log implementation for Rust.
Apache License 2.0
15 stars 1 forks source link

Tracking: `crossbeam-epoch` cannot pass miri SB #3

Open al8n opened 2 months ago

al8n commented 2 months ago

This issue aims to track issues related to the crossbeam-epoch crate. Currently, it cannot pass miri SB (stack borrow).

Once the above two issues are fixed, re-enable SB CI for this repo.