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

2013-09-24 Thread btc
kilon 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. I checked to find out if QT can be accessed from C , the short answer is no. So move along nothing to see here. I dont know what you

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

2013-09-24 Thread Sven Van Caekenberghe
Kilon, Here is another example: OrderedCollection streamContents: [ :out | [ ZnClient new signalProgress: true; url: 'http://stfx.eu/PharoV20.sources'; downloadTo: '/tmp' ] on: HTTPProgress do: [ :notification | out nextPut: notification. notification resum

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

2013-09-24 Thread kilon
Personally I don't care that much to be frank with you. I think the age of "native look" has passed and failed miserably. All the rage now is custom look guis, graphics app are strictly custom look, sound and music apps are strictly custom look and web apps of course as well. Only business apps are

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

2013-09-24 Thread kilon
The confusion of the noob, I saw a method though it was a class, did not see "self" in front of it. Yeap its definitely Zinc , its staring me in the face with that blank look :D Ok then its certainly my lack of understanding. I will take my time learning how Zinc works and how progress bar works.

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

2013-09-24 Thread Stéphane Ducasse
I saw Add multi-touch gesture recognizers ClutterPanAction, ClutterZoomAction, and ClutterRotateAction are gesture recognizers that can be used to detect common multi-touch gestures. The ClutterGestureAction class has been modified to make it easy to create new gesture recognizers. And I'm cur

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

2013-09-24 Thread Camillo Bruni
On 2013-09-24, at 17:43, Sven Van Caekenberghe wrote: > > On 24 Sep 2013, at 22:23, kilon wrote: > >> Actually it works its just that is not meant to create a progress bar. >> >> To create a progressbar I created a new test >> >> testProgressBar >> UIManager default informUserDuring:

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

2013-09-24 Thread Esteban Lorenzano
er... of course Mars is designed to alllow the backend you want to plug in, but we thinkthat Gtk3 is ok for Linux and good enough for Windows. For OSX we have the Cocoa backend. So I do not understand this line of argument :) Esteban On Tue, Sep 24, 2013 at 10:42 PM, kilon wrote: > I agree, Mo

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

2013-09-24 Thread Sven Van Caekenberghe
On 24 Sep 2013, at 22:23, kilon wrote: > Actually it works its just that is not meant to create a progress bar. > > To create a progressbar I created a new test > > testProgressBar > UIManager default informUserDuring: [ :bar | > [ ^ ZnClient new >

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

2013-09-24 Thread kilon
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. I checked to find out if QT can be accessed from C , the short answer is no. So move along nothing to see here. I dont know what you mean by "export the

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

2013-09-24 Thread kilon
Actually it works its just that is not meant to create a progress bar. To create a progressbar I created a new test testProgressBar UIManager default informUserDuring: [ :bar | [ ^ ZnClient new signalProgress: true;

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

2013-09-24 Thread Sean P. DeNigris
kilon wrote > And the fact that Morphic is written in smalltalk and not just another C > library, is hard to beat for customization When one wants to do something non-standard, Morphic is insanely powerful. The only issue I have is cleaning and refactoring. I think the underlying idea is brilliant

Re: [Pharo-dev] Pharo 3 is interesting

2013-09-24 Thread Stéphane Ducasse
On Sep 24, 2013, at 8:38 PM, GOUBIER Thierry wrote: > Ok. > > At the same time, I can appreciate the way the change was done. I just merged > my system browser from 2.0 to 3.0 with very few problems, just tracking a few > deprecations. And given how close I am to the class organisation / RPac

Re: [Pharo-dev] Pharo 3 is interesting

2013-09-24 Thread GOUBIER Thierry
Ok. At the same time, I can appreciate the way the change was done. I just merged my system browser from 2.0 to 3.0 with very few problems, just tracking a few deprecations. And given how close I am to the class organisation / RPackage and friends, I can appreciate the care in maintaining a ver

[Pharo-dev] ConfigurationOfGhost: Where?

2013-09-24 Thread p...@highoctane.be
I am preparing my environment for development and am updating my webstack configuration to match the new moves to SmalltalkHub. Now, I am trying to get my ConfigurationOfOak working. Fuel has moved to SmalltalkHub and it is fine. Now, where is Ghost .? I want to update this: spec project: 'Gho

[Pharo-dev] [regression reporter]regression occurred

2013-09-24 Thread no-reply
https://ci.inria.fr/pharo/job/Pharo-3.0-Update-Step-2.1-Validation/label=win/527/ 1 regressions found. Zinc.Zodiac.ZnHTTPSTests.testTransfers

[Pharo-dev] [update 3.0] #30422

2013-09-24 Thread Marcus Denker
30422 - 11671 remove empty packages https://pharo.fogbugz.com/f/cases/11671 11672 tiny code critic cleanup in Network, Graphics and Tools https://pharo.fogbugz.com/f/cases/11672 11669 Move classes in System-Applications to Deprecated30 https://pharo.fo

Re: [Pharo-dev] Pharo 3 is interesting

2013-09-24 Thread Esteban Lorenzano
On Sep 24, 2013, at 6:20 PM, Igor Stasenko wrote: > > > > On 24 September 2013 17:06, Goubier Thierry wrote: > > > Le 24/09/2013 16:50, Igor Stasenko a écrit : > > > On 24 September 2013 15:31, Goubier Thierry > wrote: > > I'm managing to get MNUs in

Re: [Pharo-dev] Pharo 3 is interesting

2013-09-24 Thread Igor Stasenko
On 24 September 2013 17:06, Goubier Thierry wrote: > > > Le 24/09/2013 16:50, Igor Stasenko a écrit : > >> >> >> On 24 September 2013 15:31, Goubier Thierry > > wrote: >> >> I'm managing to get MNUs in Pharo 3.0 in a quite fun way. >> >> I've compiled meth

[Pharo-dev] Pharo Launcher link

2013-09-24 Thread btc
Just wondering if it would be suitable to link to the Pharo Launcher from http://www.pharo-project.org/pharo-download. cheers -ben

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

2013-09-24 Thread Sven Van Caekenberghe
On 24 Sep 2013, at 15:18, kilon wrote: > ah yes of course. Ok thanks for adding me. > > I took a look at the code, it points back to Zinc , it look like I would > need to override ZnClient >> withProgressDo: , no Idea how to do this > currently but will continue looking into . I also found ho

[Pharo-dev] Pharo Hangout Session! (next week, doodle poll)

2013-09-24 Thread Esteban Lorenzano
Hi, During last ESUG we talked a lot about how can we improve/support the participation of all members of the community in the development of Pharo. One of the ideas is to organize remote sprints managed through google-hangout and the irc channel. Basically, it should work like a regular sprin

Re: [Pharo-dev] Pharo 3 is interesting

2013-09-24 Thread Goubier Thierry
Le 24/09/2013 16:50, Igor Stasenko a écrit : On 24 September 2013 15:31, Goubier Thierry mailto:thierry.goub...@cea.fr>> wrote: I'm managing to get MNUs in Pharo 3.0 in a quite fun way. I've compiled methods with nil as protocol... The result is kind of interesting. i think it

Re: [Pharo-dev] Pharo 3 is interesting

2013-09-24 Thread Igor Stasenko
On 24 September 2013 15:31, Goubier Thierry wrote: > I'm managing to get MNUs in Pharo 3.0 in a quite fun way. > > I've compiled methods with nil as protocol... The result is kind of > interesting. > i think it is because nil is no longer valid protocol. sure thing it should not lead to dnu but

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

2013-09-24 Thread Goubier Thierry
Ok, corrected MarsWorkspace and lost my changes because, after hitting a bug in the Workspace menu, I killed the window and Pharo with it :O Looks like it's working, great work! Thierry Le 24/09/2013 16:03, Goubier Thierry a écrit : I changed it to libgtk-3.so.0 instead of libgtk-3.so.0.600.0

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

2013-09-24 Thread Goubier Thierry
I changed it to libgtk-3.so.0 instead of libgtk-3.so.0.600.0 (on ubuntu 13.04 it's libgtk-3.so.0.600.4 :)). However MarsTestRunner fail with a MNU: MarsListModel>>announce: and I'm chasing a sizingPolicy nil in MarsLayout for MarsWorkspace Thierry Le 24/09/2013 15:28, Esteban Lorenzano a écr

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

2013-09-24 Thread kilon
EstebanLM wrote > the objective is to have an alternative. > now, we are running morphs inside mars windows (with athens, etc.)... so > there would not be a problem there :) now this sounds super interesting stuff, mixing moprhic with native guis. I hear that GTK3 is mostly Cairo based, and so is

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

2013-09-24 Thread Mark Bestley
wrote: > --089e0122eca46a487504e71ea2a2 Content-Type: text/plain; charset=UTF-8 > > Same error here on ArchLinux. > > Laurent > > > On Tue, Sep 24, 2013 at 12:06 PM, kilon > wrote: > > > yeah it fails with error after executing : > > > > Gofer it url: 'http://www.smalltalkhub.com/mc/este

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

2013-09-24 Thread Esteban Lorenzano
yes... if you have it (for 32bits), you should be ok. but maybe you need to change the path. On Sep 24, 2013, at 3:28 PM, Goubier Thierry wrote: > I followed the instructions in another mail. > > Basically, it fails trying to load libgtk3 > > Thierry > > Le 24/09/2013 15:18, Esteban Lorenz

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

2013-09-24 Thread Damien Cassou
On Tue, Sep 24, 2013 at 3:18 PM, kilon wrote: > I took a look at the code, it points back to Zinc , it look like I would > need to override ZnClient >> withProgressDo: , no Idea how to do this > currently but will continue looking into . I also found how monticello uses > progress bars when downl

[Pharo-dev] Pharo 3 is interesting

2013-09-24 Thread Goubier Thierry
I'm managing to get MNUs in Pharo 3.0 in a quite fun way. I've compiled methods with nil as protocol... The result is kind of interesting. Thierry -- Thierry Goubier CEA list Laboratoire des Fondations des Systèmes Temps Réel Embarqués 91191 Gif sur Yvette Cedex France Phone/Fax: +33 (0) 1 69

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

2013-09-24 Thread Stéphane Ducasse
>> No I do not think so because they are plenty of experimentations that a >> native binding >> will not support. > > But could a Spec subset (or Spec itself?) target Mars? this is the idea. We should be able to reuse the composition logic of spec object. Stef

Re: [Pharo-dev] [Pharo-users] RFB on 2.0 + linux - semaphore primitive failed

2013-09-24 Thread Mariano Martinez Peck
On Tue, Sep 24, 2013 at 10:21 AM, Mariano Martinez Peck < marianop...@gmail.com> wrote: > OK. I think I am having the same issue here. I am using Pharo2.0 Latest > update: #20619, and a Mac VM of Mar 13 2013. > I have a SmalltalkHub image running with RFB. If I save the image with the > RFBServer

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

2013-09-24 Thread Goubier Thierry
I followed the instructions in another mail. Basically, it fails trying to load libgtk3 Thierry Le 24/09/2013 15:18, Esteban Lorenzano a écrit : you need gtk3-devel? weird... you should be ok without. We need to check that. Esteban On Sep 24, 2013, at 3:22 PM, Goubier Thierry wrote: Le

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

2013-09-24 Thread kilon
ah yes of course. Ok thanks for adding me. I took a look at the code, it points back to Zinc , it look like I would need to override ZnClient >> withProgressDo: , no Idea how to do this currently but will continue looking into . I also found how monticello uses progress bars when downloading rep

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

2013-09-24 Thread Esteban Lorenzano
you need gtk3-devel? weird... you should be ok without. We need to check that. Esteban On Sep 24, 2013, at 3:22 PM, Goubier Thierry wrote: > > > Le 24/09/2013 15:09, Esteban Lorenzano a écrit : >> >> On Sep 24, 2013, at 3:05 PM, Stéphane Ducasse >> wrote: >> >>> I am wondering. How

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

2013-09-24 Thread Goubier Thierry
Le 24/09/2013 15:09, Esteban Lorenzano a écrit : On Sep 24, 2013, at 3:05 PM, Stéphane Ducasse wrote: I am wondering. How far are we from dropping Morphic for good? Far. yes, we still need a lot of work. but I'm working on made a release so others can collaborate :) By the way, is

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

2013-09-24 Thread Esteban Lorenzano
On Sep 24, 2013, at 3:05 PM, Stéphane Ducasse wrote: > >> I am wondering. How far are we from dropping Morphic for good? > > Far. yes, we still need a lot of work. but I'm working on made a release so others can collaborate :) > >> By the way, is this the goal? > > No I do not think so b

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

2013-09-24 Thread Goubier Thierry
Le 24/09/2013 15:05, Stéphane Ducasse a écrit : I am wondering. How far are we from dropping Morphic for good? Far. By the way, is this the goal? No I do not think so because they are plenty of experimentations that a native binding will not support. But could a Spec subset (or Spec

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

2013-09-24 Thread Stéphane Ducasse
> I am wondering. How far are we from dropping Morphic for good? Far. > By the way, is this the goal? No I do not think so because they are plenty of experimentations that a native binding will not support. Stef >> Nope! I should learn how to do that :P I'll try to do it this week. >> >>

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

2013-09-24 Thread Alexandre Bergel
I am wondering. How far are we from dropping Morphic for good? By the way, is this the goal? Alexandre On Sep 24, 2013, at 4:09 AM, Carla F. Griggio wrote: > Nope! I should learn how to do that :P I'll try to do it this week. > > > On Tue, Sep 24, 2013 at 9:04 AM, laurent laffont > wrote:

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

2013-09-24 Thread Esteban Lorenzano
ah yes... in 3.0 it will not work at the moment :) On Sep 24, 2013, at 2:25 PM, laurent laffont wrote: > I've tried on Pharo 3.0. > > On Pharo2.0 one click it loads correctly. > > Laurent > > > On Tue, Sep 24, 2013 at 1:06 PM, Carla F. Griggio > wrote: > I'm checking that error and it's we

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

2013-09-24 Thread laurent laffont
I've tried on Pharo 3.0. On Pharo2.0 one click it loads correctly. Laurent On Tue, Sep 24, 2013 at 1:06 PM, Carla F. Griggio wrote: > I'm checking that error and it's weird. First, I could load the project > with no problems in the last Pharo 2.0 image I downloaded from > pharo-project.org. >

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

2013-09-24 Thread Damien Cassou
On Tue, Sep 24, 2013 at 1:21 PM, kilon wrote: > yeah I will give it a try, don't know how long will take me but I like what > you have done with Pharo Launcher. I will create an enhancement issue when I > have it working as I want and report back. Esteban has granted me commit > right to pharo 3 i

[Pharo-dev] Fwd: [Esug-list] Smalltalk PhD offer

2013-09-24 Thread stephane ducasse
StefBegin forwarded message:From: Loïc Lagadec Subject: [Esug-list] Smalltalk PhD offerDate: September 23, 2013 1:42:28 PM GMT+02:00To: ESUG Mailing list We have an open PhD position  for which we are looking for

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

2013-09-24 Thread kilon
yeah I will give it a try, don't know how long will take me but I like what you have done with Pharo Launcher. I will create an enhancement issue when I have it working as I want and report back. Esteban has granted me commit right to pharo 3 inbox too so I will commit there. Or do you want me to c

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

2013-09-24 Thread Damien Cassou
On Tue, Sep 24, 2013 at 12:46 PM, kilon wrote: > is adding a progress bar , hard to do ? don't know. Do you want to try? -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill

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

2013-09-24 Thread Carla F. Griggio
I'm checking that error and it's weird. First, I could load the project with no problems in the last Pharo 2.0 image I downloaded from pharo-project.org. But I checked your stacktrace and I see that the error comes from here: ExternalObject class>>initialize "ExternalObject initialize" Smalltalk

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

2013-09-24 Thread kilon
is adding a progress bar , hard to do ? -- View this message in context: http://forum.world.st/ANN-Launching-Pharo-on-Ubuntu-tp4709757p4710015.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.

Re: [Pharo-dev] Smalltalkhub - REST API :) (a.k.a. Sorry, if I broke it...^^)

2013-09-24 Thread Nicolas Petton
There is indeed an issue (not with the load itself), I will fix it today and get back to you guys with more info! Cheers, Nico Marcel Taeumel writes: > Hi! :) > > I am just trying out a tool thus querying the SmalltalkHub instance at > smalltalkhub.com via its REST interface. Unfortunately, it

Re: [Pharo-dev] [Moose-dev] Code functionality assessment

2013-09-24 Thread Peter Hugosson-Miller
Thanks, Natalia, it was a very enjoyable read, too! On Mon, Sep 23, 2013 at 10:12 PM, Stéphane Ducasse < stephane.duca...@inria.fr> wrote: > +1 ! > > Stef > > On Sep 23, 2013, at 7:36 PM, Tudor Girba wrote: > > Very nice work, Natalia! > > Doru > > > On Mon, Sep 23, 2013 at 6:12 PM, Natalia Tym

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

2013-09-24 Thread Carla F. Griggio
Santiago: yes! Germán said the same thing :P It would be awesome. Maybe filling the potion is more difficult, but at least I can change the color :P Kilon and laurent: I will try it in a new image and get back to you, thanks for trying it (or trying to try it :P). On Tue, Sep 24, 2013 at 12:30 P

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

2013-09-24 Thread laurent laffont
Same error here on ArchLinux. Laurent On Tue, Sep 24, 2013 at 12:06 PM, kilon wrote: > yeah it fails with error after executing : > > Gofer it > url: 'http://www.smalltalkhub.com/mc/estebanlm/Mars/main'; > package: 'ConfigurationOfMars'; > load. > > ConfigurationOfMars loadBleedingEdge:

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

2013-09-24 Thread Damien Cassou
On Mon, Sep 23, 2013 at 6:33 PM, blake wrote: > Very nice. Works on Mint, too. Could use more feedback, maybe: It's not > always clear when it's doing something when you create an image. I know :-(. If you have an idea, please tell me. Also, I would appreciate some help. -- Damien Cassou http:

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

2013-09-24 Thread Santiago Bragagnolo
(of course i didnt saw the video because my beloved proxy :) ) 2013/9/24 Santiago Bragagnolo > woaaa, i love it. Can the potion have the colour of the tests? (all green= > green potion)) :3 does the potion get filled meanwhile tests are running? > (i know all what i ask for is not needed :P ) >

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

2013-09-24 Thread Santiago Bragagnolo
woaaa, i love it. Can the potion have the colour of the tests? (all green= green potion)) :3 does the potion get filled meanwhile tests are running? (i know all what i ask for is not needed :P ) 2013/9/24 Esteban Lorenzano > oops... I updated the page... but most probably I should remove it. >

Re: [Pharo-dev] [Pharo-users] Pharo Wiki cleanup

2013-09-24 Thread kilon
I dont know if its my stupidity or my lack of pharo understanding but when I go to wishlist and check he first item,click the bug link and I ignore the fact that all comments are badly formated from google code page so I go to the original issue page, I read and re read it and still have no clue wh

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

2013-09-24 Thread kilon
yeah it fails with error after executing : Gofer it url: 'http://www.smalltalkhub.com/mc/estebanlm/Mars/main'; package: 'ConfigurationOfMars'; load. ConfigurationOfMars loadBleedingEdge: 'All'. "Error : nil cannot be found in Smalltalk dictionary" here is the stack trace http://pastebin

Re: [Pharo-dev] Asking for commit rights to pharo 3 inbox

2013-09-24 Thread kilon
thank you Esteban :) -- View this message in context: http://forum.world.st/Asking-for-commit-rights-to-pharo-3-inbox-tp4709969p4710002.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.

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

