summaryrefslogtreecommitdiff
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
commit6ec4857d0c4c1f43b42bb83c355e150f1aabd4d8 (patch)
treefc4fffbdf39d9d306bfe87bf5652908ffad28748 /v2mom.org
parentdf7cd0e30a2f338948a84c023422252c5f7ad63b (diff)
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 27b5e366..9abeab64 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:**