Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: improve checkptycmd
- X-seq: zsh-workers 54920
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Jun T <takimoto-j@xxxxxxxxxxxxxxxxx>
- Cc: zsh-workers@xxxxxxx
- Subject: Re: PATCH: improve checkptycmd
- Date: Mon, 6 Jul 2026 10:58:31 -0700
- Arc-authentication-results: i=1; mx.google.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20260327; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:dkim-signature; bh=4aCRZ1MMB2S6EEBPouR+j85MlZwIqRduIzkp8z+QaYI=; fh=U0plK0J8oBJltcyD3KCzc7MTBA+MjvHzYPuuxmTFpdE=; b=glbVL229KSueDeIOFax0XjbWDJZ55xA4LzQY9/raoApt+IcFkG0uf6jNQmSzyqr2eE caZZXn/RedFukqRdbGLfPZSWHOpfvyexNF9O51BfSBCgDSZxqrzAoUMSXeHSu9TZR4in S5qPmO7r18s8l8sRX1UPtOzfx6pA7GcfgAGylmyTZ4bIrbdhlSDvmBD6Rh2mjpWHLVVZ QgxRLiZa4pnxOUKFNyibnD+wxR41NtqmAwDQ7NtunqlPpUc1s4KzLhNt/YEAtZ29LAFS fsdSluyEzzNE1BkjaB3S9KQIYAaymnPxsjnoeW+PN7uug1AqsVOi5prdm7721ekV8j4f Fc1w==; darn=zsh.org
- Arc-seal: i=1; a=rsa-sha256; t=1783360724; cv=none; d=google.com; s=arc-20260327; b=iKdN7I1fm2XR/YGXn2yaqEWXPocxzAQ4yp6uCmhSwNA7IYyKsHkqqjoVOuhhlCdGWB K32d2WWKrsUbieaZ9tiyFs7RMxP4L1gFbMMW+HMmj80XLmZrt7qDpNADTkHiUQPF0P70 ti7POhMLPI/ZqSuSN7auKk0TJ4CZ7uR+qte16rZaGWxQYTJKzFERdpHZ6nacj4rcdtgg pO5Hw0ZpzUBaoNXeuNWwSg5ScijRuAFSpaGTG+v3dW9+0k9AunXn89vXeqsBksSS2CDv t1hp6HzqSOlg8Dlb62aSzhr+8VtBBwaM7cpMU2dolgn8v5dYXM54sqbS0DmGKDjcdqRi 3K7w==
- Archived-at: <https://zsh.org/workers/54920>
- In-reply-to: <B739D3E9-C29B-4D00-8A15-30A345AAC25D@kba.biglobe.ne.jp>
- List-id: <zsh-workers.zsh.org>
- References: <20260615164157.20986-1-mikachu@gmail.com> <B739D3E9-C29B-4D00-8A15-30A345AAC25D@kba.biglobe.ne.jp>
On Mon, Jul 6, 2026 at 10:25 AM Jun T <takimoto-j@xxxxxxxxxxxxxxxxx> wrote:
>
> With this patch (commit 4b4ebcca) lots of tests fails on macOS
> (probably all the tests that use zpty). It seems reading from zpty
> returns nothing.
Can confirm, on Sequoia 15.7.7 all tests that call zpty are broken.
Also failing on Monterey 12.7.6 (the oldest I have).
> If there are someone who have older macOS, please test by removing the
> lines 374-381 in zsh_system.h.
Compiles and tests pass on Monterey.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author