Re: [Pharo-users] Ever growing image

2018-03-13 Thread Tudor Girba
Thanks! Doru > On Mar 13, 2018, at 8:24 PM, Guillermo Polito > wrote: > > I'll take a look at this from tomorrow morning till the end of the week. > > On Tue, Mar 13, 2018 at 7:22 PM, Stephane Ducasse > wrote: > Hilaire > > I do not have the answer and I do not know but you should have a

Re: [Pharo-users] State of Tide / Amber ?

2018-03-13 Thread in_pharo_users
Hi Esteban, nice to meet you online. I saw your presentation on UTube. I found your concept quite intriguing, so I wonder why no one else is interested - besides the notorious lack of popularity that Smalltalk is cursed with, to the unreasonable great benefit of it's fugly spin-offs. I want t

Re: [Pharo-users] Help Petit Parse

2018-03-13 Thread Pau Guillot
Thank you both, Pau -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Re: [Pharo-users] Packaging question

2018-03-13 Thread Guillermo Polito
Well, one baseline with many groups or many baselines would like... From a metacello perspective, I'd do one baseline with several groups, because if both are in the same repo, there is no nice way to reference each other, other than hardcoding paths. On Tue, Mar 13, 2018 at 8:19 PM, Gabriel Cotel

Re: [Pharo-users] Ever growing image

2018-03-13 Thread Guillermo Polito
I'll take a look at this from tomorrow morning till the end of the week. On Tue, Mar 13, 2018 at 7:22 PM, Stephane Ducasse wrote: > Hilaire > > I do not have the answer and I do not know but you should have a look > at the bash script. > Because this is where the logic is. I will discuss tomorro

Re: [Pharo-users] Packaging question

2018-03-13 Thread Gabriel Cotelli
I will use one Baseline with several groups. And choose to load by default (if only runtime support or runtime plus generator) On Tue, Mar 13, 2018 at 3:02 PM, Stephane Ducasse wrote: > Hi > > I'm developing a small library named Chrysal (to be announced when > ready - the successor of Cocoon) t

Re: [Pharo-users] About handling strings in streams with STON

2018-03-13 Thread Stephane Ducasse
Sven I was thinking about the API you could you have a variant of put: onStream: that put the printed version of the argument. Because this is what I thought it was doing. Stef On Tue, Mar 13, 2018 at 6:32 PM, Sven Van Caekenberghe wrote: > > >> On 13 Mar 2018, at 18:09, Stephane Ducasse wrote:

Re: [Pharo-users] About handling strings in streams with STON

2018-03-13 Thread Stephane Ducasse
> > Say you want to write out a Date creation expression, then the following > (what you do) would not work: > > Compiler evaluate: (String streamContents: [ :out | > out << 'Date fromString: '. > Date today printOn: out ]). > > But the following does (as I did): > > Compiler evaluate: (String

Re: [Pharo-users] Ever growing image

2018-03-13 Thread Stephane Ducasse
Hilaire I do not have the answer and I do not know but you should have a look at the bash script. Because this is where the logic is. I will discuss tomorrow with guille (right now I'm sick). Stef On Mon, Mar 12, 2018 at 9:34 PM, Hilaire wrote: > Le 12/03/2018 à 10:16, Guillermo Polito a écrit :

Re: [Pharo-users] Pharo-users] SSL Exception when installing DataFrame

2018-03-13 Thread Stephane Ducasse
I know that Hayatou got the same error while trying to load DataFrame. Here is what he told me I use to load DataFrame on Pharo6.1 with Linux it work well But on Windows 7 Édition Intégrale 64-bit (6.1, Build 7600) (7600.win7_gdr.110622-1503) with Pharo6.1 it not working. But with Pharo5 on the

[Pharo-users] Packaging question

2018-03-13 Thread Stephane Ducasse
Hi I'm developing a small library named Chrysal (to be announced when ready - the successor of Cocoon) that supports configuration files (and conversion of strings into our lovely objects). The idea is that based on description objects, a class is generated statically with all the conversion logi

Re: [Pharo-users] About handling strings in streams with STON

2018-03-13 Thread Stephane Ducasse
And my string is just so it is plain normal but when I do not STON fromString: I get 47 elements instead of 13. When I do it manually I get of course 13. But the test failed with 47 :) '[ StringConfigurationItem { #propertyName : ''title'', #default : ''my super cool book'' }, BooleanConfigur

Re: [Pharo-users] About handling strings in streams with STON

