From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FROM,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 66ac8c1d for ; Tue, 30 Jul 2019 21:00:43 +0000 (UTC) Received: (qmail 16823 invoked by alias); 30 Jul 2019 20:39:46 -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: 44608 Received: (qmail 6141 invoked by uid 1010); 30 Jul 2019 20:39:46 -0000 X-Qmail-Scanner-Diagnostics: from mail-vk1-f181.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.101.2/25524. spamassassin: 3.4.2. Clear:RC:0(209.85.221.181):SA:0(-2.0/5.0):. Processed in 3.729654 secs); 30 Jul 2019 20:39:46 -0000 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.221.181 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=iGpVPpLIkVihUwhxuNwOJLJ7/Cb2sSPDeJDHXkZUmMk=; b=ufJvjX3Qjb0LZfSaYzQzd5/MkTqy+6sCb+DNnhsLkIO8dUO+m/+qyxW1McbdCwKaGz W6ZYkGzhM63P2UY5pFzzrmbRcaWOERbc96VEFSCht0By+Ne5DDIRJRu7jTLf5173nARm izVulN8MoUiv3wEjvLHCi6IKSAC/Dv3ddEJGd2i0AWWzqGH/HwEPpaSHY0srpP9vT/46 B239D5TH3QViETSwpKvaXKXEbU39EmDtcTPIgpUQcn/sCDRToT46Vt8JRTYdiJawGvae x7hn+NNXv4pxSfLh2aI7Ylcfl2adaN4Bz8VaS/8yQWikBpovwhsHqbm68oRNUBmgP5Mb ggCQ== 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=iGpVPpLIkVihUwhxuNwOJLJ7/Cb2sSPDeJDHXkZUmMk=; b=Iq2wUMfIdDFHEKXE9fEIbg+kemQz/THlURn+ROu/G6tiyeEl6S7kXNpVz5kgynpZel EY12YARPX+SK4i0kKmTsT0T3EfytSMOrjSdtAt4Ajrlx1MRxVH/qigaMGwyDm9+L4urk 4OtSSgyqCOhXOZ26265edELCz+c+ggYLcAPeavRp0Ufs8hN6+H3C2eZxcqw086cRoNcm rgmA7N8WRQQ5lYOnxsxope8v4CMlOTjT/Gn6tcEoVN1LEjH7XKnOZx3TztivF69xl9Qc GwY/NuYgYqaTRSoIUnpcKMN63xCHlTSKIP6Ubu1pkQ/k6BYctA7jCOxybfg4eja8omEK s1Mg== X-Gm-Message-State: APjAAAWge297PhNakDVQvBfpipphG8jARH0nwcKH50v3gPAOrom5428y VYUcRPvXP3CQG//4ThsM3uR/jc86lhbHluFtuKc= X-Google-Smtp-Source: APXvYqyQmJ3fL4TW0kySZX32os6VCM294Q2kO8XrTnMPXTKN+Xr9HajxPUtn5swVG+q7/aWKHgdlGfpN+XTAGYoBQjc= X-Received: by 2002:a1f:6d85:: with SMTP id i127mr46261372vkc.7.1564519149306; Tue, 30 Jul 2019 13:39:09 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Sebastian Gniazdowski Date: Tue, 30 Jul 2019 22:38:58 +0200 Message-ID: Subject: =?UTF-8?Q?Re=3A_A_serious_bug_in_execution_=E2=80=93_where_to_debug=3F?= To: Roman Perepelitsa Cc: Zsh hackers list Content-Type: text/plain; charset="UTF-8" On Tue, 30 Jul 2019 at 22:09, Roman Perepelitsa wrote: > I'm not above some dirty hacks myself but you have to be clear with > your messaging if you are inviting others to use your code. If your > code may or may not work, can leak resources and corrupt files > (corrupting .git is pretty bad), can work today and stop working > tomorrow after an update, -- you might want to mention it. The unloading was a tentative, good-natured initiatory and it still didn't found its full resolution. But it's a tool in the toolbox and it's already proving its usefulness (e.g. the MYPROMPT=1..8 setup). > I have no objections against your providing this function, although I > would prefer that you didn't use "powerlevel10k" prefix to avoid > potential name clashes in the future. As long as it calls only the > public functions of p10k, it won't break when p10k evolves. Follow-up off-list. -- Sebastian Gniazdowski News: https://twitter.com/ZdharmaI IRC: https://kiwiirc.com/client/chat.freenode.net:+6697/#zplugin Blog: http://zdharma.org