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 0a239180 for ; Sat, 6 Jul 2019 12:32:06 +0000 (UTC) Received: (qmail 13875 invoked by alias); 6 Jul 2019 12:31:56 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: List-Unsubscribe: X-Seq: 24021 Received: (qmail 21229 invoked by uid 1010); 6 Jul 2019 12:31:56 -0000 X-Qmail-Scanner-Diagnostics: from mail-vs1-f47.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.101.2/25496. spamassassin: 3.4.2. Clear:RC:0(209.85.217.47):SA:0(-2.0/5.0):. Processed in 3.295671 secs); 06 Jul 2019 12:31:56 -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.217.47 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=ra0i5LX7xl6lZkYXHv9dRzC2EkhTDFfzdyWG4HquiY8=; b=Wb6RoSBqVThbGrURZ8RMClvspEgMwQ584g8GgMVj7N9zfdqfUuQC+vcsK8EeraK7b8 k4JZjwW6lyGpYT/6Hd2Qvbm6l4aEFdzpj+K5YzIn/FyLXsdF9qo1PwocMTHSJ6Je183P TjLdpk2NQMBJLkN0wS/tkkx/lqsCl084es0DYCAofwss7mVGsY1a6LRuZk1+Ony033WV 1hFUYWjKHIYDggog94TUvVrBxLmIBmouQZoevBbCa4usx8hTh9lGFjjTSTf7y4NWXlQl t23EunPhGAYUnGVGtQOL2vzSh7q3N86YM9Ykv3yuh4nhBLFPa3RtVsQqLxLI6c4LE9p7 nbmg== 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=ra0i5LX7xl6lZkYXHv9dRzC2EkhTDFfzdyWG4HquiY8=; b=LP6Lk1skahsh4cjW/86usuk6hVi8qPCakKzdQErBVO9saehyzweKu4hf+0g8FBO5NF pLu79QdJfBSztozOik9BtUR8IuEbTeJBjM+RXu5ENX6465rc/RHwDqVMRF3DSvxdJ+3f J1XtySehyRcX1GMRwakQ2iCKUYoYL7FTJN6HWLkPLAG/HjX0tND/uMko+rJUXSvXFRsc L3iGSdaFpV9ERpCqWA0MoDBdsdfnkJfZCiSCZ1/+yS3Mdnv5Qd6ivlZJthxg3sUdtCQ4 Hzp7zxGOHBzdMVE/w0wCdx9jSmXRrXwQ0qBKLdwuIfuxdU30AqkYlw707rWbsakGu7Ts L2Xw== X-Gm-Message-State: APjAAAWbSDds+mf66G/XRXq5CVOURpeC/ovIlesfJqhEP0Dkl5T7G7+2 rlrQvF5SXK/r5frtmwVlfBMF/wXtjataWYm79qw= X-Google-Smtp-Source: APXvYqwERlFMktAC70U+AY7Tkn72wmsoGqk/TDuvuBVDhAa0+PElCOr+KzNNHVoDiyiiZD56eRm5kSBG9KyOUyiGo4U= X-Received: by 2002:a67:80c8:: with SMTP id b191mr4979620vsd.113.1562416279142; Sat, 06 Jul 2019 05:31:19 -0700 (PDT) MIME-Version: 1.0 References: <7aeeabc8-0375-1793-c8a0-1b3af235f1d0@eastlink.ca> In-Reply-To: <7aeeabc8-0375-1793-c8a0-1b3af235f1d0@eastlink.ca> From: Sebastian Gniazdowski Date: Sat, 6 Jul 2019 14:31:07 +0200 Message-ID: Subject: Re: Comprehensive comparison between zsh and bash To: Ray Andrews Cc: Zsh Users Content-Type: text/plain; charset="UTF-8" On Fri, 5 Jul 2019 at 22:31, Ray Andrews wrote: > Just curious: Is there some way of dumping the state of all variables > at all lines with both bash and zsh to some file or other such that one > could quickly spot exactly when and where something might change between > them? Not a proactive, analytic study of the code, but just a pragmatic > finding of differences after the fact. Maybe this plugin could help? https://github.com/psprint/zsnapshot -- Sebastian Gniazdowski News: https://twitter.com/ZdharmaI IRC: https://kiwiirc.com/client/chat.freenode.net:+6697/#zplugin Blog: http://zdharma.org