Re: [Pharo-users] I love the launcher!!!!

2017-11-26 Thread Ben Coman
On 27 November 2017 at 05:25, p...@highoctane.be wrote: > So, I try it on my CentOS 7 64 bit and... as there is no 64 bit version of > the launcher... > > pharo6-64-ui PharoLauncher.image > This interpreter (vers. 68021) cannot read image file (vers. 6521). > Press CR to

Re: [Pharo-users] Removing instance variables doesn't recompile the methods

2017-11-26 Thread Ben Coman
Thanks for reporting Abdelghani. Now it would be doubly useful if you could isolate which build introduced the problem. PharoLauncher can be used to help bisect working/non-working images. cheers -ben On 27 November 2017 at 04:08, abdelghani ALIDRA via Pharo-users < pharo-users@lists.pharo.org>

Re: [Pharo-users] How to write a little REPL

2017-11-26 Thread Holger Freyther
> On 27. Nov 2017, at 05:38, Stephane Ducasse wrote: > > Hi Hey! > I'm working on a mini scheme implementation and I would like to add a REPL and > I wonder how I can super easily get a read line. The easiest might just be to use "rlwrap your-interpreter"? But I

Re: [Pharo-users] Pharo-Chrome (was: Soup bug(fix))

2017-11-26 Thread Stephane Ducasse
Hi Alistair If you want help I can add a baseline that automtically load DataFrame. Because users should not load by themselves external project. Stef On Sat, Nov 25, 2017 at 3:57 PM, Sean P. DeNigris wrote: > Alistair Grant wrote >>

[Pharo-users] How to write a little REPL

2017-11-26 Thread Stephane Ducasse
Hi I'm working on a mini scheme implementation and I would like to add a REPL and I wonder how I can super easily get a read line. Stef

Re: [Pharo-users] I love the launcher!!!!

2017-11-26 Thread p...@highoctane.be
So, I try it on my CentOS 7 64 bit and... as there is no 64 bit version of the launcher... pharo6-64-ui PharoLauncher.image This interpreter (vers. 68021) cannot read image file (vers. 6521). Press CR to quit... How is one using the launcher for 64 bit stuff? Phil On Sun, Nov 26, 2017 at 9:45

Re: [Pharo-users] Removing instance variables doesn't recompile the methods

2017-11-26 Thread Stephane Ducasse
https://pharo.fogbugz.com/f/cases/20765/removing-an-instance-variable-does-not-really-remove-it On Sun, Nov 26, 2017 at 9:50 PM, Stephane Ducasse wrote: > Hi abdel > > I created a class with x and two accessors and I created the same test > than you. They were green. >

Re: [Pharo-users] Removing instance variables doesn't recompile the methods

2017-11-26 Thread Stephane Ducasse
Hi abdel I created a class with x and two accessors and I created the same test than you. They were green. Then I removed the instance variable x and I run the tests and they were grennn (agr) I checked the accessors and the methods where showing that the instance

Re: [Pharo-users] I love the launcher!!!!

2017-11-26 Thread Stephane Ducasse
If you don't try you will not understand what you miss. On Sun, Nov 26, 2017 at 2:10 PM, Herby Vojčík wrote: > Stephane Ducasse wrote: >> >> Then do not try :) like that you will never get a chance to know :) > > > Could you please explain? I understood your sentence has high

[Pharo-users] Removing instance variables doesn't recompile the methods

2017-11-26 Thread abdelghani ALIDRA via Pharo-users
--- Begin Message --- Hi, In a fresh pharo 6 image, I add a class with an instance variable x and implement accessors. Then I write a test method for the accessors of x MyClassTest>>testReadWriteX     self assert (MyClass new x: 0) x equals: 0 I run the test and obviously it is green BUT I

Re: [Pharo-users] Pharo-users Digest, Vol 55, Issue 206

2017-11-26 Thread Herby Vojčík
Ben Coman wrote: On 26 November 2017 at 21:28, Herby Vojčík > wrote: Ben Coman wrote: On 25 November 2017 at 15:18, Викентий Потапов

Re: [Pharo-users] Pharo-users Digest, Vol 55, Issue 206

2017-11-26 Thread Ben Coman
On 26 November 2017 at 21:28, Herby Vojčík wrote: > Ben Coman wrote: > >> >> >> On 25 November 2017 at 15:18, Викентий Потапов >> > wrote: >> >> >> I downloaded the latest PharoLauncher image, use VM for Pharo

Re: [Pharo-users] Pharo-users Digest, Vol 55, Issue 207

