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

"Tab Atkins Jr." <[email protected]> Fri, 20 Mar 2020 11:54:12 -0700
Newsgroups gmane.org.w3c.specifications
Message-ID <CAAWBYDCzZ4Z3ucYc4uEcXb3_tC31tiaXw49y_6nuq4jLnRtAUw@mail.gmail.com>
On Fri, Mar 20, 2020 at 7:53 AM Tab Atkins Jr. <[email protected]> wrote=
:
> On Thu, Mar 19, 2020 at 8:54 PM Fuqiao Xue <[email protected]> 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 repo=
rt 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, ru=
nning bikeshed won=E2=80=99t 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 reportin=
g!

~TJ