[PR #1520] [CLOSED] Refactor/flowy ast #4793

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1520
Author: @appflowy
Created: 12/1/2022
Status: Closed

Base: mainHead: refactor/flowy-ast


📝 Commits (3)

📊 Changes

88 files changed (+357 additions, -1847 deletions)

View changed files

📝 frontend/rust-lib/Cargo.lock (+36 -22)
📝 frontend/rust-lib/dart-ffi/Cargo.toml (+3 -2)
📝 frontend/rust-lib/dart-ffi/build.rs (+1 -3)
📝 frontend/rust-lib/dart-notify/Cargo.toml (+2 -2)
📝 frontend/rust-lib/dart-notify/build.rs (+1 -3)
📝 frontend/rust-lib/flowy-document/Cargo.toml (+3 -2)
📝 frontend/rust-lib/flowy-document/build.rs (+2 -4)
📝 frontend/rust-lib/flowy-error/Cargo.toml (+2 -2)
📝 frontend/rust-lib/flowy-error/build.rs (+1 -3)
📝 frontend/rust-lib/flowy-folder/Cargo.toml (+3 -2)
📝 frontend/rust-lib/flowy-folder/build.rs (+2 -4)
📝 frontend/rust-lib/flowy-grid/Cargo.toml (+3 -2)
📝 frontend/rust-lib/flowy-grid/build.rs (+2 -4)
📝 frontend/rust-lib/flowy-grid/tests/grid/filter_test/checklist_filter_test.rs (+1 -1)
📝 frontend/rust-lib/flowy-net/Cargo.toml (+2 -2)
📝 frontend/rust-lib/flowy-net/build.rs (+2 -4)
📝 frontend/rust-lib/flowy-user/Cargo.toml (+2 -2)
📝 frontend/rust-lib/flowy-user/build.rs (+2 -4)
frontend/scripts/flowy-tool/.gitignore (+0 -10)
frontend/scripts/flowy-tool/Cargo.toml (+0 -27)

...and 68 more files

📄 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/1520 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 12/1/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `refactor/flowy-ast` --- ### 📝 Commits (3) - [`30e7323`](https://github.com/AppFlowy-IO/AppFlowy/commit/30e7323cf7b7805e879130f38cd01426de4ae072) chore: delete flowy-tool - [`44f9254`](https://github.com/AppFlowy-IO/AppFlowy/commit/44f9254c0affd0b90face69d04ab9dcdc0d3939c) chore: add codegen crate - [`fa01dbb`](https://github.com/AppFlowy-IO/AppFlowy/commit/fa01dbb572428f501bef84813da767c1e3ca1c73) chore: rename ### 📊 Changes **88 files changed** (+357 additions, -1847 deletions) <details> <summary>View changed files</summary> 📝 `frontend/rust-lib/Cargo.lock` (+36 -22) 📝 `frontend/rust-lib/dart-ffi/Cargo.toml` (+3 -2) 📝 `frontend/rust-lib/dart-ffi/build.rs` (+1 -3) 📝 `frontend/rust-lib/dart-notify/Cargo.toml` (+2 -2) 📝 `frontend/rust-lib/dart-notify/build.rs` (+1 -3) 📝 `frontend/rust-lib/flowy-document/Cargo.toml` (+3 -2) 📝 `frontend/rust-lib/flowy-document/build.rs` (+2 -4) 📝 `frontend/rust-lib/flowy-error/Cargo.toml` (+2 -2) 📝 `frontend/rust-lib/flowy-error/build.rs` (+1 -3) 📝 `frontend/rust-lib/flowy-folder/Cargo.toml` (+3 -2) 📝 `frontend/rust-lib/flowy-folder/build.rs` (+2 -4) 📝 `frontend/rust-lib/flowy-grid/Cargo.toml` (+3 -2) 📝 `frontend/rust-lib/flowy-grid/build.rs` (+2 -4) 📝 `frontend/rust-lib/flowy-grid/tests/grid/filter_test/checklist_filter_test.rs` (+1 -1) 📝 `frontend/rust-lib/flowy-net/Cargo.toml` (+2 -2) 📝 `frontend/rust-lib/flowy-net/build.rs` (+2 -4) 📝 `frontend/rust-lib/flowy-user/Cargo.toml` (+2 -2) 📝 `frontend/rust-lib/flowy-user/build.rs` (+2 -4) ➖ `frontend/scripts/flowy-tool/.gitignore` (+0 -10) ➖ `frontend/scripts/flowy-tool/Cargo.toml` (+0 -27) _...and 68 more files_ </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:51 +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#4793
No description provided.