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
fix: eliminate data race in BufferLine bulk operations
The package-level workCell variable was shared across goroutines when
parallel tests called InsertCells/DeleteCells concurrently, causing
a data race detected by -race. Replace with stack-local CellData.
Fixes#11
Co-authored-by: Ona <no-reply@ona.com>
0 commit comments