Skip to content

Commit

Permalink
Fix a tree checkout issue on GcSnapshot (#464)
Browse files Browse the repository at this point in the history
* test: a failed test case

* fix: tree checkout init err

* fix: export from

* chore: add cov

* fix: movable list undo/redo apply delta err

* refactor: refactor by o1-preview 🤯

* refactor: extract arguments

* test: add cov

* fix: use correct method to get was_alive for tree node

* fix: tree event was alive err

---------

Co-authored-by: Leon Zhao <[email protected]>
  • Loading branch information
zxch3n and Leeeon233 authored Sep 16, 2024
1 parent 0f1df49 commit 2f38708
Show file tree
Hide file tree
Showing 19 changed files with 994 additions and 255 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ serde = "1"
bytes = "1"
once_cell = "1.18.0"
xxhash-rust = { version = "0.8.12", features = ["xxh32"] }
ensure-cov = "0.1.0"
2 changes: 1 addition & 1 deletion crates/fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ serde_json = "1"
num_cpus = "1.16.0"
rayon = "1.10.0"
bytes = "1"
ensure-cov = "0.1.0"
ensure-cov = { workspace = true }
pretty_assertions = "1.4.0"

[dev-dependencies]
Expand Down
123 changes: 73 additions & 50 deletions crates/fuzz/fuzz/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2f38708

Please sign in to comment.