Re: [bikeshed] Bikeshed is now on Python 3; update instructions enclosed

On Fri, Mar 20, 2020 at 7:53 AM Tab Atkins Jr. <jackalmage@gmail.com> wrote:
> On Thu, Mar 19, 2020 at 8:54 PM Fuqiao Xue <xfq@w3.org> wrote:
> > By the way, if I install Bikeshed using `pip3 install --user bikeshed`, running `bikeshed spec` emits the following warning:
> >
> >    fatal: not a git repository (or any of the parent directories): .git
> >    WARNING: Couldn't discover the current Bikeshed version. Please report this error:
> >    Command 'git rev-parse HEAD' returned non-zero exit status 128.
> >
> > If I install Bikshed by running `pip3 install -e .` in the Git repo, running bikeshed won’t emit such warning.
>
> Ah, thanks for that, I'll fix shortly.
>
> (I didn't run into this myself because I'm using pyenv, installed from
> a git repo as well, so that codepath is successfully detecting that
> it's being run inside *a* git repo, just not the one I was
> intending...)

And version 1.0.2, up on pypi now, should have the fix, thanks for reporting!

~TJ

Received on Friday, 20 March 2020 18:54:43 UTC