[PR #1398] [MERGED] fix: changeset composing #4711

Closed
opened 2026-03-23 22:15:29 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1398
Author: @appflowy
Created: 10/30/2022
Status: Merged
Merged: 10/30/2022
Merged by: @appflowy

Base: mainHead: fix/changeset_compose


📝 Commits (1)

📊 Changes

13 files changed (+358 additions, -75 deletions)

View changed files

📝 frontend/app_flowy/pubspec.lock (+1 -1)
📝 frontend/rust-lib/flowy-document/tests/editor/op_test.rs (+1 -2)
📝 shared-lib/lib-ot/src/core/delta/builder.rs (+6 -6)
shared-lib/lib-ot/src/core/delta/operation/builder.rs (+0 -51)
📝 shared-lib/lib-ot/src/core/delta/operation/mod.rs (+0 -2)
📝 shared-lib/lib-ot/src/core/delta/ops.rs (+4 -0)
📝 shared-lib/lib-ot/src/core/node_tree/node.rs (+1 -1)
📝 shared-lib/lib-ot/src/core/node_tree/operation.rs (+0 -10)
shared-lib/lib-ot/tests/node/changeset_compose_test.rs (+194 -0)
📝 shared-lib/lib-ot/tests/node/mod.rs (+2 -0)
📝 shared-lib/lib-ot/tests/node/operation_attribute_test.rs (+2 -2)
shared-lib/lib-ot/tests/node/operation_compose_test.rs (+135 -0)
📝 shared-lib/lib-ot/tests/node/script.rs (+12 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/AppFlowy-IO/AppFlowy/pull/1398 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 10/30/2022 **Status:** ✅ Merged **Merged:** 10/30/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `fix/changeset_compose` --- ### 📝 Commits (1) - [`f611f5a`](https://github.com/AppFlowy-IO/AppFlowy/commit/f611f5addfa480d5c8638c4483e25635726d109c) fix: changeset composing ### 📊 Changes **13 files changed** (+358 additions, -75 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/pubspec.lock` (+1 -1) 📝 `frontend/rust-lib/flowy-document/tests/editor/op_test.rs` (+1 -2) 📝 `shared-lib/lib-ot/src/core/delta/builder.rs` (+6 -6) ➖ `shared-lib/lib-ot/src/core/delta/operation/builder.rs` (+0 -51) 📝 `shared-lib/lib-ot/src/core/delta/operation/mod.rs` (+0 -2) 📝 `shared-lib/lib-ot/src/core/delta/ops.rs` (+4 -0) 📝 `shared-lib/lib-ot/src/core/node_tree/node.rs` (+1 -1) 📝 `shared-lib/lib-ot/src/core/node_tree/operation.rs` (+0 -10) ➕ `shared-lib/lib-ot/tests/node/changeset_compose_test.rs` (+194 -0) 📝 `shared-lib/lib-ot/tests/node/mod.rs` (+2 -0) 📝 `shared-lib/lib-ot/tests/node/operation_attribute_test.rs` (+2 -2) ➕ `shared-lib/lib-ot/tests/node/operation_compose_test.rs` (+135 -0) 📝 `shared-lib/lib-ot/tests/node/script.rs` (+12 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:15:29 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#4711
No description provided.