[Pharo-project] [update 3.0] #30075

2013-04-30 Thread Marcus Denker
30075 - 10431 remove everything from UI related to showing decompiled code https://pharo.fogbugz.com/f/cases/10431 10436 Fast-up mixed Integer Fraction sum and difference https://pharo.fogbugz.com/f/cases/10436 10450 Fix interactiveParserFor:

[Pharo-project] [regression reporter]regression occurred

2013-04-30 Thread no-reply
https://ci.inria.fr/pharo/job/Pharo-3.0-Update-Step-2-Validation/./label=mac/96/ 1 regressions found. Zinc.Tests.ZnClientTests.testPostMultipart

[Pharo-project] Synchronous Spec

2013-04-30 Thread roberto.mine...@usi.ch
Hi, As far as I understood, Spec is sort of asynchronous, let me explain. I implemented my ComposableModel (i.e., MyWindow) as a window with a TextModel, a DropList model, and two buttons: ok and cancel. The behavior I want to achieve is something that is easily doable with StandardWindow,

[Pharo-project] SmallintRule on the whole system

2013-04-30 Thread Camillo Bruni
http://stackoverflow.com/questions/16294844/run-smalllint-rule-on-all-classes

Re: [Pharo-project] SmallintRule on the whole system

2013-04-30 Thread Camille Teruel
On 30 avr. 2013, at 09:50, Camillo Bruni wrote: http://stackoverflow.com/questions/16294844/run-smalllint-rule-on-all-classes Yes #run is useless (I open a bug entry so it run on all the system by default). Use #runOnEnvironment: instead: RBUnclassifiedMethodsRule new

[Pharo-project] about Pharo 3.0 :)

2013-04-30 Thread Stéphane Ducasse
Hi guys I thought that Pharo 20 got a lot of improvements but when I see Pharo 30, it feels like Pharo 30 is already a big step forward. This is really positive energy. When fernando will arrive we will move some efforts to Morphic so thanks you all for this cool feeling. Stef

Re: [Pharo-project] [regression reporter]regression occurred

2013-04-30 Thread Sven Van Caekenberghe
On 30 Apr 2013, at 08:53, no-re...@ci.inria.fr wrote: https://ci.inria.fr/pharo/job/Pharo-3.0-Update-Step-2-Validation/./label=mac/96/ 1 regressions found. Zinc.Tests.ZnClientTests.testPostMultipart This seems like a compiler problem to me: how else could (client := ZnClient new) return

Re: [Pharo-project] [regression reporter]regression occurred

2013-04-30 Thread Marcus Denker
On Apr 30, 2013, at 10:30 AM, Sven Van Caekenberghe s...@stfx.eu wrote: On 30 Apr 2013, at 08:53, no-re...@ci.inria.fr wrote: https://ci.inria.fr/pharo/job/Pharo-3.0-Update-Step-2-Validation/./label=mac/96/ 1 regressions found. Zinc.Tests.ZnClientTests.testPostMultipart This seems

Re: [Pharo-project] [regression reporter]regression occurred

2013-04-30 Thread Sven Van Caekenberghe
On 30 Apr 2013, at 10:33, Marcus Denker marcus.den...@inria.fr wrote: On Apr 30, 2013, at 10:30 AM, Sven Van Caekenberghe s...@stfx.eu wrote: On 30 Apr 2013, at 08:53, no-re...@ci.inria.fr wrote: https://ci.inria.fr/pharo/job/Pharo-3.0-Update-Step-2-Validation/./label=mac/96/ 1

[Pharo-project] [update 3.0] #30076

2013-04-30 Thread Marcus Denker
30076 - 10453 cleanup logMethodSource2:... and compile2: https://pharo.fogbugz.com/f/cases/10453 10451 Compiler API: compatibility API class side -- instance side https://pharo.fogbugz.com/f/cases/10451 Diff information:

[Pharo-project] RE : cannot modify class comments on Linux

2013-04-30 Thread GOUBIER Thierry
I confirm, it's 1) Adding a flush just before reopening the file R-O for the RemoteString instance solves this problem. However, this isn't obvious (i.e. the R-O opening is lazily triggered by another RemoteString method). I don't like, from a threading point of view, the RemoteString writing

Re: [Pharo-project] RE : cannot modify class comments on Linux

