1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-07 23:10:28 -08:00
emacs/lisp/emacs-lisp
Gemini Lasswell e6f64df9c2 Make edebug-step-in work on generic methods (Bug#22294)
* lisp/emacs-lisp/edebug.el (edebug-match-cl-generic-method-args):
New function to implement the edebug-form-spec property of
the symbol cl-generic-method-args.
(edebug-instrument-function): If the function is a generic
function, find and instrument all of its methods. Return a list
instead of a single symbol.
(edebug-instrument-callee): Now returns a list. Update docstring.
(edebug-step-in): Handle the list returned by edebug-instrument-callee.
* lisp/emacs-lisp/cl-generic.el (cl-defmethod): Use name and
cl-generic-method-args in its Edebug spec.
* lisp/emacs-lisp/eieio-compat.el (defmethod): Use name and
cl-generic-method-args in its Edebug spec.
* lisp/subr.el (method-files): New function.
* test/lisp/subr-tests.el (subr-tests--method-files--finds-methods)
(subr-tests--method-files--nonexistent-methods): New tests.
2017-05-14 23:32:27 +03:00
..
advice.el
autoload.el Don't duplicate autoload code in package.el 2017-05-09 13:03:04 -04:00
avl-tree.el
backquote.el
benchmark.el
bindat.el
byte-opt.el Avoid unnecessary loading of subr-x at run-time 2017-04-18 19:07:28 -04:00
byte-run.el
bytecomp.el Make `old-style-backquotes' variable internal 2017-05-13 12:32:29 +02:00
cconv.el
chart.el
check-declare.el
checkdoc.el
cl-extra.el Make cl-defstruct use records. 2017-04-04 08:23:46 +02:00
cl-generic.el Make edebug-step-in work on generic methods (Bug#22294) 2017-05-14 23:32:27 +03:00
cl-indent.el
cl-lib.el * lisp/emacs-lisp/cl-lib.el (cl-mapcar): Remove recent autoload cookie. 2017-05-04 22:26:17 -07:00
cl-macs.el * lisp/emacs-lisp/cl-macs.el: Fix symbol-macrolet 2017-04-21 12:12:42 -04:00
cl-preloaded.el Backward compatibility with pre-existing struct instances. 2017-04-04 08:23:46 +02:00
cl-print.el Make cl-defstruct use records. 2017-04-04 08:23:46 +02:00
cl-seq.el
cl.el
copyright.el
crm.el
cursor-sensor.el
debug.el
derived.el
disass.el
easy-mmode.el
easymenu.el
edebug.el Make edebug-step-in work on generic methods (Bug#22294) 2017-05-14 23:32:27 +03:00
eieio-base.el Make EIEIO use records. 2017-04-04 08:23:46 +02:00
eieio-compat.el Make edebug-step-in work on generic methods (Bug#22294) 2017-05-14 23:32:27 +03:00
eieio-core.el Remove some explicit runtime loads of pcase 2017-04-19 16:32:04 -04:00
eieio-custom.el
eieio-datadebug.el
eieio-opt.el
eieio-speedbar.el
eieio.el Deprecate copy-record in favor of copy-sequence 2017-04-07 18:54:40 -07:00
eldoc.el
elint.el
elp.el
ert-x.el
ert.el Don't require bytecomp for running ert tests 2017-04-22 23:17:59 -04:00
ewoc.el
find-func.el Fix find-library-name for load-history entries with nil FILE-NAME (Bug#26355) 2017-04-18 07:54:28 -04:00
float-sup.el
generator.el Remove some explicit runtime loads of pcase 2017-04-19 16:32:04 -04:00
generic.el
gv.el
helper.el
inline.el
let-alist.el
lisp-mnt.el
lisp-mode.el Fix lisp-indent-region and indent-sexp (Bug#26619) 2017-05-09 20:50:19 -04:00
lisp.el Modify `beginning-of-defun-comments' 2017-05-12 11:40:57 +02:00
macroexp.el
map-ynp.el
map.el
nadvice.el
package-x.el
package.el Don't duplicate autoload code in package.el 2017-05-09 13:03:04 -04:00
pcase.el Make EIEIO use records. 2017-04-04 08:23:46 +02:00
pp.el
radix-tree.el
re-builder.el
regexp-opt.el
regi.el
ring.el
rx.el
seq.el * lisp/emacs-lisp/seq.el: Bump seq version. 2017-05-04 11:34:41 +02:00
shadow.el
smie.el make smie.el respect prog-first-column 2017-04-05 15:53:39 -06:00
subr-x.el ; Revert "Adjust the edebug spec of if-let*" 2017-05-13 21:40:23 -04:00
syntax.el
tabulated-list.el
tcover-ses.el
tcover-unsafep.el
testcover.el
thunk.el
timer-list.el
timer.el
tq.el
trace.el
unsafep.el
warnings.el