unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#54775: debbugs uses functions not available in Emacs 25.1
@ 2022-04-07 20:01 Jonas Bernoulli
  2022-04-08 13:20 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 7+ messages in thread
From: Jonas Bernoulli @ 2022-04-07 20:01 UTC (permalink / raw)
  To: 54775

Debbugs claims to support Emacs 25.1 but uses functions/arguments that
are not available in that release:

In debbugs-gnu-package-tabulated-list-print:
lib/debbugs/debbugs-gnu.el:735:36:Warning: alist-get called with 5 arguments,
    but accepts only 2-4

In debbugs-gnu-show-all-blocking-reports:
lib/debbugs/debbugs-gnu.el:1404:14:Warning: alist-get called with 5 arguments,
    but accepts only 2-4

In debbugs-gnu-emacs-release-blocking-reports:
lib/debbugs/debbugs-gnu.el:1429:7:Warning: ‘(id (alist-get release
    debbugs-gnu-emacs-blocking-reports nil nil (function equal)))’ is a
    malformed function
lib/debbugs/debbugs-gnu.el:1433:70:Warning: reference to free variable ‘id’
lib/debbugs/debbugs-gnu.el:1434:33:Warning: reference to free variable
    ‘blockers’

In debbugs-gnu-jump-to-bug:
lib/debbugs/debbugs-gnu.el:2105:24:Warning: attempt to let-bind nonvariable
    ‘(memql bugid (debbugs-gnu-implicit-ids))’

In end of data:
lib/debbugs/debbugs-gnu.el:2927:1:Warning: the following functions are not
    known to be defined: if-let*, blockers, string-replace





^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#54775: debbugs uses functions not available in Emacs 25.1
  2022-04-07 20:01 bug#54775: debbugs uses functions not available in Emacs 25.1 Jonas Bernoulli
@ 2022-04-08 13:20 ` Lars Ingebrigtsen
  2022-04-08 13:25   ` Michael Albinus
  0 siblings, 1 reply; 7+ messages in thread
From: Lars Ingebrigtsen @ 2022-04-08 13:20 UTC (permalink / raw)
  To: Jonas Bernoulli; +Cc: Michael Albinus, 54775

Jonas Bernoulli <jonas@bernoul.li> writes:

> Debbugs claims to support Emacs 25.1 but uses functions/arguments that
> are not available in that release:

Michael, should we just bump the required version to 28.1, perhaps?  I
think debbugs is mostly useful for people that follow Emacs development.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#54775: debbugs uses functions not available in Emacs 25.1
  2022-04-08 13:20 ` Lars Ingebrigtsen
@ 2022-04-08 13:25   ` Michael Albinus
  2022-04-08 16:19     ` Jonas Bernoulli
  0 siblings, 1 reply; 7+ messages in thread
From: Michael Albinus @ 2022-04-08 13:25 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: Jonas Bernoulli, 54775

Lars Ingebrigtsen <larsi@gnus.org> writes:

Hi Lars,

>> Debbugs claims to support Emacs 25.1 but uses functions/arguments that
>> are not available in that release:
>
> Michael, should we just bump the required version to 28.1, perhaps?  I
> think debbugs is mostly useful for people that follow Emacs development.

I'm already thinking about this for a while. I believe by requiring Emacs
28.1 we would lose several users. Perhaps bumping to just 26.1?

Jonas, I guess you have a reason to report this. Do you still work with
Emacs 25?

Best regards, Michael.





^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#54775: debbugs uses functions not available in Emacs 25.1
  2022-04-08 13:25   ` Michael Albinus
@ 2022-04-08 16:19     ` Jonas Bernoulli
  2022-04-08 16:45       ` Michael Albinus
  0 siblings, 1 reply; 7+ messages in thread
From: Jonas Bernoulli @ 2022-04-08 16:19 UTC (permalink / raw)
  To: Michael Albinus, Lars Ingebrigtsen; +Cc: 54775

Michael Albinus <michael.albinus@gmx.de> writes:

> Jonas, I guess you have a reason to report this. Do you still work with
> Emacs 25?

Hell no!  But there are people who want to use an ancient Emacsen (or
are being forced to do so by their employer) but also the very latest
Magit, so I am forced to occasionally check if things still work in 25.
When doing that I also have to recompile other packages and ran into
this issue.





