Bug#973393: truncate less of the backtrace during failing ert tests

2024-02-27 Thread Sean Whitton
control: tag -1 + pending Applied, thanks. -- Sean Whitton

Bug#973393: truncate less of the backtrace during failing ert tests

2024-02-26 Thread Xiyue Deng
Sean Whitton writes: > Hello, > > On Mon 26 Feb 2024 at 06:16pm -08, Xiyue Deng wrote: > >> Recently when debugging an ERT failure I found that enabling larger >> backtrace margin by default would be very help. > > Hmm, interesting. Can you show an example where it helps, so I can get > an idea

Bug#973393: truncate less of the backtrace during failing ert tests

2024-02-26 Thread Sean Whitton
Hello, On Mon 26 Feb 2024 at 06:16pm -08, Xiyue Deng wrote: > Recently when debugging an ERT failure I found that enabling larger > backtrace margin by default would be very help. Hmm, interesting. Can you show an example where it helps, so I can get an idea of what you have in mind? > I have

Bug#973393: truncate less of the backtrace during failing ert tests

2024-02-26 Thread Xiyue Deng
Control: tags -1 patch Hi, Recently when debugging an ERT failure I found that enabling larger backtrace margin by default would be very help. I have tested [1] in my fork to be working. As dh-elpa doesn't enable merge requests, I'd like to gather some reviews/comments here before merging.

Bug#973393: truncate less of the backtrace during failing ert tests

2020-10-29 Thread Sean Whitton
Hello, On Thu 29 Oct 2020 at 03:42PM -04, Nicholas D. Steeves wrote: > Thomas Koch added a nice workaround for truncated backtraces at: > > https://wiki.debian.org/Teams/DebianEmacsenTeam/Tips > > that workaround is d/elpa-test: > > ert_eval = (setq ert-batch-backtrace-right-margin 500) > >

Bug#973393: truncate less of the backtrace during failing ert tests

2020-10-29 Thread Nicholas D Steeves
Package: dh-elpa Version: 2.0.4 Severity: normal Hey team, Thomas Koch added a nice workaround for truncated backtraces at: https://wiki.debian.org/Teams/DebianEmacsenTeam/Tips that workaround is d/elpa-test: ert_eval = (setq ert-batch-backtrace-right-margin 500) and I wonder if it