Re: [Pharo-users] problem getting moose

2016-06-05 Thread Ben Coman
On Sun, Jun 5, 2016 at 1:34 PM, Ben Coman wrote: > I wanted to try out Peter's XMI Analyser with Roassal and went to > download Moose but had a couple of problems. > > First try... > In the Launcher under Common Tools, I downloaded and Moose 5.1(stable) > fine, but it is

Re: [Pharo-users] Pharo 5 hanging and crashing

2016-06-05 Thread Gerry Weaver
Hi, I'm using the term "hanging" to mean that the image locked up or became unresponsive. When I use the term "crashing", I mean the image aborted. I have also seen a few cases where the image would hang first and then abort a few seconds later. This usually results after a few error windows

Re: [Pharo-users] Issue on Seaside beginning

2016-06-05 Thread stepharo
Ok Hi Stef > You got a problem with such image > https://ci.inria.fr/pharo-contribution/job/PharoWeb/PHARO=50,VERSION=stable,VM=vm/lastSuccessfulBuild/artifact/PharoWeb.zip Yes I saved my code in Smalltalkhub. i loaded it in this new image and It works perfectly. May be there the

Re: [Pharo-users] problem getting moose

2016-06-05 Thread Tudor Girba
Hi, I figured out the problem. When you run that script, you actually load "4.4-beta.1 [ConfigurationOfMoose]” This is because of the mismatch between what loadDevelopment means in Gofer and the meaning of the symbolic version in Metacello. Instead, please use this: Metacello new

Re: [Pharo-users] problem getting moose

2016-06-05 Thread stepharo
Hi ben I got some similar behavior when the network is not good. We should improve the loading of packages but this is simple than actually having a bullet proof solution. It is a couple of years that I think about it: loading in a separate environment and on crash do not install Stef

[Pharo-users] GTInspector Is there a way to see the result of a path query on the element of a collection

2016-06-05 Thread stepharo
Hi I have a collection of method and when I inspect them I want to see it + in the next pane the results of a query. This was like that in Trippy in VW so can I do that with GTInspector? Stef

Re: [Pharo-users] Pharo 5 hanging and crashing

2016-06-05 Thread Gerry Weaver
Hi, Since I am in the getting to know Pharo stage, I don't really see any reason why I couldn't use the 60 Alpha version. I will switch to that image. if I continue to have problems, I will let you know. It makes sense to see if the latest version has the same behavior. Thanks From:

Re: [Pharo-users] problem getting moose

2016-06-05 Thread Ben Coman
>> On Jun 5, 2016, at 8:22 AM, Tudor Girba wrote: >> >> Hi, >> >>> On Jun 5, 2016, at 7:34 AM, Ben Coman wrote: >>> >>> I wanted to try out Peter's XMI Analyser with Roassal and went to >>> download Moose but had a couple of problems. >>> >>> First

Re: [Pharo-users] problem getting moose

2016-06-05 Thread Peter Uhnak
On Sun, Jun 05, 2016 at 04:13:16PM +0800, Ben Coman wrote: > Final thing... > after loading, the following packages are dirty... > AST-Core > - removal of NumberParser>>#isNumber: > Collections-Abstract > - but when checked ==> no changes > Famix-Core > - but when

Re: [Pharo-users] problem getting moose

2016-06-05 Thread Tudor Girba
Hi, > On Jun 5, 2016, at 7:34 AM, Ben Coman wrote: > > I wanted to try out Peter's XMI Analyser with Roassal and went to > download Moose but had a couple of problems. > > First try... > In the Launcher under Common Tools, I downloaded and Moose 5.1(stable) > fine, but it

[Pharo-users] [ANN] Glorp-SQLite3 for Pharo 5

2016-06-05 Thread Pierce Ng
Hi all, I'm pleased to announce the release of Glorp-SQLite3 for Pharo 5. Written and tested on 64-bit Linux Mint 17. You'll need to place the 32-bit libsqlite3.so where your Pharo 5 VM can find it. Take a fresh Pharo 5 image. Run the following: Gofer it smalltalkhubUser:

Re: [Pharo-users] Issue on Seaside beginning

2016-06-05 Thread Cheikhou Oumar KA
Hi Johan. Nice !!! I have try with this (WAEnvironment reloadApplications) and it really solves the problem. Then this permets to continue with our current Pharo image. Thanks to all pharoers. 2016-06-05 14:04 GMT+00:00 Johan Brichau : > I think this happens when you

Re: [Pharo-users] Issue on Seaside beginning

2016-06-05 Thread Cheikhou Oumar KA
I will share this in PharoMOOC forum. Some persons were very stuked. 2016-06-05 15:25 GMT+00:00 Cheikhou Oumar KA : > Hi Johan. > > Nice !!! I have try with this (WAEnvironment reloadApplications) and it > really solves the problem. > > Then this permets to continue with

Re: [Pharo-users] Issue on Seaside beginning

2016-06-05 Thread Cheikhou Oumar KA
Hi. @Luc Yes I have posted the solution on #PharoMooc forum yesterday. @Serge. Wes are enjoying the MOOC :-) See you. 2016-06-05 8:52 UTC, serge.stinckw...@gmail.com : > Nice Cheikhou to see you there ! > I hope your enjoy the MOOC. > See you soon > > Sent from my

Re: [Pharo-users] Issue on Seaside beginning

2016-06-05 Thread Johan Brichau
I think this happens when you load Seaside 3.2 in an image where Seaside 3.0 or 3.1 is present already. You need to reinitialize the already loaded applications as follows: WAEnvironment reloadApplications and re-register your own applications. cheers Johan > On 04 Jun 2016, at 20:58,

