Re: too... much... coding...

2010-01-28 Thread Jake Mannix
On Thu, Jan 28, 2010 at 6:08 AM, Grant Ingersoll wrote: > > On Jan 28, 2010, at 12:13 AM, Jake Mannix wrote: > > > What do you do when your "svn stat | wc -l" returns "66", and you have > fixes > > for 6 of your 7 open bugs? I'd like to check in, but I've also done some > > local rearranging: > >

Re: too... much... coding...

2010-01-28 Thread Grant Ingersoll
On Jan 28, 2010, at 12:13 AM, Jake Mannix wrote: > What do you do when your "svn stat | wc -l" returns "66", and you have fixes > for 6 of your 7 open bugs? I'd like to check in, but I've also done some > local rearranging: Hmmm, my brain can usually only handle one or two fixes at a time! FWI

Re: too... much... coding...

2010-01-27 Thread Jake Mannix
oooh, holey round-off errors, batman! Quick quiz: - d = -7.105427357601002E-15 - Math.sqrt(d) == ? yuck. Something which is no longer particularly close to zero! On Wed, Jan 27, 2010 at 10:12 PM, Jake Mannix wrote: > Okeedokee, trigger fired. > > Folks might want to svn up sometime soo

Re: too... much... coding...

2010-01-27 Thread Jake Mannix
Okeedokee, trigger fired. Folks might want to svn up sometime soon. -jake On Wed, Jan 27, 2010 at 9:30 PM, Ted Dunning wrote: > Sounds like a good idea to do as a batch. > > On Wed, Jan 27, 2010 at 9:13 PM, Jake Mannix > wrote: > > > Should I go through the trouble of pulling apart all thes

Re: too... much... coding...

2010-01-27 Thread Ted Dunning
Sounds like a good idea to do as a batch. On Wed, Jan 27, 2010 at 9:13 PM, Jake Mannix wrote: > Should I go through the trouble of pulling apart all these checkins, or can > I just add a wad of new unit tests, and make sure everything passes? Y'all > trust me? :) > -- Ted Dunning, CTO DeepD

too... much... coding...

2010-01-27 Thread Jake Mannix
What do you do when your "svn stat | wc -l" returns "66", and you have fixes for 6 of your 7 open bugs? I'd like to check in, but I've also done some local rearranging: colt's got DoubleDoubleFunction, we have BinaryFunction. colt's got DoubleFunction, we have UnaryFunction. Same exact interfac