Re: [Pharo-users] Jupyter notebooks / Dynabook / JupyterTalk

2018-08-22 Thread H. Hirzel
P.S. Probably noteworthy is that for some reason a second instance of Pharo was opened. Probably by the command jupyter notebook I could close one but after closing the other instance it was opened automatically again. On 8/22/18, H. Hirzel wrote: > The installation progressed, success see

Re: [Pharo-users] [Vm-dev] Pharo 6.1 installation problem on Ubuntu 18.04.1 Bionic Beaver

2018-08-22 Thread Alistair Grant
Hi Hannes, On Wed, 22 Aug 2018 at 18:48, H. Hirzel wrote: > > > Hello > > I'd like to install Pharo 6.1 in a new installation of > > Ubuntu 18.04.1 Bionic Beaver [1] > > I get a message > > ./pharo-ui > Error. Could not determine platform's libc path for VM. > Try forcing $PLATFORMLIBDIR in /ho

Re: [Pharo-users] Pharo 6 snap package

2018-08-22 Thread H. Hirzel
Hello Are there plans to do a Pharo 6.1 snap package in the upcoming months? (Ubuntu 18.04.1) --Hannes On 6/13/17, p...@highoctane.be wrote: > On Tue, Jun 13, 2017 at 11:34 AM, Alistair Grant > wrote: > >> On Tue, Jun 13, 2017 at 11:25:15AM +0200, p...@highoctane.be wrote: >> > I need to upgr

Re: [Pharo-users] Making TDD in pharo work properly (aka - walkback on a missing class is nasty)

2018-08-22 Thread Tim Mackinnon
Hi - but I guess my question is (and excuse my basic knowledge in this area) - when a class isn’t found - can we do better than return nil so that the debugger can give a better msg and presumably the code I’ve written could live on that undefined object? Or am thinking about this wrong? I wil

Re: [Pharo-users] [Pharo-dev] Pharo and Docker (some steps)

2018-08-22 Thread Ben Coman
On Mon, 20 Aug 2018 at 21:12, Torsten Bergmann wrote: > > For those interested in Docker: > > I recently played with Pharo and Docker and summarized some of my steps in a > small tutorial > in my Pharo wiki: > > http://wiki.astares.com/pharo/613 > > There is also a page following Mike Filonov

Re: [Pharo-users] Making TDD in pharo work properly (aka - walkback on a missing class is nasty)

2018-08-22 Thread Marcus Denker
Hi, I played with it, nice! I guess the case when you really get a DNU on nil (and want to create method there) does not really happen… extending nil is for special cases. Marcus > On 22 Aug 2018, at 13:39, Tim Mackinnon wrote: > > Sorry Marcus - you needed to follow the exercism i

Re: [Pharo-users] Jupyter notebooks / Dynabook / JupyterTalk

2018-08-22 Thread H. Hirzel
On 8/22/18, H. Hirzel wrote: > Hello again, Jesús Marí > > On 8/18/18, Jesús Marí wrote: >> I have experience in other kernels and if I am not wrong there aren't >> any >> kernel that installs Jupyter at all. > > Actually nteract (https://nteract.io/desktop) contains everything in > one 50MB pa

Re: [Pharo-users] Jupyter notebooks / Dynabook / JupyterTalk

2018-08-22 Thread H. Hirzel
Hello again, Jesús Marí On 8/18/18, Jesús Marí wrote: > I have experience in other kernels and if I am not wrong there aren't any > kernel that installs Jupyter at all. Actually nteract (https://nteract.io/desktop) contains everything in one 50MB package. Webclient and nodejs server. No Python

Re: [Pharo-users] Making TDD in pharo work properly (aka - walkback on a missing class is nasty)

2018-08-22 Thread Tim Mackinnon
Sorry Marcus - you needed to follow the exercism instructions and right click on the exercism package to get an exercism menu to fetch a new exercise (e.g. hello-world). The is then using the TonalReader to pull in code - and then you get a test class that can reference a class that isn’t there

Re: [Pharo-users] Error in fresh image

2018-08-22 Thread Jeff Gray
I just tried downloading from the same link again, renamed the image and changes and added to my Pharo folder. Opened them up and the error didn't happen. I haven't rebooted since I had the initial problem but I now can't reproduce it. Meh. -- Sent from: http://forum.world.st/Pharo-Smalltalk

Re: [Pharo-users] Making TDD in pharo work properly (aka - walkback on a missing class is nasty)

2018-08-22 Thread Marcus Denker
> On 17 Aug 2018, at 14:20, Tim Mackinnon wrote: > > The direct link to instructions is here: > https://exercism.io/tracks/pharo/installation (not sure if you have to be > signed up to see it otherwise its in the repo here: > https://github.com/exercism/pharo/blob/master/docs/INSTALLATION.m