2013-09-24 Thread Esteban Lorenzano
oops... I updated the page... but most probably I should remove it. when ready to use filetree, I will move Mars to github or bitbucket :) Esteban On Sep 24, 2013, at 10:31 AM, kilon wrote: > You did an awesome job, I had not the chance to try your code. I assume it on > smalltalkhub but it is

Re: [Pharo-dev] [Pharo-users] Pharo Wiki cleanup

2013-09-24 Thread Stéphane Ducasse
I will have a look. Stef On Sep 24, 2013, at 6:00 AM, Camillo Bruni wrote: > Welcome Page:https://pharo.fogbugz.com/default.asp?W41 > Documentation: https://pharo.fogbugz.com/default.asp?W69 > Changelog: https://pharo.fogbugz.com/default.asp?W2 > Wishlist:htt

Re: [Pharo-dev] Asking for commit rights to pharo 3 inbox

2013-09-24 Thread Esteban Lorenzano
done On Sep 24, 2013, at 10:26 AM, kilon wrote: > Since it seems I will be submitting more slices, any chance of granting me > committing right so I can easier move my slices from computer to computer > and you avoid downloading manually my slices :) > > > > -- > View this message in contex

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

2013-09-24 Thread Carla F. Griggio
Hi! For Ubuntu read this blog entry where I explain the setup I had to do: http://marsonpharo.wordpress.com/2013/06/19/setting-up-the-environment/ It's a little outdated because it was one of the first things I did, but if something doesn't work just let me know or comment on the blog post. Thank

Re: [Pharo-dev] slow RPackageOrganizer >> packageNamed:

2013-09-24 Thread Esteban Lorenzano
I suppose is because of the extension checks... so yes, we can restrain his use :) On Sep 24, 2013, at 1:20 AM, Camillo Bruni wrote: > @Esteban what is the reason we have to do a case-ignored check for looking up > a package in #packageNamed:? > seems unnecessary slow to me :/, maybe we can

[Pharo-dev] [regression reporter]regression occurred

2013-09-24 Thread no-reply
https://ci.inria.fr/pharo/job/Pharo-3.0-Update-Step-2.1-Validation/label=win/526/ 1 regressions found. Zinc.Zodiac.ZnHTTPSTests.testGetPharoVersion

[Pharo-dev] [update 3.0] #30421

2013-09-24 Thread Marcus Denker
30421 - 11537 remove #classVersion methods and friends https://pharo.fogbugz.com/f/cases/11537 11664 SHA1>>#hashStream: should return a ByteArray of size 20 https://pharo.fogbugz.com/f/cases/11664 11663 remove ViewHierarchyExplorer https://pharo.fogbug

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

2013-09-24 Thread kilon
ok found it in smalltalkhub and load it to the image, but trying CofigurationOfMars loadBleedingEdge gives me an error "error: name not found unix" . How I load it ? I am on Ubuntu 13.04 amd64. -- View this message in context: http://forum.world.st/New-Mars-examples-Package-Browser-and-Test-R

Re: [Pharo-dev] Smalltalkhub - REST API :) (a.k.a. Sorry, if I broke it...^^)

2013-09-24 Thread Stephan Eggermont
And please don't all at the same time download and run the DeprecationFinder code, until Nicolas tells you he wants to do a load test! Stephan

Re: [Pharo-dev] Smalltalkhub - REST API :) (a.k.a. Sorry, if I broke it...^^)

2013-09-24 Thread Stephan Eggermont
Hi Marcel, >my goal is to find the big ones to take a closer look at. Thus, next steps >would be to fetch the latest MCZ of all projects and then analyze their >contents. :) That is in DeprecationFinder. (load in a Moose 4.8 after loading NeoJSon). Current analysis is just getting the invocat

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

2013-09-24 Thread kilon
You did an awesome job, I had not the chance to try your code. I assume it on smalltalkhub but it is down , but will try your code ASAP on my UBUNTU. But from the videos its clear you have done very good job, thank you for contributing to pharo . google code link to a non existent website. Where ex

[Pharo-dev] Asking for commit rights to pharo 3 inbox

2013-09-24 Thread kilon
Since it seems I will be submitting more slices, any chance of granting me committing right so I can easier move my slices from computer to computer and you avoid downloading manually my slices :) -- View this message in context: http://forum.world.st/Asking-for-commit-rights-to-pharo-3-inbox

