From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3777 invoked by alias); 24 Jan 2016 19:06:40 -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: 37769 Received: (qmail 19695 invoked from network); 24 Jan 2016 19:06:38 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.0 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:content-type; bh=kqPwpcfVx0Eurc85NgwTZ3MXvgfp1UsJM14ekPs9sDY=; b=HL2el2yir0bQSFMeRc/gl46rNF+fLzVL5OrLv5OfJZ63A98VpTzwNizKFmwmtMZBGN 62IE44pu8+CaOCey4V3GWtX3qLtgiq7GzLTdE1t1WXEBZZg80SK9yYms2hcN7Z2Dvx2+ wQbhNqMEt3vXLa8ow24Lx/FH4jKqrMSQYe8ML010BItgTteKOGuQJCPluXWsTWvW/iOi Dfi0eZtT8G+vxDPe5ewHc84W7p2eA82UYt69KsdXT8l9nUa0m6gwcHo2A6mAcjH9I17G uJqyNeIpimSqyPvcHhJLKFYNF7VQFXZGIK7Z6BWPGOkkx6FOFTARVJLxFolx4xNLrFfz l/7Q== 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:content-type; bh=kqPwpcfVx0Eurc85NgwTZ3MXvgfp1UsJM14ekPs9sDY=; b=L5dPXof5Rk83+rnXeeVMYFLhfa9qeMY4C1BvvNjQDZfJKFyM0Vwf1AJ/0mszF3fVsc oWc6VtTyEIl2l0fEUa13T34y4FoI7DYgLU64rM3rGnjX+MUL4HjqW1vqXvRd6hLMZmtx lghgwSFgCms2/UfbmeJ4VKnrP6KYYkZxbWxfnVLYLaxABcGfZzpLM/ELfXy4dvTrjDdp 2pkgY5q+MWhOdwKu7AR4eL44M4cJ45ZgfeaHeEFsJOO972vxY8TgaNEaCqtxvKxmCMxv OltRFiJl+/6V64PWBM7+Zyp7HPVF9ixlILCuPXRKikKJnkjXzMr0hw7phBA94dBTL+jC RwKg== X-Gm-Message-State: AG10YOTB7uwYPvrbc+JeN+QyZgCtQwxY0KIZxovAp3rlVf2JwQ0/JYNCTDB1VBursELKn3/k1iM1UGvH1kx/AQ== X-Received: by 10.112.77.8 with SMTP id o8mr4049212lbw.53.1453662395188; Sun, 24 Jan 2016 11:06:35 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: <160122173705.ZM11491@torch.brasslantern.com> <160123093602.ZM14454@torch.brasslantern.com> <160123112004.ZM14739@torch.brasslantern.com> <160123120055.ZM14828@torch.brasslantern.com> From: Sebastian Gniazdowski Date: Sun, 24 Jan 2016 20:06:15 +0100 Message-ID: Subject: Re: Proof of concept mainstream plugin manager To: Bart Schaefer Cc: Zsh hackers list Content-Type: text/plain; charset=UTF-8 Tested 21 plugins: horosgrisa/autoenv adolfoabegg/browse-commit arzzen/calc.plugin.zsh walesmd/caniuse.plugin.zsh mollifier/cd-gitroot MikeDacre/cdbk willghatch/zsh-cdr rutchkiwi/copyzshell (required OMZ directory structure simulation) veelenga/crystal-zsh jgrowl/depot_tools gusaiani/elixir-oh-my-zsh b4b4r07/emoji-cli b4b4r07/enhancd uvaes/fzf-marks voronkovich/get-jquery.plugin.zsh fontno/ghost_zeus peterhurford/git-aliases.zsh unixorn/git-extra-commands peterhurford/git-it-on.zsh tevren/gitfast-zsh-plugin Only the last one doesn't work, but it's for sure broken, that's not zplugin's fault. So currently only one small problem exists, the glitch between zsh-navigation-tools/n-cd and zsh-cdr. Added shadowing of `alias' and `zle' and `source' reporting, will now think about doing diff on $functions before and after a plugin is load, to report what functions were created by the plugin, then I will test remaining plugins Very nice reports at the end: https://asciinema.org/a/6hem25k7yls8otgtilkf7idsw Best regards, Sebastian Gniazdowski