Re: [Pharo-users] Pluralising messages or choosing word alternatives

2019-02-21 Thread Richard O'Keefe
These days we are supposed to think about internationalisation and localisation. The rather elderly and inadequate '<1P> foobar<2?:s>' expandMacrosWith: n with: n = 1 works fine for English, but when you switch to '<1P> foobar<2?:s>' translated expandMacrosWith: n with: n = 1 you run into the pro

[Pharo-users] Windows 64bit, long filename issue but after a second load, how to categorise and report this?

2019-02-21 Thread Tim Mackinnon
We noticed a weird problem when testing the pharo exercism project. When loading on Windows10 in a fresh 64bit image with the following evaluate in the playground: Metacello new baseline: 'Exercism'; repository: 'github://exercism/pharo-smalltalk:master/dev/src'; load. The project seemed t

[Pharo-users] What does mean "Detached Working Copy" in Iceberg ?

2019-02-21 Thread BrunoBB
Hi, We have in our server Gitolite instance running. >From Pharo System browser we commit changes to local path and with TortoiseGit we upload to the remote. So far so good but on Iceberg Repository Status i see "Detached Working Copy". What is the meaning of the message ? The the remote is no

Re: [Pharo-users] Windows 64bit, long filename issue but after a second load, how to categorise and report this?

2019-02-21 Thread Ben Coman
On Thu, 21 Feb 2019 at 20:36, Tim Mackinnon wrote: > We noticed a weird problem when testing the pharo exercism project. > > When loading on Windows10 in a fresh 64bit image with the following > evaluate in the playground: > > Metacello new > baseline: 'Exercism'; > repository: 'github://exerci

Re: [Pharo-users] What does mean "Detached Working Copy" in Iceberg ?

2019-02-21 Thread Guillermo Polito
Hi Bruno, Take a look at the glossary here: https://github.com/pharo-vcs/iceberg/wiki/Iceberg-glossary Any feedback (I'm sure many improvements can be done!) is super welcome! Guille On Thu, Feb 21, 2019 at 2:18 PM BrunoBB wrote: > Hi, > > We have in our server Gitolite instance running. > >

Re: [Pharo-users] What does mean "Detached Working Copy" in Iceberg ?

2019-02-21 Thread BrunoBB
Excellent !!! -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

[Pharo-users] Iceberg Custom SSH Keys

2019-02-21 Thread BrunoBB
Hi, Does Iceberg support a pair of key generated with PuTTY as RSA ? I can Push local changes with TortoiseGit client. But inside Pharo i get "Iceberg Authentication Error" when doing a Push. "Use custom SSH keys" is set but we use RSA keys generated with PuTTY. Maybe i'm missing something. r

Re: [Pharo-users] Windows 64bit, long filename issue but after a second load, how to categorise and report this?

2019-02-21 Thread Tim Mackinnon
Hi Ben - while I understand the description below - why would it work the first time (no errors) and then fail the second time in a fresh image? Are we really sure its just down to non-determinism of the load process (possibly - but it seems very suspicious to me). There is something more fishy

[Pharo-users] [ANN] Buoy v5.0.0 released!

2019-02-21 Thread Gabriel Cotelli
Buoy , the project aiming to complement Pharo adding useful extensions reached it’s 5.0.0 version. The supported Pharo versions are 6.1 — 32 bits and 7.0 — 32 & 64 bits. The breaking changes are just in the package organization, so you may hav

[Pharo-users] [ANN] Pharo Consortium New Academic Member: Tecnológico de Monterrey in Guadalajara

2019-02-21 Thread Marcus Denker
The Pharo Consortium is very happy to announce that Tecnológico de Monterrey in Guadalajara has joined the Consortium as an Academic Member. About - Tecnológico de Monterrey in Guadalajara: http://www.gda.itesm.mx - Pharo Consortium: http://consortium.pharo.org The goal of the Pharo Consortium i

Re: [Pharo-users] Windows 64bit, long filename issue but after a second load, how to categorise and report this?

2019-02-21 Thread Henrik Sperre Johansen
Tim Mackinnon wrote > Hi Ben - while I understand the description below - why would it work the > first time (no errors) and then fail the second time in a fresh image? Are > we really sure its just down to non-determinism of the load process > (possibly - but it seems very suspicious to me). There

[Pharo-users] [ANN] ba-st Web stack updated (RenoirSt, Willow and HighchartsSt)

2019-02-21 Thread Gabriel Cotelli
Now that Pharo 7 is finally released, we took some time to update the whole web stack hosted at ba-st . As a general update all the projects now follow the brand new community guidelines and support Pharo 6.1–32 bits and Pharo 7–32 & 6

Re: [Pharo-users] Trying to understand Developing with Pharo, Deploying with Gemstone/s

2019-02-21 Thread sergio ruiz
Okay. let me wrap my head around all of this.. thanks! On February 20, 2019 at 5:17:27 PM, Dale Henrichs ( dale.henri...@gemtalksystems.com) wrote: Hello Sergio, Sorry for the delay in replying .. too many balls in the air:) I'll comment in-line .. peace, sergio photographer, journalist

[Pharo-users] Zinc Error Hierarchy

