Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh 5.0.6 hanged in freejob from TRAPCHLD
- X-seq: zsh-workers 33307
- From: Oliver Kiddle <okiddle@xxxxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: zsh 5.0.6 hanged in freejob from TRAPCHLD
- Date: Wed, 01 Oct 2014 17:25:33 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.co.uk; s=s1024; t=1412177135; bh=yjCvj9x1nthuTYGt5TAzvpXu7O7o6I5+X9SZHCh1n5I=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:In-reply-to:From:References:To:Subject:MIME-Version:Content-Type:Content-ID:Date:Message-ID; b=TlqpFF/WjUP8yuYNPScPnRpcBaihANczFx9VxPuTDokbBacwkNaqvZRjt/N/RbKTXMyMOeiTNlIqT/ZQ0/LDlf9/QFftYJ1qaSeB91MTsbudlMSKxD04ZrJLsVj+xc8KYIMN8XcWXS7VOZx4L23MWGe0TeMB99UZ2fGarRBvwnY=
- In-reply-to: <141001075325.ZM5718@torch.brasslantern.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20140930172125.GA2703@xvii.vinc17.org> <CAH+w=7aTw0r4RMwh=eg8jySMRsD-vrde8SuxF=Udek4iNQx8Fw@mail.gmail.com> <20141001100033.0e10a30c@pwslap01u.europe.root.pri> <141001075325.ZM5718@torch.brasslantern.com>
Bart wrote:
> This plus the possibility of interrupting the copy from the saved state
> back to the globals is the need for queue_signals() inside lexrestore().
Eww. Wouldn't it perhaps be easier and better in the long run to replace
this whole save/restore/globals concept with non-global structs and make
all the lexer functions take a pointer to the relevant instance of the
struct.
Oliver
Messages sorted by:
Reverse Date,
Date,
Thread,
Author