[Pharo-dev] STON: SortedCollection Bug?

2017-09-08 Thread Sean P. DeNigris
I serialized aSortedCollection with a sort block comparing via a #startTime message on the domain objects. When I attempted to materialize it, I got an error that my domain objects don't understand #<=. It seems that the elements are being loaded before the sort block. - Cheers, Sean --

[Pharo-dev] Fuel Materialization Error

2017-09-08 Thread Sean P. DeNigris
I'm trying to serialize in Pharo 4.0 and materialize in Pharo 6.1. Although both images claim Fuel 194, when materializing I'm getting: "KeyNotFound: key #FLMethodContextCluster not found in SystemDictionary". Anyone know what the problem is? Thanks! - Cheers, Sean -- Sent from:

Re: [Pharo-dev] About Git support for windows

2017-09-08 Thread Esteban Lorenzano
> On 8 Sep 2017, at 22:35, Peter Uhnák wrote: > > for example here > > https://github.com/estebanlm/pharo-tonel/blob/master/src/Morphic-Core/Morph.class.st > but this is still WIP: for example timestamp needs to go to avoid conflicts. > and it also shows one downside ---

Re: [Pharo-dev] About Git support for windows

2017-09-08 Thread Peter Uhnák
for example here https://github.com/estebanlm/pharo-tonel/blob/master/src/Morphic-Core/Morph.class.st and it also shows one downside --- up until now we didn't care much about how many methods are in class (because it was just another file), but now we have 1 lines of code class. On Fri,

Re: [Pharo-dev] About Git support for windows

2017-09-08 Thread Stephane Ducasse
>From memory one class of class/trait and one for extension In class/Trait "class / trait comments comment" Special STON order for classes to minimic our logical order (ie package tag add the end). Class { } or Trait { name: #T } + Point class >> x: anInt1 y: anInt2 [ ^ self

Re: [Pharo-dev] About Git support for windows

2017-09-08 Thread Eliot Miranda
Hi All, > On Sep 8, 2017, at 9:44 AM, Stephane Ducasse wrote: > > Hi all > > At ESUG we discussed with Esteban, martin mcClure, Dale and (many many > others :), esteban designed a nice class file format. So that we will > not have 2Gb of space on harddisc, problems

[Pharo-dev] About Git support for windows

2017-09-08 Thread Stephane Ducasse
Hi all At ESUG we discussed with Esteban, martin mcClure, Dale and (many many others :), esteban designed a nice class file format. So that we will not have 2Gb of space on harddisc, problems with long method names and sluggish commits. He is waiting at Wien and is probably checking everything

Re: [Pharo-dev] [Pharo 70] Log of integration

2017-09-08 Thread Stephane Ducasse
Because I do not know how to do it :) But it will come. Pharo70 is exciting. On Fri, Sep 8, 2017 at 6:33 PM, Cyril Ferlicot wrote: > > On ven. 8 sept. 2017 at 18:30, Stephane Ducasse > wrote: >> >> Waiting for an automated way :) >> >> Remove

Re: [Pharo-dev] [Pharo 70] Log of integration

2017-09-08 Thread Cyril Ferlicot
On ven. 8 sept. 2017 at 18:30, Stephane Ducasse wrote: > Waiting for an automated way :) > > Remove SmalllintManifestCheckerTest(class)>>DoIt > > https://pharo.fogbugz.com/f/cases/20398 > > > Uncategorized methods in SystemVersionTest, SystemProgressMorph, >

[Pharo-dev] [Pharo 70] Log of integration

2017-09-08 Thread Stephane Ducasse
Waiting for an automated way :) Remove SmalllintManifestCheckerTest(class)>>DoIt https://pharo.fogbugz.com/f/cases/20398 Uncategorized methods in SystemVersionTest, SystemProgressMorph, SugsWatchpointSuggestion, SugsSuggestionSwapMethodTest, SugsNau https://pharo.fogbugz.com/f/cases/20385