Re: [Pharo-project] RFB server and 2.0

2013-04-15 Thread Milan Mimica
I did and it works with no problem. Only tried it locally, but doesn't matter. On 15 April 2013 20:37, Esteban Lorenzano wrote: > Hi, > > Someone has tried RFB in 2.0? I installed it, but looks like it is not > working :( > > Esteban > -- Milan Mimica http://sparklet.sf.net

Re: [Pharo-project] Spec DropLists

2013-04-15 Thread stephane ducasse
I did not check but we should avoid isKindOf: and we should avoid different protocol that after leads to ugly code. > > > > Now @ > https://pharo.fogbugz.com/f/cases/6489/Spec-ify-DropListModel-TextModel > Fix in inbox: > SLICE-Issue-6489-Spec-ify-DropListModel--TextModel-SeanDeNigris.1 > > I

Re: [Pharo-project] Spec DropLists

2013-04-15 Thread Sean P. DeNigris
Sean P. DeNigris wrote > Issue 6551: [ENH Spec]: Spec-ify DropListModel > http://code.google.com/p/pharo/issues/detail?id=6551 > > Currently: > self instantiateModels: #(dropList #DropListModel). > > item1 := DropListItem named: 'Red morph' do: self redMorphBlock. > item2

Re: [Pharo-project] [Metacello] FTP repo without storing username/pass in ConfigurationOf

2013-04-15 Thread Dale Henrichs
Mariano, I would think that you'd treat the FTP repository like the HTTP repository, i.e., if you add the repository in the MetacelloBrowser and set the username/password there, then Metacello should honor that (like it does for the HTTP repository) ... so instead of adding some sort of reposit

Re: [Pharo-project] Versionner in 2.0 again

