[Pharo-users] Debugger and stepping over a function that will have a DNU

2016-12-04 Thread Holger Freyther
Hi, before I try to reproduce this exactly I wondered if the following is a known issue with Pharo5. If I am in the debugger and try to step over a message send and that would generate a DNU, Pharo starts taking 99% cpu time. If I use CMD+./CTRL+. to interrupt it doesn't really work either. I g

Re: [Pharo-users] Pier3 with latest Pillar?

2016-12-04 Thread Peter H. Meadows via Pharo-users
--- Begin Message --- On 15 November 2016 at 07:30, Peter H. Meadows wrote: > Hey. Can someone check this for me? In Pharo5 do: > > Gofer new > smalltalkhubUser: 'Pier' project: 'Pillar'; > configuration; > loadDevelopment. > > Gofer new > url:'http://www.smalltalkhub.com/mc/phm/Pi

Re: [Pharo-users] Mustache and section

2016-12-04 Thread Hilaire
Okay. Indeed, my bypass was to copy the label in the list. Thank you for your answer. Hilaire Le 04/12/2016 à 08:14, Norbert Hartl a écrit : >> So far in my attempt the #label tag is not processed. >> > >> > Am I interpreting something wrongly? >> > > No, what you want is not possible. To achi

[Pharo-users] Pharo Launcher and 64bit VM

2016-12-04 Thread Gour
Hello, I was playing with Pharo some time ago, but postponed it a bit until seeing 64bit version...on Slack got info that 64bit VM is "very usable (as far as you do not use athens)" so I'd appreciate if someone can point me to some clear instructions how to install it (I'm on Fedora Linux)? Is it

Re: [Pharo-users] Pharo Launcher and 64bit VM

2016-12-04 Thread Dimitris Chloupis
why you care about 64 bit ? I dont think Pharo is 64 bit ready but it should be soon The big advantage that 64 bit gives is more memory access , 32 bit has access to 2 GBs of memory. Even in memory its not such a big deal because you can launch multiple instances of pharo and take advantage of you

Re: [Pharo-users] Pier3 with latest Pillar?

2016-12-04 Thread Jupiter Jones
Hi Peter, >> Gofer new >>smalltalkhubUser: 'Pier' project: 'Pillar'; >>configuration; >>loadDevelopment. Loads perfectly, and (as expected) loads fine with the new Metacello api: Metacello new configuration: 'Pillar'; repository: 'http://smalltalkhub.com/mc/Pier/Pillar/main’

Re: [Pharo-users] Mustache and section

2016-12-04 Thread Norbert Hartl
Ok. I think about that again. It might be a useful thing to have although not supported IMHO by other mustache implementations. Norbert > Am 04.12.2016 um 18:19 schrieb Hilaire : > > Okay. > Indeed, my bypass was to copy the label in the list. > > Thank you for your answer. > > Hilaire > >>

Re: [Pharo-users] Pharo Launcher and 64bit VM

2016-12-04 Thread Sven Van Caekenberghe
Hi Gour, See this thread: http://forum.world.st/Breaking-the-4GB-barrier-with-Pharo-6-64-bit-tt4922305.html There are some download links in the first post. Remember, it is not yet finished, there will be issues. Regards, Sven > On 4 Dec 2016, at 14:04, Gour wrote: > > Hello, > > I was pl

Re: [Pharo-users] Pharo Launcher and 64bit VM

2016-12-04 Thread Gour
On Mon, 5 Dec 2016 07:43:51 +0100 Sven Van Caekenberghe wrote: > There are some download links in the first post. > > Remember, it is not yet finished, there will be issues. Thank you...Esteban Lorenzano helped me on the Slack... Sincerely, Gour -- One who sees inaction in action, and actio

Re: [Pharo-users] Pharo Launcher and 64bit VM

2016-12-04 Thread Gour
On Sun, 04 Dec 2016 21:08:20 + Dimitris Chloupis wrote: > why you care about 64 bit ? I'm using 64bit OS for quite some time (aka years) and consider it's good sign of some technology to help me avoding fiddling with 32bit setup. > I dont think Pharo is 64 bit ready but it should be soon O

Re: [Pharo-users] Pharo Launcher and 64bit VM

2016-12-04 Thread jtuc...@objektfabrik.de
Dimitris, On Sun, 04 Dec 2016 21:08:20 + Dimitris Chloupis wrote: The big advantage that 64 bit gives is more memory access , 32 bit has access to 2 GBs of memory. Even in memory its not such a big deal because you can launch multiple instances of pharo and take advantage of your entire m