^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#54775: debbugs uses functions not available in Emacs 25.1
  2022-04-08 16:19     ` Jonas Bernoulli
@ 2022-04-08 16:45       ` Michael Albinus
  2022-04-08 21:55         ` Jonas Bernoulli
  0 siblings, 1 reply; 7+ messages in thread
From: Michael Albinus @ 2022-04-08 16:45 UTC (permalink / raw)
  To: Jonas Bernoulli; +Cc: Lars Ingebrigtsen, 54775

Jonas Bernoulli <jonas@bernoul.li> writes:

Hi Jonas,

> Hell no!  But there are people who want to use an ancient Emacsen (or
> are being forced to do so by their employer) but also the very latest
> Magit, so I am forced to occasionally check if things still work in 25.
> When doing that I also have to recompile other packages and ran into
> this issue.

I see. I'll try to make debbugs compatible with Emacs 25, but it might
take some days ...

Best regards, Michael.





^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#54775: debbugs uses functions not available in Emacs 25.1
  2022-04-08 16:45       ` Michael Albinus
@ 2022-04-08 21:55         ` Jonas Bernoulli
  2022-04-09  8:26           ` Michael Albinus
  0 siblings, 1 reply; 7+ messages in thread
From: Jonas Bernoulli @ 2022-04-08 21:55 UTC (permalink / raw)
  To: Michael Albinus; +Cc: Lars Ingebrigtsen, 54775

Michael Albinus <michael.albinus@gmx.de> writes:

> Jonas Bernoulli <jonas@bernoul.li> writes:
>
> Hi Jonas,
>
>> Hell no!  But there are people who want to use an ancient Emacsen (or
>> are being forced to do so by their employer) but also the very latest
>> Magit, so I am forced to occasionally check if things still work in 25.
>> When doing that I also have to recompile other packages and ran into
>> this issue.
>
> I see. I'll try to make debbugs compatible with Emacs 25, but it might
> take some days ...

You don't have to do that for me!  I don't use debbugs *while* checking
whether my packages are still backward compatible.  I just happen to
recompile every package that I have installed when I do that (except for
those that I have already added to my list of packages that are not
backward compatible).

I just described how I came across those warnings. I reported to inform
the maintainers that they should do *something* about it.  I didn't mean
to imply that in those situations I have an urgent need for debbugs to
be usable.  Depending on a more recent Emacs would be perfectly fine
with me.

     Jonas





^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#54775: debbugs uses functions not available in Emacs 25.1
  2022-04-08 21:55         ` Jonas Bernoulli
@ 2022-04-09  8:26           ` Michael Albinus
  0 siblings, 0 replies; 7+ messages in thread
From: Michael Albinus @ 2022-04-09  8:26 UTC (permalink / raw)
  To: Jonas Bernoulli; +Cc: Lars Ingebrigtsen, 54775

Jonas Bernoulli <jonas@bernoul.li> writes:

Hi Jonas,

>> I see. I'll try to make debbugs compatible with Emacs 25, but it might
>> take some days ...
>
> You don't have to do that for me!  I don't use debbugs *while* checking
> whether my packages are still backward compatible.  I just happen to
> recompile every package that I have installed when I do that (except for
> those that I have already added to my list of packages that are not
> backward compatible).
>
> I just described how I came across those warnings. I reported to inform
> the maintainers that they should do *something* about it.  I didn't mean
> to imply that in those situations I have an urgent need for debbugs to
> be usable.  Depending on a more recent Emacs would be perfectly fine
> with me.

Thanks for being kind :-)

Finally, I've lifted the requirement to Emacs 26.1. This seems to be a
good compromise between not losing too many users, and applying minimal
changes.

Releaaed as debbugs 0.32.

>      Jonas

Best regards, Michael.





^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-04-09  8:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-07 20:01 bug#54775: debbugs uses functions not available in Emacs 25.1 Jonas Bernoulli
2022-04-08 13:20 ` Lars Ingebrigtsen
2022-04-08 13:25   ` Michael Albinus
2022-04-08 16:19     ` Jonas Bernoulli
2022-04-08 16:45       ` Michael Albinus
2022-04-08 21:55         ` Jonas Bernoulli
2022-04-09  8:26           ` Michael Albinus

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).