skeeto / emacs-aio

async/await for Emacs Lisp
The Unlicense
215 stars 12 forks source link

Change some Edebug specifications to ‘sexp’ to not evaluate them. #16

Closed phst closed 4 years ago

phst commented 4 years ago

Edebug doesn’t handle bodies rewritten by generator.el well, cf. https://debbugs.gnu.org/cgi/bugreport.cgi?bug=40434. Until that is fixed, it’s better to avoid instrumented the bodies altogether to avoid spurious bugs.

skeeto commented 4 years ago

Thanks! I didn't know about this issue.