From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15341 invoked by alias); 1 Oct 2016 09:48:42 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 39532 Received: (qmail 12846 invoked from network); 1 Oct 2016 09:48:41 -0000 X-Qmail-Scanner-Diagnostics: from mail-qk0-f181.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(209.85.220.181):SA:0(0.8/5.0):. Processed in 0.339523 secs); 01 Oct 2016 09:48:41 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=DATE_IN_PAST_12_24, FREEMAIL_FROM,SPF_PASS,T_DKIM_INVALID autolearn=no autolearn_force=no version=3.4.1 X-Envelope-From: sgniazdowski@gmail.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.220.181 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=G5tFjDry4Mx/5jBRTzVtZRRPD3ecoip/GblxcTKVal0=; b=NLjK9KYhtROpQJpFeWx181ls8A5zfYgs/qCNM84mUs+RZRriz6BrDfy55HgoLsVkyO wEr+PispdSs+Ra+frHgLDUYAwdffyzVaMsC1acIHV8jSLkGfzTn6Oq94qPTNWYQmiHCI UTulvqAKVRsF65CA5/oOKFxma8zmt5SKkBK9GkKw3ir1yV3BdcTmtx0NFMmKnHaDgc1X hG169a3HVtREcjmVLfOEfKlthAbWzKpr4QAYKhCAv+gmGsp6Foe1agA6KI89JIllVWOn Sbo01dKqr7CnuG0DeTHa7Z/J/e82ORvNhH5JXM+d1tfjPvuP16Zn3DsObUHcKbdlhoxM E5lg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=G5tFjDry4Mx/5jBRTzVtZRRPD3ecoip/GblxcTKVal0=; b=JmrEEZT664kVlt6wSDxuO7w48fx8XYEuGQqZDwtvz/PnXMqsnBSZ1TWvOjgVugbb+m hEG5AkGGbFoXY2IkXm/WCugBp/nDjBz3W09aylhlBl5r4H2PCKn4oiAiDuYyhUwUDWmJ NhSzBsc/vmHjtGVrdlCMbmZuJSSGHi0E7P1BTgmQX6QOMap8UmiKI+68784phZHMDPMk fuvd2V9EJT0ZOu3DUhhoZ69pG/rJpsbLg/YLdN3hUC10M9nEAvGI9Bgj7bbLLFiPrkYh hw/c+B0tgwXYbD/S3eztIWUi3W0F5biDNwLkvA6a+GAnJTEhvxBCtrcmQfZb0Qeo63Xu 7cnQ== X-Gm-Message-State: AA6/9RmqVSFcuzP9e2Nxo9jVlE1n5KCNqG42bifQebcdvPb6B17HJTZfNPrIsZuwMpKfz6ntc8CDYnl4Um54gw== X-Received: by 10.55.203.1 with SMTP id d1mr7950297qkj.190.1475257337879; Fri, 30 Sep 2016 10:42:17 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <160930083101.ZM16318@torch.brasslantern.com> References: <160929001004.ZM27686@torch.brasslantern.com> <160929145022.ZM12459@torch.brasslantern.com> <160930083101.ZM16318@torch.brasslantern.com> From: Sebastian Gniazdowski Date: Fri, 30 Sep 2016 19:41:57 +0200 Message-ID: Subject: Re: Surprising effect of fun() { local FPATH=...; autoload -X }, and a bug To: Bart Schaefer Cc: Zsh hackers list Content-Type: text/plain; charset=UTF-8 On 30 September 2016 at 17:31, Bart Schaefer wrote: > It's your software, make the design decision that you think best! Well yes but I've cooperated with this ML and also with IRC channel and gained enormously. n-list supports 150k elements not 80k thanks to your heap-optimization, Zplugin was created because of your autoload stub idea, multiple *-list libraries and history searcher created thanks to Mikael's *foo*~^*bar* pattern, Zconvey will use built-in flock and not binary flock on 5.3 thanks to recent timeout-0 patch, my multiple plugins will use Zcurses without problems and with 256 colors thanks to my 3 patches, Zsnapshot will apparently save functions with meta-data thanks to your zcompile-saving tip (didn't dive into this yet), the possible fix to say ZTM_NONE in .recursiveedit that I hope for will make Zconvey fully robust. Wonder if that's all. I think this is a really cool way of development, to write software cooperating with Zsh developers, it produced much good. Best regards, Sebastian Gniazdowski