Re: [Pharo-dev] issue tracker progress

2013-05-25 Thread Clément Bera
Yeah but you need to note that there used to be only bug reports on the bug tracker whereas now it is also used as a TODO list in some case (as Opal). 2013/5/26 Camillo Bruni > We are currently moving quite fast: > > https://pharo.fogbugz.com/default.asp?pgx=FS&P19_sChartSubType=stacked&; > > M

[Pharo-dev] issue tracker progress

2013-05-25 Thread Camillo Bruni
We are currently moving quite fast: https://pharo.fogbugz.com/default.asp?pgx=FS&P19_sChartSubType=stacked&; March: 6.9 issues/day April: 7.6 issues/day Mai: 12.5 issues/day The most active projects last month was Opal: https://pharo.fogbugz.com/default.asp?pgx=FS&sView=bar

Re: [Pharo-dev] Kernel Discussion

2013-05-25 Thread Pavel Krivanek
On Sat, May 25, 2013 at 12:55 PM, Camillo Bruni wrote: > I've seen a lot of progress for the Pharo Kernel by Pavel recently and I > really appreciate his work. But I have some questions I think we should > discuss. > > There have been quite a few changes to make code work in the Kernel and to > re

[Pharo-dev] MongoQueries regex

2013-05-25 Thread Camillo Bruni
Is it correct that there is no abstraction yet to do regex searches with MongoQueries? Something like ShUser select: [ :each| (each username regex: aString) | (each fullName regex: aString) ] is not yet done?

[Pharo-dev] [regression reporter]regression occurred

2013-05-25 Thread no-reply
https://ci.inria.fr/pharo/job/Pharo-3.0-Update-Step-2-Validation/./label=win/194/ 27 regressions found. OpalCompiler.Tests.FromOld.OCCompilerSyntaxErrorNotifyingTest.testAssignmentOfSelf OpalCompiler.Tests.FromOld.OCCompilerSyntaxErrorNotifyingTest.testDigitTooLargeForARadix OpalCompiler.

[Pharo-dev] [regression reporter]regression occurred

2013-05-25 Thread no-reply
https://ci.inria.fr/pharo/job/Pharo-3.0-Update-Step-2-Validation/./label=mac/194/ 27 regressions found. OpalCompiler.Tests.FromOld.OCCompilerSyntaxErrorNotifyingTest.testAssignmentOfSelf OpalCompiler.Tests.FromOld.OCCompilerSyntaxErrorNotifyingTest.testDigitTooLargeForARadix OpalCompiler.

[Pharo-dev] [regression reporter]regression occurred

2013-05-25 Thread no-reply
https://ci.inria.fr/pharo/job/Pharo-3.0-Update-Step-2-Validation/./label=linux/194/ 27 regressions found. OpalCompiler.Tests.FromOld.OCCompilerSyntaxErrorNotifyingTest.testAssignmentOfSelf OpalCompiler.Tests.FromOld.OCCompilerSyntaxErrorNotifyingTest.testDigitTooLargeForARadix OpalCompile

Re: [Pharo-dev] are there benchmarks like deltablue and richards for Pharo?

2013-05-25 Thread Stefan Marr
Hi: On 25 May 2013, at 13:05, Camillo Bruni wrote: > A couple of them are in Smark > > http://smalltalkhub.com/#!/~StefanMarr/SMark SMark includes a pretty complete port of the Language Benchmark Game benchmarks. (http://benchmarksgame.alioth.debian.org/) Other people have been writing the ben

[Pharo-dev] [update 3.0] #30168

2013-05-25 Thread Marcus Denker
30168 - 10737 Nabujito fails because of Opal https://pharo.fogbugz.com/f/cases/ (updated Opal to last version in image, move #compileContext compatibility method to Compiler will see if this fixes the problem) 10305 FileDialogWindowTest should clean up file af

Re: [Pharo-dev] [Pharo-fuel] Corrupt BlockClosure

