Re: [Pharo-dev] [Esug-list] New Mars examples: Package Browser and Test Runner

2013-09-25 Thread Henrik Johansen
On Sep 24, 2013, at 10:42 , kilon theki...@yahoo.co.uk wrote: I agree, Morphic is quite messy but its design is very solid. Its just like any huge library need to go under a cleanup phase and be improved. Depends on what you want you mean by solid. For exploratory visual programming, it's a

[Pharo-dev] [update 2.0] #20620

2013-09-25 Thread Marcus Denker
20620 - 11217 backport 20 No timestamp in MCMethodDefinition= https://pharo.fogbugz.com/f/cases/11217 11624 backport Pharo2: Add missing asLayoutFrame in Browser openAsMorphClassEditing: https://pharo.fogbugz.com/f/cases/11624 11662 Pharo 2.0 20619:

[Pharo-dev] Jenkins build is back to stable : Pharo-2.0-Tests » run 1,vm,linux #269

2013-09-25 Thread no-reply
See https://ci.inria.fr/pharo/job/Pharo-2.0-Tests/Run=run%201,VM=vm,label=linux/269/

[Pharo-dev] Jenkins build is back to stable : Pharo-2.0-Tests » run 1,vm,win #269

2013-09-25 Thread no-reply
See https://ci.inria.fr/pharo/job/Pharo-2.0-Tests/Run=run%201,VM=vm,label=win/269/

Re: [Pharo-dev] [Esug-list] New Mars examples: Package Browser and Test Runner

2013-09-25 Thread Norbert Hartl
Am 25.09.2013 um 10:25 schrieb Henrik Johansen henrik.s.johan...@veloxit.no:On Sep 24, 2013, at 10:42 , kilon theki...@yahoo.co.uk wrote:I agree, Morphic is quite messy but its design is very solid. Its just likeany huge library need to go under a cleanup phase and be improved. Depends on what you

Re: [Pharo-dev] How to test the same behavior with different data

2013-09-25 Thread Noury Bouraqadi
Hi Frank, This sounds cool. But, how do you decide how many data you generate per test run ? Noury On 23 sept. 2013, at 11:19, Frank Shearar wrote: I played around with a combination of data driven testing and random data generation a while back: *

[Pharo-dev] Pharo Hangout Session scheduled to Wed 2/10

2013-09-25 Thread Esteban Lorenzano
Hi, So... according to the doodle poll, hangout session will be Wed 2/10. I was thinking on doing it from 12 UTC to 17 UTC, to allow people of the new continent to join... what do you think? Esteban

Re: [Pharo-dev] How to test the same behavior with different data

2013-09-25 Thread Frank Shearar
Hi Noury, At the moment it's hard-coded to 100 data points. It'd be better to pull that out into some kind of configuration object though. frank On 25 September 2013 11:19, Noury Bouraqadi bouraq...@gmail.com wrote: Hi Frank, This sounds cool. But, how do you decide how many data you

Re: [Pharo-dev] Pharo Hangout Session scheduled to Wed 2/10