Re: [Pharo-dev] Smalltalkhub - REST API :) (a.k.a. Sorry, if I broke it...^^)

2013-09-24 Thread Marcel Taeumel
Thank you, my goal is to find the big ones to take a closer look at. Thus, next steps would be to fetch the latest MCZ of all projects and then analyze their contents. :) Btw: Maybe it should not be possible to fetch a user's email address via /hub/users/username considering privacy issues. Best

Re: [Pharo-dev] Smalltalkhub - REST API :) (a.k.a. Sorry, if I broke it...^^)

2013-09-24 Thread kilon
So My Dear Lords whats the punishment for breaking smalltalkhub ? I propose 100 bug fixes as punishment of this man reckless behavior :D I was about to open a thread about sthub 502. Definetly a fun way to kill smalltalk hub. DiegoLont wrote > Yes, > > We already found out that putting load o

Re: [Pharo-dev] Smalltalkhub - REST API :) (a.k.a. Sorry, if I broke it...^^)

2013-09-24 Thread Diego Lont
Yes, We already found out that putting load on smalltalkhub causes a crash. Please take a look at deprecation finder at smalltalkhub. If you want a list of all projects (and all calls this project does) we can provide this in a fuel file. Regards, Stephan and Diego On Sep 24, 2013, at 8:53 AM,

