[GH-ISSUE #6807] Fix operator precedence grouping for */ and +/- #44530

Closed
opened 2026-04-26 05:58:34 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @coderabbitai[bot] on GitHub (Jan 28, 2026).
Original GitHub issue: https://github.com/actualbudget/actual/issues/6807

Context

This issue was identified during review of PR #6801 by @MatissJanis. While the PR focuses on making arithmetic.ts strict TypeScript compliant with minimal functional changes, a review comment highlighted that the operator precedence grouping for multiplication/division and addition/subtraction should be addressed.

Description

The operator precedence grouping for */ (multiplication/division) and +/- (addition/subtraction) needs to be fixed in packages/loot-core/src/shared/arithmetic.ts.

References

Originally created by @coderabbitai[bot] on GitHub (Jan 28, 2026). Original GitHub issue: https://github.com/actualbudget/actual/issues/6807 ## Context This issue was identified during review of PR #6801 by @MatissJanis. While the PR focuses on making arithmetic.ts strict TypeScript compliant with minimal functional changes, a review comment highlighted that the operator precedence grouping for multiplication/division and addition/subtraction should be addressed. ## Description The operator precedence grouping for */ (multiplication/division) and +/- (addition/subtraction) needs to be fixed in packages/loot-core/src/shared/arithmetic.ts. ## References - Original PR: https://github.com/actualbudget/actual/pull/6801 - Requested by: @MatissJanis
GiteaMirror added the tech debttransactionsgood first issue labels 2026-04-26 05:58:36 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#44530