2013-05-25 Thread Max Leske
I can now reprocuce corrupt sessions. The trick is to debug DFSession>>numberOfMethodCalls: 1. start new session 2. debug "DFSession uniqueInstance printString" 3. step into #numberOfMehthodCalls 4. proceed 5. stop the session 5. right click on the new session in the session browser and click "Ex

Re: [Pharo-dev] Memory leaks with Spec?

2013-05-25 Thread stephane ducasse
On May 25, 2013, at 2:43 PM, Igor Stasenko wrote: > On 25 May 2013 14:01, stephane ducasse wrote: >> Igor I will use weak (may be weak should be default and we should propose >> strong as an option) >> but I do not understand since >> LoggerUI allInstances do: [ :each | System

Re: [Pharo-dev] Kernel Discussion

2013-05-25 Thread Frank Shearar
On 25 May 2013 12:40, Igor Stasenko wrote: > On 25 May 2013 12:55, Camillo Bruni wrote: >> I've seen a lot of progress for the Pharo Kernel by Pavel recently and I >> really appreciate his work. But I have some questions I think we should >> discuss. >> >> There have been quite a few changes to

Re: [Pharo-dev] Kernel Discussion

2013-05-25 Thread Frank Shearar
On 25 May 2013 11:55, Camillo Bruni wrote: > I've seen a lot of progress for the Pharo Kernel by Pavel recently and I > really appreciate his work. But I have some questions I think we should > discuss. > > There have been quite a few changes to make code work in the Kernel and to > reduce depend

Re: [Pharo-dev] Memory leaks with Spec?

2013-05-25 Thread Sean P. DeNigris
Sean P. DeNigris wrote > Yes!!! From > http://forum.world.st/Unsubscribing-for-Announcements-tp3220751p4083086.html > : But IIRC ephemerons are needed for subscribing blocks that way... - Cheers, Sean -- View this message in context: http://forum.world.st/Pharo-dev-Memory-leaks-with-Spec-t

Re: [Pharo-dev] [Pharo-project] Understanding NBOpenGL

2013-05-25 Thread kilon
ok i see, well I did not mean that we dont need platform specific code, of course we do. thanks for adding me. I will first try to contribute some example classes that show how nbopengl can be used in practice. And see if I can fix any of the bugs I find. No problem if you dont have time, I d

Re: [Pharo-dev] Memory leaks with Spec?

2013-05-25 Thread Sean P. DeNigris
stephane ducasse wrote > Igor I will use weak (may be weak should be default and we should propose > strong as an option) > but I do not understand since Yes!!! From http://forum.world.st/Unsubscribing-for-Announcements-tp3220751p4083086.html : > So it sounds like weak is the vast majority, so m

Re: [Pharo-dev] TxText new version 0.8

2013-05-25 Thread Norbert Hartl
Am 25.05.2013 um 13:22 schrieb Igor Stasenko : > On 25 May 2013 11:44, Camillo Bruni wrote: > so that means nobody *actually* loads code without tests? :D (evil laugh). >>> >>> But i do not argue about what is the be best deployment scenario. >>> >>> I am arguing about leaving developers

Re: [Pharo-dev] Memory leaks with Spec?

2013-05-25 Thread Igor Stasenko
On 25 May 2013 14:01, stephane ducasse wrote: > Igor I will use weak (may be weak should be default and we should propose > strong as an option) > but I do not understand since > >>> LoggerUI allInstances do: [ :each | >>>SystemAnnouncer uniqueInstance unsubscribe: each ] > > should unreg

Re: [Pharo-dev] are there benchmarks like deltablue and richards for Pharo?

2013-05-25 Thread Esteban Lorenzano
yes, but rizel will give us a good comparison between different versions of our own systems, but now agains others (because rizel=interpreter=old and slow) :) not that it is bad, but I would prefer a dedicated machine. said so... I think if we have the benchmarks, I think we can annoy Stef enoug

Re: [Pharo-dev] Memory leaks with Spec?

