all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Michael Heerdegen <michael_heerdegen@web.de>
To: Nicolas Petton <nicolas@petton.fr>
Cc: 37888@debbugs.gnu.org, Noam Postavsky <npostavs@gmail.com>
Subject: bug#37888: 27.0.50; Streams and errors in element generation
Date: Sun, 12 Jan 2020 08:20:19 +0100	[thread overview]
Message-ID: <87v9phjg3w.fsf@web.de> (raw)
In-Reply-To: <87d0cscqx6.fsf@gmail.com> (Noam Postavsky's message of "Fri, 13 Dec 2019 08:10:13 -0500")

Noam Postavsky <npostavs@gmail.com> writes:

> > Would something like this make sense (Noam)?
>
> >     ((eq (car-safe stream) stream--fresh-identifier)
> > -    (setf (car stream) stream--evald-identifier)
> > -    (setf (cdr stream) (funcall (cdr stream))))
> > +    (prog1 (setf (cdr stream) (funcall (cdr stream)))
> > +      (setf (car stream) stream--evald-identifier)))
>
> Right, only mark the stream element as evaluated after we (successfully!)
> evaluate it.  Makes sense to me.

Installed.

@Nicolas: Would you mind when I also bump the version of stream to 2.2.5
and update the copyright years of the files in the stream package?

TIA,

Michael.





  reply	other threads:[~2020-01-12  7:20 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-23 14:27 bug#37888: 27.0.50; Streams and errors in element generation Michael Heerdegen
2019-10-23 14:58 ` Michael Heerdegen
2019-12-13 13:10   ` Noam Postavsky
2020-01-12  7:20     ` Michael Heerdegen [this message]
2020-02-08 17:21       ` Michael Heerdegen
2019-10-24 11:38 ` Michael Heerdegen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87v9phjg3w.fsf@web.de \
    --to=michael_heerdegen@web.de \
    --cc=37888@debbugs.gnu.org \
    --cc=nicolas@petton.fr \
    --cc=npostavs@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.