Re: [Pharo-dev] SHA1 changed ??

2013-09-24 Thread Esteban Lorenzano
cool :) this was annoying me too :P On Sep 23, 2013, at 8:45 PM, Sven Van Caekenberghe wrote: > https://pharo.fogbugz.com/f/cases/11664/SHA1-hashStream-should-return-a-ByteArray-of-size-20 > > with slice > > On 13 Sep 2013, at 15:38, Sven Van Caekenberghe wrote: > >> Bump. >> >> Max ? >>

Re: [Pharo-dev] [NB] Trying to implement a ReadStream on NBExternalAddress

2013-09-24 Thread Luc Fabresse
2013/9/24 Nicolas Cellier > Isn't Eliot just implementing this feature, having a segment of non > relocatable objects? > AFAIU, yes ;-) Cheers, Luc > > > 2013/9/23 Igor Stasenko > >> >> >> >> On 23 September 2013 21:40, Igor Stasenko wrote: >> >>> >>> >>> >>> On 23 September 2013 16:23, Ca

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

2013-09-24 Thread Carla F. Griggio
Nope! I should learn how to do that :P I'll try to do it this week. On Tue, Sep 24, 2013 at 9:04 AM, laurent laffont wrote: > Hi Carla, > > this is cool ! Is there a ready Pharo + Mars image built by jenkins server > ? > > Cheers, > > Laurent > > > On Tue, Sep 24, 2013 at 4:42 AM, Carla F. Grigg

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

2013-09-24 Thread laurent laffont
Hi Carla, this is cool ! Is there a ready Pharo + Mars image built by jenkins server ? Cheers, Laurent On Tue, Sep 24, 2013 at 4:42 AM, Carla F. Griggio wrote: > Hi everyone! > I want to let you know that I've just posted a screencast in my blog about > the new Mars Package Browser and Test