Re: [Pharo-users] Reading a text file line by line

2017-10-04 Thread Dirk Olmes
Hi Sven, >> I'm trying to get started with Pharo doing something really simple - at >> least that's what I thought ... I'm trying to read a text file line by line. >> >> If I use File named: '/tmp/linex.txt' readStream nextLine I'll get a >> debugger telling me that BinaryFileStream does not unde

Re: [Pharo-users] Reading a text file line by line

2017-10-04 Thread Sven Van Caekenberghe
> On 4 Oct 2017, at 09:23, Dirk Olmes wrote: > > Hi Sven, > >>> I'm trying to get started with Pharo doing something really simple - at >>> least that's what I thought ... I'm trying to read a text file line by line. >>> >>> If I use File named: '/tmp/linex.txt' readStream nextLine I'll get

[Pharo-users] Deploying on Linux with LibC version < 2.15

2017-10-04 Thread Cyril Ferlicot
Hi, I am migrating some applications from Pharo 4 to Pharo 6. The new deployment of those applications needs to work on linux with LibC < 2.15. With Pharo 4 there was a special VM[1]. I do not see such VM for Pharo 6. How should we manage those distributions? Thank you in advance. [1] http://fi

[Pharo-users] Behold Pharo: The Modern Smalltalk

2017-10-04 Thread horrido
Behold Pharo: The Modern Smalltalk If you would like to suggest some edits, I'm all ears. Anything to improve the impact of the article. Thanks. -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310

Re: [Pharo-users] Iceberg and proxy

