Re: [Pharo-project] Global session object?

2012-10-07 Thread Marcus Denker
Hello, Yes, this sounds good. Marcus On Oct 8, 2012, at 5:11 AM, Igor Stasenko wrote: > I wanna have this: > > SmalltalkImage>>snapshot: save andQuit: quit > ... > resuming ifTrue: [ session := self newSession ]. > ... > > (where session is additional instance variable of SmalltalkI

Re: [Pharo-project] Fuel for Squeak stupid questions

2012-10-07 Thread Max Leske
Looking at the failing tests I see that the objects really are supposed to be different (comparison with #~~). What fails is the equality check (#=) and for Date that is the method Timespan>>=. The problem that occurs there is a really old (and annoying one), namely that the timezone offset is h

[Pharo-project] How do I add Keyboard Shortcuts to the ChangesBrowser?

2012-10-07 Thread Camillo Bruni
How do I do that? I am very lazy, each time I have to move my hand to the mouse I get exhausted... For refactorings we have this nice ChangesBrowser that pops up. I would like to add the following features: - default selection on the first item in the list - up/down changes selection - CMD+s acc

Re: [Pharo-project] outdated wiki entries

2012-10-07 Thread Camillo Bruni
nice looks already much better ;) On 2012-10-07, at 21:52, Stéphane Ducasse wrote: > I removed a couple of them. > > Stef > > On Oct 7, 2012, at 9:37 PM, Stéphane Ducasse wrote: > >> I will do a pass on them. >> >> >> On Oct 7, 2012, at 8:48 PM, Camillo Bruni wrote: >> >>> If I look at the

Re: [Pharo-project] outdated wiki entries

2012-10-07 Thread Stéphane Ducasse
I removed a couple of them. Stef On Oct 7, 2012, at 9:37 PM, Stéphane Ducasse wrote: > I will do a pass on them. > > > On Oct 7, 2012, at 8:48 PM, Camillo Bruni wrote: > >> If I look at the wiki on >> >> https://code.google.com/p/pharo/w/list >> >> I see a lot of entries that are no longer

Re: [Pharo-project] outdated wiki entries

2012-10-07 Thread Stéphane Ducasse
I will do a pass on them. On Oct 7, 2012, at 8:48 PM, Camillo Bruni wrote: > If I look at the wiki on > > https://code.google.com/p/pharo/w/list > > I see a lot of entries that are no longer valid and outdated... > I will delete all the entries without changes in the last year and > which hav

[Pharo-project] outdated wiki entries

2012-10-07 Thread Camillo Bruni
If I look at the wiki on https://code.google.com/p/pharo/w/list I see a lot of entries that are no longer valid and outdated... I will delete all the entries without changes in the last year and which have no value to developers. If anyone wants these entries back they are safely archived in the

Re: [Pharo-project] Roassal Survey

2012-10-07 Thread Alexandre Bergel
> Alexandre, I think this example shows what I was badly hinting at with my > "ROElement>>mostSpecificParentCommonWith:" thread. This used to decide which > level within a hierarchy of sub-element edges are stored. Referring to the > first attachement of Cipirian's post "Figure 2(a)", I think

Re: [Pharo-project] Fuel for Squeak stupid questions

2012-10-07 Thread Max Leske
The two objects I looked at where a string and an OrderedCollection. I wouldn't conclude that the problem is class specific... On 07.10.2012, at 16:12, "Edgar J. De Cleene" wrote: > > > > On 10/7/12 10:51 AM, "Max Leske" wrote: > > > Following you example, in Squeak FLBasicSerializationTe

Re: [Pharo-project] Fuel for Squeak stupid questions

2012-10-07 Thread Edgar J. De Cleene
On 10/7/12 10:51 AM, "Max Leske" wrote: Following you example, in Squeak FLBasicSerializationTest>>#testDate > materialized largeIdentityHash = 2571 > > anObject. largeIdentityHash = 1094 > > > So why Date serializaded object gives this and the rest of objects no ? > > Edgar >

Re: [Pharo-project] Fuel for Squeak stupid questions

2012-10-07 Thread Edgar J. De Cleene
On 10/7/12 10:23 AM, "Mariano Martinez Peck" wrote: > Hi Edgar. Which version are you using exactly of the package Fuel? > Thanks, >From http://ss3.gemstone.com/ss/Fuel repository/ Open and load ConfigurationOfFuel-MarianoMartinezPeck.153 Then ConfigurationOfFuel load And this is the list

Re: [Pharo-project] Fuel for Squeak stupid questions

2012-10-07 Thread Edgar J. De Cleene
On 10/7/12 10:16 AM, "Max Leske" wrote: > Here's a possibly related question: > after having analysed a large object graph, I get exceptions in > FLEncoder>>encodeReferenceTo:. When I look at the values #largeIdentityHash > generates for that object, then the one looked up in the dictionary (t

Re: [Pharo-project] Fuel for Squeak stupid questions

2012-10-07 Thread Mariano Martinez Peck
Hi Edgar. Which version are you using exactly of the package Fuel? Thanks, On Sun, Oct 7, 2012 at 2:38 PM, Edgar J. De Cleene wrote: > Hi Mariano: > > > Just have Fuel loaded into Squeak. > Trying to understand , first I run Sunit > The test says 240 run, 231 passes, 2 expected failures, 6 failu

Re: [Pharo-project] Fuel for Squeak stupid questions

2012-10-07 Thread Max Leske
Here's a possibly related question: after having analysed a large object graph, I get exceptions in FLEncoder>>encodeReferenceTo:. When I look at the values #largeIdentityHash generates for that object, then the one looked up in the dictionary (that is used by the debugger) is different than the

[Pharo-project] Fuel for Squeak stupid questions

2012-10-07 Thread Edgar J. De Cleene
Hi Mariano: Just have Fuel loaded into Squeak. Trying to understand , first I run Sunit The test says 240 run, 231 passes, 2 expected failures, 6 failures, 0 errors, 1 unexpected passes failures FLBasicSerializationTest>>#testDate FLBasicSerializationTest>>#testGradientFillStyle FLInMemoryBas

[Pharo-project] [update 2.0] #20325

2012-10-07 Thread Marcus Denker
20325 - Issue 6771: Do not use #labels:lines:selections: for building menus http://code.google.com/p/pharo/issues/detail?id=6771 -- Marcus Denker -- http://marcusdenker.de