2013-04-30 Thread Nicolas Cellier
I think this was written with write once, read many restriction... However, - If the write stream would just append and not mess with position: - And if the whole chunk was written in a single primitive call, Then the write could still be safe, because primitive are currently un-interruptible.

Re: [Pharo-project] RE : cannot modify class comments on Linux

2013-04-30 Thread Igor Stasenko
On 30 April 2013 11:24, Nicolas Cellier nicolas.cellier.aka.n...@gmail.comwrote: I think this was written with write once, read many restriction... However, - If the write stream would just append and not mess with position: - And if the whole chunk was written in a single primitive call,

[Pharo-project] RE : RE : cannot modify class comments on Linux

2013-04-30 Thread GOUBIER Thierry
Not so sure. Even with un-interruptible primitives, the RemoteString is wrong. It should be something like write chunk in a lock, return chunk final position once done. Then the RemoteString instance can compute the start position and store it. No more race condition for that one. An, for

Re: [Pharo-project] RE : RE : cannot modify class comments on Linux

2013-04-30 Thread Sven Van Caekenberghe
On 30 Apr 2013, at 11:55, GOUBIER Thierry thierry.goub...@cea.fr wrote: It should be something like write chunk in a lock, return chunk final position once done. Then the RemoteString instance can compute the start position and store it. No more race condition for that one. Without knowing

Re: [Pharo-project] RE : RE : cannot modify class comments on Linux

2013-04-30 Thread Nicolas Cellier
Yes, you are right with current implementation. But if changes is not a code repository anymore, there is no need to record the position. So if we open in mode 'a' or 'a+', we could be back to an atomic primitive operation (if the primitive is blocking and can't fail/retry - which would be another

Re: [Pharo-project] Synchronous Spec

2013-04-30 Thread Benjamin
It actually acts exactly the same, just StandardWindow is hiding the complexity under the hood :) If you want the same: | ui | ui := MyUI new. World (or whatever morph) openModal: ui openWithSpec window. you will arrive here at MyUI closing ui value (idk which info you want). Another tip:

[Pharo-project] Where are your package configs for Pharo 2.0

2013-04-30 Thread Torsten Bergmann
I heard about RFB already working on Pharo 2.0 I heard about Seaside 3.0.8 already work in Pharo 2.0 I heard about SandstoneDB is now adopted for Pharo 2.0 I heard about ... already work in Pharo 2.0 ... So please: update your ConfigurationOfXXX and put working configs with a #stable definition

Re: [Pharo-project] about Pharo 3.0 :)

2013-04-30 Thread Igor Stasenko
On 30 April 2013 07:50, Stéphane Ducasse stephane.duca...@inria.fr wrote: Hi guys I thought that Pharo 20 got a lot of improvements but when I see Pharo 30, it feels like Pharo 30 is already a big step forward. This is really positive energy. When fernando will arrive we will move some

Re: [Pharo-project] Synchronous Spec

2013-04-30 Thread roberto.mine...@usi.ch
Thanks a lot. Now I'll try what you proposed! On Apr 30, 2013, at 12:33 PM, Benjamin benjamin.vanryseghem.ph...@gmail.com wrote: It actually acts exactly the same, just StandardWindow is hiding the complexity under the hood :) Which is actually a good thing :) If you want the same: |

Re: [Pharo-project] about Pharo 3.0 :)

2013-04-30 Thread Marcus Denker
On Apr 30, 2013, at 1:06 PM, Igor Stasenko siguc...@gmail.com wrote: On 30 April 2013 07:50, Stéphane Ducasse stephane.duca...@inria.fr wrote: Hi guys I thought that Pharo 20 got a lot of improvements but when I see Pharo 30, it feels like Pharo 30 is already a big step forward. This

Re: [Pharo-project] about Pharo 3.0 :)

2013-04-30 Thread Camille Teruel
On 30 avr. 2013, at 13:19, Marcus Denker wrote: On Apr 30, 2013, at 1:06 PM, Igor Stasenko siguc...@gmail.com wrote: On 30 April 2013 07:50, Stéphane Ducasse stephane.duca...@inria.fr wrote: Hi guys I thought that Pharo 20 got a lot of improvements but when I see Pharo 30, it

Re: [Pharo-project] Where are your package configs for Pharo 2.0

