From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12507 invoked by alias); 27 Aug 2018 16:59:18 -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: 43339 Received: (qmail 27546 invoked by uid 1010); 27 Aug 2018 16:59:18 -0000 X-Qmail-Scanner-Diagnostics: from mail-lj1-f174.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.208.174):SA:0(-1.9/5.0):. Processed in 0.494158 secs); 27 Aug 2018 16:59:18 -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, SPF_PASS,T_DKIMWL_WL_MED,T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.1 X-Envelope-From: schaefer@brasslantern.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=10vy0RK8xlDU1nsfzgBxJS5b3uCLPnlp0fxHShRLChY=; b=xTmegkPohTCAznbj+4J0FL7DetP5ztC307vdEXiXLk18daXOaVSTQVawCMQThZF478 +RavPjdIRhSY/YFLlUx41F2pQQUeaRJfSHu87vcy3e/53/3GDHAr5Bc+lOcrxFkqfF9W Rqkgue/++GImjowJ3w4mIZIOuJViX8ETVinuS/qUXU1iJplW1aOAB7eC9Wio07hcw49k 5YAtgPoB8uMuB5YaowNje21Sr/mI44kBzOD5PntVJCKXA9bV8IGRTsgRxPFaItypF0Um 72oW36lLI6NEk9ogwsu7OVJl7Ldf+hArke097R66yn4ioMJYleX0yStFcSNjEwq1WnOU Zfow== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=10vy0RK8xlDU1nsfzgBxJS5b3uCLPnlp0fxHShRLChY=; b=eTm/UEL2KXi3GO3iyaG9F85weorMoYcMrG4Dkb6KZ4dnckQZoSsRDMMhJ6wi2yOaQW hl0SzXo9QMEy/ovPRt6T/fjhVBOFlonhvmYNAJOHsz1HUxnuFzepDjs54C3g7S9hMpGy mVFBUajTIXmbbMnuoRI4Or5QhdOQ8CXqTNeBnnym5QA+v2NJ8M66hs2uZUWUGv7eBlju rBQeLqfpxc1YHufWrXZQL1h6nKHDktHgDF9oCmOHi0FHRSfxk0XT6wS2Ojwzth86l6QT pz22DZhrrYU351apVwveKppC8UZlyFyOxC46EZHV2efzCBW0QguSg1FD46NA1NLNQ5nw yYpQ== X-Gm-Message-State: APzg51BBoVmwZZ/1ER2PyN4IP23By1z827ESMD2ZN7NYVddAdXv4eWcF PAQZ+/52nNiqxId/++Pg3IA0aCPKPZe5oEDVOaP1jA== X-Google-Smtp-Source: ANB0VdY5Zu4QgPUazRjbMdPNbhNzj6kH5+ehFRWfxgSg8vyFdpapr1z0HR3N7Sy1xT3hmw5bKucYGJrGzJ47Dw63PGI= X-Received: by 2002:a2e:4401:: with SMTP id r1-v6mr9654871lja.21.1535389152004; Mon, 27 Aug 2018 09:59:12 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1535387696.2168945.1487661848.63780648@webmail.messagingengine.com> References: <20180826200428.f3fvd7wzcoa3f6ik@tarpaulin.shahaf.local2> <1535387696.2168945.1487661848.63780648@webmail.messagingengine.com> From: Bart Schaefer Date: Mon, 27 Aug 2018 09:59:11 -0700 Message-ID: Subject: Re: Test release: zsh 5.5.1-test-2 To: Daniel Shahaf Cc: Zsh hackers list Content-Type: text/plain; charset="UTF-8" On Mon, Aug 27, 2018 at 9:34 AM, Daniel Shahaf wrote: > Bart Schaefer wrote on Mon, 27 Aug 2018 09:03 -0700: >> I have a new build error on a system that does not have yodl. I >> recall seeing an email about a change to build tree management for >> when the docs are built out of tree, but I can't find it in the git >> history. >> > > You mean 43333? I haven't pushed it yet: I didn't want to destabilize Hmm, OK. Could be that this isn't a new error and it's just been a long while since Doc/Makefile was itself rebuilt. A different oddity: % compaudit There are insecure directories: /Users/schaefer/Public/zsh/Functions/Math /Users/schaefer/Public/zsh/Completion/BSD/Type Those two directories have become group-writable, which they were not before. Not critical except for running compinit out of the source tree, but why did that mode change happen?