Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] Add ability to ignore running jobs when check_jobs is set
- X-seq: zsh-workers 42158
- From: Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
- To: dana <dana@xxxxxxx>
- Subject: Re: [PATCH] Add ability to ignore running jobs when check_jobs is set
- Date: Fri, 22 Dec 2017 20:05:36 +0000
- Cc: zsh-workers@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ntlworld.com; s=meg.feb2017; t=1513973138; bh=6qsIoUSQklDLWQxL8SUijH6cumpO1K9wpBhky+Hp6qI=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=yh/FGkNC2rgICq9V0xM4dbgmYDv4/swVjM24bWd1ypmozAUMsdg+0jKhS6UCaD6hL uy15zqrSq6oSvyG2F7rViG1IwbQXxj5DIN7P7OSWd/Q6hhBYj2kvFltHmviKdHNh2n +WT6ZAx9PaEMrRnk+NZLbB3x3PGTppSNv7weRdqPjNOViWWo5+nCKuaBXmh62rY2Ni TI9p2xXgx8OIkfnUg01OZHzlISVeRc+MBt7wPg2dY3eyLOdyBj0E/XEnZZosoV5liN Wud+G2qHVpnfhZFZ767r3+mlvVppL31AtYuL6SSNyQaJvi9+LsIvXvjGn3UIgqXw/N lodo681jEvo6w==
- In-reply-to: <491C71DF-5618-41F7-9823-A3AE769A3C62@dana.is>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <491C71DF-5618-41F7-9823-A3AE769A3C62@dana.is>
On Thu, 21 Dec 2017 22:33:13 -0600
dana <dana@xxxxxxx> wrote:
> The tests seem to work well and are much more comprehensive than what
> was there before (i.e., almost nothing), but they feel a bit strange
> somehow. Let me know if you have any thoughts as to how to make them
> less brittle or more idiomatic.
The tests actually fail with debug on because you get output
utils.c:1836: BUG: Impossible TIOCGWINSZ rows
utils.c:1860: BUG: Impossible TIOCGWINSZ cols
I don't think that output's actually very useful anyway, even in debug
mode --- I've been getting this occasionally for years. I think I'll
commit this with a change so there's no whine if the number of rows or
columns is zero.
pws
Messages sorted by:
Reverse Date,
Date,
Thread,
Author