2013-04-30 Thread Mariano Martinez Peck
Maybe this shows that we really need the automated process we are looking/wishing since a long time :) On Tue, Apr 30, 2013 at 8:03 AM, Torsten Bergmann asta...@gmx.de wrote: I heard about RFB already working on Pharo 2.0 I heard about Seaside 3.0.8 already work in Pharo 2.0 I heard about

[Pharo-project] dynamic spec contents

2013-04-30 Thread Camillo Bruni
Clement and I are working on the new Inspectors/Debuggers and we would like yo dynamically change spec widgets on the fly. Is there an example of that somewhere?

[Pharo-project] Where are your package configs for Pharo 2.0

2013-04-30 Thread Torsten Bergmann
Maybe this shows that we really need the automated process we are looking/wishing since a long time :) We dont have that now. So remember the Pharo idea: step by step. Typically: 1. You have to adopt/port a package for a new Pharo version (here 2.0) 2. adopt the config to load 3. verify that

[Pharo-project] FLClassNotFound on materialization

2013-04-30 Thread Hernán Morales Durand
I wonder if this feature is already implemented? http://lists.gforge.inria.fr/pipermail/pharo-project/2011-November/056143.html because I have a map of class renames but I don't know how to tell the materializer to serialize and re-materialize with updated names. I am using Fuel 1.8 in Pharo

Re: [Pharo-project] FLClassNotFound on materialization

2013-04-30 Thread Max Leske
http://rmod.lille.inria.fr/web/pier/software/Fuel/Version1.9/Documentation/Migration?_s=H48DZqhQOi3ii0La_k=vsCCzX7_rCTEGZvS_n20 FLMaterializer newDefault migrateClassNamed: #Point toClass: Coordinate. HTH, Max On 30.04.2013, at 14:42, Hernán Morales Durand

Re: [Pharo-project] Where are your package configs for Pharo 2.0

2013-04-30 Thread Esteban Lorenzano
well, some human iteration will always be needed... we cannot make a process to discover the hidden configurations all over the web, to then validate them and copy to the appropriate repo. Esteban On Apr 30, 2013, at 2:05 PM, Mariano Martinez Peck marianop...@gmail.com wrote: Maybe this

Re: [Pharo-project] Where are your package configs for Pharo 2.0

2013-04-30 Thread Sean P. DeNigris
EstebanLM wrote we cannot make a process to discover the hidden configurations all over the web, to then validate them and copy to the appropriate repo. Why not?! ;-P It wouldn't be the most outrageous and amazing thing we've ever done... - Cheers, Sean -- View this message in context:

[Pharo-project] save as...

2013-04-30 Thread Norbert Hartl
Was there a discussion about save as… should not increment the image file number? Any links to it or was it by accident. In my opinion I liked the difference between save = same file name, save as… = new automatical filename Norbert

Re: [Pharo-project] Where are your package configs for Pharo 2.0

2013-04-30 Thread Igor Stasenko
On 30 April 2013 15:17, Sean P. DeNigris s...@clipperadams.com wrote: EstebanLM wrote we cannot make a process to discover the hidden configurations all over the web, to then validate them and copy to the appropriate repo. Why not?! ;-P It wouldn't be the most outrageous and amazing thing

Re: [Pharo-project] Where are your package configs for Pharo 2.0

2013-04-30 Thread Henrik Johansen
On Apr 30, 2013, at 3:27 PM, Igor Stasenko wrote: On 30 April 2013 15:17, Sean P. DeNigris s...@clipperadams.com wrote: EstebanLM wrote we cannot make a process to discover the hidden configurations all over the web, to then validate them and copy to the appropriate repo. Why not?!

Re: [Pharo-project] save as...

2013-04-30 Thread Camillo Bruni
On 2013-04-30, at 15:24, Norbert Hartl norb...@hartl.name wrote: Was there a discussion about save as… should not increment the image file number? Any links to it or was it by accident. In my opinion I liked the difference between save = same file name, save as… = new automatical

Re: [Pharo-project] Where are your package configs for Pharo 2.0

2013-04-30 Thread Igor Stasenko
On 30 April 2013 15:34, Henrik Johansen henrik.s.johan...@veloxit.nowrote: On Apr 30, 2013, at 3:27 PM, Igor Stasenko wrote: On 30 April 2013 15:17, Sean P. DeNigris s...@clipperadams.com wrote: EstebanLM wrote we cannot make a process to discover the hidden configurations all over the

