[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
How to debug erratic specializer behavior of generic functions
From: |
Michael Heerdegen |
Subject: |
How to debug erratic specializer behavior of generic functions |
Date: |
Mon, 21 Feb 2022 00:36:06 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) |
Hello,
I extended register.el with new register content types. This involves a
lot of method definitions like
(cl-defmethod register-val-jump-to ((val TYPE) arg))
where TYPE refers to some of my self defined container types for
register contents.
My problem: the dispatching of these methods is often erratically
broken. The methods then are not used although their type matches. The
according test for VAL being of the TYPE, e.g. by using the according
type predicate, succeeds.
This happens randomly. Sometimes it's broken from the beginning of a
session, sometimes not, sometimes it breaks later while working. When
it happens, sometimes not all types are affected. Sometimes reloading
my init file fixes the problem, sometimes not. I don't see a clear
pattern.
Any hints for where to dig, how to debug, or what could be involved? So
far I have nothing for emacs -Q, no recipe, that demonstrates the
behavior (that's why I chose to ask here first before starting a bug
report).
TIA,
Michael.
- How to debug erratic specializer behavior of generic functions,
Michael Heerdegen <=