From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-2.8 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,RCVD_IN_DNSWL_NONE,SPF_PASS shortcircuit=no autolearn=no autolearn_force=no version=3.4.2 Received: from mail-ed1-x544.google.com (mail-ed1-x544.google.com [IPv6:2a00:1450:4864:20::544]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 34A9B211B3 for ; Sat, 8 Dec 2018 11:53:22 +0000 (UTC) Received: by mail-ed1-x544.google.com with SMTP id x30so5797145edx.2 for ; Sat, 08 Dec 2018 03:53:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=godfat.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=zRvgs51+BYOJgaHid1s5zCdcJEPkN3zOVBbJTBgUSnI=; b=a5nFVMfjgMfQlV62MMgWfp/5XeFH9ZeHYnxBCa2IULRjQW9HSZFkfTeZUYGzKmlV8R mOSLi9siU+DnwONFZ/gDhbPbxNQXVLksqvJ2gUR7mSHRk+9tiYViS4Pd1EIlkFmRyk4z DM7/2KT4/uFODfTJzhkYZISF7akqAk65OpXSE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=zRvgs51+BYOJgaHid1s5zCdcJEPkN3zOVBbJTBgUSnI=; b=MZ+6lA8r6qZ/9V3FzMtK+76mku0fShp7IyjxFMp0Hm9YlYlCW2DRqVqFIs0MPI9VIo cGf4Mr2Bv9pf1FMwfq2oUllwj7CmKpFf+y8tIsYTkzPooiP92YLUXqpQNPCua1qUef2B JcHHdSG1d/1Qxp5uTbXQno8oNC4xNEFgwwjVyDgL2p17f+jGk+PtFZ7auRqJRZpTsATn +NkSuqjKlRJHDkJphFHKb8bL6HkHChjBQFEr3SXii4Uv6h4deO0arv0yvRZgzgPvqTdY 3dymA5bjtbnnDWrpLYiLRX8JEqonsCTO+kyze1G3hEhEyHln/yZ3cv3m6b3VEYDrsM6F FRKA== X-Gm-Message-State: AA+aEWYFsApaRaRkefSO7/jDI3If3beep+Rg7pUbbZqU/9sU17u7lFgz JILhFUcleOcx7c4e35VxHCCbhxKcqTh9Mo1uu5cluw== X-Google-Smtp-Source: AFSGD/X/cKlTP43SMaz4erJhci4N5RHAINYm1rqunN4PYOjBHMeXs4Iqcd+W5Z2MnCWVYringATIPb88yamiv7GjXxk= X-Received: by 2002:a50:ad0b:: with SMTP id y11mr5018814edc.113.1544269999232; Sat, 08 Dec 2018 03:53:19 -0800 (PST) MIME-Version: 1.0 References: <20181208083019.4374-1-godfat@godfat.org> <20181208113616.juj2wng2eyelheed@dcvr> In-Reply-To: <20181208113616.juj2wng2eyelheed@dcvr> From: "Lin Jen-Shin (godfat)" Date: Sat, 8 Dec 2018 19:52:52 +0800 Message-ID: Subject: Re: [PATCH 1/2] Add QueueQuitter#closed? to queue_quitter_pipe.rb To: e@80x24.org Cc: yahns-public@yhbt.net Content-Type: text/plain; charset="UTF-8" List-Id: On Sat, Dec 8, 2018 at 7:36 PM Eric Wong wrote: > Thanks for both patches, applied to https://yhbt.net/yahns.git > > Anything else? Might tag a release, soon. No, so far it's working great locally for me, thank you! I am very happy I can use yahns on Mac OSX now. So much easier to develop (and promote to the other developers) Previously I have no idea why but sleepy_penguin has some compile error which I can't figure out how to fix, and it really looks like it's Ruby's bug. They probably fixed it on one of the recent Ruby patch releases, and it works fine after the `closed?` patch. It's unrelated but I am happy that yahns quits gracefully upon receiving SIGINT, while unicorn quits forcefully. I thought I might try to add something to the application to eliminate the difference, but since I could just run yahns everywhere I don't have to now. > Getting rid of kgio is going to be a bit of work... This really comes with a long way, and on the bright side, we're moving forward :) Thank you for all the works! Cheers,