[Pharo-project] Cmd + D

2013-04-30 Thread roberto.mine...@usi.ch
Hi, It happened many times to me that I press CMD + D on a class in the System browser (i.e., my aim is to duplicate a class, as in many other apps CMD + D would do) but in Pharo that shortcut deletes the class without asking for confirmation. What's your take? Is that a shortcut that has

Re: [Pharo-project] Cmd + D

2013-04-30 Thread Camillo Bruni
In a 3.0 image I cannot reproduce this :) can you give more details? On 2013-04-30, at 15:47, roberto.mine...@usi.ch roberto.mine...@usi.ch wrote: Hi, It happened many times to me that I press CMD + D on a class in the System browser (i.e., my aim is to duplicate a class, as in many

Re: [Pharo-project] Where are your package configs for Pharo 2.0

2013-04-30 Thread Camillo Bruni
On 2013-04-30, at 15:34, Henrik Johansen henrik.s.johan...@veloxit.no wrote: On Apr 30, 2013, at 3:27 PM, Igor Stasenko wrote: On 30 April 2013 15:17, Sean P. DeNigris s...@clipperadams.com wrote: EstebanLM wrote we cannot make a process to discover the hidden configurations all over the web,

[Pharo-project] [regression reporter]regression occurred

2013-04-30 Thread no-reply
https://ci.inria.fr/pharo/job/Pharo-3.0-Update-Step-2-Validation/./label=mac/98/ 1 regressions found. Zinc.Tests.ZnClientTests.testPostMultipart

[Pharo-project] [update 3.0] #30077

2013-04-30 Thread Marcus Denker
30077 - 10457 Cleaning valueWithInterval API https://pharo.fogbugz.com/f/cases/10457 10454 finally remove logMethodSource2:... and compile2: https://pharo.fogbugz.com/f/cases/10454/ Diff information:

Re: [Pharo-project] Cmd + D

2013-04-30 Thread roberto.mine...@usi.ch
On Apr 30, 2013, at 3:54 PM, Camillo Bruni camillobr...@gmail.com wrote: In a 3.0 image I cannot reproduce this :) Just open a 2.0 image, and try to click on a class in the system browser, once it is selected just do CMD + D and it will magically disappears. ;) can you give more details?

Re: [Pharo-project] Cmd + D

2013-04-30 Thread roberto.mine...@usi.ch
*disappear On Apr 30, 2013, at 4:20 PM, Minelli Roberto minel...@usi.ch wrote: On Apr 30, 2013, at 3:54 PM, Camillo Bruni camillobr...@gmail.com wrote: In a 3.0 image I cannot reproduce this :) Just open a 2.0 image, and try to click on a class in the system browser, once it is

Re: [Pharo-project] dynamic spec contents

2013-04-30 Thread Benjamin
I just added two new examples in Spec-Examples-PolyWidgets (https://pharo.fogbugz.com/default.asp?10458) It should be soon in Pharo ^^ Ben On Apr 30, 2013, at 2:27 PM, Camillo Bruni camillobr...@gmail.com wrote: Clement and I are working on the new Inspectors/Debuggers and we would like yo

Re: [Pharo-project] Cmd + D

2013-04-30 Thread Marcus Denker
On Apr 30, 2013, at 4:21 PM, roberto.mine...@usi.ch wrote: On Apr 30, 2013, at 3:54 PM, Camillo Bruni camillobr...@gmail.com wrote: In a 3.0 image I cannot reproduce this :) Just open a 2.0 image, and try to click on a class in the system browser, once it is selected just do CMD + D

[Pharo-project] [update 3.0] #30078

2013-04-30 Thread Marcus Denker
30078 - 10456 undo a dumb bug introduced in 10453 https://pharo.fogbugz.com/f/cases/10456 Diff information: http://smalltalkhub.com/#!/~Pharo/Pharo30/diff/Traits-MarcusDenker.490 http://smalltalkhub.com/#!/~Pharo/Pharo30/diff/Monticello-MarcusDenker.794

[Pharo-project] Pharo 3.0: how to always use new debugger

2013-04-30 Thread Damien Cassou
Is there a way to always use the new debugger, even if Directly open the full debugger is enabled? Is it desirable? -- Damien Cassou http://damiencassou.seasidehosting.st Success is the ability to go from one failure to another without losing enthusiasm. Winston Churchill

