aboutsummaryrefslogtreecommitdiff
path: root/v2mom.org
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-02-23 05:14:15 -0600
committerCraig Jennings <c@cjennings.net>2026-02-23 05:14:21 -0600
commitbe478c35411c9a4a8c7f4a94747c617be5269af8 (patch)
tree2e30678d9528916ddbb7e3680d6dc62cd7fed5e7 /v2mom.org
parentf2039e9b1be1bc8079ae3a5f258e0d44f9c4e714 (diff)
downloaddotemacs-be478c35411c9a4a8c7f4a94747c617be5269af8.tar.gz
dotemacs-be478c35411c9a4a8c7f4a94747c617be5269af8.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.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/v2mom.org b/v2mom.org
index d2fb29ac..dfc581fc 100644
--- a/v2mom.org
+++ b/v2mom.org
@@ -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:**