GNU bug report logs -
#64064
[PATCH 0/4] debbugs improvements
Previous Next
Full log
View this message in rfc822 format
Morgan Smith <Morgan.J.Smith <at> outlook.com> writes:
> Everything is automatically sorted by 'tabulated-list-mode' according to
> 'tabulated-list-sort-key' which we already set to the id.
>
> * debbugs-gnu.el (debbugs-gnu-show-reports): Don't sort the bugs.
> ---
> debbugs-gnu.el | 7 +------
> 1 file changed, 1 insertion(+), 6 deletions(-)
>
> diff --git a/debbugs-gnu.el b/debbugs-gnu.el
> index c28a4aa5e4..c65ea3e827 100644
> --- a/debbugs-gnu.el
> +++ b/debbugs-gnu.el
> @@ -923,7 +923,6 @@ are taken from the cache instead."
>
> ;; Print bug reports.
> (dolist (status
> - (sort
> (let ((debbugs-cache-expiry (if offline nil debbugs-cache-expiry))
> ids)
> (apply #'debbugs-get-status
> @@ -933,11 +932,7 @@ are taken from the cache instead."
> (push key ids))
> debbugs-cache-data)
> ids)
> - (debbugs-gnu-get-bugs debbugs-gnu-local-query))))
> - ;; Sort so that if a new report gets merged with an old
> - ;; report, it shows up under the new report.
> - (lambda (s1 s2)
> - (> (alist-get 'id s1) (alist-get 'id s2)))))
> + (debbugs-gnu-get-bugs debbugs-gnu-local-query)))))
> (let* ((id (alist-get 'id status))
> (words (cons (alist-get 'severity status)
> (alist-get 'keywords status)))
Have you tested that the use case mentioned in the comment still works?
Best regards, Michael.
This bug report was last modified 2 years and 28 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.