2018-03-13 Thread Stephane Ducasse
Now I did addDescriptionBodyIn: aStream forItems: descriptionItems aStream print: (STON toStringPretty: descriptionItems) and it works sometimes. testDescriptionBuilder | builder string | builder := ChrysalConfigurationBuilder new. string := String streamC

Re: [Pharo-users] About handling strings in streams with STON

2018-03-13 Thread Sven Van Caekenberghe
> On 13 Mar 2018, at 18:09, Stephane Ducasse wrote: > > I originally did > > addDescriptionMethodBodyIn: aStream forItems: descriptionItems >aStream nextPutAll: 'STON fromString: '. >STON put: descriptionItems onStream: aStream > > > and I get > > STON fromString: > [StringConfigura

Re: [Pharo-users] About handling strings in streams with STON

2018-03-13 Thread Stephane Ducasse
I originally did addDescriptionMethodBodyIn: aStream forItems: descriptionItems aStream nextPutAll: 'STON fromString: '. STON put: descriptionItems onStream: aStream and I get STON fromString: [StringConfigurationItem{#propertyName:'title',#default:'my super cool book'},BooleanConfigura

Re: [Pharo-users] About handling strings in streams with STON

2018-03-13 Thread Stephane Ducasse
On Tue, Mar 13, 2018 at 5:12 PM, Stephane Ducasse wrote: > Tx sven got caught by a flu... freezing in my bed. > I will check. > > On Mon, Mar 12, 2018 at 11:01 PM, Sven Van Caekenberghe wrote: >> So I guess that you want a Smalltalk expression that, when evaluated, >> returns an arbitrary STON-i

Re: [Pharo-users] About handling strings in streams with STON

2018-03-13 Thread Stephane Ducasse
Tx sven got caught by a flu... freezing in my bed. I will check. On Mon, Mar 12, 2018 at 11:01 PM, Sven Van Caekenberghe wrote: > So I guess that you want a Smalltalk expression that, when evaluated, returns > an arbitrary STON-ified object as a real object. > > Let's say you want to STON-ify th

Re: [Pharo-users] State of Tide / Amber ?

2018-03-13 Thread Esteban Lorenzano
> On 13 Mar 2018, at 16:06, in_pharo_us...@nym.hush.com wrote: > > Dear List, > > I was trying to set up Tide / Amber. > > I found a Tide version for Pharo 3, but optimistically I tryed to set it up > with Pharo 6. > > Then I went to 5, 4, and then I used 3. > > I set Tide up according to t

[Pharo-users] State of Tide / Amber ?

2018-03-13 Thread in_pharo_users
Dear List, I was trying to set up Tide / Amber. I found a Tide version for Pharo 3, but optimistically I tryed to set it up with Pharo 6. Then I went to 5, 4, and then I used 3. I set Tide up according to the instructions, and well, the JSON interface seemed to work fine. This may not be the c

[Pharo-users] DNS change for lists.pharo.org

2018-03-13 Thread Marcus Denker
Hi, Our provider moved the mailinlists (lists.pharo.org ) to a new server (some new cloud based solution). I did the DNS change just now, but it should not have any impact other than some mails are delivered via the old system until the change propagates everywhere (and

[Pharo-users] Pharo-users] SSL Exception when installing DataFrame

2018-03-13 Thread Baveco, Hans
I get the same error when trying to install other packages (e.g. Cruiser) (SSL Exception: connect failed [code:-5]), Also when trying to do a software update from the System menu. This is Pharo 6.1 on windows 7 It might be somehow related to Iceberg: the Iceberg item in the World menu has gone a

Re: [Pharo-users] Help Petit Parse

2018-03-13 Thread Tudor Girba
That is indeed the solution. Doru > On Mar 13, 2018, at 6:16 AM, Holger Freyther wrote: > > > >> On 12. Mar 2018, at 23:07, Pau Guillot wrote: >> >> (#word asParser , #digit asParser plus flatten ==> [:node | node second]) >> star parse: 'A123A123'. >> -> #('123' '123') > > (((#word asPa

Re: [Pharo-users] Something is happening...

2018-03-13 Thread Tudor Girba
This might be how super linear growth feels like once you pass the bending point. Doru > On Mar 13, 2018, at 8:27 AM, Marcus Denker wrote: > > Hi, > > There is something odd happening… or better: There is *a lot* happening. > > Just one example: for the Newsletter, the original idea was to

[Pharo-users] Something is happening...

2018-03-13 Thread Marcus Denker
Hi, There is something odd happening… or better: There is *a lot* happening. Just one example: for the Newsletter, the original idea was to send out once a month a post with 3 things, some of them recycled (e.g. pointers to existing projects, re-use “success stories”, things like that. Now al