[PR #3262] [MERGED] ♻️ cleanup iterableTopologicalSort feature flag #4761

Closed
opened 2026-02-28 21:00:51 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3262
Author: @MatissJanis
Created: 8/14/2024
Status: Merged
Merged: 8/14/2024
Merged by: @MatissJanis

Base: masterHead: matiss/iterableTopologicalSort


📝 Commits (1)

  • de78aeb ♻️ cleanup iterableTopologicalSort feature flag

📊 Changes

5 files changed (+8 additions, -35 deletions)

View changed files

📝 packages/desktop-client/src/components/settings/Experimental.tsx (+0 -3)
📝 packages/desktop-client/src/hooks/useFeatureFlag.ts (+0 -1)
📝 packages/loot-core/src/server/spreadsheet/graph-data-structure.ts (+1 -29)
📝 packages/loot-core/src/types/prefs.d.ts (+1 -2)
upcoming-release-notes/3262.md (+6 -0)

📄 Description

We've been using the iterable solution in the last 2 releases now and no issues have been reported. So it's quite safe to say that the new solution is good and we can delete the old one.

So cleaning things up here..


🔄 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/actualbudget/actual/pull/3262 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 8/14/2024 **Status:** ✅ Merged **Merged:** 8/14/2024 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/iterableTopologicalSort` --- ### 📝 Commits (1) - [`de78aeb`](https://github.com/actualbudget/actual/commit/de78aeb6d6481f8f9fa91f4206034fbea788586b) :recycle: cleanup iterableTopologicalSort feature flag ### 📊 Changes **5 files changed** (+8 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/settings/Experimental.tsx` (+0 -3) 📝 `packages/desktop-client/src/hooks/useFeatureFlag.ts` (+0 -1) 📝 `packages/loot-core/src/server/spreadsheet/graph-data-structure.ts` (+1 -29) 📝 `packages/loot-core/src/types/prefs.d.ts` (+1 -2) ➕ `upcoming-release-notes/3262.md` (+6 -0) </details> ### 📄 Description We've been using the iterable solution in the last 2 releases now and no issues have been reported. So it's quite safe to say that the new solution is good and we can delete the old one. So cleaning things up here.. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-02-28 21:00:51 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#4761