2013-09-25 Thread Esteban Lorenzano
obviously it can continue, if there is people interested :) but I ensure I will be there at least those 5hs :D Esteban ps: I suppose next time I could remember that people work in other stuff and I can make the hangout a saturday :( On Sep 25, 2013, at 2:09 PM, Esteban A. Maringolo

Re: [Pharo-dev] [Esug-list] New Mars examples: Package Browser and Test Runner

2013-09-25 Thread kilon
How about using a C++ interface generator like SWIG? http://www.swig.org/exec.html http://is.muni.cz/th/256594/fi_m/thesis.pdf (note I haven't used this, I've just been browsing around for interest) cheers -ben its not that simple. Swig is like a template thingy that generates wrapper

Re: [Pharo-dev] [Pharo-users] [ANN] Launching Pharo on Ubuntu

2013-09-25 Thread kilon
thank you again. Ok that shows clearly that ZnClient can perfectly stream its contents. I know it can do it, afterall Monticello is doing it, as soon as I figure out how Monticello is doing this , its should be a piece of cake. Assuming that there is such thing as piece of cake in coding :D

Re: [Pharo-dev] Pharo Launcher link

2013-09-25 Thread kilon
Completely agree, it needs more testing and improvement but it already is very good tool. In the corner of my head I imagine a tool that will make it very easy to make custom images in a few clicks. Even a standard way to fetch libraries in a single click or update on the fly. Something like the

Re: [Pharo-dev] Pharo Hangout Session scheduled to Wed 2/10

2013-09-25 Thread kilon
people of the new continent to join haha ... I wish I had year of experience on my back on smalltalk/pharo to be able to contribute to the discussion, but suffice to say you can count me in at least as an observer. I am sure I will learn a lot from hearing / watching you discuss about pharo and

[Pharo-dev] VM repos on Gitorious

2013-09-25 Thread Luc Fabresse
Hi all, I am little bit lost in all repositories on Gitorious. I was using cogvm/blessed but currently it does not compile smoothly (small glitches) on my mountain lion. But VM is green on CI: https://ci.inria.fr/pharo/view/VM/job/PharoVM/ So my questions are: - does CI uses cogvm/pharovm

Re: [Pharo-dev] VM repos on Gitorious

2013-09-25 Thread Esteban Lorenzano
gitorious is not used anymore. use https://github.com/pharo-project/pharo-vm instead. Sorry for the mess. Esteban On Sep 25, 2013, at 5:39 PM, Luc Fabresse luc.fabre...@gmail.com wrote: Hi all, I am little bit lost in all repositories on Gitorious. I was using cogvm/blessed but

[Pharo-dev] latest builds with FileSystem problem?

2013-09-25 Thread Esteban Lorenzano
Hi, I'm experiencing some problems with FileSystem in last Pharo3 builds... can someone confirm you have also the problem or just happens in my machine so far? thanks, Esteban

Re: [Pharo-dev] latest builds with FileSystem problem?

2013-09-25 Thread Camillo Bruni
what kind of issues? On 2013-09-25, at 15:36, Esteban Lorenzano esteba...@gmail.com wrote: Hi, I'm experiencing some problems with FileSystem in last Pharo3 builds... can someone confirm you have also the problem or just happens in my machine so far? thanks, Esteban signature.asc

Re: [Pharo-dev] latest builds with FileSystem problem?

2013-09-25 Thread Esteban Lorenzano
I cannot save filetree directories. Some times work, but most of teh time it gives me MacStore(DiskStore)basicEntry:path:nodesDo: MacStore(FileSystemStore)directoryAt:ifAbsent:nodesDo: in Block: FileSystemError: Path / 'Users' / 'MAC' / 'Desktop' / 'Dev' / 'Pharo' / 'ib2' :( and no clue of

Re: [Pharo-dev] VM repos on Gitorious

2013-09-25 Thread Luc Fabresse
2013/9/25 Sean P. DeNigris s...@clipperadams.com EstebanLM wrote Sorry for the mess. Evolution is never pretty. All we can do is act and error correct. Thank you (all the core devs) for being consistently available to clear up the inevitable confusion :) yes thanks ;-) and I will try

Re: [Pharo-dev] latest builds with FileSystem problem?

2013-09-25 Thread Camillo Bruni
some random thoughts: - do you have problems in parallel with other file operations? - are you sure you do not have an overlap with uppercase / lowercase files On 2013-09-25, at 16:14, Esteban Lorenzano esteba...@gmail.com wrote: I cannot save filetree directories. Some times work, but most of

Re: [Pharo-dev] latest builds with FileSystem problem?

2013-09-25 Thread Esteban Lorenzano
mmm... I think MC is doing some forked stuff. Could that be interfering? but if so... why I didn't have the problem before? On Wed, Sep 25, 2013 at 9:20 PM, Camillo Bruni camillobr...@gmail.comwrote: some random thoughts: - do you have problems in parallel with other file operations? - are

Re: [Pharo-dev] latest builds with FileSystem problem?

2013-09-25 Thread Camillo Bruni
I doubt, I only use the VM from the 6.September, with later versions I have troubles with the keybinding :/. I can try with the latest version and see. thoug this sounds strange to me... On 2013-09-25, at 16:24, Esteban Lorenzano esteba...@gmail.com wrote: mmm... I think MC is doing some forked

Re: [Pharo-dev] latest builds with FileSystem problem?

2013-09-25 Thread Esteban Lorenzano
yeah, same vm with a 2.0 version with filetree works fine On Wed, Sep 25, 2013 at 9:36 PM, Camillo Bruni camillobr...@gmail.comwrote: I doubt, I only use the VM from the 6.September, with later versions I have troubles with the keybinding :/. I can try with the latest version and see. thoug

Re: [Pharo-dev] [Pharo-users] [ANN] Launching Pharo on Ubuntu

2013-09-25 Thread kilon
YEAH I DID IT !!! HAHAHAHA I am one of you now :D I Implemented the progress bar. Well it displays 2 progress bars. I assume the first one is for unzipping the file though it does not progress , could be something else. But the second one works like a charm , even displays the percentage of

Re: [Pharo-dev] [Pharo-users] [ANN] Launching Pharo on Ubuntu

2013-09-25 Thread btc
great to see your enthusiasm :) :) cheers -ben kilon wrote: YEAH I DID IT !!! HAHAHAHA I am one of you now :D I Implemented the progress bar. Well it displays 2 progress bars. I assume the first one is for unzipping the file though it does not progress , could be something else. But the