diff options
| author | Craig Jennings <c@cjennings.net> | 2026-05-05 12:24:56 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-05-05 12:24:56 -0500 |
| commit | 0b65f607102c12260c7cca5df3d8586c2b1a24bd (patch) | |
| tree | d3b3128ffb09e8bb44a9f631c72fee9a32a76f65 /.github/workflows | |
| parent | ef8d5819b3cab677828e2ac21e780c78227acedb (diff) | |
| download | chime-0b65f607102c12260c7cca5df3d8586c2b1a24bd.tar.gz chime-0b65f607102c12260c7cca5df3d8586c2b1a24bd.zip | |
refactor!: demote chime-validation-max-retries to private defvar
This is an internal startup-timing parameter, not a knob real users have
reason to tune through `M-x customize'. I demoted it from defcustom to
defvar and renamed it to `chime--validation-max-retries' to make the
private status explicit. Anyone who was overriding it can keep doing so
with `setq' (the variable still exists, just under the new name).
The three customize-time validation tests went away with the defcustom —
nothing left to validate at customize-time once it stops being a
customize-target. The setter helper still applies to the other five
numeric defcustoms.
Test files that referenced the variable (`test-chime-validation-retry.el',
`test-integration-chime-mode.el') were renamed mechanically along with
the source.
Breaking change: `(setq chime-validation-max-retries N)' becomes
`(setq chime--validation-max-retries N)' if you actually had it. Most
users won't have touched it.
Diffstat (limited to '.github/workflows')
0 files changed, 0 insertions, 0 deletions
