Skip to content

Refactor bump tool to be more data oriented#762

Open
sthagen wants to merge 3 commits intomainfrom
refactor-bump-tool-to-be-more-data-oriented
Open

Refactor bump tool to be more data oriented#762
sthagen wants to merge 3 commits intomainfrom
refactor-bump-tool-to-be-more-data-oriented

Conversation

@sthagen
Copy link
Contributor

@sthagen sthagen commented Feb 22, 2026

Enhancements:

  • easier to adapt when boilerplate or values change
  • enhanced DX/UX
  • debug mode available also per command line option
  • job and transform data logged in debug mode
  • refactored parsers, loaders and dumpers into functions
  • refactored application of simple transforms into function
  • consolidated repetitive function blocks (like the diffs)
  • selected minimal locale (received reproducible bug reports for en_US ...)

Signed-off-by: Stefan Hagen <stefan@hagen.link>
- easier to adapt when boilerplate or values change
- enhanced DX/UX
- debug mode available also per command line option
- job and transform data logged in debug mode
- refactored parsers, loaders and dumpers into functions
- refactored application of simple transforms into function
- consolidated repetitive function blocks (like the diffs)

Signed-off-by: Stefan Hagen <stefan@hagen.link>
@sthagen sthagen self-assigned this Feb 22, 2026
@sthagen sthagen added the tools Editor tools only scope label Feb 22, 2026
@sthagen sthagen linked an issue Feb 22, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tools Editor tools only scope

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Refactor the bump tool to be more data-oriented

2 participants