2017-11-26 Thread Ben Coman
On 26 November 2017 at 20:57, Викентий Потапов wrote: > > I will be glad to help to find solution with this problem that started > with later versions of Pharo 6. > While Pharo has such problems - it is not production-ready. > > Just point me from where to start my

Re: [Pharo-users] How do you store and manage small programs?

2017-11-26 Thread Ben Coman
On 26 November 2017 at 20:36, Norbert Hartl wrote: > Andy, > > I use the filesystem for it. Let‘s say you have a directory called > „scripts“. If you inspect > > ‘scripts‘ asFileReference > nice trick cheers -ben > > you get kind of a browser of the files in there. If

Re: [Pharo-users] Pharo-users Digest, Vol 55, Issue 206

2017-11-26 Thread Herby Vojčík
Ben Coman wrote: On 25 November 2017 at 15:18, Викентий Потапов > wrote: I downloaded the latest PharoLauncher image, use VM for Pharo 6.1. 1) On load i got an error with UTF8 encoding. 2) Every time i tried to create

Re: [Pharo-users] Pharo-users Digest, Vol 55, Issue 206

2017-11-26 Thread Stephane Ducasse
+ 1 On Sat, Nov 25, 2017 at 9:58 AM, Ben Coman wrote: > > > On 25 November 2017 at 15:18, Викентий Потапов > wrote: >> >> >> I downloaded the latest PharoLauncher image, use VM for Pharo 6.1. >> 1) On load i got an error with UTF8 encoding. >>

Re: [Pharo-users] I love the launcher!!!!

2017-11-26 Thread Herby Vojčík
Stephane Ducasse wrote: Then do not try :) like that you will never get a chance to know :) Could you please explain? I understood your sentence has high dose of homour which I cannot decipher since I lack certain abilities for that. Thanks, Herby Stef On Sun, Nov 26, 2017 at 1:48 PM,

Re: [Pharo-users] P3 timeout

2017-11-26 Thread Stephane Ducasse
Hi Pierce It would be cool if we could get a little success stories around what you are doing. A success stories does not mean that you get as rich as Steve Jobs, just that you build something nice successfully. ;) Stef On Sun, Nov 26, 2017 at 9:43 AM, Pierce Ng wrote: >

Re: [Pharo-users] I love the launcher!!!!

2017-11-26 Thread Stephane Ducasse
Then do not try :) like that you will never get a chance to know :) Stef On Sun, Nov 26, 2017 at 1:48 PM, Herby Vojčík wrote: > Stephane Ducasse wrote: >> >> Why don't you try? It does not bite. >> >> For me it works in all scenario. I have projects that i manage over >>

Re: [Pharo-users] Pharo-users Digest, Vol 55, Issue 207

2017-11-26 Thread Викентий Потапов
I will be glad to help to find solution with this problem that started with later versions of Pharo 6. While Pharo has such problems - it is not production-ready. Just point me from where to start my investigation of code. --- The full stack ---

Re: [Pharo-users] I love the launcher!!!!

2017-11-26 Thread Herby Vojčík
Stephane Ducasse wrote: Why don't you try? It does not bite. For me it works in all scenario. I have projects that i manage over several weeks and others I drop day to day. And I have also startup script per versions. Maybe I will. The main problem was I didn't what it's good about at all -

Re: [Pharo-users] How do you store and manage small programs?

2017-11-26 Thread Norbert Hartl
Andy, I use the filesystem for it. Let‘s say you have a directory called „scripts“. If you inspect ‘scripts‘ asFileReference you get kind of a browser of the files in there. If the have the file extension .st syntax highlighting is enabled if you look at it. You can create new scripts

Re: [Pharo-users] How do you store and manage small programs?

2017-11-26 Thread Stephane Ducasse
Hi Andy As you saw there are plenty of solutions. Now what I learned is that it is often better in the long to have a little object because suddenly it opens your mind and you realise that you can teach him something more. So I often find myself realising that I created some class methods and

Re: [Pharo-users] How do you store and manage small programs?

2017-11-26 Thread Ben Coman
On 26 November 2017 at 01:34, Andy Burnett wrote: > I have just created a couple of small playground scripts that do some > useful data wrangling. The chances are that I will reuse them from time to > time, but with tweaks. Does version 6 Have some way to store

[Pharo-users] P3 timeout

2017-11-26 Thread Pierce Ng
Hi Sven and all, I have a PostgreSQL database running in a resource-light Linux VM with ~4 million rows consisting of mostly text. My query executes regexp_matches() on the text and it runs noticeably slowly. I am encountering ConnectionTimedOut using P3 to run my query. PostgresV2 and Python's