Files
sure/test/models
buzzromainandClaude Opus 5 c26b16d36f chore(goals): drop copy-pasted duplicates and an unused lock-key helper (#3159)
`Account#goal_earmarked_total` and `Account#free_to_earmark` were each
defined twice, byte for byte, with no `private` boundary or singleton
class between the blocks — a copy-paste artifact where the second
definition silently overwrote the first. Keep one copy of each.

`Goal.advisory_lock_key_for` had no caller anywhere in app/; the only
reference was a test asserting the dead helper was deterministic. Remove
both. No behavior change.


Claude-Session: https://claude.ai/code/session_01DJ1npaGEHr6t2HW1rYZdt4

Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
2026-08-24 21:17:54 +02:00
..
2026-03-25 10:50:23 +01:00
2025-11-11 19:51:07 +01:00