GNU bug report logs - #74809
[PATCH] Bump version number of stream.el to use bug fix

Previous Next

Package: emacs;

Reported by: Okamsn <okamsn <at> protonmail.com>

Date: Thu, 12 Dec 2024 02:43:02 UTC

Severity: normal

Tags: patch

Done: Stefan Monnier <monnier <at> iro.umontreal.ca>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 74809 in the body.
You can then email your comments to 74809 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#74809; Package emacs. (Thu, 12 Dec 2024 02:43:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Okamsn <okamsn <at> protonmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Thu, 12 Dec 2024 02:43:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Okamsn <okamsn <at> protonmail.com>
To: bug-gnu-emacs <at> gnu.org
Cc: Nicolas Petton <nicolas <at> petton.fr>
Subject: [PATCH] Bump version number of stream.el to use bug fix
Date: Thu, 12 Dec 2024 02:42:37 +0000
[Message part 1 (text/plain, inline)]
Hello,

In the current version of Stream.el (2.3.0), some of the generic 
functions from Seq.el do not work with streams because the streams are 
treated as lists. In the current stable version of Stream.el, streams 
are implemented as lists. Since commit 
f48552c0668c36036ebeb6a3c87269049a2e61d9, they are implemented as 
structures.

The attached patch increases the version number from 2.3.0 to 2.4.0 so 
that the bug fix is used in the stable version.

Thank you.
[0001-Bump-version-number-to-avoid-streams-being-treated-a.patch (text/x-patch, attachment)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#74809; Package emacs. (Thu, 02 Jan 2025 01:37:01 GMT) Full text and rfc822 format available.

Message #8 received at 74809 <at> debbugs.gnu.org (full text, mbox):

From: Stefan Kangas <stefankangas <at> gmail.com>
To: Okamsn <okamsn <at> protonmail.com>
Cc: Philip Kaludercic <philipk <at> posteo.net>, Nicolas Petton <nicolas <at> petton.fr>,
 74809 <at> debbugs.gnu.org, Stefan Monnier <monnier <at> iro.umontreal.ca>
Subject: Re: bug#74809: [PATCH] Bump version number of stream.el to use bug fix
Date: Wed, 1 Jan 2025 19:36:17 -0600
Okamsn <okamsn <at> protonmail.com> writes:

> Hello,
>
> In the current version of Stream.el (2.3.0), some of the generic
> functions from Seq.el do not work with streams because the streams are
> treated as lists. In the current stable version of Stream.el, streams
> are implemented as lists. Since commit
> f48552c0668c36036ebeb6a3c87269049a2e61d9, they are implemented as
> structures.
>
> The attached patch increases the version number from 2.3.0 to 2.4.0 so
> that the bug fix is used in the stable version.
>
> Thank you.

Philip, Stefan, could you please take a look at this?




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#74809; Package emacs. (Thu, 02 Jan 2025 13:47:02 GMT) Full text and rfc822 format available.

Message #11 received at 74809 <at> debbugs.gnu.org (full text, mbox):

From: Philip Kaludercic <philipk <at> posteo.net>
To: Stefan Kangas <stefankangas <at> gmail.com>
Cc: Okamsn <okamsn <at> protonmail.com>, Nicolas Petton <nicolas <at> petton.fr>,
 74809 <at> debbugs.gnu.org, Stefan Monnier <monnier <at> iro.umontreal.ca>
Subject: Re: bug#74809: [PATCH] Bump version number of stream.el to use bug fix
Date: Thu, 02 Jan 2025 13:46:20 +0000
Stefan Kangas <stefankangas <at> gmail.com> writes:

> Okamsn <okamsn <at> protonmail.com> writes:
>
>> Hello,
>>
>> In the current version of Stream.el (2.3.0), some of the generic
>> functions from Seq.el do not work with streams because the streams are
>> treated as lists. In the current stable version of Stream.el, streams
>> are implemented as lists. Since commit
>> f48552c0668c36036ebeb6a3c87269049a2e61d9, they are implemented as
>> structures.
>>
>> The attached patch increases the version number from 2.3.0 to 2.4.0 so
>> that the bug fix is used in the stable version.
>>
>> Thank you.
>
> Philip, Stefan, could you please take a look at this?

Seems OK to me.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#74809; Package emacs. (Thu, 02 Jan 2025 17:25:02 GMT) Full text and rfc822 format available.

Message #14 received at 74809 <at> debbugs.gnu.org (full text, mbox):

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: Okamsn <okamsn <at> protonmail.com>
Cc: Nicolas Petton <nicolas <at> petton.fr>, 74809 <at> debbugs.gnu.org
Subject: Re: bug#74809: [PATCH] Bump version number of stream.el to use bug fix
Date: Thu, 02 Jan 2025 12:24:20 -0500
> The attached patch increases the version number from 2.3.0 to 2.4.0 so 
> that the bug fix is used in the stable version.

Thanks, pushed,


        Stefan





bug closed, send any further explanations to 74809 <at> debbugs.gnu.org and Okamsn <okamsn <at> protonmail.com> Request was from Stefan Monnier <monnier <at> iro.umontreal.ca> to control <at> debbugs.gnu.org. (Thu, 02 Jan 2025 17:26:03 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#74809; Package emacs. (Thu, 02 Jan 2025 17:29:02 GMT) Full text and rfc822 format available.

Message #19 received at 74809-done <at> debbugs.gnu.org (full text, mbox):

From: Stefan Kangas <stefankangas <at> gmail.com>
To: Stefan Monnier <monnier <at> iro.umontreal.ca>, Okamsn <okamsn <at> protonmail.com>
Cc: Nicolas Petton <nicolas <at> petton.fr>, 74809-done <at> debbugs.gnu.org
Subject: Re: bug#74809: [PATCH] Bump version number of stream.el to use bug fix
Date: Thu, 2 Jan 2025 11:28:21 -0600
Stefan Monnier via "Bug reports for GNU Emacs, the Swiss army knife of
text editors" <bug-gnu-emacs <at> gnu.org> writes:

>> The attached patch increases the version number from 2.3.0 to 2.4.0 so
>> that the bug fix is used in the stable version.
>
> Thanks, pushed,

I'm therefore closing this bug report.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 31 Jan 2025 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 230 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.