From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Nicolas Petton Newsgroups: gmane.emacs.devel Subject: Re: Stream implementation of seq-mapn Date: Tue, 19 Dec 2017 15:08:52 +0100 Message-ID: <87o9mulsi3.fsf@petton.fr> References: <87lgi0fdt3.fsf@web.de> <87po7crzce.fsf@petton.fr> <87h8sofbd5.fsf@web.de> <87mv2grvqq.fsf@petton.fr> <87o9musw9p.fsf@web.de> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Trace: blaine.gmane.org 1513692434 4093 195.159.176.226 (19 Dec 2017 14:07:14 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 19 Dec 2017 14:07:14 +0000 (UTC) Cc: Stefan Monnier , Emacs Development To: Michael Heerdegen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 19 15:07:10 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eRIY1-0000gl-2w for ged-emacs-devel@m.gmane.org; Tue, 19 Dec 2017 15:07:09 +0100 Original-Received: from localhost ([::1]:46298 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eRIZx-0007Wq-V6 for ged-emacs-devel@m.gmane.org; Tue, 19 Dec 2017 09:09:09 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53511) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eRIZn-0007VD-Vj for emacs-devel@gnu.org; Tue, 19 Dec 2017 09:09:00 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eRIZl-0001MM-6E for emacs-devel@gnu.org; Tue, 19 Dec 2017 09:08:59 -0500 Original-Received: from petton.fr ([89.234.186.68]:48144) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eRIZk-0001Lf-Rw for emacs-devel@gnu.org; Tue, 19 Dec 2017 09:08:57 -0500 In-Reply-To: <87o9musw9p.fsf@web.de> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=petton.fr; s=mail; t=1513692534; bh=p0Fu0wtc4L4WP2642iVIUqZeL7QdrK0T12td+iPfKY8=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID:MIME-Version:Content-Type; b=P58YsNcV1bT5UMTa/ipabpFAhtQ7EJwSfkEpi7eyBAhbBnCbpKb6KRAJwbOCuDnxsEG0MyNCIqqX8whp4S8XbXg9ijhWkZ6rMcBAXzwc7yWnoUzOOjb0s+JKSxJ2OfsqddSCTj5LJK89Sq5yCbLkHjCdfhIRbb/1NntNq+XXmUM= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 89.234.186.68 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:221247 Archived-At: --=-=-= Content-Type: text/plain Michael Heerdegen writes: > While preparing the commit I noticed these two problems: > > (1) Why does (seq-empty-p (stream-empty)) return nil? That's at least a > pitfall, or a bug. Why is there no implementation of `seq-empty-p' in > stream.el (I know stream-empty-p exists)? That's a bug, I'll post a fix :-) > (2) In stream-tests.el, there is now an undefined function > `seq-take-until'. Ok, I'll post a fix for this as well. Thanks! Nico --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEKNO+2FH986tX/vk8IzWHpHwgeRAFAlo5HXQACgkQIzWHpHwg eRBl9wgAw2+RQDzjsP1FCEHu7D90WQJz5btpvw8pDxcx632LxutJlWOLqjlOTU9m UUyrJu+SM2ZEjkx2N0aRASRIZBK+PmtCqOAewA6ZQoBv8zO+8Ii/Q0oHfH3vRZcN 2PUoKkVTsCqnu6+AqPRUwqyfIAilsFcuBqgg+a3a9rXmfI15kB4Deix5yVSvkMdj LOYmaMvxXvfK/E5G906LqltLjAd7fSdpXHcA2xt1j8D37HsAG0YGsto2lnh6Yrf+ yWlOUN/tDe48jbhCg1w3wlinqoQFpNaaJv4+l6puBc/5pQH9lbHOURqtpW6zKlu5 pL6xth7gK9y6/Gei4kjaPLon+OvNrA== =C1y4 -----END PGP SIGNATURE----- --=-=-=--