Re: [dev-servo] Consider using GitCop

2017-06-02 Thread Boris Zbarsky
On 6/2/17 12:34 PM, Michael Howell wrote: $ echo -n "Allow style sharing elements with ID selectors" | wc -c Misleading, unfortunately, because that changeset on its own doesn't allow anything of the sort. -Boris ___ dev-servo mailing list dev-serv

Re: [dev-servo] Consider using GitCop

2017-06-02 Thread Gregory Szorc
On Fri, Jun 2, 2017 at 8:00 AM, Boris Zbarsky wrote: > On 6/2/17 5:18 AM, Anthony Ramine wrote: > >> In the following screenshot, you can see one doesn't even know what that >> commit is supposed to do from its title, because it is way too long to be >> informative. >> > > OK, what is the propose

Re: [dev-servo] Consider using GitCop

2017-06-02 Thread Michael Howell
$ echo -n "Allow style sharing elements with ID selectors" | wc -c 46 On Fri, Jun 2, 2017 at 9:31 AM Boris Zbarsky wrote: > On 6/2/17 12:27 PM, Anthony Ramine wrote: > > What was that step? The title you pasted doesn't say what it was about, > it only said what was wrong without it. > > That was

Re: [dev-servo] Consider using GitCop

2017-06-02 Thread Boris Zbarsky
On 6/2/17 12:27 PM, Anthony Ramine wrote: What was that step? The title you pasted doesn't say what it was about, it only said what was wrong without it. That was all. I just removed the if condition in question around the insertion. I've tried rewording as this: Allow inserting element

Re: [dev-servo] Consider using GitCop

2017-06-02 Thread Anthony Ramine
> Le 2 juin 2017 à 18:22, Boris Zbarsky a écrit : > > On 6/2/17 11:50 AM, Anthony Ramine wrote: >>> Though not required, it’s a good idea to begin the commit message with a >>> single short (less than 50 character) > > Just so we're clear, 50 characters is about 9 words. I haven't said we sho

Re: [dev-servo] Consider using GitCop

2017-06-02 Thread Boris Zbarsky
On 6/2/17 11:50 AM, Anthony Ramine wrote: Though not required, it’s a good idea to begin the commit message with a single short (less than 50 character) Just so we're clear, 50 characters is about 9 words. - Fix style sharing of elements affected by id selectors No, that's not what it does

Re: [dev-servo] Consider using GitCop

2017-06-02 Thread Sean McArthur
> I'm not very fond of the length limit imposed by GitCop. The length is configurable. On Fri, Jun 2, 2017 at 8:50 AM Anthony Ramine wrote: > > > > Le 2 juin 2017 à 17:00, Boris Zbarsky a écrit : > > > > On 6/2/17 5:18 AM, Anthony Ramine wrote: > >> In the following screenshot, you can see one

Re: [dev-servo] Consider using GitCop

2017-06-02 Thread Anthony Ramine
> Le 2 juin 2017 à 17:00, Boris Zbarsky a écrit : > > On 6/2/17 5:18 AM, Anthony Ramine wrote: >> In the following screenshot, you can see one doesn't even know what that >> commit is supposed to do from its title, because it is way too long to be >> informative. > > OK, what is the proposed

Re: [dev-servo] Consider using GitCop

2017-06-02 Thread Manish Goregaokar
Note that in most cases "bug X" isn't deliberate, it's due to `git am`ing a patch extracted from a gecko repo and forgetting to remove the Gecko stuff. That said, it does get linkified on the gecko side if it's in the PR title. I'm not very fond of the length limit imposed by GitCop. -Manish Gore

Re: [dev-servo] Consider using GitCop

2017-06-02 Thread Boris Zbarsky
On 6/2/17 5:18 AM, Anthony Ramine wrote: In the following screenshot, you can see one doesn't even know what that commit is supposed to do from its title, because it is way too long to be informative. OK, what is the proposed cap on first line of commit message? Everything I've seen suggests