2019-02-21 Thread Esteban Maringolo
Hi all, Sven, :-) I'm writing some client REST API code and need to handle errors in the call, and found that all Errors are direct descendants of the Error class, why aren't Zinc Errors descendants of a common ZnError class? Regards, Esteban A. Maringolo

Re: [Pharo-users] Zinc Error Hierarchy

2019-02-21 Thread Sven Van Caekenberghe
> On 21 Feb 2019, at 22:37, Esteban Maringolo wrote: > > Hi all, Sven, :-) > > I'm writing some client REST API code and need to handle errors in the > call, and found that all Errors are direct descendants of the Error > class, why aren't Zinc Errors descendants of a common ZnError class? >

[Pharo-users] Using ZnClient>>#contentWriter

2019-02-21 Thread Esteban Maringolo
Hi all, I'm doing this and it works ZnClient new method: #PUT; url: 'http://127.0.0.1:5984/baseball/2'; contents: (NeoJSONWriter toString: { 'foo' -> 'baz'} asDictionary); contentType: ZnMimeType applicationJson; execute. But if try to use a contentWriter it fails because it can't det

Re: [Pharo-users] Zinc Error Hierarchy

2019-02-21 Thread Esteban Maringolo
El jue., 21 feb. 2019 a las 19:11, Sven Van Caekenberghe () escribió: > > On 21 Feb 2019, at 22:37, Esteban Maringolo wrote: > I don't know, but note that the exceptions in Zinc-HTTP-Exceptions are not > the only ones used, there are also those in Resource-Meta and > Character-Encoding, and all

Re: [Pharo-users] Using ZnClient>>#contentWriter

2019-02-21 Thread Sven Van Caekenberghe
Hi Esteban, > On 21 Feb 2019, at 23:36, Esteban Maringolo wrote: > > Hi all, > > I'm doing this and it works > ZnClient new > method: #PUT; > url: 'http://127.0.0.1:5984/baseball/2'; > contents: (NeoJSONWriter toString: { 'foo' -> 'baz'} asDictionary); > contentType: ZnMimeType application

Re: [Pharo-users] Windows 64bit, long filename issue but after a second load, how to categorise and report this?

2019-02-21 Thread Tim Mackinnon
Some interesting thoughts below - but my understanding is these images are being created by Pharo Launcher , so they should be isolated from one another? I also don’t understand why you can load with 32bit (multiple images) but only once with 64bit. Do we load radically different git code with l

[Pharo-users] Embedding object properties in NeoJSON mappings

2019-02-21 Thread Esteban Maringolo
Hi all (again), As part of writing the port (and adaptation to use Zinc and NeoJSON), a CouchDB JSON-REST API, now I find something I don't know how to solve using NeoJSON mappings. All objects you store in CouchDB at a particular URI are saved as "Documents", so if you save a dictionary with key

Re: [Pharo-users] Iceberg Custom SSH Keys

2019-02-21 Thread BrunoBB
Hi, We are still looking into this issue but we have everything configurated: If i can fix it i will post it here. regards bruno -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

[Pharo-users] Pharo Object Serialization

2019-02-21 Thread BrunoBB
Hi, Which are the options for serialize objects in Pharo ? I know there is Fuel (https://rmod.inria.fr/web/software/Fuel). OmniBase is not supported any more. OmniBase was pretty cool even transactional !!! What are you using ? (of course there is GemStone/S but i was not able to convince my cl

Re: [Pharo-users] Pharo Object Serialization

2019-02-21 Thread john pfersich
There’s also STON. See https://ci.inria.fr/pharo-contribution/job/EnterprisePharoBook/lastSuccessfulBuild/artifact/book-result/STON/STON.html /*—-*/ Sent from my iPhone https://boincstats.com/signature/-1/user/51616339056/sig.png See https://objectnets.net and https://objectnets.o

Re: [Pharo-users] Running pharo in daemon mode

2019-02-21 Thread Pierce Ng
On Tue, Feb 19, 2019 at 05:17:34AM -0800, sergio ruiz wrote: > My daemontools run file looks like: > but for some reason, it just sits and grinds and restarts.. never remaining > started for more than a second.. PharoDebug.log or "ps ax | egrep readproctitle" should contain some clues. > VM="/ho

Re: [Pharo-users] Partition/Sync ready databases for Pharo?

2019-02-21 Thread Pierce Ng
On Tue, Feb 19, 2019 at 10:36:18AM -0300, Esteban Maringolo wrote: > No problem, I was going to ask about Fossil as well, I know it is a > self contained SCM, with issue tracker, and whatnot. People that uses > it don't want to use git except if forced to. > So I also ask how this would work. :) F

Re: [Pharo-users] Partition/Sync ready databases for Pharo?

2019-02-21 Thread Pierce Ng
On Tue, Feb 19, 2019 at 01:02:51PM +, Tim Mackinnon wrote: > When you say Fossil - are you referring to > "https://fossil-scm.org/index.html/doc/trunk/www/index.wiki” ? > I’ve seen it come up a few times - is it good? Yes I mean the Fossil SCM. I use it as a personal wiki and file repo. It co