2013-05-25 Thread stephane ducasse
On May 25, 2013, at 1:59 PM, Benjamin wrote: > I am pretty sure to only use weak registration (why aren't all the > registration weak btw ??) > > It may be a problem somewhere else :( Yes I'm trying to understand. > Ben > > On May 25, 2013, at 1:55 PM, Igor Stasenko wrote: > >> On 25 Ma

Re: [Pharo-dev] Memory leaks with Spec?

2013-05-25 Thread stephane ducasse
Igor I will use weak (may be weak should be default and we should propose strong as an option) but I do not understand since >> LoggerUI allInstances do: [ :each | >>SystemAnnouncer uniqueInstance unsubscribe: each ] should unregister everything. Stef On May 25, 2013, at 1:55 PM, Igo

Re: [Pharo-dev] are there benchmarks like deltablue and richards for Pharo?

2013-05-25 Thread stephane ducasse
>> > > yeah.. that what we actually wanted to do since a while.. when we > first started using CI.. > Unfortunately for that we need a fully controllable environment: no > virtualization, sorry.. > If we could have a fully dedicated machine for that, setting things up > wouldn't be that hard. We

Re: [Pharo-dev] Memory leaks with Spec?

2013-05-25 Thread Benjamin
I am pretty sure to only use weak registration (why aren't all the registration weak btw ??) It may be a problem somewhere else :( Ben On May 25, 2013, at 1:55 PM, Igor Stasenko wrote: > On 25 May 2013 13:49, Stéphane Ducasse wrote: >> Hi guys >> >> this is strange I cannot get rid of Spec b

Re: [Pharo-dev] Kernel Discussion

2013-05-25 Thread stephane ducasse
On May 25, 2013, at 12:55 PM, Camillo Bruni wrote: > I've seen a lot of progress for the Pharo Kernel by Pavel recently and I > really appreciate his work. But I have some questions I think we should > discuss. > > There have been quite a few changes to make code work in the Kernel and to > re

Re: [Pharo-dev] Memory leaks with Spec?

2013-05-25 Thread Igor Stasenko
On 25 May 2013 13:49, Stéphane Ducasse wrote: > Hi guys > > this is strange I cannot get rid of Spec based ui instances. > I tried many > > LoggerUI allInstances do: [ :each | > SystemAnnouncer uniqueInstance unsubscribe: each ] > > LoggerUI allInstances do: #delete. > > Smalltalk garbageC

Re: [Pharo-dev] Spec and list item size

2013-05-25 Thread stephane ducasse
On May 25, 2013, at 1:38 PM, Benjamin wrote: > PluggableListMorph do not support that Ok thanks. Arg Stef > > Ben > > On May 25, 2013, at 8:45 AM, Stéphane Ducasse > wrote: > >> Hi >> >> How can I specify that the size of a liste element is two lines? >> >> Stef >> >

Re: [Pharo-dev] are there benchmarks like deltablue and richards for Pharo?

2013-05-25 Thread Igor Stasenko
On 25 May 2013 13:47, Camillo Bruni wrote: > > On 2013-05-25, at 13:46, Igor Stasenko wrote: > >> On 25 May 2013 13:20, Camillo Bruni wrote: >>> >>> On 2013-05-25, at 13:14, Esteban Lorenzano wrote: >>> On May 25, 2013, at 1:05 PM, Camillo Bruni wrote: > A couple of them are

[Pharo-dev] Memory leaks with Spec?

2013-05-25 Thread Stéphane Ducasse
Hi guys this is strange I cannot get rid of Spec based ui instances. I tried many LoggerUI allInstances do: [ :each | SystemAnnouncer uniqueInstance unsubscribe: each ] LoggerUI allInstances do: #delete. Smalltalk garbageCollect Nothing changes. Each time I create and close it does no

Re: [Pharo-dev] are there benchmarks like deltablue and richards for Pharo?

2013-05-25 Thread Camillo Bruni
On 2013-05-25, at 13:46, Igor Stasenko wrote: > On 25 May 2013 13:20, Camillo Bruni wrote: >> >> On 2013-05-25, at 13:14, Esteban Lorenzano wrote: >> >>> >>> On May 25, 2013, at 1:05 PM, Camillo Bruni wrote: >>> A couple of them are in Smark http://smalltalkhub.com/#!/~Ste

Re: [Pharo-dev] are there benchmarks like deltablue and richards for Pharo?

2013-05-25 Thread Igor Stasenko
On 25 May 2013 13:20, Camillo Bruni wrote: > > On 2013-05-25, at 13:14, Esteban Lorenzano wrote: > >> >> On May 25, 2013, at 1:05 PM, Camillo Bruni wrote: >> >>> A couple of them are in Smark >>> >>> http://smalltalkhub.com/#!/~StefanMarr/SMark >>> >>> >>> On 2013-05-25, at 12:55, Esteban Lorenz

Re: [Pharo-dev] Kernel Discussion

2013-05-25 Thread Igor Stasenko
On 25 May 2013 12:55, Camillo Bruni wrote: > I've seen a lot of progress for the Pharo Kernel by Pavel recently and I > really appreciate his work. But I have some questions I think we should > discuss. > > There have been quite a few changes to make code work in the Kernel and to > reduce depend

Re: [Pharo-dev] Spec and list item size

2013-05-25 Thread Benjamin
PluggableListMorph do not support that Ben On May 25, 2013, at 8:45 AM, Stéphane Ducasse wrote: > Hi > > How can I specify that the size of a liste element is two lines? > > Stef >

Re: [Pharo-dev] TxText new version 0.8

2013-05-25 Thread Igor Stasenko
On 25 May 2013 11:44, Camillo Bruni wrote: so that means nobody *actually* loads code without tests? :D (evil laugh). >> >> But i do not argue about what is the be best deployment scenario. >> >> I am arguing about leaving developers to choose: >> - if (s)he wants to deploy with tests or not,

Re: [Pharo-dev] are there benchmarks like deltablue and richards for Pharo?

2013-05-25 Thread Camillo Bruni
On 2013-05-25, at 13:14, Esteban Lorenzano wrote: > > On May 25, 2013, at 1:05 PM, Camillo Bruni wrote: > >> A couple of them are in Smark >> >> http://smalltalkhub.com/#!/~StefanMarr/SMark >> >> >> On 2013-05-25, at 12:55, Esteban Lorenzano wrote: >>> I wonder if there are benchmarks aro

Re: [Pharo-dev] SystemAnnouncer api question

2013-05-25 Thread Esteban Lorenzano
probably my fault ;) but can be implemented, there no reason for the restriction. Esteban On May 25, 2013, at 1:11 PM, Stéphane Ducasse wrote: > Hi guys > > why there is no variant to on:send:to: > "SystemAnnouncer uniqueInstance on: AddedLog send: #foo to: self. " > that pass also the

[Pharo-dev] [update 3.0] #30167

2013-05-25 Thread Marcus Denker
30167 - 10727 Cleaning trigger: use for deprecation of event https://pharo.fogbugz.com/f/cases/10727 6489 Spec-ify DropListModel / TextModel https://pharo.fogbugz.com/f/cases/close/6489 Diff information: http://smalltalkhub.com/mc/Pharo/Pharo30/main/Tests-MarcusDenker

Re: [Pharo-dev] are there benchmarks like deltablue and richards for Pharo?

2013-05-25 Thread Esteban Lorenzano
On May 25, 2013, at 1:05 PM, Camillo Bruni wrote: > A couple of them are in Smark > > http://smalltalkhub.com/#!/~StefanMarr/SMark > > > On 2013-05-25, at 12:55, Esteban Lorenzano wrote: >> I wonder if there are benchmarks around. >> Also I wonder if there would be useful :) >> For "marketin

[Pharo-dev] SystemAnnouncer api question

2013-05-25 Thread Stéphane Ducasse
Hi guys why there is no variant to on:send:to: "SystemAnnouncer uniqueInstance on: AddedLog send: #foo to: self. " that pass also the announcement? Just because it is better to use on:do;? Stef

[Pharo-dev] Spec and list item size

2013-05-25 Thread Stéphane Ducasse
Hi How can I specify that the size of a liste element is two lines? Stef

Re: [Pharo-dev] are there benchmarks like deltablue and richards for Pharo?

2013-05-25 Thread Camillo Bruni
A couple of them are in Smark http://smalltalkhub.com/#!/~StefanMarr/SMark On 2013-05-25, at 12:55, Esteban Lorenzano wrote: > I wonder if there are benchmarks around. > Also I wonder if there would be useful :) > For "marketing" purposes I think yes: if we can put in the web page that we > ar

Re: [Pharo-dev] Halt subclass: #AssertionFailure

2013-05-25 Thread Camillo Bruni
On 2013-05-23, at 20:15, Clément Bera wrote: > Did you check the latest SUnit version before doing that ? I think it is > not integrated yet in Pharo. Yes I had a look at it, though not that much in detail. And I think not that much change on the global scale. I should check again I guess :)

