diff options
| author | Craig Jennings <c@cjennings.net> | 2026-04-21 20:53:30 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-04-21 20:53:30 -0500 |
| commit | b5fe103e6c447d1293233e15250d585d524ecc68 (patch) | |
| tree | e3e2ae481afc09036d793dc59791b26bfa45de00 /tests | |
| parent | b19b0093ef23cbffa9de419313c64e72e35488b5 (diff) | |
| download | chime-b5fe103e6c447d1293233e15250d585d524ecc68.tar.gz chime-b5fe103e6c447d1293233e15250d585d524ecc68.zip | |
fix: load convert-org-contacts-birthdays from load-path
The previous form computed the file path at compile time via (file-name-directory (or load-file-name buffer-file-name)). Under emacs --batch byte-compile, both load-file-name and buffer-file-name are nil, so the inner expand-file-name call signaled "Wrong type argument: stringp, nil" and blocked validate-el.sh from accepting any edit to chime-org-contacts.el.
convert-org-contacts-birthdays.el lives next to chime-org-contacts.el, so it is already on the load-path whenever chime-org-contacts is loadable. Drop the explicit path argument and let require resolve via load-path.
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions
