Re: [Pharo-users] Unable to update Glamour-Core

2017-11-29 Thread Offray Vladimir Luna Cárdenas
Installation finally worked in a new image stored in a different folder by deleting the package-cache in other directory. I don't know if there is some reading of the package cache by some of the package I have installed. I remember installing something to create metrics of the image and may be thi

Re: [Pharo-users] files.pharo.org downloads => needs testers

2017-11-29 Thread Christophe Demarey
Thanks to all of you for the tests. It is surprising how average speed can differ from a server to another according to the region. As Marcus, we will moved files.pharo.org on a server rented by the Pharo consortium (cloud provider). We hope to have better stability, we

Re: [Pharo-users] files.pharo.org downloads => needs testers

2017-11-29 Thread Offray Vladimir Luna Cárdenas
>From Bogota, Colombia: curl -o 1.zip http://files2.pharo.org/image/70/Pharo-7.0.0-alpha.build.328.sha.c366633.arch.32bit.zip --next -o 2.zip http://file-pharo.inria.fr/image/70/Pharo-7.0.0-alpha.build.328.sha.c366633.arch.32bit.zip --next -o 3.zip http://files.pharo.org/image/70/Pharo-7.0.0-alpha

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

2017-11-29 Thread Stephane Ducasse
On Tue, Nov 28, 2017 at 9:35 AM, Alistair Grant wrote: > On 28 November 2017 at 08:18, Stephane Ducasse > wrote: >> Sorry I wanted to have it in pharo :) > > Are you talking about having a terminal inside Pharo? Yes I'm having fun with a small scheme interpreter and I would like to have repl >

Re: [Pharo-users] files.pharo.org downloads => needs testers

2017-11-29 Thread Todd Blanchard
San Diego, CA. % Total% Received % Xferd Average Speed TimeTime Time Current Dload Upload Total SpentLeft Speed 100 17.7M 100 17.7M0 0 3381k 0 0:00:05 0:00:05 --:--:-- 3859k 100 17.7M 100 17.7M0 0 1088k 0

[Pharo-users] ZIPArchive usage + FileSystem memory

2017-11-29 Thread Juraj Kubelka
Hi, I can successfully use ZipArchive like the following -=-=- zip := ZipArchive new. { 'file1.txt'. 'file2.txt'. 'file3.txt' } do: [ :eachFile | | member | member := zip addString: eachFile, ' contents' as: eachFile. member desiredCompressionMethod: ZipArchive compressi

Re: [Pharo-users] files.pharo.org downloads => needs testers

2017-11-29 Thread Stephane Ducasse
For the sake of it :) >From my slow connection % Total% Received % Xferd Average Speed TimeTime Time Current Dload Upload Total SpentLeft Speed 100 17.7M 100 17.7M0 0 369k 0 0:00:49 0:00:49 --:--:-- 451k % Total

Re: [Pharo-users] files.pharo.org downloads => needs testers

2017-11-29 Thread Stephane Ducasse
This is a really excellent news! On Wed, Nov 29, 2017 at 10:57 AM, Christophe Demarey wrote: > Thanks Ben and John for the first feedbacks. > I also run a test on Travis CI: > https://travis-ci.org/demarey/test-files-pharo-org/builds/308846128?utm_source=github_status&utm_medium=notification > Av

Re: [Pharo-users] Unable to update Glamour-Core

2017-11-29 Thread Juraj Kubelka
Try to clean your cache with packages. I guess that you have Roassal2-akevalon.1718 package locally and this one is corrupted. Juraj > On Nov 29, 2017, at 15:16, Offray Vladimir Luna Cárdenas > wrote: > > Hi, > > I tried again with a Pharo 6.1 image Latest update: #60510 and now I got this

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

2017-11-29 Thread Offray Vladimir Luna Cárdenas
Hi Andy, I don't want to sound presumptuous, but I think that we can do even better that Mathematica notebooks with the Pharo ecosystem. Grafoscopio, for example, is just starting (yes, its first commit was 3 years ago, but the development has been pretty sparse at the beginning and it was my firs

Re: [Pharo-users] Unable to update Glamour-Core

2017-11-29 Thread Juraj Kubelka
I do not have this issue. Tested on 32bit Pharo 6.1 Latest update: #60523 Cheers, Juraj > On Nov 29, 2017, at 14:06, Offray Vladimir Luna Cárdenas > wrote: > > Hi, > > I'm using the Roassal2 load script on Pharo 6.1 on Manjaro Gnu/Linux for 64 > bits: > > > > Gofer it >

Re: [Pharo-users] Unable to update Glamour-Core

2017-11-29 Thread Offray Vladimir Luna Cárdenas
Hi, I'm using the Roassal2 load script on Pharo 6.1 on Manjaro Gnu/Linux for 64 bits: |Gofer it smalltalkhubUser: 'ObjectProfile' project: 'Roassal2'; configurationOf: 'Roassal2'; loadStable.| That is the one, I presume, is trying to load "Glamour-Core-TudorGirba339" and gene

[Pharo-users] Using ZIP file system

2017-11-29 Thread Juraj Kubelka
Hi, Do I use the ZIP file system correctly? I do the following: -=-=-=- zipFile := FileLocator temp / 'file.zip'. zipFileSystem := (FileSystem zip: zipFile) open. (zipFileSystem root / 'dir1') createDirectory. (zipFileSystem root / 'dir1' / 'file.txt') writeStreamDo: [ :stream | stream

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

2017-11-29 Thread Offray Vladimir Luna Cárdenas
On 13/10/17 08:52, Vitor Medina Cruz wrote: > I completely agree with Ben. > > As for Dimitris, I have some points: > [...] > > The fact is , we love pain, we love barriers, we love doors that > slam into our face. We love challange. But only if we find it > interesting. > > > See, I

[Pharo-users] [ANN] files.pharo.org server move tomorrow, Nov 30

2017-11-29 Thread Marcus Denker
Hi, We will do the switch to the new server tomorrow, Nov 30. -> for people downloading, there should be no service intererruption -> For *uploaders* (mostly CI jobs), you need new SSH credentials. This means some upload jobs might break, but they will be easy to fix -> Uploading humans

Re: [Pharo-users] files.pharo.org downloads => needs testers

2017-11-29 Thread Sean P. DeNigris
demarey wrote > Please, could you test these new servers and give us feedback to see if > downloads are fast and nom ore CRC errors? Performance from New York, USA... $ curl -o 1.zip http://files2.pharo.org/image/70/Pharo-7.0.0-alpha.build.328.sha.c366633.arch.32bit.zip \ --next -o 2.zip http://f

Re: [Pharo-users] files.pharo.org downloads => needs testers

2017-11-29 Thread Peter Uhnák
Czech Republic I've tried several different files, because my observations over the past months was that some downloads were fast and some slow... randomly. The script is the same as everyone, I've just changed the target. The order is same - files2, inria, files. In case of 60/60520.zip I do no

Re: [Pharo-users] files.pharo.org downloads => needs testers

2017-11-29 Thread Gabriel Cotelli
>From Argentina curl -o 1.zip http://files2.pharo.org/image/70/Pharo-7.0.0-alpha.build.328.sha.c366633.arch.32bit.zip --next -o 2.zip http://file-pharo.inria.fr/image/70/Pharo-7.0.0-alpha.build.328.sha.c366633.arch.32bit.zip --next -o 3.zip http://files.pharo.org/image/70/Pharo-7.0.0-alpha.build.3

Re: [Pharo-users] files.pharo.org downloads => needs testers

2017-11-29 Thread Mariano Martinez Peck
>From Argentina: Dload Upload Total SpentLeft Speed 100 17.7M 100 17.7M0 0 2728k 0 0:00:06 0:00:06 --:--:-- 4154k % Total% Received % Xferd Average Speed TimeTime Time Current Dload Upload

Re: [Pharo-users] files.pharo.org downloads => needs testers

2017-11-29 Thread Serge Stinckwich
>From Cameroon, LTE inria.fr very slow for me ... curl -o 1.zip http://files2.pharo.org/image/70/Pharo-7.0.0-alpha.build.328.sha.c366633.arch.32bit.zip --next -o 2.zip http://file-pharo.inria.fr/image/70/Pharo-7.0.0-alpha.build.328.sha.c366633.arch.32bit.zip --next -o 3.zip http://files.pharo.org/

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

2017-11-29 Thread stephan
On 29-11-17 11:39, Prof. Andrew P. Black wrote: The “Save as ...” command in Pharo is unfortunately /not /at this time compatible with the launcher, so if you create a new image using Save As ..., it will not show up in the launcher. PharoLauncher however can copy a saved image and create a ne

Re: [Pharo-users] files.pharo.org downloads => needs testers

2017-11-29 Thread Alistair Grant
Czech Republic: $ curl -o 1.zip http://files2.pharo.org/image/70/Pharo-7.0.0-alpha.build.328.sha.c366633.arch.32bit.zip \ > --next -o 2.zip > http://file-pharo.inria.fr/image/70/Pharo-7.0.0-alpha.build.328.sha.c366633.arch.32bit.zip > \ > --next -o 3.zip > http://files.pharo.org/image/70/Pharo-

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

2017-11-29 Thread Prof. Andrew P. Black
> On 23 Nov 2017, at 12:56 , Herby Vojčík wrote: > > Pardon my question, I have downloaded it and looked at it, but I don't get > it. What does it do / what are the use cases (honest question)? I also was completely confused by what the launcher was for. And when I tried it, it did not seem

Re: [Pharo-users] files.pharo.org downloads => needs testers

2017-11-29 Thread Sven Van Caekenberghe
> On 29 Nov 2017, at 11:32, stephan wrote: > > On 29-11-17 04:29, Ben Coman wrote: >> Performance from Western Australia... > From the Netherlands > curl -o 1.zip > http://files2.pharo.org/image/70/Pharo-7.0.0-alpha.build.328.sha.c366633.arch.32bit.zip > --next -o 2.zip > http://file-pharo.i

Re: [Pharo-users] files.pharo.org downloads => needs testers

2017-11-29 Thread stephan
On 29-11-17 04:29, Ben Coman wrote: Performance from Western Australia... From the Netherlands curl -o 1.zip http://files2.pharo.org/image/70/Pharo-7.0.0-alpha.build.328.sha.c366633.arch.32bit.zip --next -o 2.zip http://file-pharo.inria.fr/image/70/Pharo-7.0.0-alpha.build.328.sha.c366633.arch

Re: [Pharo-users] files.pharo.org downloads => needs testers

2017-11-29 Thread Christophe Demarey
Thanks Ben and John for the first feedbacks. I also run a test on Travis CI: https://travis-ci.org/demarey/test-files-pharo-org/builds/308846128?utm_source=github_status&utm_medium=notification

Re: [Pharo-users] Strange behaviour when commit+push with Iceberg

2017-11-29 Thread Alistair Grant
Hi Julien, On 28 November 2017 at 21:34, Julien wrote: > Hello, > > Sometimes, when I do « commit and push » with Iceberg, I got this strange > behaviour (see1st screenshot). > > I **must** interrupt the process to stop this madness. Then, I get even > weirder things related to morphic (see the o

Re: [Pharo-users] files.pharo.org downloads => needs testers

2017-11-29 Thread Marcus Denker
> On 28 Nov 2017, at 20:06, Peter Uhnák wrote: > > What is the relationship between this and http://mirror.pharo.org? > no relationship… that was another idea (to put a CDN in front). Better to replace the server itself. > > Considering you are already working ar

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

2017-11-29 Thread Christophe Demarey
> Le 28 nov. 2017 à 22:00, Stephane Ducasse a écrit : > > Christophe > > I think that we should remove the blessed folder. After we moved the file-server, I will do a big cleanup of pharo launcher files. I think I will only publish OS-packages (win,linux, OS X) and create a pharo-luacher fold