From 6ec4857d0c4c1f43b42bb83c355e150f1aabd4d8 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 23 Feb 2026 05:14:15 -0600 Subject: chore: rename chime.el references to Chime MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update load-path, GitHub URL, and all project/package name references to reflect the chime.el → Chime rename. --- v2mom.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'v2mom.org') 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:** -- cgit v1.2.3