Re: [Pharo-project] Cmd + D

2013-04-30 Thread Benjamin
You should try cmd+c (for copy) Did you enable or disable the combined shortcuts in Nautilus ? Ben On Apr 30, 2013, at 3:54 PM, Camillo Bruni camillobr...@gmail.com wrote: In a 3.0 image I cannot reproduce this :) can you give more details? On 2013-04-30, at 15:47,

Re: [Pharo-project] Cmd + D

2013-04-30 Thread roberto.mine...@usi.ch
Indeed, or being disabled since CMD + X will do the same :) Would be cool that CMD + D duplicates the class :) On Apr 30, 2013, at 4:30 PM, Marcus Denker marcus.den...@inria.fr wrote: On Apr 30, 2013, at 4:28 PM, Marcus Denker marcus.den...@inria.fr wrote: On Apr 30, 2013, at 4:21 PM,

Re: [Pharo-project] Cmd + D

2013-04-30 Thread Marcus Denker
On Apr 30, 2013, at 4:44 PM, roberto.mine...@usi.ch roberto.mine...@usi.ch wrote: Indeed, or being disabled since CMD + X will do the same :) Would be cool that CMD + D duplicates the class :) Can you add a tracker entry? marcus

Re: [Pharo-project] Cmd + D

2013-04-30 Thread roberto.mine...@usi.ch
Of course, but I do not know how to do it. On Apr 30, 2013, at 4:45 PM, Marcus Denker marcus.den...@inria.fr wrote: On Apr 30, 2013, at 4:44 PM, roberto.mine...@usi.ch roberto.mine...@usi.ch wrote: Indeed, or being disabled since CMD + X will do the same :) Would be cool that CMD + D

Re: [Pharo-project] save as...

2013-04-30 Thread Norbert Hartl
Am 30.04.2013 um 15:35 schrieb Camillo Bruni camillobr...@gmail.com: On 2013-04-30, at 15:24, Norbert Hartl norb...@hartl.name wrote: Was there a discussion about save as… should not increment the image file number? Any links to it or was it by accident. In my opinion I liked the

Re: [Pharo-project] about Pharo 3.0 :)

2013-04-30 Thread stephane ducasse
imagine soon athens :) Stef On Apr 30, 2013, at 1:06 PM, Igor Stasenko siguc...@gmail.com wrote: On 30 April 2013 07:50, Stéphane Ducasse stephane.duca...@inria.fr wrote: Hi guys I thought that Pharo 20 got a lot of improvements but when I see Pharo 30, it feels like Pharo 30 is

Re: [Pharo-project] dynamic spec contents

2013-04-30 Thread stephane ducasse
ben we should add that to the spec chapter. Can you log it somewhere and one day :) we pair write it :). Stef On Apr 30, 2013, at 4:20 PM, Benjamin benjamin.vanryseghem.ph...@gmail.com wrote: I just added two new examples in Spec-Examples-PolyWidgets

[Pharo-project] Fwd: [vwnc] [ANN] DoubleAgents: A Test Double Library for Visualworks

2013-04-30 Thread Stéphane Ducasse
Begin forwarded message: From: Randy Coulman rcoul...@gmail.com Subject: [vwnc] [ANN] DoubleAgents: A Test Double Library for Visualworks Date: April 30, 2013 4:16:50 PM GMT+02:00 To: VW NC v...@cs.uiuc.edu All, I have just released DoubleAgents, a library for creating test doubles in

[Pharo-project] 512 MB is not that much (Windows limit) WAS: RE: Opal Decompiler status

