[Pharo-users] Monthly Pharo Newsletter

2016-05-25 Thread marcus . denker
Hi, Some time ago we set up a very low traffic “Pharo Newsletter” Mailinglist. The idea is that this gets: -> a mail for the release -> *one* mail at the end of the month with 2-4 topics It seems to work well. We have until now send two monty mails and the mail for the Pharo5 rel

Re: [Pharo-users] One comment to new Pharo5 debugger

2016-05-25 Thread Peter Uhnák
Hi, yes, this question was raised before, but there are some disagreements over how it should be, so it may take some time http://forum.world.st/GTDebugger-shortcuts-usability-td4890316.html You can also use a startup script to reassign them, such as this one. https://github.com/peteruhnak/pharo-

Re: [Pharo-users] Having a more robust PharoLauncher in low-bandwidth conditions

2016-05-25 Thread Peter Uhnák
> something like wget or curl there's also zeroconf as the alternative, or directly downloading the zip http://files.pharo.org/image/ Also Stef made a flash stick with Pharo, videos, etc. exactly for places like this (with bad or no internet). But of course PharoLauncher shouldn't crash. Alterna

Re: [Pharo-users] Problem with Mongo on Pharo5 ("collection already exists")

2016-05-25 Thread Sabine Manaa
Hi Esteban, do you know a documentation/entry point about moving to github? Is it in experimental state or recommended for all Pharo users? How/where to start? Regards Sabine 2016-05-25 21:54 GMT+02:00 EstebanLM [via Smalltalk] < ml-node+s1294792n489739...@n4.nabble.com>: > Hi, > > yes, I recom

Re: [Pharo-users] Problem with Mongo on Pharo5 ("collection already exists")

2016-05-25 Thread Esteban Lorenzano
Hi, yes, I recommend you to use the github version, we are moving there. But anyway we are keeping the sthub as mirror… it just got de-sync. And the only reason why I needed the merge, and not a simple copy is because metadataless format got activated and I lost the history, so I rather merge t

[Pharo-users] One comment to new Pharo5 debugger

2016-05-25 Thread Sabine Manaa
Hi, today I moved to Pharo5. It is great to get feedback and solutions for problems so quickly. It is a pleasure to work with Pharo and to have the community. I am grateful for having this. I have one comment. I don't want to complain, I can use it but I was wondering about the new position and

Re: [Pharo-users] Problem with Mongo on Pharo5 ("collection already exists")

2016-05-25 Thread Sabine Manaa
Hi Esteban, great, now it works. Thank you! In the comments, I see "merged with github". I am curious about using github in future, too. Regards Sabine 2016-05-25 21:01 GMT+02:00 EstebanLM [via Smalltalk] < ml-node+s1294792n4897378...@n4.nabble.com>: > hi Sabine, > > please update to latest pa

Re: [Pharo-users] Problem with Mongo on Pharo5 ("collection already exists")

2016-05-25 Thread Esteban Lorenzano
hi Sabine, please update to latest packages of Voyage… there was a de-sync problem with the API change in MongoTalk, that *should* fix your issue. cheers, Esteban > On 25 May 2016, at 16:29, Sabine Manaa wrote: > > note that it only occurs (hanging image) if you do > "VORepository curren

Re: [Pharo-users] Lockup when inspecting Text

2016-05-25 Thread Alistair Grant
On Wed, May 25, 2016 at 08:18:08PM +0200, Alistair Grant wrote: > On Wed, May 25, 2016 at 07:08:53PM +0200, Alistair Grant wrote: > > On Wed, May 25, 2016 at 04:08:49PM +, Henrik Nergaard wrote: > > > Could you post the string/text object you have trouble inspecting? > > > Both: "Text new inspe

Re: [Pharo-users] Lockup when inspecting Text

2016-05-25 Thread Alistair Grant
On Wed, May 25, 2016 at 07:08:53PM +0200, Alistair Grant wrote: > On Wed, May 25, 2016 at 04:08:49PM +, Henrik Nergaard wrote: > > Could you post the string/text object you have trouble inspecting? > > Both: "Text new inspect" and " (String loremIpsum: 1234) asText inspect" > > works fine for

Re: [Pharo-users] Lockup when inspecting Text

2016-05-25 Thread Alistair Grant
On Wed, May 25, 2016 at 04:08:49PM +, Henrik Nergaard wrote: > Could you post the string/text object you have trouble inspecting? > Both: "Text new inspect" and " (String loremIpsum: 1234) asText inspect" > works fine for me (Image 60035). Inspecting the following will trigger the CPU loop:

[Pharo-users] Having a more robust PharoLauncher in low-bandwidth conditions

2016-05-25 Thread Serge Stinckwich
Dear all, in low-bandwidth countries, this is almost impossible to use PharoLauncher to dl new images from the CI. The problem is not really the speed (you just have to wait) but the robustness of the system. Most of the time, you PharoLauncher crash or you have an error like : "can't find EOCD po

Re: [Pharo-users] Lockup when inspecting Text

