Re: [webkit-dev] Using GitHub to Contribute to WebKit (Experimental)

2012-04-29 Thread Adam Barth
On Tue, Apr 24, 2012 at 6:14 AM, Adam Roben aro...@webkit.org wrote: On Fri, Mar 16, 2012 at 5:40 PM, Adam Barth aba...@webkit.org wrote: On Fri, Mar 16, 2012 at 2:32 PM, Ryosuke Niwa rn...@webkit.org wrote: Can we do some Bugzilla integration as Jarred suggested? If you're excited about

Re: [webkit-dev] Using GitHub to Contribute to WebKit (Experimental)

2012-04-24 Thread Adam Roben
On Fri, Mar 16, 2012 at 5:40 PM, Adam Barth aba...@webkit.org wrote: On Fri, Mar 16, 2012 at 2:32 PM, Ryosuke Niwa rn...@webkit.org wrote: Can we do some Bugzilla integration as Jarred suggested? If you're excited about using GitHub, you should feel free to do that work. It sounds like

Re: [webkit-dev] Using GitHub to Contribute to WebKit (Experimental)

2012-03-16 Thread Konstantin Tokarev
16.03.2012, 04:41, Adam Barth aba...@webkit.org: Hi webkit-dev, After reading last week's discussion about switching the project to git, I wondered if it would be possible to get some of the benefits of git-style development without forcing everyone to switch to git. One of the benefits

Re: [webkit-dev] Using GitHub to Contribute to WebKit (Experimental)

2012-03-16 Thread Hajime Morrita
On Fri, Mar 16, 2012 at 6:50 PM, Konstantin Tokarev annu...@yandex.ru wrote: 16.03.2012, 04:41, Adam Barth aba...@webkit.org: Hi webkit-dev, After reading last week's discussion about switching the project to git, I wondered if it would be possible to get some of the benefits of git-style

Re: [webkit-dev] Using GitHub to Contribute to WebKit (Experimental)

2012-03-16 Thread John Yani
On 16 March 2012 18:34, Ryosuke Niwa rn...@webkit.org wrote: If some reviewer and committer decide to use this process, where can I see review comments and other discussions? See point 3 of Landing your code. Reviewer adds a link to pull request in changelog. Would they still be on

Re: [webkit-dev] Using GitHub to Contribute to WebKit (Experimental)

2012-03-16 Thread Adam Barth
On Fri, Mar 16, 2012 at 12:20 PM, John Yani van...@gmail.com wrote: On 16 March 2012 18:34, Ryosuke Niwa rn...@webkit.org wrote: If some reviewer and committer decide to use this process, where can I see review comments and other discussions? See point 3  of Landing your code. Reviewer adds a

Re: [webkit-dev] Using GitHub to Contribute to WebKit (Experimental)

2012-03-16 Thread Adam Barth
On Fri, Mar 16, 2012 at 12:41 PM, Ariya Hidayat ariya.hida...@gmail.com wrote: See point 3  of Landing your code. Reviewer adds a link to pull request  in changelog. But now it means I have to search in two places: Bugzilla and Github, in case I want to look up some past issues/problems.

Re: [webkit-dev] Using GitHub to Contribute to WebKit (Experimental)

2012-03-16 Thread Jarred Nicholls
On Fri, Mar 16, 2012 at 3:41 PM, Ariya Hidayat ariya.hida...@gmail.comwrote: See point 3 of Landing your code. Reviewer adds a link to pull request in changelog. But now it means I have to search in two places: Bugzilla and Github, in case I want to look up some past issues/problems.

Re: [webkit-dev] Using GitHub to Contribute to WebKit (Experimental)

2012-03-16 Thread Konrad Piascik
[mailto:jar...@webkit.org] Sent: Friday, March 16, 2012 03:50 PM To: Ariya Hidayat ariya.hida...@gmail.com Cc: webkit-dev@lists.webkit.org webkit-dev@lists.webkit.org Subject: Re: [webkit-dev] Using GitHub to Contribute to WebKit (Experimental) On Fri, Mar 16, 2012 at 3:41 PM, Ariya Hidayat ariya.hida

Re: [webkit-dev] Using GitHub to Contribute to WebKit (Experimental)

2012-03-16 Thread Ariya Hidayat
GitHub's API has hooks/events for comments on issues PRs to where it would be possible to integrate WebKit's GitHub mirror with Bugzilla so that all comments on PRs could post back to the related Bugzilla bug.  Some convention would be necessary in the PR title or description to figure out

Re: [webkit-dev] Using GitHub to Contribute to WebKit (Experimental)

2012-03-16 Thread Ryosuke Niwa
On Mar 16, 2012 12:47 PM, Adam Barth aba...@webkit.org wrote: On Fri, Mar 16, 2012 at 12:41 PM, Ariya Hidayat ariya.hida...@gmail.com wrote: See point 3 of Landing your code. Reviewer adds a link to pull request in changelog. But now it means I have to search in two places: Bugzilla

Re: [webkit-dev] Using GitHub to Contribute to WebKit (Experimental)

2012-03-16 Thread Adam Barth
On Fri, Mar 16, 2012 at 2:32 PM, Ryosuke Niwa rn...@webkit.org wrote: Can we do some Bugzilla integration as Jarred suggested? If you're excited about using GitHub, you should feel free to do that work. Note: I'm not advocating for the use of GitHub. I'm just documenting a way that

Re: [webkit-dev] Using GitHub to Contribute to WebKit (Experimental)

2012-03-16 Thread Ryosuke Niwa
Okay, thanks for the clarification. I'm not particularly interested in using this approach myself. I just wanted to make sure that I can see review comments for bugs I'm cc'ed on before patches are landed if some contrinutors do decide to experiment with this approach. - Ryosuke On Mar 16, 2012

[webkit-dev] Using GitHub to Contribute to WebKit (Experimental)

2012-03-15 Thread Adam Barth
Hi webkit-dev, After reading last week's discussion about switching the project to git, I wondered if it would be possible to get some of the benefits of git-style development without forcing everyone to switch to git. One of the benefits of git-style development is the ability to review a