Re: [Pharo-users] "News" section of the website down

2018-04-09 Thread Stephane Ducasse
Tx mathieu. We will fix it. On Mon, Apr 9, 2018 at 10:28 PM, Mathieu Dubois via Pharo-users wrote: > > > -- Forwarded message -- > From: Mathieu Dubois > To: pharo-users@lists.pharo.org > Cc: > Bcc: > Date: Mon, 9 Apr 2018 22:28:31 +0200 > Subject: Re: "News" section of the webs

Re: [Pharo-users] GemStone/S on Docker?

2018-04-09 Thread Paul DeBruicker
Not that I know of but there is a gemstone list here where you should ask: http://forum.world.st/GLASS-f1460844.html Someone there may have. I think there is an effort to port Magma to Pharo if you search on forum.world.st you may be able to find it easily. There is also GLORP http://forum

[Pharo-users] GemStone/S on Docker?

2018-04-09 Thread sergio ruiz
Has anyone set up GemStone/S on Docker? I have another project that I need persistence on. In the past, I have use voyager, but I’d really like to use something that doesn’t require refactoring. I was looking at Magma, but it looks like that is Squeak only. peace, sergio photographer, jou

Re: [Pharo-users] installation of packages on 6.1

2018-04-09 Thread Ben Coman
On 6 April 2018 at 00:02, Baveco, Hans wrote: > Trying to install Territorial the installation got stuck on the > installation of Roassal2 1.35, with error “LGitObjectNotInitialized” > > > > Transcript says: > > > > “Project: Roassal2 1.35 > > I got an error while cloning: There was an authentica

Re: [Pharo-users] "News" section of the website down

2018-04-09 Thread Mathieu Dubois via Pharo-users
--- Begin Message --- Just wanted to report that the "news" section still doesn't work (same error than before). Le 27/03/2018 à 19:56, Mathieu Dubois a écrit : Hello, I don't know how to report that but for several weeks (maybe months), I can't reach the "News" section of the website (I have

[Pharo-users] FreeFontProvider unload [was] Re: Black screen on Mac OSX

2018-04-09 Thread Hilaire
I tracked the problem, it is related to change in the FreeTypeFontProvider behavior. In P3, #unload message cleared the cache. In P7, #unload just does nothing. Seems to be replaced by #resetCurrent Hilaire Le 07/04/2018 à 17:43, Stephane Ducasse a écrit : Hi Hilaire The app goes to the d

Re: [Pharo-users] SmalltalkCI now supports loading tonel-based projects

2018-04-09 Thread Bernardo Ezequiel Contreras
peter, thanks. don't pay attention to that file. it's used by a pet project of mine in my computer(locally). thanks again. On Mon, Apr 9, 2018 at 4:31 AM, Peter Uhnák wrote: > > do you use filetree:// or tonel:// ? > > Neither. as I said, it requires no change in the configuration. > > But nat

Re: [Pharo-users] installation of packages on 6.1

2018-04-09 Thread Baveco, Hans
Hi Stef, No, for example loading GToolkit with Metacello new baseline: 'GToolkit'; repository: 'github://feenkcom/gtoolkit/src'; load. Immediately results in an "LGit_GIT_ERROR: failed to get server certificate: The handle is in the wrong state for the requested operation" Hans --

Re: [Pharo-users] IdentityDictionary reset

2018-04-09 Thread Sven Van Caekenberghe
There is #removeAll. You should also check out #keysAndValuesRemove: Removing from a collection while iterating over it is dangerous. > On 9 Apr 2018, at 10:00, Trussardi Dario Romano > wrote: > > Ciao, > > in the Pharo 4.0 image i have a IdentityDictionary with ten items. > > N

Re: [Pharo-users] IdentityDictionary reset

2018-04-09 Thread Alistair Grant
Hi Dario, On 9 April 2018 at 10:00, Trussardi Dario Romano wrote: > Ciao, > > in the Pharo 4.0 image i have a IdentityDictionary with ten items. > > Now when i reset the dictionary the system behaves as follows: > > Version A) resetAllLocks > >

[Pharo-users] IdentityDictionary reset

2018-04-09 Thread Trussardi Dario Romano
Ciao, in the Pharo 4.0 image i have a IdentityDictionary with ten items. Now when i reset the dictionary the system behaves as follows: Version A) resetAllLocks locks keysAndValuesDo:[:k :v | locks removeKey: k ifAbsent: [self ha

Re: [Pharo-users] SmalltalkCI now supports loading tonel-based projects

2018-04-09 Thread Peter Uhnák
> do you use filetree:// or tonel:// ? Neither. as I said, it requires no change in the configuration. But naturally it requires tonel in the image, so Pharo 6.1+ I don't know what's the purpose of your set-up.st ... that's SmalltalkCI's responsibility to load the code. Peter On Mon, Apr 9, 2