Re: [Pharo-dev] Kernel Discussion

2013-05-25 Thread Esteban Lorenzano
well... I said the same when I was applying those changes, he :) I already made a note in my TODO list to refactor that as soon as possible too :) Esteban On May 25, 2013, at 12:55 PM, Camillo Bruni wrote: > I've seen a lot of progress for the Pharo Kernel by Pavel recently and I > really appr

[Pharo-dev] are there benchmarks like deltablue and richards for Pharo?

2013-05-25 Thread Esteban Lorenzano
Hi, I wonder if there are benchmarks around. Also I wonder if there would be useful :) For "marketing" purposes I think yes: if we can put in the web page that we are running those benchmarks, it is cool for "seriousness" (that, of course, assuming the results will not be terribly bad :P) Esteb

[Pharo-dev] Kernel Discussion

2013-05-25 Thread Camillo Bruni
I've seen a lot of progress for the Pharo Kernel by Pavel recently and I really appreciate his work. But I have some questions I think we should discuss. There have been quite a few changes to make code work in the Kernel and to reduce dependencies between packages. But I really have the impressio

Re: [Pharo-dev] TxText new version 0.8

2013-05-25 Thread Camillo Bruni
>>> so that means nobody *actually* loads code without tests? :D (evil laugh). > > But i do not argue about what is the be best deployment scenario. > > I am arguing about leaving developers to choose: > - if (s)he wants to deploy with tests or not, it should be up to him. it's also up to him to