2013-04-15 Thread Christophe Demarey
Hi Sean, Le 15 avr. 2013 à 20:39, Sean P. DeNigris a écrit : > stephane ducasse wrote >>> What you need : >>> 1/ Load (don't merge) Metacello-ToolBox-dkh.130 from >>> http://seaside.gemstone.com/ss/metacello in your Pharo2 image. >>> 2/ Load ConfigurationOfVersionner from >>> http://ss3.gemstone.

Re: [Pharo-project] RFB server and 2.0

2013-04-15 Thread Norbert Hartl
Am 15.04.2013 um 20:43 schrieb Esteban Lorenzano : > damn :( > > I have a connection refused (in pharo it looks like running, but...) > What does netstat -atn | grep 5900 say? Norbert > Esteban > > On Apr 15, 2013, at 8:39 PM, Mariano Martinez Peck > wrote: > >> It worked for me when I

Re: [Pharo-project] RFB server and 2.0

2013-04-15 Thread Esteban Lorenzano
damn :( I have a connection refused (in pharo it looks like running, but...) Esteban On Apr 15, 2013, at 8:39 PM, Mariano Martinez Peck wrote: > It worked for me when I tried 2 or 3 weeks ago > > > On Mon, Apr 15, 2013 at 3:37 PM, Esteban Lorenzano > wrote: > Hi, > > Someone has trie

Re: [Pharo-project] RFB server and 2.0

2013-04-15 Thread Mariano Martinez Peck
It worked for me when I tried 2 or 3 weeks ago On Mon, Apr 15, 2013 at 3:37 PM, Esteban Lorenzano wrote: > Hi, > > Someone has tried RFB in 2.0? I installed it, but looks like it is not > working :( > > Esteban > -- Mariano http://marianopeck.wordpress.com

Re: [Pharo-project] Versionner in 2.0 again

2013-04-15 Thread Sean P. DeNigris
stephane ducasse wrote >> What you need : >> 1/ Load (don't merge) Metacello-ToolBox-dkh.130 from >> http://seaside.gemstone.com/ss/metacello in your Pharo2 image. >> 2/ Load ConfigurationOfVersionner from >> http://ss3.gemstone.com/ss/Versionner >> 3/ ConfigurationOfVersionner load So is this the

[Pharo-project] RFB server and 2.0

2013-04-15 Thread Esteban Lorenzano
Hi, Someone has tried RFB in 2.0? I installed it, but looks like it is not working :( Esteban

[Pharo-project] FTP repo without storing username/pass in ConfigurationOf

2013-04-15 Thread Mariano Martinez Peck
Hi all, I have the code of an app in a FTP repo which has username/password. I am doing a ConfigurationOfMyApp now and I would need to define in the baseline something like spec repository: 'ftp.mydomainapp.com ...etc'. I know I have a similar method for also specifying the username/pass. But I

Re: [Pharo-project] [ANN] Pharo VM packages and PPA for Ubuntu

2013-04-15 Thread Damien Cassou
On Mon, Apr 15, 2013 at 5:24 PM, Max Leske wrote: > I managed to build the vm on Debian (32bit). Now for the packaging… I think you can reuse most (maybe all) of https://github.com/pharo-project/pharo-vm-ubuntu. You may just have to launch the 2 bash scripts. -- Damien Cassou http://damiencasso

Re: [Pharo-project] [ANN] Pharo VM packages and PPA for Ubuntu

2013-04-15 Thread Max Leske
I managed to build the vm on Debian (32bit). Now for the packaging… I'll keep you posted. Max On 08.04.2013, at 14:59, Damien Cassou wrote: > On Mon, Apr 8, 2013 at 2:27 PM, Max Leske wrote: >> We're looking into building the PharoVM on our own build server for our >> systems (Debian). Did

Re: [Pharo-project] Videos: FileSystem-Git

2013-04-15 Thread Stephan Eggermont
Sean wrote: >Thank you Stephan! Will these be eventually matched up to the screencast (I >thought I read that somewhere), or is this the final product ( which is >already great :) )? Priorities are on getting the raw videos out. After they are done, I'll try to make some combined ones, preferably

Re: [Pharo-project] Versionner in 2.0 again

2013-04-15 Thread Norbert Hartl
Hi Christophe, looks pretty good to me. I did only quick tests. If I find anything I get back to you. Thanks for your effort. That was one missing piece for me to switch more projects to pharo 2.0 Norbert Am 15.04.2013 um 16:30 schrieb Christophe Demarey : > Hi Norbert, > > I just add a loo

Re: [Pharo-project] SelectPackageBrowser

2013-04-15 Thread Clément Bera
+1 I needed the selectPackageBrowser for the Tree coverage tool and I had to duplicate code because it was in code critics browser and not external. 2013/4/15 stephane ducasse > Indeed Merlin would be useful. > I cleaned it a bit when migrating to smalltalkhub. > > Stef > > > I want to extract

Re: [Pharo-project] SelectPackageBrowser

2013-04-15 Thread Sean P. DeNigris
stephane ducasse wrote > So we should extract it :) 10294 Extract SelectPackageBrowser as a widget - Cheers, Sean -- View this message in context: http://forum.world.st/SelectPackageBrowser-tp4681590p4681626.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.

Re: [Pharo-project] DateAndTime bug: we should do something about it

2013-04-15 Thread Igor Stasenko
On 15 April 2013 16:43, Igor Stasenko wrote: > On 15 April 2013 16:32, Henrik Johansen wrote: >> >> On Apr 15, 2013, at 3:25 PM, Igor Stasenko wrote: >> >>> On 15 April 2013 12:14, Henrik Johansen >>> wrote: On Apr 13, 2013, at 12:16 AM, Igor Stasenko wrote: > > But that'

Re: [Pharo-project] SelectPackageBrowser

2013-04-15 Thread stephane ducasse
So we should extract it :) No duplication. Stef > +1 > I needed the selectPackageBrowser for the Tree coverage tool and I had to > duplicate code because it was in code critics browser and not external. > > > 2013/4/15 stephane ducasse > Indeed Merlin would be useful. > I cleaned it a bit whe

Re: [Pharo-project] Versionner in 2.0 again

2013-04-15 Thread stephane ducasse
On Apr 15, 2013, at 4:30 PM, Christophe Demarey wrote: > Hi Norbert, > > I just add a look at your changes. > In my opinion, all stuff related to ConfigurationBaseName shouldn't be > changed. The root of the problem is the Metacello ToolBox version. > I added a new configuration for Versionne

Re: [Pharo-project] DateAndTime bug: we should do something about it

2013-04-15 Thread Igor Stasenko
On 15 April 2013 16:32, Henrik Johansen wrote: > > On Apr 15, 2013, at 3:25 PM, Igor Stasenko wrote: > >> On 15 April 2013 12:14, Henrik Johansen wrote: >>> >>> On Apr 13, 2013, at 12:16 AM, Igor Stasenko wrote: >>> But that's fine.. now look at secondsWhenClockTicks

Re: [Pharo-project] DateAndTime bug: we should do something about it

2013-04-15 Thread Henrik Johansen
On Apr 15, 2013, at 3:25 PM, Igor Stasenko wrote: > On 15 April 2013 12:14, Henrik Johansen wrote: >> >> On Apr 13, 2013, at 12:16 AM, Igor Stasenko wrote: >> >>> >>> But that's fine.. now look at >>> >>> secondsWhenClockTicks >>> >>> "waits for the moment when a new second begins" >>>

Re: [Pharo-project] Versionner in 2.0 again

2013-04-15 Thread Christophe Demarey
Hi Norbert, I just add a look at your changes. In my opinion, all stuff related to ConfigurationBaseName shouldn't be changed. The root of the problem is the Metacello ToolBox version. I added a new configuration for Versionner (in ss3) for Pharo2. I tested it a bit and it looks fine. What you

Re: [Pharo-project] WhatsUp from: 2013-04-15 until: 2013-04-30

2013-04-15 Thread Frank Shearar
On 15 April 2013 15:15, Goubier Thierry wrote: > Le 15/04/2013 15:57, Frank Shearar a écrit : > >> On 15 April 2013 14:44, Goubier Thierry wrote: >>> >>> Le 15/04/2013 15:30, stephane ducasse a écrit : >>> >> > > Porting SmaCC on 2.0 nice. If you need an integr

Re: [Pharo-project] Stroke of genius

2013-04-15 Thread Sven Van Caekenberghe
On 15 Apr 2013, at 15:58, Norbert Hartl wrote: > Am 15.04.2013 um 15:46 schrieb Sven Van Caekenberghe : > >> On 15 Apr 2013, at 15:07, "Sean P. DeNigris" wrote: >> >>> Sven Van Caekenberghe-2 wrote the little fact that it is incremental - it updates and saves the same image based on

Re: [Pharo-project] WhatsUp from: 2013-04-15 until: 2013-04-30

2013-04-15 Thread Goubier Thierry
Le 15/04/2013 15:57, Frank Shearar a écrit : On 15 April 2013 14:44, Goubier Thierry wrote: Le 15/04/2013 15:30, stephane ducasse a écrit : Porting SmaCC on 2.0 nice. If you need an integration server. Writing configurations for AltBrowser and Jejak. nice too Star

Re: [Pharo-project] Stroke of genius

2013-04-15 Thread Sven Van Caekenberghe
On 15 Apr 2013, at 15:54, "Sean P. DeNigris" wrote: > Sven Van Caekenberghe-2 wrote >> The test.image contains all your project specific code, and loading the >> config just checks all dependencies and only loads what has changed, >> incrementally. It only takes some 10s of seconds. >> >> It ne

Re: [Pharo-project] SelectPackageBrowser

2013-04-15 Thread stephane ducasse
Indeed Merlin would be useful. I cleaned it a bit when migrating to smalltalkhub. Stef > I want to extract SelectPackageBrowser as a general PackagePicker widget. > It's part of the CriticsBrowser setup wizard, in which there is no wizard > object, but rather each page deletes itself and opens t

Re: [Pharo-project] Monitor is DOWN: get.pharo.org (http://get.pharo.org)

2013-04-15 Thread Marcus Denker
On Apr 15, 2013, at 4:01 PM, Camillo Bruni wrote: > > > Begin forwarded message: > >> From: "Uptime Robot" >> Subject: Monitor is DOWN: get.pharo.org (http://get.pharo.org) >> Date: 15. April 2013 16:00:23 MESZ >> To: camillobr...@gmail.com >> >> Hi, >> >> The monitor get.pharo.org (http:/

Re: [Pharo-project] Stroke of genius

2013-04-15 Thread Igor Stasenko
On 15 April 2013 15:58, Norbert Hartl wrote: > > Am 15.04.2013 um 15:46 schrieb Sven Van Caekenberghe : > >> >> On 15 Apr 2013, at 15:07, "Sean P. DeNigris" wrote: >> >>> Sven Van Caekenberghe-2 wrote the little fact that it is incremental - it updates and saves the same image based on

[Pharo-project] Fwd: Monitor is DOWN: get.pharo.org (http://get.pharo.org)

2013-04-15 Thread Camillo Bruni
Begin forwarded message: > From: "Uptime Robot" > Subject: Monitor is DOWN: get.pharo.org (http://get.pharo.org) > Date: 15. April 2013 16:00:23 MESZ > To: camillobr...@gmail.com > > Hi, > > The monitor get.pharo.org (http://get.pharo.org) is currently DOWN > (Connection Timeout). > > Upti

[Pharo-project] SelectPackageBrowser

2013-04-15 Thread Sean P. DeNigris
I want to extract SelectPackageBrowser as a general PackagePicker widget. It's part of the CriticsBrowser setup wizard, in which there is no wizard object, but rather each page deletes itself and opens the next one in the world. Could Merlin be helpful here? - Cheers, Sean -- View this messa

Re: [Pharo-project] Stroke of genius

2013-04-15 Thread Norbert Hartl
Am 15.04.2013 um 15:46 schrieb Sven Van Caekenberghe : > > On 15 Apr 2013, at 15:07, "Sean P. DeNigris" wrote: > >> Sven Van Caekenberghe-2 wrote >>> the little fact that it is incremental - it updates and saves the same >>> image based on 1 metacello configuration - is really a stroke of geni

Re: [Pharo-project] WhatsUp from: 2013-04-15 until: 2013-04-30

2013-04-15 Thread Frank Shearar
On 15 April 2013 14:44, Goubier Thierry wrote: > Le 15/04/2013 15:30, stephane ducasse a écrit : > >>> >>> Porting SmaCC on 2.0 >> >> nice. If you need an integration server. >> >>> Writing configurations for AltBrowser and Jejak. >> >> nice too >> >>> Started looking at Marpa

Re: [Pharo-project] Stroke of genius

2013-04-15 Thread Sean P. DeNigris
Sven Van Caekenberghe-2 wrote > The test.image contains all your project specific code, and loading the > config just checks all dependencies and only loads what has changed, > incrementally. It only takes some 10s of seconds. > > It never occurred to me that this was the way to go, but the config

Re: [Pharo-project] Stroke of genius

2013-04-15 Thread Camillo Bruni
On 2013-04-15, at 15:46, Sven Van Caekenberghe wrote: > > On 15 Apr 2013, at 15:07, "Sean P. DeNigris" wrote: > >> Sven Van Caekenberghe-2 wrote >>> the little fact that it is incremental - it updates and saves the same >>> image based on 1 metacello configuration - is really a stroke of geni

Re: [Pharo-project] Stroke of genius

2013-04-15 Thread Sven Van Caekenberghe
On 15 Apr 2013, at 15:07, "Sean P. DeNigris" wrote: > Sven Van Caekenberghe-2 wrote >> the little fact that it is incremental - it updates and saves the same >> image based on 1 metacello configuration - is really a stroke of genius. >> It saves an enormous amount of time as in the past I always

Re: [Pharo-project] WhatsUp from: 2013-04-15 until: 2013-04-30

2013-04-15 Thread Goubier Thierry
Le 15/04/2013 15:30, stephane ducasse a écrit : Porting SmaCC on 2.0 nice. If you need an integration server. Writing configurations for AltBrowser and Jejak. nice too Started looking at Marpa what is it? A nice, more general way of parsing Context Free Grammar

Re: [Pharo-project] WhatsUp from: 2013-04-15 until: 2013-04-30

2013-04-15 Thread Sean P. DeNigris
Damien Pollet wrote > - continue updating coral, cleaning up configurations etc Yay! I was wondering... would you give us a quick status report? - Cheers, Sean -- View this message in context: http://forum.world.st/WhatsUp-from-2013-04-15-until-2013-04-30-tp4681440p4681561.html Sent from t

Re: [Pharo-project] WhatsUp from: 2013-04-15 until: 2013-04-30

2013-04-15 Thread Sean P. DeNigris
EstebanLM wrote > - fix 2.0 release (so Sean and everybody is happy :) Dynabooks make me happy. And anything we can do to make things easy, clear and enjoyable for new users -> our critical mass ->->-> Dynabook :) I fell in love with Squeak because it was the closest thing to Dynabook software I'

Re: [Pharo-project] WhatsUp from: 2013-04-15 until: 2013-04-30

2013-04-15 Thread stephane ducasse
>> > > Porting SmaCC on 2.0 nice. If you need an integration server. > Writing configurations for AltBrowser and Jejak. nice too > Started looking at Marpa what is it? > Started the switch to 2.0 as professional platform. good. > >> ### What's next, until 201

Re: [Pharo-project] WhatsUp from: 2013-04-15 until: 2013-04-30

2013-04-15 Thread Sean P. DeNigris
EstebanLM wrote > - fix 2.0 release (so Sean and everybody is happy :) :) - Cheers, Sean -- View this message in context: http://forum.world.st/WhatsUp-from-2013-04-15-until-2013-04-30-tp4681440p4681550.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.

Re: [Pharo-project] WhatsUp from: 2013-04-15 until: 2013-04-30

2013-04-15 Thread Sean P. DeNigris
Marcus Denker-4 wrote > - Opal integration > - AST interpreter integration Exciting! - Cheers, Sean -- View this message in context: http://forum.world.st/WhatsUp-from-2013-04-15-until-2013-04-30-tp4681440p4681549.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.

Re: [Pharo-project] DateAndTime bug: we should do something about it

2013-04-15 Thread Igor Stasenko
On 15 April 2013 12:14, Henrik Johansen wrote: > > On Apr 13, 2013, at 12:16 AM, Igor Stasenko wrote: > >> >> But that's fine.. now look at >> >> secondsWhenClockTicks >> >> "waits for the moment when a new second begins" >> >> | lastSecond | >> >> lastSecond := self primSecondsC

Re: [Pharo-project] WhatsUp from: 2013-04-15 until: 2013-04-30

2013-04-15 Thread Damien Pollet
On 15 April 2013 07:00, wrote: > ### Here's what I've been up to since the last WhatsUp: > - loaded Coral into Pharo 3.0 (with Camillo) - little fixes to vm download scripts (curl/wget) > ### What's next, until 2013-04-30 (*): > - continue updating coral, cleaning up configurations etc --

Re: [Pharo-project] Videos: FileSystem-Git

2013-04-15 Thread Sean P. DeNigris
Stephan Eggermont wrote > FileSystem-Git > https://www.youtube.com/watch?v=4qld2mDIbg4 Thank you Stephan! Will these be eventually matched up to the screencast (I thought I read that somewhere), or is this the final product ( which is already great :) )? - Cheers, Sean -- View this messag

Re: [Pharo-project] WhatsUp from: 2013-04-15 until: 2013-04-30

2013-04-15 Thread Esteban Lorenzano
On Apr 15, 2013, at 7:00 AM, seas...@rmod.lille.inria.fr wrote: > Hi! We're sending this automatic email twice a month, to give the community > an opportunity to easily know what's happening and to coordinate efforts. > Just answer informally, and feel free to spawn discussions thereafter! >

Re: [Pharo-project] Stroke of genius

2013-04-15 Thread Sean P. DeNigris
Sven Van Caekenberghe-2 wrote > the little fact that it is incremental - it updates and saves the same > image based on 1 metacello configuration - is really a stroke of genius. > It saves an enormous amount of time as in the past I always did a complete > build from scratch. Updating servers is no

Re: [Pharo-project] WhatsUp from: 2013-04-15 until: 2013-04-30

2013-04-15 Thread Damien Cassou
### Here's what I've been up to since the last WhatsUp: - Pharo packaging for Ubuntu with Norbert Hartl (ppa:cassou/pharo) - Migrate Magritte&Pier to SmalltalkHub - Working on various Metacello configurations - Revising the Metacello chapter in the process - Update the Deep Into Pharo website - W

Re: [Pharo-project] Fuel Serializing Classes

2013-04-15 Thread Martin Dias
Hey! We don't have proper documentation about serializing classes. This feature is not included into the default configuration that comes in Pharo 2.0. I wrote this (i guess) self-explaining code snippet and will add it to doc: http://ws.stfx.eu/CGZB6XROFII0 cheers Martin On Mon, Apr 15, 2013

Re: [Pharo-project] StandardFileStream>>forceNewFileNamed: open request window

2013-04-15 Thread Camillo Bruni
ah right, i think that is one of these pieces that I didn't fully port. BTW did the same happen if you use filesystem directly? 'folderA/folderB/file.txt' asFileReference writeStreamDo: [ :stream| stream << 'some contents' ]. If so, can you open a bug report for it? On 2013-04-15, at 13:

Re: [Pharo-project] StandardFileStream>>forceNewFileNamed: open request window

2013-04-15 Thread Fabrizio Perin
Hi, sorry, I figured that the file I was trying to create contained invalid characters, in particular a doublecolumn. Still, I found the behaviour confusing. If the system cannot create the file I should get a clear error message than potentially a window that ask me what to do. Cheers, Fabrizio

Re: [Pharo-project] DateAndTime bug: we should do something about it

2013-04-15 Thread Henrik Johansen
On Apr 13, 2013, at 12:16 AM, Igor Stasenko wrote: > > But that's fine.. now look at > > secondsWhenClockTicks > > "waits for the moment when a new second begins" > > | lastSecond | > > lastSecond := self primSecondsClock. > [ lastSecond = self primSecondsClock ] whil

Re: [Pharo-project] StandardFileStream>>forceNewFileNamed: open request window

2013-04-15 Thread Fabrizio Perin
I'm in a Moose image 4.8 so Pharo2.0 Latest update: #20595 2013/4/15 Camillo Bruni > which pharo version are you using? > > On 2013-04-15, at 11:31, Fabrizio Perin wrote: > > Hi, > > I used the method StandardFileStream>>forceNewFileNamed: to create a new > > file but a window opens all the

Re: [Pharo-project] Fuel Serializing Classes

2013-04-15 Thread Max Leske
On 15.04.2013, at 11:39, Camillo Bruni wrote: > thanks... I guess I'll bug martin today ;) True. I forgot you worked at the same place. Knock, knock, knock. "Martin". Knock, knock, knock. "Martin". Knock, knock, knock. "Martin". :) > > On 2013-04-15, at 11:17, Max Leske wrote: > >> CC'ing

Re: [Pharo-project] Fuel Serializing Classes

2013-04-15 Thread Camillo Bruni
thanks... I guess I'll bug martin today ;) On 2013-04-15, at 11:17, Max Leske wrote: > CC'ing the Fuel list. > > I think you'd need to use Fuel-MetaLevel but I haven't used that > functionality myself so I can't say right now. Martin or Mariano should be > able to help. > > Cheers, > Max >

Re: [Pharo-project] [Pharo-users] Videos: Pharo from the CommandLine

2013-04-15 Thread Camillo Bruni
cool :) On 2013-04-15, at 11:18, Stephan Eggermont wrote: > Not yet combined with the screencast > > Pharo from the CommandLine > https://www.youtube.com/watch?v=T8RNcXD94jk > now rendering & uploading: > Fuel & Tanker >

Re: [Pharo-project] StandardFileStream>>forceNewFileNamed: open request window

2013-04-15 Thread Camillo Bruni
which pharo version are you using? On 2013-04-15, at 11:31, Fabrizio Perin wrote: > Hi, > I used the method StandardFileStream>>forceNewFileNamed: to create a new > file but a window opens all the time telling me that the file doesn't exist > and asking what I want to do about it. Is there anothe

Re: [Pharo-project] WhatsUp from: 2013-04-15 until: 2013-04-30

2013-04-15 Thread Igor Stasenko
On 15 April 2013 07:00, wrote: > Hi! We're sending this automatic email twice a month, to give the community > an opportunity to easily know what's happening and to coordinate efforts. > Just answer informally, and feel free to spawn discussions thereafter! > > ### Here's what I've been up to

[Pharo-project] StandardFileStream>>forceNewFileNamed: open request window

2013-04-15 Thread Fabrizio Perin
Hi, I used the method StandardFileStream>>forceNewFileNamed: to create a new file but a window opens all the time telling me that the file doesn't exist and asking what I want to do about it. Is there another way I should use to create a file, and eventually overwrite it if it exists already, witho

[Pharo-project] Videos: Pharo from the CommandLine

2013-04-15 Thread Stephan Eggermont
Not yet combined with the screencast Pharo from the CommandLine https://www.youtube.com/watch?v=T8RNcXD94jk now rendering & uploading: Fuel & Tanker

Re: [Pharo-project] Fuel Serializing Classes

2013-04-15 Thread Max Leske
CC'ing the Fuel list. I think you'd need to use Fuel-MetaLevel but I haven't used that functionality myself so I can't say right now. Martin or Mariano should be able to help. Cheers, Max On 15.04.2013, at 11:05, Camillo Bruni wrote: > I am hacking on the monkey and I want to pass test result

[Pharo-project] Fuel Serializing Classes

2013-04-15 Thread Camillo Bruni
I am hacking on the monkey and I want to pass test results fuelized from one image to another. Fuel does not serialize the classes (for good reason). How can I add that? I did the following approach which didn't work: 1. use a frozen SmalltalkDictionary for the analyzer 2. load some code 3. run

[Pharo-project] Stroke of genius

2013-04-15 Thread Sven Van Caekenberghe
Hi, First I want to re-iterate that I too am really happy with Pharo 2.0 - a lot of stability and polish was gained in the last push. Thanks everybody ! Second, I must say, after using the command line config handler for some time now, that the little fact that it is incremental - it updates a

Re: [Pharo-project] WhatsUp from: 2013-04-15 until: 2013-04-30

2013-04-15 Thread Goubier Thierry
Le 15/04/2013 07:00, seas...@rmod.lille.inria.fr a écrit : Hi! We're sending this automatic email twice a month, to give the community an opportunity to easily know what's happening and to coordinate efforts. Just answer informally, and feel free to spawn discussions thereafter! ### Here's wh

Re: [Pharo-project] WhatsUp from: 2013-04-15 until: 2013-04-30

2013-04-15 Thread Marcus Denker
On Apr 15, 2013, at 7:00 AM, seas...@rmod.lille.inria.fr wrote: > Hi! We're sending this automatic email twice a month, to give the community > an opportunity to easily know what's happening and to coordinate efforts. > Just answer informally, and feel free to spawn discussions thereafter! >

Re: [Pharo-project] WhatsUp from: 2013-04-15 until: 2013-04-30

2013-04-15 Thread Camillo Bruni
On 2013-04-15, at 07:00, seas...@rmod.lille.inria.fr wrote: > Hi! We're sending this automatic email twice a month, to give the community > an opportunity to easily know what's happening and to coordinate efforts. > Just answer informally, and feel free to spawn discussions thereafter! > > ##

Re: [Pharo-project] we spent couple of hours: checking comments and cleaning Athens

2013-04-15 Thread kilon
I am glad I hear that, I am also learning Athens and hopefully I will be able to give you a helping hand. -- View this message in context: http://forum.world.st/we-spent-couple-of-hours-checking-comments-and-cleaning-Athens-tp4681357p4681457.html Sent from the Pharo Smalltalk mailing list arch