From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 131 invoked by alias); 19 Jul 2018 07:40:22 -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: List-Unsubscribe: X-Seq: 43190 Received: (qmail 27467 invoked by uid 1010); 19 Jul 2018 07:40:21 -0000 X-Qmail-Scanner-Diagnostics: from mail-io0-f194.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.223.194):SA:0(-1.9/5.0):. Processed in 1.476664 secs); 19 Jul 2018 07:40:21 -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=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2,SPF_PASS,T_DKIMWL_WL_MED,T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.1 X-Envelope-From: dana@dana.is X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dana-is.20150623.gappssmtp.com; s=20150623; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=bqWHerIfLwpxQg02fX3xh/4LRxk51qUra1joUzaApf4=; b=jkbGopYa4G6fjARvNEarPII/y92B9TC1pW8qu332RwGe+CkP7vU/3yGO5vTAIedMpl jutf+0Z1eBo7zTiNiy4Bk+wDlAlDgaKBSB3mUiwZKDfQ2Twa70RcYMIWwg5BPVbaJawO fmOJJARfet0RTUfitafUVgqMuYNNObE+98jBXyn0whheGq3l0AzzIvcQ9C4hRfACzUMk aJQkf2ugEFe3eCV6eRRDuTbXoOMiQDPFIqguHOjb1Mjetqu5pq2b/i3Xpqsx0TXLfI5y mY5EAFWHirDQKemLmsjjgwGWbj7X6dAKeJMoOR52JksAMpDOtw26+I37UY0ZW6koK9be YC/w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=bqWHerIfLwpxQg02fX3xh/4LRxk51qUra1joUzaApf4=; b=S6zZNgDtj+H5nIjfEk6pYd4ybW2DcLujT63R1WBkDUsELWBg7DhmT8NNCYYFUU2xf1 YnYQTNgYo4yblGaCooxThdfw1HU2JxYaqq7pBcoEFajrQfv2UNf6PcSQSLo9Zuj9Muou 7lpFpxAVkS3uqz2GNqfCEgkoM4+bZwKfH49STKwlQLP4IBrRDH/NLY3Y+25BFTjh2ebv 8ePlnFg15t/8sxlTuBGAvt7viibD9G4C/fkWuKERc1NDAn6NojTDhyhS0Qa74m+6ABLB l1JDQodj2PTXk6U6yZj3abseS289d2VgShrnxOWu2me0/OFB89VZr8towQ/oZwSmASru kf0g== X-Gm-Message-State: AOUpUlE1OHQoWAyluvd58p3LFeM1H/8BS0aacFXplm8/VqMw9HrPAbmV efCPXiXQMzR1pLOIRxa9M1bcdiNOoy0= X-Google-Smtp-Source: AAOMgpeFRuZECgkhw8rrhx9YaVu6UatJsciuqzk8jq2G2AuMGTI+WgR2QPiYWUBnYtmQ0/jIcojJxQ== X-Received: by 2002:a6b:5f01:: with SMTP id t1-v6mr7618147iob.150.1531986018070; Thu, 19 Jul 2018 00:40:18 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 11.4 \(3445.8.2\)) Subject: Re: [PATCH] Fix completion error about 'm' option of 'install' command From: dana In-Reply-To: <1531976574.3011997.1445689656.71DD235C@webmail.messagingengine.com> Date: Thu, 19 Jul 2018 02:40:16 -0500 Cc: Yasuhiro KIMURA , zsh-workers@zsh.org Content-Transfer-Encoding: quoted-printable Message-Id: <4AC6A5EE-91D0-4968-867B-6874917757F3@dana.is> References: <20180719.130817.1715259769047885105.yasu@utahime.org> <1531976574.3011997.1445689656.71DD235C@webmail.messagingengine.com> To: Daniel Shahaf X-Mailer: Apple Mail (2.3445.8.2) On 19 Jul 2018, at 00:02, Daniel Shahaf wrote: >This is a regression from 42214, released in 5.5. Sounds like we might >need a README/NEWS entry for this, as an incompatible change? Oops, i'm sorry about that. The whole reason i wanted those broken out = into their own utility functions was so i could use them for _install... but = i guess i forgot to update the names when i submitted that next patch. :/ There shouldn't be any compatibility-breaking issues, though. Those = functions were renamed like the very next day after i first broke them out, so = there was never anything actually released where we used the old names. Any = references to them in other functions (like _find and _mkdir) were added at the same = time. dana