2017-10-04 Thread Vitor Medina Cruz
Thanks! I tried that but got two errors: "MessageNotUnderstood: FFIExternalStructureReferenceHandle>>free" "LGit_GIT_ERROR: Out of memory" I got other errors with Iceberg that make it unusable, for example, if I try to show history -> select a changeset, the image crashes... :( On Tue, Oct 3, 2

Re: [Pharo-users] Iceberg and proxy

2017-10-04 Thread Nicolai Hess
2017-10-03 20:58 GMT+02:00 Guillermo Polito : > Well, LGitFetchOptions has a proxy options property of type LGitProxyOptions, > and this one a property type of type LGitProxyTypeEnum. I did not try it > but maybe it should look something like: > > fetchOptions prim_proxy_opts prim_type: LGitProxyT

Re: [Pharo-users] Iceberg and proxy

2017-10-04 Thread Vitor Medina Cruz
Either I create a new repository from Iceberg or I cloned an existing one from command line and then added to Iceberg. On Wed, Oct 4, 2017 at 8:56 AM, Nicolai Hess wrote: > > > 2017-10-03 20:58 GMT+02:00 Guillermo Polito : > >> Well, LGitFetchOptions has a proxy options property of type LGitProx

Re: [Pharo-users] Iceberg and proxy

2017-10-04 Thread Vitor Medina Cruz
I updated the Iceberg version and now the crash isn't happening. On Wed, Oct 4, 2017 at 9:09 AM, Vitor Medina Cruz wrote: > Either I create a new repository from Iceberg or I cloned an existing one > from command line and then added to Iceberg. > > On Wed, Oct 4, 2017 at 8:56 AM, Nicolai Hess >

Re: [Pharo-users] Iceberg and proxy

2017-10-04 Thread Guillermo Polito
No idea, Esteban??? I actually think that Iceberg should manage this. Either use the system's proxy or use Pharo's proxy... On Wed, Oct 4, 2017 at 1:56 PM, Nicolai Hess wrote: > > > 2017-10-03 20:58 GMT+02:00 Guillermo Polito : > >> Well, LGitFetchOptions has a proxy options property of type LG

Re: [Pharo-users] Pharo 7 license question

2017-10-04 Thread Ben Coman
On Tue, Oct 3, 2017 at 1:45 AM, Jimmie Houchin wrote: > Back on topic. > > To my understanding, if I should port anything GPL licensed that I needed > from some language to a C library and licensed it GPL. Then I called my new > GPL C library via UFFI. I should have no problems at all. Is that a

Re: [Pharo-users] Reading a text file line by line

2017-10-04 Thread Dirk Olmes
On 10/04/2017 10:22 AM, Sven Van Caekenberghe wrote: >> ZnCharacterReadStream belongs to the Zinc classes. I would have expected >> a generic character reading stream to be part of the core classes >> (whatever that means :-) and not a part of some HTTP component classes. >> But that may only be my

Re: [Pharo-users] Reading a text file line by line

2017-10-04 Thread Sven Van Caekenberghe
Dirk, > On 4 Oct 2017, at 15:43, Dirk Olmes wrote: > > On 10/04/2017 10:22 AM, Sven Van Caekenberghe wrote: >>> ZnCharacterReadStream belongs to the Zinc classes. I would have expected >>> a generic character reading stream to be part of the core classes >>> (whatever that means :-) and not a pa

Re: [Pharo-users] Reading a text file line by line

2017-10-04 Thread Sean P. DeNigris
Dirk Olmes wrote > However if I find classes in a package with prefix "Zinc" and I google > for "Zinc Pharo" the first thing that comes up is > http://zn.stfx.eu/zn/index.html - Zinc HTTP Components The problem is that Sven has the nasty habit of turning frustrating areas of the system into top-no

Re: [Pharo-users] execute a code block at a given time in pharo ?

2017-10-04 Thread Sean P. DeNigris
Daniel BLANC wrote > Regarding my quick hack for managing the wifi at home, unfortunately there > is not so much smalltalk magic involved. That is *exactly* the magic of objects - hiding ugly implementation details (like shell scripts) under an abstraction you can easily understand and dare say en

Re: [Pharo-users] Behold Pharo: The Modern Smalltalk

2017-10-04 Thread askoh
Very nice. Thanks. Aik-Siong Koh -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

[Pharo-users] Update of ConfigurationOfGlorp

2017-10-04 Thread stephan
I've added a Pharo 7 version, copied the configurations from DBXTalk/Glorp to DBXTalk/Configurations and the metarepos, and replaced the #'Pharo6.0.x' style names by #'Pharo6.x' style. Please let me know if that creates problems Stephan

Re: [Pharo-users] Behold Pharo: The Modern Smalltalk

2017-10-04 Thread Denis Kudriashov
Hi 2017-10-04 12:30 GMT+02:00 horrido : > Behold Pharo: The Modern Smalltalk > smalltalk-38e132c46053> > > If you would like to suggest some edits, I'm all ears. Anything to improve the impact of the article. > As you mentioned IoT p

Re: [Pharo-users] Reading a text file line by line

2017-10-04 Thread Cyril Ferlicot D.
Le 04/10/2017 à 16:31, Sven Van Caekenberghe a écrit : > Dirk, > > > One day we will have package level comments that will make clear the scope > and purpose of groups of code. > Hi, Package level comments are possible since Pharo 6. In Nautilus just open the comment pane while selecting a pa

Re: [Pharo-users] 6.1 Stable 64 - Crash when loading repository

2017-10-04 Thread Stephane Ducasse
Hello Julian Thanks for the report. on which OS are you? Stef On Wed, Oct 4, 2017 at 8:33 PM, Julián Maestri wrote: > On a clean image from get.pharo.org/64/ > Attempting to load the following repository > > Metacello new > baseline: 'WillowBootstrap'; > repository: 'github://ba-st/Willow-B

Re: [Pharo-users] Reading a text file line by line

2017-10-04 Thread Stephane Ducasse
Hi sven I wonder how we can make progress on this front. Because we should move on. I'm fed up to get all this crap of the old stream around. Could not we just keep positionable stream and start to get rest nice? Stef On Tue, Oct 3, 2017 at 4:22 PM, Sven Van Caekenberghe wrote: > > >> On 3 Oct 2

Re: [Pharo-users] Update of ConfigurationOfGlorp

2017-10-04 Thread Stephane Ducasse
Tx stephan On Wed, Oct 4, 2017 at 5:20 PM, stephan wrote: > I've added a Pharo 7 version, copied the configurations from DBXTalk/Glorp > to DBXTalk/Configurations and the metarepos, and > replaced the #'Pharo6.0.x' style names by #'Pharo6.x' style. > Please let me know if that creates problems >

Re: [Pharo-users] Pharo 7 license question

2017-10-04 Thread Sven Van Caekenberghe
> On 3 Oct 2017, at 06:10, Jimmie Houchin wrote: > > Good and valid questions. > > Primarily consumer side. I am a longtime user of Linux, 20+ years. I prefer > and advocate for open source software even when required to use Windows/Mac. > So in general in personal life with friends, family,

Re: [Pharo-users] Pharo 7 license question

2017-10-04 Thread Jimmie Houchin
On 10/04/2017 03:48 PM, Sven Van Caekenberghe wrote: On 3 Oct 2017, at 06:10, Jimmie Houchin wrote: Good and valid questions. Primarily consumer side. I am a longtime user of Linux, 20+ years. I prefer and advocate for open source software even when required to use Windows/Mac. So in general

Re: [Pharo-users] Pharo 7 license question

2017-10-04 Thread Jimmie Houchin
Thanks for the reply.  I am not very familiar with compiled code. I just wanted to explore and see if there were any ways that Pharo and GPL sources could work together. The only way I see that can happen is to have your GPL code provide something like a REST API and communicate via networking.

Re: [Pharo-users] Behold Pharo: The Modern Smalltalk

2017-10-04 Thread Hernán Morales Durand
Hi Richard, I would change the link text where machine learning refers to BioSmalltalk. Actually it is more a library for Bioinformatics. Cheers, Hernán 2017-10-04 7:30 GMT-03:00 horrido : > Behold Pharo: The Modern Smalltalk >

Re: [Pharo-users] Behold Pharo: The Modern Smalltalk

2017-10-04 Thread Offray Vladimir Luna Cárdenas
What I like most about this article is the comparisons with common trends (Pharo is to Smalltalk like Clojure is to Lisp) that bridge the gap between audiences. I would add some link to Cuis Smalltalk in the mention of the Smalltalk families, because of its minimalist approach. Also, may be you can

Re: [Pharo-users] Open Sourcing the Data Journalism Handbook with Grafoscopio

2017-10-04 Thread Offray Vladimir Luna Cárdenas
Upps... I copied and pasted parts of my original post in the Open Knowedge Forum, so it seems that it got scrambled with some extra information from there here. Anyway I hope the message is clear. Cheers, Offray On 04/10/17 21:09, Offray Vladimir Luna Cárdenas wrote: > > Hi, > > Recently, in o