Re: [Pharo-users] GTInspector Is there a way to see the result of a path query on the element of a collection

2016-06-05 Thread stepharo
Hi doru I am not familiar with that Trippy feature, I will not comment on that. so I need a bit more details. In trippy if you have a collection of Books, if you navigate the first element to find the author of the contact and you navigate again to find the name of the author. Then you can

Re: [Pharo-users] Pharo 5 hanging and crashing

2016-06-05 Thread stepharo
Hi Gerry I really really want to thank you for such reports. Because we do not have crashes like that on any of our machines. Now since some months we are looking for a bug related to fonts and FFI. Our main problem is how to reproduce it. What I suggest is - try Pharo 40, it is

Re: [Pharo-users] problem getting moose

2016-06-05 Thread Ben Coman
Final thing... after loading, the following packages are dirty... AST-Core - removal of NumberParser>>#isNumber: Collections-Abstract - but when checked ==> no changes Famix-Core - but when checked ==> no changes Rubric-Rules - but when checked ==> no changes

Re: [Pharo-users] OSProcess command with german umlaut does not work

2016-06-05 Thread Sven Van Caekenberghe
> On 05 Jun 2016, at 21:07, Hilaire wrote: > > Hello Sabine, > > Just a suggestion. > If your string is not pure ascii you may need to convert it to UTF8 > first as this is what likely expect your OS host. > > Indeed Pharo string are not internally encoded as utf8 If that

[Pharo-users] OSProcess command with german umlaut does not work

2016-06-05 Thread Sabine Manaa
Hi, on command line, this works, my file is copied: cp /Library/WebServer/Documents/reports/bär.pdf /Library/WebServer/Documents/reports/test.pdf In Pharo (4+5) this does not work (file not copied, no error message) OSProcess command: 'cp /Library/WebServer/Documents/reports/bär.pdf

Re: [Pharo-users] OSProcess command with german umlaut does not work

2016-06-05 Thread Hilaire
Hello Sabine, Just a suggestion. If your string is not pure ascii you may need to convert it to UTF8 first as this is what likely expect your OS host. Indeed Pharo string are not internally encoded as utf8 Check the UTF8TextConverter class to do so. Hilaire Le 05/06/2016 18:39, Sabine Manaa a

Re: [Pharo-users] problem getting moose

2016-06-05 Thread Dale Henrichs
Stef, One of advantages of using local git repositories is that once you've downloaded the git repo you can load code without hitting the network at all ... another related advantage of local git repositories is that once you have chosen a particular checkout (SHA) to use every single load

Re: [Pharo-users] OSProcess command with german umlaut does not work

2016-06-05 Thread David T. Lewis
I think that Hilaire is right, although I don't know enough to say how to handle the issue properly. I tried making a unix file called b??r.pdf. I did this by pasting the name with umlout from Sabine's email. I don't understand the encodings (and my system is set up as US English), but I can say

Re: [Pharo-users] [ANN] Glorp-SQLite3 for Pharo 5

2016-06-05 Thread francescoagati
tested on windows 7 with sqlite 32 bit and test run. with sqlite 64 bit pharo 5 crash running test. -- View this message in context: http://forum.world.st/ANN-Glorp-SQLite3-for-Pharo-5-tp4899277p4899303.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Re: [Pharo-users] [ANN] Glorp-SQLite3 for Pharo 5

2016-06-05 Thread Esteban A. Maringolo
2016-06-05 18:29 GMT-03:00 francescoagati : > tested on windows 7 with sqlite 32 bit and test run. with sqlite 64 bit pharo > 5 crash running test. I think the crash might have to do with the 64 bit library, Pharo being 32 bit won't be able to bind it. Regards!

Re: [Pharo-users] [ANN] Glorp-SQLite3 for Pharo 5

2016-06-05 Thread francescoagati
yes with 32 bits is ok. i try to use this tutorial for pharo 4. but some references are changed. http://lists.pharo.org/pipermail/pharo-users_lists.pharo.org/2015-January/015809.html NBSQLite3DatabaseAccessor isn't present. i have substitute with DatabaseAccessor. but i have this error unable to

Re: [Pharo-users] Issue on Seaside beginning

2016-06-05 Thread serge . stinckwich
Nice Cheikhou to see you there ! I hope your enjoy the MOOC. See you soon Sent from my iPhone > On 4 juin 2016, at 19:58, Cheikhou Oumar KA wrote: > > Hi Stef > > > You got a problem with such image > > > > >

Re: [Pharo-users] Pharo 5 hanging and crashing

2016-06-05 Thread Tudor Girba
Great! We need this type of feedback. Keep going. Thanks, Doru > On Jun 5, 2016, at 11:24 AM, Gerry Weaver wrote: > > Hi, > > Since I am in the getting to know Pharo stage, I don’t really see any reason > why I couldn’t use the 60 Alpha version. I will switch to that

Re: [Pharo-users] GTInspector Is there a way to see the result of a path query on the element of a collection

2016-06-05 Thread Tudor Girba
I am not familiar with that Trippy feature, so I need a bit more details. Do you want to run a query over a collection of methods, like an AST traversal or some sort, and then see the selected methods? Doru > On Jun 5, 2016, at 11:05 AM, stepharo wrote: > > Hi > > > I

Re: [Pharo-users] [ANN] Glorp-SQLite3 for Pharo 5

2016-06-05 Thread Esteban A. Maringolo
The Glorp port Pierce is refering to, as well as its UDBC-SQLite3 library are meant to be used in Pharo 5. The NB (for NativeBoost) are Pharo 4 things. Regards! Esteban A. Maringolo 2016-06-05 19:38 GMT-03:00 francescoagati : > yes with 32 bits is ok. i try to use