2013-04-30 Thread Miloslav.Raus
But we are in 2013 and if we have one thing than it's memory. I wouldn't oppose to having the sources (or the AST or whatever ;-) in [object-]memory, although retaining the option of _also_ still writing all the changes into an external changelog (in case of VM, or the less rare case,

[Pharo-project] CI link to matching VM

2013-04-30 Thread Ben Coman
not sure if this is a broader question than just Moose CI, so I'm posting here I just downloaded latest Moose image from [1] and want to download the matching VM used for the CI testing, but its not obvious which one. Could maybe a VM link be added to the page as artifact, upstream

Re: [Pharo-project] Pharo 3.0: how to always use new debugger

2013-04-30 Thread Clément Bera
There is currently no way to do this. There is a good reason for that, the new debugger has got inspectors only since yesterday, so it was hardly usable before. Today I peer programmed all day long with Camillo on the new inspectors, based on Spec and a new model, and we are about to have

Re: [Pharo-project] dynamic spec contents

2013-04-30 Thread Clément Bera
Yeah it would be nice. We wanted to avoid stuff as primitiveChangeClassTo:. It is nice we can avoid them with Spec. Btw the new inspectors are quite stable so Pharo 3.0 should have soon Spec inspectors by default. 2013/4/30 stephane ducasse stephane.duca...@free.fr ben we should add that

[Pharo-project] Moment of fun

2013-04-30 Thread Stéphane Ducasse
Hi guys I would like to build a small lectures based on all the small little crazy expressions that we use like StandardWindow allInstances do: #close. or myObject pointersTo or anObject become: String new. Do you have some cool expressions to share with me.

Re: [Pharo-project] Pharo 3.0: how to always use new debugger

2013-04-30 Thread Camillo Bruni
On 2013-04-30, at 16:40, Damien Cassou damien.cas...@gmail.com wrote: Is there a way to always use the new debugger, even if Directly open the full debugger is enabled? Is it desirable? we can add a setting for as long as it is in development mode and then once the old one is gone remove

[Pharo-project] froze image just

2013-04-30 Thread Stéphane Ducasse
trying to publish a slice on my harddisc without network…. and I could not interrupt anything. No cmd+. no interdiction sign did anything :( So is it normal? Not being able to interrupt something is a pain. stef

Re: [Pharo-project] Moment of fun

2013-04-30 Thread Marcus Denker
On Apr 30, 2013, at 10:56 PM, Stéphane Ducasse stephane.duca...@inria.fr wrote: anObject become: String new. for become: related teaching, this is fun: magic #thisIsMagiC isSymbol ifTrue: [#thisIsMagiC become: #(0)]. #thisIsMagiC at: 1 put: (#thisIsMagiC at: 1)

Re: [Pharo-project] 512 MB is not that much (Windows limit) WAS: RE: Opal Decompiler status

2013-04-30 Thread Igor Stasenko
On 30 April 2013 17:45, miloslav.r...@cuzk.cz wrote: But we are in 2013 and if we have one thing than it's memory. I wouldn't oppose to having the sources (or the AST or whatever ;-) in [object-]memory, although retaining the option of _also_ still writing all the changes into an external

Re: [Pharo-project] froze image just

2013-04-30 Thread Sven Van Caekenberghe
On 30 Apr 2013, at 22:44, Stéphane Ducasse stephane.duca...@inria.fr wrote: trying to publish a slice on my harddisc without network…. and I could not interrupt anything. No cmd+. no interdiction sign did anything :( So is it normal? Not being able to interrupt something is a pain.

Re: [Pharo-project] Moment of fun

2013-04-30 Thread Eliot Miranda
On Tue, Apr 30, 2013 at 12:52 PM, Stéphane Ducasse stephane.duca...@inria.fr wrote: Hi guys I would like to build a small lectures based on all the small little crazy expressions that we use like StandardWindow allInstances do: #close. or myObject pointersTo or

Re: [Pharo-project] froze image just

2013-04-30 Thread Camillo Bruni
On 2013-04-30, at 23:39, Sven Van Caekenberghe s...@stfx.eu wrote: On 30 Apr 2013, at 22:44, Stéphane Ducasse stephane.duca...@inria.fr wrote: trying to publish a slice on my harddisc without network…. and I could not interrupt anything. No cmd+. no interdiction sign did anything :(

Re: [Pharo-project] Moment of fun

2013-04-30 Thread Alexandre Bergel
Eliot, you're insane :-) A useful one: Debugger closeAllDebuggers Alexandre | pair | pair := { #perform:withArguments:. nil }. pair at: 2 put: pair. pair perform: pair first withArguments: pair. -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel

Re: [Pharo-project] Moment of fun

2013-04-30 Thread Igor Stasenko
| recursion | ( recursion := [ recursion value ] ) value On 30 April 2013 23:56, Eliot Miranda eliot.mira...@gmail.com wrote: On Tue, Apr 30, 2013 at 12:52 PM, Stéphane Ducasse stephane.duca...@inria.fr wrote: Hi guys I would like to build a small lectures based on all the small little

[Pharo-project] record system change

2013-04-30 Thread Camillo Bruni
How to record a complete system change in Pharo? http://stackoverflow.com/questions/16310736/how-to-record-a-complete-system-change-in-pharo That must have been done somewhere in once of those fancy analysis tools, no?

Re: [Pharo-project] record system change

2013-04-30 Thread Igor Stasenko
On 1 May 2013 01:50, Camillo Bruni camillobr...@gmail.com wrote: How to record a complete system change in Pharo? http://stackoverflow.com/questions/16310736/how-to-record-a-complete-system-change-in-pharo That must have been done somewhere in once of those fancy analysis tools, no? Here's

Re: [Pharo-project] Moment of fun

2013-04-30 Thread Alexandre Bergel
Another useful ones: Smalltalk garbageCollect Object browse Object halt Object haltOnce Object inspect On Apr 30, 2013, at 3:52 PM, Stéphane Ducasse stephane.duca...@inria.fr wrote: Hi guys I would like to build a small lectures based on all the

Re: [Pharo-project] CI link to matching VM

2013-04-30 Thread Igor Stasenko
On 30 April 2013 18:38, Ben Coman b...@openinworld.com wrote: not sure if this is a broader question than just Moose CI, so I'm posting here I just downloaded latest Moose image from [1] and want to download the matching VM used for the CI testing, but its not obvious which one. Could

Re: [Pharo-project] froze image just

2013-04-30 Thread Igor Stasenko
On 30 April 2013 22:44, Stéphane Ducasse stephane.duca...@inria.fr wrote: trying to publish a slice on my harddisc without network…. and I could not interrupt anything. No cmd+. no interdiction sign did anything :( So is it normal? Not being able to interrupt something is a pain. stef the

Re: [Pharo-project] record system change

2013-04-30 Thread Igor Stasenko
...but in fact, my troll answers actually not so far from real ones. When i was working with Goran on DeltaStreams (yes, capturing system changes), which using SystemEditor, i've been stuck with inability to properly track changes in traits, because SystemEditor was implemented by taking into

Re: [Pharo-project] record system change

2013-04-30 Thread Igor Stasenko
Ane of the idea is to use serialization, but with custom strategy. Since we're in living system, each object can know the answer to question whether it is important to capture it's changes or not. As well, as it can instruct serializer, what part(s) of its state needs to be serialized and which

Re: [Pharo-project] Moment of fun

2013-04-30 Thread Michael van der Gulik
On Wed, May 1, 2013 at 11:46 AM, Igor Stasenko siguc...@gmail.com wrote: | recursion | ( recursion := [ recursion value ] ) value At least make it useful. fibonacci := [ :i :j | Transcript show: ((i+j) printString); cr. fibonacci value: j value:(i+j). ]. fibonacci value: 1 value: 1. Doesn't

Re: [Pharo-project] Moment of fun

2013-04-30 Thread Igor Stasenko
On 1 May 2013 04:17, Michael van der Gulik mike...@gmail.com wrote: On Wed, May 1, 2013 at 11:46 AM, Igor Stasenko siguc...@gmail.com wrote: | recursion | ( recursion := [ recursion value ] ) value At least make it useful. Useful? :) Let me count, how many times i used Fibonacci sequence

Re: [Pharo-project] FLClassNotFound on materialization

2013-04-30 Thread Hernán Morales Durand
Thanks! Now I get this exception: FLBadVersion: Materialization error. Unexpected stream version 18 where it should be 19. but that's another issue. I will re-serialize the whole thing again, but just wanted to provide some feedback. 2013/4/30 Max Leske maxle...@gmail.com

[Pharo-project] Videos: Selling Pharo-based solutions Custom architectural assessment

2013-04-30 Thread Stephan Eggermont
Selling Pharo-based Solutions https://www.youtube.com/watch?v=v65L07qR-w4 Custom architectural assessment of a large enterprise system https://www.youtube.com/watch?v=Zzkd2D_WiVY Stephan

Re: [Pharo-project] froze image just

2013-04-30 Thread Stephan Eggermont
Stef wrote: trying to publish a slice on my harddisc without network…. and I could not interrupt anything. No cmd+. no interdiction sign did anything :( I've seen that a few times recently, with Moose 4.8 Pharo 2.0 images. So is it normal? Not being able to interrupt something is a pain.