2016-05-25 Thread Henrik Nergaard
Could you post the string/text object you have trouble inspecting? Both: "Text new inspect" and " (String loremIpsum: 1234) asText inspect" works fine for me (Image 60035). I can't interrupt the display (Ctrl-.). Try (Alt-.) Best regards, Henrik -Original Message- From: Pharo-us

Re: [Pharo-users] Lockup when inspecting Text

2016-05-25 Thread Alistair Grant
On Wed, May 25, 2016 at 05:56:27PM +0200, Alistair Grant wrote: > Hi All, > > I've got a Text object which I can inspect the string or the runs, but > when I attempt to inspect the text object itself Pharo goes into a CPU > loop and becomes unresponsive. I can't interrupt the display (Ctrl-.). >

[Pharo-users] Lockup when inspecting Text

2016-05-25 Thread Alistair Grant
Hi All, I've got a Text object which I can inspect the string or the runs, but when I attempt to inspect the text object itself Pharo goes into a CPU loop and becomes unresponsive. I can't interrupt the display (Ctrl-.). I've attempted to step through the code to find the problem, however Pharo

Re: [Pharo-users] Problem with Mongo on Pharo5 ("collection already exists")

2016-05-25 Thread Sabine Manaa
note that it only occurs (hanging image) if you do "VORepository current reset" before. Or have a new Image. 2016-05-25 15:38 GMT+02:00 Sabine Manaa : > I have a non-responding image with the original code (with the signal) > > 2016-05-25 15:14 GMT+02:00 Holger Freyther [via Smalltalk] <[hidden

Re: [Pharo-users] Problem with Mongo on Pharo5 ("collection already exists")

2016-05-25 Thread Sabine Manaa
I have a non-responding image with the original code (with the signal) 2016-05-25 15:14 GMT+02:00 Holger Freyther [via Smalltalk] < ml-node+s1294792n4897346...@n4.nabble.com>: > > > On 25 May 2016, at 15:42, Esteban Lorenzano <[hidden email] >

Re: [Pharo-users] Problem with Mongo on Pharo5 ("collection already exists")

2016-05-25 Thread Holger Freyther
> On 25 May 2016, at 15:42, Esteban Lorenzano wrote: > > Hi, > No I don’t… in part because is not me who make that code, but also because it > is expected: after, you have: > > getCollection: aString > ^ [ self addCollection: aString capped: false size: nil max: nil ] >

Re: [Pharo-users] Problem with Mongo on Pharo5 ("collection already exists")

2016-05-25 Thread Esteban Lorenzano
> On 25 May 2016, at 15:35, Sabine Manaa wrote: > > Hi Esteban, > > can you please have a look again, I think you forgot to remove the signal here > (remove signal in the ifTrue case then it works): No I don’t… in part because is not me who make that code, but also because it is expected: af

Re: [Pharo-users] Problem with Mongo on Pharo5 ("collection already exists")

2016-05-25 Thread Sabine Manaa
Hi Esteban, can you please have a look again, I think you forgot to remove the signal here (remove signal in the ifTrue case then it works): addCollection: aString capped: aCapped size: aSize max: aMax | command | command := SmallDictionary new. command at: 'create' put: aString. aCapped ifTrue:

Re: [Pharo-users] Problem with Mongo on Pharo5 ("collection already exists")

2016-05-25 Thread Esteban Lorenzano
problem is not in Pharo 5 but in latest version of MongoTalk (who is loaded with Pharo 5 and apparently not with Pharo 4). I already submitted a fix for it, but you need to load latest version (still no configuration). Esteban > On 25 May 2016, at 12:18, Sabine Manaa wrote: > > Hi, > > Is a

[Pharo-users] Problem with Mongo on Pharo5 ("collection already exists")

2016-05-25 Thread Sabine Manaa
Hi, Is anyone already running Pharo5 with mongoDB already? loading my configurationOf in a new pharo5 image results in a problem with mongDB. loading the same in Pharo4 works fine. I reduced the problem to the following steps for reproduction: 1) start Pharo5 and install VoyageMongo from the Pro

Re: [Pharo-users] An Idea for a minimal self documented begineer friendly pharo image

2016-05-25 Thread Dimitris Chloupis
there is intersection afterall interactive documentation is the holy grail of documentation. I would love to have that. I was thinking making my Prometheas project not just a a bunch of pillar files but also an internal tool inside pharo that can show you titles of chapters of documentation which w

[Pharo-users] FileSystem Symlink and Environment variables

2016-05-25 Thread Valentin Ryckewaert
Hello everyone, I would like to know more about what lacks to FileSystem today ? Especially for symbolic links, I didn't find something to read the real path of the symlink (readlink) and to create a symbolic link, does it exists and I didn't find it? I tried to use isSymlink on my machine (linux

Re: [Pharo-users] parameters of the virtual machine

2016-05-25 Thread Clément Bera
Well the aspects described here either are documented or are being documented through IWST papers waiting for approval. The cache accessing technique is detailed in the IWST'16 paper *Inferring Types by Mining Class Usage Frequency from Inline Caches**. *Hopefully it'll get accepted and everyone c