Fix infinite memory usage by allowing old data to be garbage collected#2591
Fix infinite memory usage by allowing old data to be garbage collected#2591alerque wants to merge 4 commits into
Conversation
|
Hi @alerque, sorry for the delay on this. Have you been using it much ? I got these warnings from opus: 1. Regression: regenerateScreens no longer updates aPrevScreensOld UIState.hs:381: New: aPrevScreens is silently dropped from regeneration. After reload on a 2. Redundant regeneration in rsHandleRegisterScreen.hs:248: uiReload already calls regenerateScreens j d ui internally 3. Top-level type signature removedUIScreens.hs:245: -Wall will warn here. 4. tsUpdate fallback may show stale dataIf the user deletes the displayed transaction externally and |
Re-opening of #2473. Fixes #1825.