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

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

[debbugs-tracker] bug#25295: closed (26.0.50; Represent eieio objects us


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#25295: closed (26.0.50; Represent eieio objects using object-print in backtraces and edebug)
Date: Thu, 18 Oct 2018 19:03:02 +0000

Your message dated Thu, 18 Oct 2018 12:01:58 -0700
with message-id <address@hidden>
and subject line Re: bug#25295: 26.0.50; Represent eieio objects using 
object-print in backtraces and edebug
has caused the debbugs.gnu.org bug report #25295,
regarding 26.0.50; Represent eieio objects using object-print in backtraces and 
edebug
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
25295: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=25295
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 26.0.50; Represent eieio objects using object-print in backtraces and edebug Date: Thu, 29 Dec 2016 12:52:19 -0800
EIEIO class instances can either be represented using the read-only
#<class-name object string> style, or as vectors, dumping all the slot
information. For large or recursive objects, this can take some time, and
can also make for very large strings. In backtraces and edebug, in
particular, this can make it very difficult to see what's happening.

Objects have an `object-print' method which produces the #<foo>
representation, but this appears to only sometimes be used in edebug,
and never in backtraces.

It would be great if object-print could always be used, or if there were
an option to toggle this.

In GNU Emacs 26.0.50.9 (x86_64-unknown-linux-gnu, GTK+ Version 3.22.5)
 of 2016-12-26 built on clem
Repository revision: 65b997b95e284e2edc1266663e39791f68d76ad7
Windowing system distributor 'The X.Org Foundation', version 11.0.11804000
Recent messages:
 [6 times]
mwheel-scroll: Beginning of buffer [5 times]
Mark saved where search started
Checking new news...
Reading active file from Test via nngnorb...done
Reading active file from archive via nnfolder...done
Reading active file via nndraft...done
Reading active file from MTester via nnmairix...done
Checking new news...done
Processing kill file /home/eric/.emacs.d/News/gmane.emacs.devel.KILL...done



--- End Message ---
--- Begin Message --- Subject: Re: bug#25295: 26.0.50; Represent eieio objects using object-print in backtraces and edebug Date: Thu, 18 Oct 2018 12:01:58 -0700 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)
This is either done, or thoroughly out of date.

On 10/21/17 23:21 PM, Stefan Monnier wrote:
>> How about we just apply this and see what happens?
>
> AFAIK, that's exactly what's been done in Emacs-26 already.
>
>
>         Stefan


--- End Message ---

reply via email to

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