Re: [Pharo-dev] Fwd: [vwnc] [ANN] SmalltalkFit

2013-05-25 Thread Igor Stasenko
Looks like an interesting approach to write tests. I should take a look. Because indeed, for Athens rendering.. comparing rendered bits is a bit silly, knowing that rendering quality may differ depending on backend. From other side, you need to test that it is works in some way. On 24 May 2013

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

2013-05-25 Thread Igor Stasenko
On 22 May 2013 20:11, kilon theki...@yahoo.co.uk 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

[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

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] 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) Esteban

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 camillobr...@gmail.com wrote: I've seen a lot of progress for the Pharo Kernel by Pavel

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

2013-05-25 Thread Camillo Bruni
On 2013-05-23, at 20:15, Clément Bera bera.clem...@gmail.com 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

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 esteba...@gmail.com 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

[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

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 camillobr...@gmail.com wrote: A couple of them are in Smark http://smalltalkhub.com/#!/~StefanMarr/SMark On 2013-05-25, at 12:55, Esteban Lorenzano esteba...@gmail.com wrote: I wonder if there are benchmarks around. Also I wonder if there

[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:

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 esteba...@gmail.com wrote: On May 25, 2013, at 1:05 PM, Camillo Bruni camillobr...@gmail.com wrote: A couple of them are in Smark http://smalltalkhub.com/#!/~StefanMarr/SMark On 2013-05-25, at 12:55, Esteban Lorenzano esteba...@gmail.com

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 stephane.duca...@inria.fr 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 Camillo Bruni
On 2013-05-25, at 13:46, Igor Stasenko siguc...@gmail.com wrote: On 25 May 2013 13:20, Camillo Bruni camillobr...@gmail.com wrote: On 2013-05-25, at 13:14, Esteban Lorenzano esteba...@gmail.com wrote: On May 25, 2013, at 1:05 PM, Camillo Bruni camillobr...@gmail.com wrote: A couple

[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

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 camillobr...@gmail.com wrote: On 2013-05-25, at 13:46, Igor Stasenko siguc...@gmail.com wrote: On 25 May 2013 13:20, Camillo Bruni camillobr...@gmail.com wrote: On 2013-05-25, at 13:14, Esteban Lorenzano esteba...@gmail.com wrote: On May 25, 2013, at

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

2013-05-25 Thread stephane ducasse
On May 25, 2013, at 1:38 PM, Benjamin benjamin.vanryseghem.ph...@gmail.com wrote: PluggableListMorph do not support that Ok thanks. Arg Stef Ben On May 25, 2013, at 8:45 AM, Stéphane Ducasse stephane.duca...@inria.fr wrote: Hi How can I specify that the size of a liste

Re: [Pharo-dev] Kernel Discussion

2013-05-25 Thread stephane ducasse
On May 25, 2013, at 12:55 PM, Camillo Bruni camillobr...@gmail.com 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

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 siguc...@gmail.com wrote: On 25 May 2013 13:49, Stéphane Ducasse stephane.duca...@inria.fr wrote: Hi guys this

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

2013-05-25 Thread Igor Stasenko
On 25 May 2013 14:01, stephane ducasse stephane.duca...@free.fr 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 ]

Re: [Pharo-dev] TxText new version 0.8

2013-05-25 Thread Norbert Hartl
Am 25.05.2013 um 13:22 schrieb Igor Stasenko siguc...@gmail.com: On 25 May 2013 11:44, Camillo Bruni camillobr...@gmail.com 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

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

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

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:

Re: [Pharo-dev] Kernel Discussion

2013-05-25 Thread Frank Shearar
On 25 May 2013 11:55, Camillo Bruni camillobr...@gmail.com 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

Re: [Pharo-dev] Kernel Discussion

2013-05-25 Thread Frank Shearar
On 25 May 2013 12:40, Igor Stasenko siguc...@gmail.com wrote: On 25 May 2013 12:55, Camillo Bruni camillobr...@gmail.com 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

[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

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 camillobr...@gmail.com 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

[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