diff options
| author | Earl Hyatt <okamsn@protonmail.com> | 2024-12-11 21:15:40 -0500 |
|---|---|---|
| committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2025-01-02 12:23:30 -0500 |
| commit | b9b3ad5c38063703cfa5a06522031e631c49b7e3 (patch) | |
| tree | 5240db9a5dc3c5f84c30c7c5d47e2e85184e3c5b /stream.el | |
| parent | 1e3c1436cc1b66348091abef7d2658b3a2296625 (diff) | |
Bump version number to avoid streams being treated as lists (as in bug#73431)externals/stream
When streams were implemented as lists, a generic function in Seq.el would use
the method defined for lists unless there was a specific version defined for
streams in Stream.el. Unless Stream.el was kept up to date, any specializations
or improvements for lists in Seq.el could break the implementation of the Seq.el
features for streams.
This changed in commit f48552c0668c36036ebeb6a3c87269049a2e61d9, in which
streams were changed to use cl-defstruct instead of lists.
* stream.el: Increase version number from 2.3.0 to 2.4.0 so that the bug fix is
used.
Diffstat (limited to 'stream.el')
| -rw-r--r-- | stream.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ ;; Author: Nicolas Petton <nicolas@petton.fr> ;; Keywords: stream, laziness, sequences -;; Version: 2.3.0 +;; Version: 2.4.0 ;; Package-Requires: ((emacs "25")) ;; Package: stream |