[Pharo-dev] [update 3.0] #30166

2013-05-25 Thread Marcus Denker
30166 - 10674 Failing Regressiontest: MethodPragmaTest>>#testCompileInvalid https://pharo.fogbugz.com/f/cases/10674 10736 Fix shortcut for smart suggestions in mac https://pharo.fogbugz.com/f/cases/10736 10726 Enhance methods comments in FileSystem htt

Re: [Pharo-dev] [Pharo-project] Understanding NBOpenGL

2013-05-25 Thread Igor Stasenko
I added you as contributor to project. Feel free to contribute! :) I would love to play more with OpenGL, but i am swamped with other stuff. -- Best regards, Igor Stasenko.

Re: [Pharo-dev] [Pharo-project] Understanding NBOpenGL

2013-05-25 Thread Igor Stasenko
On 22 May 2013 20:00, kilon wrote: > Hey Igor , yes I would love to contrinbute to NBOpenGL for a very long time. > I could at least fix those small errors like the one I reported and add > documentation to methods and > especially classes. > > I am using pharo 3.0 and GLTTRenderingDemo does not w

Re: [Pharo-dev] [Pharo-project] Understanding NBOpenGL

2013-05-25 Thread Igor Stasenko
On 22 May 2013 20:11, kilon wrote: > I am looking at NBGLContextDriver and NBGLDisplay and I see none of that hard > coded stuff. > Look more carefully: there's a code to manage viewport and setting up buffers and other things, like blend more etc in those classes. It is not platform-specific (bec