[PR #1630] [MERGED] chore: enable rust_unit_test on windows #4861

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1630
Author: @appflowy
Created: 1/2/2023
Status: Merged
Merged: 1/2/2023
Merged by: @appflowy

Base: mainHead: fix/dart_notify_test


📝 Commits (4)

  • 2d6e4f4 fix: dart-notify test warnings
  • 9304474 fix: cargo make warings
  • 7f77a9f fix: path error on windows platform
  • 3ae250d chore: fix warnings

📊 Changes

13 files changed (+32 additions, -35 deletions)

View changed files

📝 frontend/app_flowy/pubspec.lock (+1 -1)
📝 frontend/app_flowy/pubspec.yaml (+1 -1)
📝 frontend/rust-lib/flowy-codegen/src/dart_event/dart_event.rs (+3 -5)
📝 frontend/rust-lib/flowy-codegen/src/protobuf_file/mod.rs (+2 -2)
📝 frontend/rust-lib/flowy-document/Cargo.toml (+2 -2)
📝 frontend/rust-lib/flowy-folder/Cargo.toml (+2 -2)
📝 frontend/rust-lib/flowy-grid/Cargo.toml (+2 -2)
📝 frontend/rust-lib/flowy-grid/src/services/field/type_options/text_type_option/text_type_option.rs (+1 -1)
📝 frontend/rust-lib/flowy-grid/tests/grid/field_test/test.rs (+3 -3)
📝 frontend/rust-lib/flowy-revision/src/rev_persistence.rs (+1 -1)
📝 frontend/rust-lib/flowy-user/Cargo.toml (+2 -2)
📝 frontend/rust-lib/flowy-user/src/services/database.rs (+6 -1)
📝 frontend/scripts/makefile/tests.toml (+6 -12)

📄 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/1630 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 1/2/2023 **Status:** ✅ Merged **Merged:** 1/2/2023 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `fix/dart_notify_test` --- ### 📝 Commits (4) - [`2d6e4f4`](https://github.com/AppFlowy-IO/AppFlowy/commit/2d6e4f4d8c5a509c2d3c534f3d688efe5abb10b6) fix: dart-notify test warnings - [`9304474`](https://github.com/AppFlowy-IO/AppFlowy/commit/9304474be9477b2bfe31322a2df77033f6b740be) fix: cargo make warings - [`7f77a9f`](https://github.com/AppFlowy-IO/AppFlowy/commit/7f77a9fd4c2ebef110f605dd32d469350619bd00) fix: path error on windows platform - [`3ae250d`](https://github.com/AppFlowy-IO/AppFlowy/commit/3ae250da8a176e224042186c9d7ae10e9e7bb81c) chore: fix warnings ### 📊 Changes **13 files changed** (+32 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/pubspec.lock` (+1 -1) 📝 `frontend/app_flowy/pubspec.yaml` (+1 -1) 📝 `frontend/rust-lib/flowy-codegen/src/dart_event/dart_event.rs` (+3 -5) 📝 `frontend/rust-lib/flowy-codegen/src/protobuf_file/mod.rs` (+2 -2) 📝 `frontend/rust-lib/flowy-document/Cargo.toml` (+2 -2) 📝 `frontend/rust-lib/flowy-folder/Cargo.toml` (+2 -2) 📝 `frontend/rust-lib/flowy-grid/Cargo.toml` (+2 -2) 📝 `frontend/rust-lib/flowy-grid/src/services/field/type_options/text_type_option/text_type_option.rs` (+1 -1) 📝 `frontend/rust-lib/flowy-grid/tests/grid/field_test/test.rs` (+3 -3) 📝 `frontend/rust-lib/flowy-revision/src/rev_persistence.rs` (+1 -1) 📝 `frontend/rust-lib/flowy-user/Cargo.toml` (+2 -2) 📝 `frontend/rust-lib/flowy-user/src/services/database.rs` (+6 -1) 📝 `frontend/scripts/makefile/tests.toml` (+6 -12) </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:16:09 +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#4861
No description provided.