Re: [Pharo-dev] Adding progress to SmalllintChecker

2014-06-22 Thread Yuriy Tymchuk
Bump. Any ideas about this? Uko On 21 Jun 2014, at 12:55, Yuriy Tymchuk wrote: > No, I have slice in the repo, but not the package. And I cannot commit the > package alone. > > Uko > > On 21 Jun 2014, at 06:19, Ben Coman wrote: > >> I sometimes accidentally save a package before saving a s

Re: [Pharo-dev] Adding progress to SmalllintChecker

2014-06-21 Thread Yuriy Tymchuk
No, I have slice in the repo, but not the package. And I cannot commit the package alone. Uko On 21 Jun 2014, at 06:19, Ben Coman wrote: > I sometimes accidentally save a package before saving a slice that the > package is in, then it fails when saving the package because the package > alrea

Re: [Pharo-dev] Adding progress to SmalllintChecker

2014-06-20 Thread Ben Coman
I sometimes accidentally save a package before saving a slice that the package is in, then it fails when saving the package because the package already exists on the remote repository.  I work around this by scrolling down a fair way in the debugger stack where it iterates over the packages in

Re: [Pharo-dev] Adding progress to SmalllintChecker

2014-06-20 Thread Yuriy Tymchuk
Ah, it’s strange, I can commit slice, but not the package version. Did I miss something important? Uko On 21 Jun 2014, at 02:57, Yuriy Tymchuk wrote: > Done > https://pharo.fogbugz.com/f/cases/13348/Display-progress-when-running-lint-rules > > On 20 Jun 2014, at 22:06, stepharo wrote: > >

Re: [Pharo-dev] Adding progress to SmalllintChecker

2014-06-20 Thread Yuriy Tymchuk
Done https://pharo.fogbugz.com/f/cases/13348/Display-progress-when-running-lint-rules On 20 Jun 2014, at 22:06, stepharo wrote: > Yes send code. > > Stef > > On 20/6/14 13:12, Yuriy Tymchuk wrote: >> Hi, >> >> can we add the progress bar to RBSmalllintChecker so we will see how many >> clas

Re: [Pharo-dev] Adding progress to SmalllintChecker

2014-06-20 Thread stepharo
Yes send code. Stef On 20/6/14 13:12, Yuriy Tymchuk wrote: Hi, can we add the progress bar to RBSmalllintChecker so we will see how many classes have been already checked? Or also how many methods in the class (though I don’t think this is reasonable). Uko

[Pharo-dev] Adding progress to SmalllintChecker

2014-06-20 Thread Yuriy Tymchuk
Hi, can we add the progress bar to RBSmalllintChecker so we will see how many classes have been already checked? Or also how many methods in the class (though I don’t think this is reasonable). Uko