Hey guys- the merge of Ash's stuff broke the build: http://travis-ci.org/#!/shoes/shoes Currently, Travis only really builds Linux for us, but that's still useful. I get emails when the build breaks, but should I start having them sent to this list, too? It's a pretty rare event, but then everyone would know, at least.
Steve, I made that merge :( Not sure what broke. I'll have to check it later. I even built it here on Linux. Eric On Mar 26, 2012, at 2:41 PM, Steve Klabnik <steve@steveklabnik.com> wrote: > Hey guys- > > the merge of Ash's stuff broke the build: http://travis-ci.org/#!/shoes/shoes > > Currently, Travis only really builds Linux for us, but that's still > useful. I get emails when the build breaks, but should I start having > them sent to this list, too? It's a pretty rare event, but then > everyone would know, at least.
Sometimes travis is a bit iffy. It's cool. It might be building with 1.9.2 still? Or something? The error says it can't find the encoding file, iirc.
On Mar 26, 2012, at 3:15 PM, Steve Klabnik wrote: > Sometimes travis is a bit iffy. It's cool. > > It might be building with 1.9.2 still? Or something? The error says it > can't find the encoding file, iirc. It's definitely building with 1.9.2. I guess we should update that, but that's not the problem here. It's just the cukes that couldn't find the encoding file. I re-verified the build on linux and OS X. The executable does run. So there were two problems with the cucumber features: 1. The paths were messed up. 2. This bit of code was added to the end of lib/shoes.rb: class Object %w[RELEASE_NAME RELEASE_ID REVISION VERSION RAD2PI TWO_PI HALF_PI PI VIDEO Link LinkHover].each do |v| eval "#{v} = Shoes::#{v}" end end This code makes the cucumber features fail because those SHOES::* constants are set in ruby.c. Since cucumber doesn't load the C files, these constants aren't set, so the features fail. I pushed a fix to shoes/develop (fixing the paths and deleting the above code). ashbb, can we leaves those constants in the Shoes namespace, or does that break your Windows build? Shooooooooooes! Eric
Hi Eric, I tried to compile Shoes for Windows with your latest wasnotrice/shoes develop branch. There was no trouble, I could build shoes.exe and it worked well. :) So, we can leaves those constants in the Shoes namespace. Good work! Thanks, ashbb
> I tried to compile Shoes for Windows with your latest wasnotrice/shoes
develop branch. There was no trouble, I could build shoes.exe and it
worked well. :)
Great, thanks!
Eric
On 03/26/2012 09:41 PM, Steve Klabnik wrote: > Hey guys- > > the merge of Ash's stuff broke the build: http://travis-ci.org/#!/shoes/shoes > > Currently, Travis only really builds Linux for us, but that's still > useful. I get emails when the build breaks, but should I start having > them sent to this list, too? It's a pretty rare event, but then > everyone would know, at least. +1 :-)
On Monday, March 26, 2012 at 15:41, Steve Klabnik wrote: > Hey guys- > > the merge of Ash's stuff broke the build: http://travis-ci.org/#!/shoes/shoes > > Currently, Travis only really builds Linux for us, but that's still > useful. I get emails when the build breaks, but should I start having > them sent to this list, too? It's a pretty rare event, but then > everyone would know, at least. > > +1, send 'em over. :)
Hi everyone, this seems to be a topic again, however I fear that it's not easily possible to send an email to this list because there is this pesky confirm email... However the travis documentation says that an email, by default, will be send to all public members of the organization owning the repository (http://about.travis-ci.org/docs/user/build-configuration/): "By default it will send emails to * the commit author and committer * the owner of the repository (for normal repositories) * /all/ public members of the organization owning the repository" So I'm a public member of the organization and didn't get an email, the question is if this behaviour is overwritten by the explicit naming of peter's email in our .travis.yml - should I try to remove it and see if the behaviour changes? That way at least all public members of the shoes organization would get notified (hopefully) Cheers, Tobi On 03/26/2012 11:29 PM, James Gifford wrote: > On Monday, March 26, 2012 at 15:41, Steve Klabnik wrote: >> Hey guys- >> >> the merge of Ash's stuff broke the build: >> http://travis-ci.org/#!/shoes/shoes >> >> Currently, Travis only really builds Linux for us, but that's still >> useful. I get emails when the build breaks, but should I start having >> them sent to this list, too? It's a pretty rare event, but then >> everyone would know, at least. > > +1, send 'em over. :) >
It only sends one when the build status changes: if it builds successfully, then no email.
I know, but we had a failure 3 days ago and several builds after that and no email at all (I believe travis also sends email if the build is still failing, at least I got a few of those from other projects) On 07/15/2012 07:03 PM, Steve Klabnik wrote: > It only sends one when the build status changes: if it builds > successfully, then no email.
Ahhhh yeah. I haven't gotten any either. I vote 'screw around with it and see what happens'
On 07/15/2012 09:01 PM, Steve Klabnik wrote:
> I vote 'screw around with it and see what happens'
Aye aye captain! Otherwise I'll file a bug report or bug Konstantin
directly :P
The commit author always gets an email, so if anyone could confirm here the he/she got an email or didn't, that would be super awesome. Every public member of our shoes organization at github should've gotten one. On 07/15/2012 09:03 PM, Pfeiffer, Tobias wrote: > On 07/15/2012 09:01 PM, Steve Klabnik wrote: >> I vote 'screw around with it and see what happens' > Aye aye captain! Otherwise I'll file a bug report or bug Konstantin > directly :P
I got one.
I did not get one. Have not received any since Sun, Jul 15, 2012 at 8:53 AM Peter Fitzgibbons (847) 859-9550 Email: peter.fitzgibbons@gmail.com IM GTalk: peter.fitzgibbons IM AOL: peter.fitzgibbons@gmail.com On Tue, Jul 17, 2012 at 9:28 AM, Steve Klabnik <steve@steveklabnik.com>wrote: > I got one. >
I didn't get one. On Jul 17, 2012, at 9:58 AM, Peter Fitzgibbons <peter.fitzgibbons@gmail.com> wrote: > I did not get one. Have not received any since Sun, Jul 15, 2012 at 8:53 AM > > Peter Fitzgibbons > (847) 859-9550 > Email: peter.fitzgibbons@gmail.com > IM GTalk: peter.fitzgibbons > IM AOL: peter.fitzgibbons@gmail.com > > > On Tue, Jul 17, 2012 at 9:28 AM, Steve Klabnik <steve@steveklabnik.com> wrote: > I got one. >
Me either, and I'm pretty sure I'm listed as a public member. On Jul 17, 2012 5:22 PM, "Eric Watson" <wasnotrice@gmail.com> wrote: > I didn't get one. > > On Jul 17, 2012, at 9:58 AM, Peter Fitzgibbons < > peter.fitzgibbons@gmail.com> wrote: > > I did not get one. Have not received any since Sun, Jul 15, 2012 at 8:53 > AM > > Peter Fitzgibbons > (847) 859-9550 > Email: peter.fitzgibbons@gmail.com > IM GTalk: peter.fitzgibbons > IM AOL: peter.fitzgibbons@gmail.com > > > On Tue, Jul 17, 2012 at 9:28 AM, Steve Klabnik <steve@steveklabnik.com>wrote: > >> I got one. >> > >
You are :-) James and me are working on a dirty hack fix :-) On 07/17/2012 05:43 PM, Davor wrote: > > Me either, and I'm pretty sure I'm listed as a public member. > > On Jul 17, 2012 5:22 PM, "Eric Watson" <wasnotrice@gmail.com > <mailto:wasnotrice@gmail.com>> wrote: > > I didn't get one. > > On Jul 17, 2012, at 9:58 AM, Peter Fitzgibbons > <peter.fitzgibbons@gmail.com <mailto:peter.fitzgibbons@gmail.com>> > wrote: > >> I did not get one. Have not received any since Sun, Jul 15, 2012 >> at 8:53 AM >> >> Peter Fitzgibbons >> (847) 859-9550 <tel:%28847%29%20859-9550> >> Email: peter.fitzgibbons@gmail.com >> <mailto:peter.fitzgibbons@gmail.com> >> IM GTalk: peter.fitzgibbons >> IM AOL: peter.fitzgibbons@gmail.com >> <mailto:peter.fitzgibbons@gmail.com> >> >> >> On Tue, Jul 17, 2012 at 9:28 AM, Steve Klabnik >> <steve@steveklabnik.com <mailto:steve@steveklabnik.com>> wrote: >> >> I got one. >> >>
Cool Steve :-) Unfortunately Ashbb and James don't seem to have received an email. Weird. I opened an issue at travis-ci github: https://github.com/travis-ci/travis-ci/issues/634 Peter: You are not a public member of the shoes origanization, you can publicize your membership here: https://github.com/shoes On 07/17/2012 04:58 PM, Peter Fitzgibbons wrote: > I did not get one. Have not received any since Sun, Jul 15, 2012 at > 8:53 AM > > Peter Fitzgibbons > (847) 859-9550 <tel:%28847%29%20859-9550> > Email: peter.fitzgibbons@gmail.com <mailto:peter.fitzgibbons@gmail.com> > IM GTalk: peter.fitzgibbons > IM AOL: peter.fitzgibbons@gmail.com <mailto:peter.fitzgibbons@gmail.com> > > > On Tue, Jul 17, 2012 at 9:28 AM, Steve Klabnik <steve@steveklabnik.com > <mailto:steve@steveklabnik.com>> wrote: > > I got one. > >
I had no idea. Done...Thanks! Peter Fitzgibbons (847) 859-9550 Email: peter.fitzgibbons@gmail.com IM GTalk: peter.fitzgibbons IM AOL: peter.fitzgibbons@gmail.com On Tue, Jul 17, 2012 at 10:08 AM, Tobias Pfeiffer < tobias.pfeiffer@student.hpi.uni-potsdam.de> wrote: > Cool Steve :-) Unfortunately Ashbb and James don't seem to have received > an email. Weird. I opened an issue at travis-ci github: > https://github.com/travis-ci/travis-ci/issues/634 > > Peter: You are not a public member of the shoes origanization, you can > publicize your membership here: https://github.com/shoes > > > On 07/17/2012 04:58 PM, Peter Fitzgibbons wrote: > > I did not get one. Have not received any since Sun, Jul 15, 2012 at 8:53 > AM > > Peter Fitzgibbons > (847) 859-9550 > Email: peter.fitzgibbons@gmail.com > IM GTalk: peter.fitzgibbons > IM AOL: peter.fitzgibbons@gmail.com > > > On Tue, Jul 17, 2012 at 9:28 AM, Steve Klabnik <steve@steveklabnik.com>wrote: > >> I got one. >> > > >
I disussed this with @JGifford. I agree that it looks like a Travis bug. Although our bug report is brand-new and I dont' know that we'll get turnaround anytime soon. I recommend we take the brute-force approach and add all the usual suspects to the travis.yml individually. I have this ready on my local environment. If someone else would concur with this assesment, I"ll push to master. Shoes On. Who'll Second the Motion : Use brute-force email list for travis.yml Peter Fitzgibbons (847) 859-9550 Email: peter.fitzgibbons@gmail.com IM GTalk: peter.fitzgibbons IM AOL: peter.fitzgibbons@gmail.com On Tue, Jul 17, 2012 at 10:46 AM, Peter Fitzgibbons < peter.fitzgibbons@gmail.com> wrote: > I had no idea. > Done...Thanks! > > Peter Fitzgibbons > (847) 859-9550 > Email: peter.fitzgibbons@gmail.com > IM GTalk: peter.fitzgibbons > IM AOL: peter.fitzgibbons@gmail.com > > > On Tue, Jul 17, 2012 at 10:08 AM, Tobias Pfeiffer < > tobias.pfeiffer@student.hpi.uni-potsdam.de> wrote: > >> Cool Steve :-) Unfortunately Ashbb and James don't seem to have received >> an email. Weird. I opened an issue at travis-ci github: >> https://github.com/travis-ci/travis-ci/issues/634 >> >> Peter: You are not a public member of the shoes origanization, you can >> publicize your membership here: https://github.com/shoes >> >> >> On 07/17/2012 04:58 PM, Peter Fitzgibbons wrote: >> >> I did not get one. Have not received any since Sun, Jul 15, 2012 at >> 8:53 AM >> >> Peter Fitzgibbons >> (847) 859-9550 >> Email: peter.fitzgibbons@gmail.com >> IM GTalk: peter.fitzgibbons >> IM AOL: peter.fitzgibbons@gmail.com >> >> >> On Tue, Jul 17, 2012 at 9:28 AM, Steve Klabnik <steve@steveklabnik.com>wrote: >> >>> I got one. >>> >> >> >> >
+1 adding usual suspects On Jul 17, 2012, at 12:18 PM, Peter Fitzgibbons <peter.fitzgibbons@gmail.com> wrote: > I disussed this with @JGifford. > I agree that it looks like a Travis bug. Although our bug report is brand-new and I dont' know that we'll get turnaround anytime soon. > > I recommend we take the brute-force approach and add all the usual suspects to the travis.yml individually. > > I have this ready on my local environment. If someone else would concur with this assesment, I"ll push to master. > > Shoes On. > > Who'll Second the Motion : Use brute-force email list for travis.yml > > Peter Fitzgibbons > (847) 859-9550 > Email: peter.fitzgibbons@gmail.com > IM GTalk: peter.fitzgibbons > IM AOL: peter.fitzgibbons@gmail.com > > > On Tue, Jul 17, 2012 at 10:46 AM, Peter Fitzgibbons <peter.fitzgibbons@gmail.com> wrote: > I had no idea. > Done...Thanks! > > Peter Fitzgibbons > (847) 859-9550 > Email: peter.fitzgibbons@gmail.com > IM GTalk: peter.fitzgibbons > IM AOL: peter.fitzgibbons@gmail.com > > > On Tue, Jul 17, 2012 at 10:08 AM, Tobias Pfeiffer <tobias.pfeiffer@student.hpi.uni-potsdam.de> wrote: > Cool Steve :-) Unfortunately Ashbb and James don't seem to have received an email. Weird. I opened an issue at travis-ci github: https://github.com/travis-ci/travis-ci/issues/634 > > Peter: You are not a public member of the shoes origanization, you can publicize your membership here: https://github.com/shoes > > > On 07/17/2012 04:58 PM, Peter Fitzgibbons wrote: >> >> I did not get one. Have not received any since Sun, Jul 15, 2012 at 8:53 AM >> >> Peter Fitzgibbons >> (847) 859-9550 >> Email: peter.fitzgibbons@gmail.com >> IM GTalk: peter.fitzgibbons >> IM AOL: peter.fitzgibbons@gmail.com >> >> >> On Tue, Jul 17, 2012 at 9:28 AM, Steve Klabnik <steve@steveklabnik.com> wrote: >> I got one. >> > > >
Done. See announcement email to ML Peter Fitzgibbons (847) 859-9550 Email: peter.fitzgibbons@gmail.com IM GTalk: peter.fitzgibbons IM AOL: peter.fitzgibbons@gmail.com On Tue, Jul 17, 2012 at 11:14 AM, Tobias Pfeiffer < tobias.pfeiffer@student.hpi.uni-potsdam.de> wrote: > Yep I agree, was also my "last resort" :-) > > > On 17.07.2012 19:58, Eric Watson wrote: > > +1 adding usual suspects > > On Jul 17, 2012, at 12:18 PM, Peter Fitzgibbons < > peter.fitzgibbons@gmail.com> wrote: > > I disussed this with @JGifford. > I agree that it looks like a Travis bug. Although our bug report is > brand-new and I dont' know that we'll get turnaround anytime soon. > > I recommend we take the brute-force approach and add all the usual > suspects to the travis.yml individually. > > I have this ready on my local environment. If someone else would concur > with this assesment, I"ll push to master. > > Shoes On. > > Who'll Second the Motion : Use brute-force email list for travis.yml > > Peter Fitzgibbons > (847) 859-9550 > Email: peter.fitzgibbons@gmail.com > IM GTalk: peter.fitzgibbons > IM AOL: peter.fitzgibbons@gmail.com > > > On Tue, Jul 17, 2012 at 10:46 AM, Peter Fitzgibbons < > peter.fitzgibbons@gmail.com> wrote: > >> I had no idea. >> Done...Thanks! >> >> Peter Fitzgibbons >> (847) 859-9550 <%28847%29%20859-9550> >> Email: peter.fitzgibbons@gmail.com >> IM GTalk: peter.fitzgibbons >> IM AOL: peter.fitzgibbons@gmail.com >> >> >> On Tue, Jul 17, 2012 at 10:08 AM, Tobias Pfeiffer < >> tobias.pfeiffer@student.hpi.uni-potsdam.de> wrote: >> >>> Cool Steve :-) Unfortunately Ashbb and James don't seem to have >>> received an email. Weird. I opened an issue at travis-ci github: >>> https://github.com/travis-ci/travis-ci/issues/634 >>> >>> Peter: You are not a public member of the shoes origanization, you can >>> publicize your membership here: https://github.com/shoes >>> >>> >>> On 07/17/2012 04:58 PM, Peter Fitzgibbons wrote: >>> >>> I did not get one. Have not received any since Sun, Jul 15, 2012 at >>> 8:53 AM >>> >>> Peter Fitzgibbons >>> (847) 859-9550 >>> Email: peter.fitzgibbons@gmail.com >>> IM GTalk: peter.fitzgibbons >>> IM AOL: peter.fitzgibbons@gmail.com >>> >>> >>> On Tue, Jul 17, 2012 at 9:28 AM, Steve Klabnik <steve@steveklabnik.com>wrote: >>> >>>> I got one. >>>> >>> >>> >>> >> > >
Yep I agree, was also my "last resort" :-) On 17.07.2012 19:58, Eric Watson wrote: > +1 adding usual suspects > > On Jul 17, 2012, at 12:18 PM, Peter Fitzgibbons > <peter.fitzgibbons@gmail.com <mailto:peter.fitzgibbons@gmail.com>> wrote: > >> I disussed this with @JGifford. >> I agree that it looks like a Travis bug. Although our bug report is >> brand-new and I dont' know that we'll get turnaround anytime soon. >> >> I recommend we take the brute-force approach and add all the usual >> suspects to the travis.yml individually. >> >> I have this ready on my local environment. If someone else would >> concur with this assesment, I"ll push to master. >> >> Shoes On. >> >> Who'll Second the Motion : Use brute-force email list for travis.yml >> >> Peter Fitzgibbons >> (847) 859-9550 >> Email: peter.fitzgibbons@gmail.com <mailto:peter.fitzgibbons@gmail.com> >> IM GTalk: peter.fitzgibbons >> IM AOL: peter.fitzgibbons@gmail.com <mailto:peter.fitzgibbons@gmail.com> >> >> >> On Tue, Jul 17, 2012 at 10:46 AM, Peter Fitzgibbons >> <peter.fitzgibbons@gmail.com <mailto:peter.fitzgibbons@gmail.com>> wrote: >> >> I had no idea. >> Done...Thanks! >> >> Peter Fitzgibbons >> (847) 859-9550 <tel:%28847%29%20859-9550> >> Email: peter.fitzgibbons@gmail.com >> <mailto:peter.fitzgibbons@gmail.com> >> IM GTalk: peter.fitzgibbons >> IM AOL: peter.fitzgibbons@gmail.com >> <mailto:peter.fitzgibbons@gmail.com> >> >> >> On Tue, Jul 17, 2012 at 10:08 AM, Tobias Pfeiffer >> <tobias.pfeiffer@student.hpi.uni-potsdam.de >> <mailto:tobias.pfeiffer@student.hpi.uni-potsdam.de>> wrote: >> >> Cool Steve :-) Unfortunately Ashbb and James don't seem to >> have received an email. Weird. I opened an issue at travis-ci >> github: https://github.com/travis-ci/travis-ci/issues/634 >> >> Peter: You are not a public member of the shoes >> origanization, you can publicize your membership here: >> https://github.com/shoes >> >> >> On 07/17/2012 04:58 PM, Peter Fitzgibbons wrote: >>> I did not get one. Have not received any since Sun, Jul 15, >>> 2012 at 8:53 AM >>> >>> Peter Fitzgibbons >>> (847) 859-9550 <tel:%28847%29%20859-9550> >>> Email: peter.fitzgibbons@gmail.com >>> <mailto:peter.fitzgibbons@gmail.com> >>> IM GTalk: peter.fitzgibbons >>> IM AOL: peter.fitzgibbons@gmail.com >>> <mailto:peter.fitzgibbons@gmail.com> >>> >>> >>> On Tue, Jul 17, 2012 at 9:28 AM, Steve Klabnik >>> <steve@steveklabnik.com <mailto:steve@steveklabnik.com>> wrote: >>> >>> I got one. >>> >>> >> >> >>