diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-23 23:40:58 -0400 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-23 23:40:58 -0400 |
| commit | 3814d633ec7087f7d720123a2a2054d14f646ea6 (patch) | |
| tree | c07fc109edae2a8c80fd0bb6bafff72fc8bba37a /.claude/rules | |
| parent | 081d76e4b9935217d650ae142bce6e8200e97b48 (diff) | |
| download | chime-main.tar.gz chime-main.zip | |
test-chime-apply-blacklist and test-chime-whitelist-blacklist-conflicts reset the filter defcustoms with setq in their teardowns. The filters aren't buffer-local, so setq clobbers the global default and leaves it nil for every later test in the same Emacs. test-chime-declined-events-predicate-on-default-exclude-filters reads default-value, so it failed in a combined full-suite run while passing per-file.
The teardowns now call custom-reevaluate-setting to restore each filter to its standard value. Every test already let-binds its own filter values, so the global only needs returning to its default.
Diffstat (limited to '.claude/rules')
0 files changed, 0 insertions, 0 deletions
