Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Id: Zsh Workers List <zsh-workers.zsh.org>
List-Post: <mailto:zsh-workers@zsh.org>
List-Help: <mailto:zsh-workers-help@zsh.org>
X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au
X-Spam-Level: 
X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_DKIM_INVALID
	autolearn=ham autolearn_force=no version=3.4.1
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=brasslantern-com.20150623.gappssmtp.com; s=20150623;
        h=from:message-id:date:in-reply-to:comments:references:to:subject
         :mime-version;
        bh=OPmpI+kfuaDV57Dr/6K0WqQoVdjTLuCqohIjMBrgC9Y=;
        b=d4eMUsGnLv7hErXjC5NTTEjc41zTz+FoBs3Vylp6HMNQGAFENimMepq99jensIPLSe
         +Y0LrQeLg2tQklUrD37wigJ6/Z0oTfm7YhKR7C9+BByWLDikYB/WlipDn2ErBx1gFCOl
         SGG0ClIH4h9thMXSepmWJcOmwiSx0c7TYOsH625VtmKMikWB7N4FsWjd2HU7SEwxbzqc
         fc2HNT5cIY2QuRtHCdVDyIQDqXnym/4LDcyfyOEofdRbaUDi5/AASsPxVrZGcUKucZNC
         YfNcnhgORbw9JklKp5rpIIPR9TTMW620q+8ZR2PSMPscbLUgpGfE3GZEnjqelo8GrZTB
         +G/w==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20130820;
        h=x-gm-message-state:from:message-id:date:in-reply-to:comments
         :references:to:subject:mime-version;
        bh=OPmpI+kfuaDV57Dr/6K0WqQoVdjTLuCqohIjMBrgC9Y=;
        b=NDXyiFUOW8LfRYsWvLG+bRoAg5wCYnYgwAty3wi7RWuKlvvYadyeTveK7bNQ74cSzq
         TURMm5VokRNmeSiPslFYTa2ZNLq2xgQmLTKL6VygSjPDJoynsGkrexZMQWrACCbgBqgE
         DcVbCF1P7lTF88EZ9YxcV/NyxiejJnPQD2eNjij2jl1wwlmsa3jFbR0f/M+CzPPBMbGh
         k0Z/rvIfCqUn1hyTttFTFUb9s6HSCORwtdOZ40dcp2huRaJPRvtb3nAj4ogZ1oGD5CxY
         IW66pTANtDjZxt0r/Tp97EmtA6ZHrJWEs5zD7rOwu33/pvnHH9UreFMpWk8rdZbGkTWA
         JJnA==
X-Gm-Message-State: AD7BkJLPvQzQKxJO/EkKZPf7iHuk6iFhxifB2Lsi9/g8YPPZU1xbCoTyLHo8pFAEwR5MhQ==
X-Received: by 10.98.75.138 with SMTP id d10mr24566773pfj.108.1456773661511;
        Mon, 29 Feb 2016 11:21:01 -0800 (PST)
From: Bart Schaefer <schaefer@brasslantern.com>
Message-Id: <160229112110.ZM4305@torch.brasslantern.com>
Date: Mon, 29 Feb 2016 11:21:10 -0800
In-Reply-To: <20160229093950.30f4c0d4@pwslap01u.europe.root.pri>
Comments: In reply to Peter Stephenson <p.stephenson@samsung.com>
        "Re: [bug?] Invalid file descriptor ignored" (Feb 29,  9:39am)
References: <56D3E8E4.6090007@inlv.org> 
	<20160229093950.30f4c0d4@pwslap01u.europe.root.pri>
X-Mailer: OpenZMail Classic (0.9.2 24April2005)
To: Zsh hackers list <zsh-workers@zsh.org>
Subject: Re: [bug?] Invalid file descriptor ignored
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Seq: zsh-workers 38049

On Feb 29,  9:39am, Peter Stephenson wrote:
} Subject: Re: [bug?] Invalid file descriptor ignored
}
} On Mon, 29 Feb 2016 07:44:52 +0100
} Martijn Dekker <martijn@inlv.org> wrote:
} > There is some strange and inconsistent behaviour when trying to write to
} > a non-open file descriptor.
} 
} Yes, I noticed not so long ago that some cases got changed so any error
} was deliberately ignored.  Bart pointed out an ancient message on the
} mailing list about this.  I can't remember what that discussion was
} about now, though...

Most recently it was in the [refactor memstream for "print -v"] thread at
the beginning of January.

