diff options
| author | Craig Jennings <c@cjennings.net> | 2026-02-23 05:14:15 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-02-23 05:14:21 -0600 |
| commit | f5b744f9e15d1f07f41201a56b0376784744d8df (patch) | |
| tree | 302fcd6014707855dd5ec275881adef0ce31eb89 /v2mom.org | |
| parent | 3a48736a97d05ba6ebd4933103334428099ac849 (diff) | |
| download | dotemacs-f5b744f9e15d1f07f41201a56b0376784744d8df.tar.gz dotemacs-f5b744f9e15d1f07f41201a56b0376784744d8df.zip | |
chore: rename chime.el references to Chime
Update load-path, GitHub URL, and all project/package name
references to reflect the chime.el → Chime rename.
Diffstat (limited to 'v2mom.org')
| -rw-r--r-- | v2mom.org | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -424,7 +424,7 @@ Chime was throwing to a catch block that doesn't exist. Location: chime package - chime-check() function at line 1540 Fix: Changed defun to cl-defun to provide implicit catch block for cl-return-from. -Fixed in ~/code/chime.el/chime.el:1540 +Fixed in ~/code/chime/chime.el:1540 Added regression test: test-integration-startup-early-return-on-validation-failure Created Makefile with test targets (unit, integration, all, by-file, by-name) @@ -1196,13 +1196,13 @@ Reusable profiling infrastructure for any future performance work. ** TODO [#C] Evaluate Buttercup for integration tests ** TODO [#B] Add project-aware ERT test isolation when switching projects -When switching between elisp projects (e.g., emacs.d to chime.el), previously loaded +When switching between elisp projects (e.g., emacs.d to Chime), previously loaded ERT tests remain in memory causing confusion and wrong tests to run. **Problem:** - ERT tests globally registered in Emacs session - `M-x ert RET t RET` runs ALL loaded tests from ALL projects -- Can accidentally run emacs.d tests when working on chime.el +- Can accidentally run emacs.d tests when working on Chime - Current workaround: restart Emacs (loses session state) **Solution:** |
