[PR #723] [CLOSED] [WIP] Fix stack overflow when importing #3283

Closed
opened 2026-02-28 20:39:18 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/723
Author: @j-f1
Created: 3/3/2023
Status: Closed

Base: masterHead: jed/debug-graph-recursion


📝 Commits (6)

  • d1e19c3 Add some debugging
  • 69f787a Add an alternate, non-recursive algorithm
  • 1b7661d Use for-of loops
  • 8cbe44a Remove unused/broken tests
  • 6370cf7 Remove unused code from the Graph class
  • 44f510d Merge branch 'master' into jed/debug-graph-recursion

📊 Changes

2 files changed (+67 additions, -321 deletions)

View changed files

📝 packages/loot-core/src/server/spreadsheet/graph-data-structure.js (+67 -26)
packages/loot-core/src/server/spreadsheet/tests/graph.js (+0 -295)

📄 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/actualbudget/actual/pull/723 **Author:** [@j-f1](https://github.com/j-f1) **Created:** 3/3/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `jed/debug-graph-recursion` --- ### 📝 Commits (6) - [`d1e19c3`](https://github.com/actualbudget/actual/commit/d1e19c37c4f2c7175068403ba780132a884bc3fb) Add some debugging - [`69f787a`](https://github.com/actualbudget/actual/commit/69f787a4ad34e680aa79d09ca15f72524fd24642) Add an alternate, non-recursive algorithm - [`1b7661d`](https://github.com/actualbudget/actual/commit/1b7661d2928c607b67ea409f6361731369ae8692) Use for-of loops - [`8cbe44a`](https://github.com/actualbudget/actual/commit/8cbe44ac8c8b054e2fb16512d954f55635fc0267) Remove unused/broken tests - [`6370cf7`](https://github.com/actualbudget/actual/commit/6370cf7d6a2d3495c82911ef70decf8d77ac9363) Remove unused code from the Graph class - [`44f510d`](https://github.com/actualbudget/actual/commit/44f510dfd6d88529253bb853295ab6edd04d7c1b) Merge branch 'master' into jed/debug-graph-recursion ### 📊 Changes **2 files changed** (+67 additions, -321 deletions) <details> <summary>View changed files</summary> 📝 `packages/loot-core/src/server/spreadsheet/graph-data-structure.js` (+67 -26) ➖ `packages/loot-core/src/server/spreadsheet/tests/graph.js` (+0 -295) </details> ### 📄 Description _No description provided_ --- <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 20:39:18 -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#3283