On 1 August 2013 16:11, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Igor did not tell you but I see strange blue window and windows on his machine and red square of deathâ¦. So he is looking at it.
i did in fact.. i was chatting with Ben all the time :)
Stef
On Aug 1, 2013, at 1:01 PM, Benjamin <benjamin.vanryseghem.pharo@gmail.com> wrote:
On my image, when opened in Windows, opening the File Browser leads to a red square of death :s
And using the UIManager to popup the file picker leads to an infinite loop of halt :s
Do you experienced that too ?
Can people using windows try the following line:
(FileSystem disk root) directories
This gives me C:, D:, F:, G: where actually only C: and G: are presentâ¦
It seems to come from DiskStore>>#basicEntry:path:nodesDo: [â¦]
[ entry isNil ] whileFalse: [ entry at: 1 put: (Primitives decode: entry first). aBlock value: entry. index := index + 1. entry := Primitives lookupEntryIn: encodedPathString index: index ].
So I would say it comes from the primitives.
Ben
-- Best regards, Igor Stasenko.