bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#29039: `iter-do' doesn't instrument its body


From: Paul Pogonyshev
Subject: bug#29039: `iter-do' doesn't instrument its body
Date: Sat, 28 Oct 2017 13:07:00 +0200

Attached trivial patch simply adds `(declare (debug ...))' to the
macro. I believe it is perfectly safe and trivial, no mention in NEWS
etc. is needed. I would ask to merge it to branch 26 if possible.

Note that it doesn't quite let you debug generators anyway because of
bug #28725, but the change makes sense regardless. In particular, with
`iter2' package you should be able to debug generator functions called
from `iter-do'.

Paul

Attachment: 0001-Add-missing-debug-declaration-to-iter-do.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]