[PR #1641] [MERGED] Fix/windows build #4871

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

📋 Pull Request Information

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

Base: mainHead: fix/windows_build


📝 Commits (4)

  • a1a22b4 fix: windows build & refactor release build target
  • 1edd3d6 refactor: merge dart_lint and dart_test into flutter_ci
  • b679815 refactor: merge rust_lint and rust_test into rust_ci
  • a5acdbc chore: update rust_ci.yaml

📊 Changes

11 files changed (+353 additions, -696 deletions)

View changed files

📝 .github/workflows/appflowy_editor_test.yml (+2 -1)
.github/workflows/ci.yaml (+0 -100)
.github/workflows/dart_lint.yml (+0 -86)
.github/workflows/dart_test.yml (+0 -80)
📝 .github/workflows/flutter_ci.yaml (+63 -55)
📝 .github/workflows/release.yml (+195 -192)
.github/workflows/release_docker.yml (+0 -35)
.github/workflows/rust_ci.yaml (+74 -0)
📝 .github/workflows/rust_coverage.yml (+19 -26)
.github/workflows/rust_lint.yml (+0 -61)
.github/workflows/rust_test.yml (+0 -60)

📄 Description

  1. fix crash when open grid in the release windows package
  2. refactor some ci workflows

🔄 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/1641 **Author:** [@vedon](https://github.com/vedon) **Created:** 1/3/2023 **Status:** ✅ Merged **Merged:** 1/3/2023 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `fix/windows_build` --- ### 📝 Commits (4) - [`a1a22b4`](https://github.com/AppFlowy-IO/AppFlowy/commit/a1a22b4fc8be3ddeea62c2d0b4ecc0b959413bf7) fix: windows build & refactor release build target - [`1edd3d6`](https://github.com/AppFlowy-IO/AppFlowy/commit/1edd3d6005f3afbe1f9ff4896b1b835162f08f07) refactor: merge dart_lint and dart_test into flutter_ci - [`b679815`](https://github.com/AppFlowy-IO/AppFlowy/commit/b67981503ee41324bd8f1b305c0d53c641d4890d) refactor: merge rust_lint and rust_test into rust_ci - [`a5acdbc`](https://github.com/AppFlowy-IO/AppFlowy/commit/a5acdbc588de604076e94dc958bbe5ba6944be89) chore: update rust_ci.yaml ### 📊 Changes **11 files changed** (+353 additions, -696 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/appflowy_editor_test.yml` (+2 -1) ➖ `.github/workflows/ci.yaml` (+0 -100) ➖ `.github/workflows/dart_lint.yml` (+0 -86) ➖ `.github/workflows/dart_test.yml` (+0 -80) 📝 `.github/workflows/flutter_ci.yaml` (+63 -55) 📝 `.github/workflows/release.yml` (+195 -192) ➖ `.github/workflows/release_docker.yml` (+0 -35) ➕ `.github/workflows/rust_ci.yaml` (+74 -0) 📝 `.github/workflows/rust_coverage.yml` (+19 -26) ➖ `.github/workflows/rust_lint.yml` (+0 -61) ➖ `.github/workflows/rust_test.yml` (+0 -60) </details> ### 📄 Description 1. fix crash when open grid in the release windows package 2. refactor some ci workflows --- <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:11 +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#4871
No description provided.