[Pharo-users] Pier 3 on Pharo 3

2013-08-21 Thread Stephan Eggermont
On Aug 19, 2013, at 13:41 , Diego Lont wrote: > We now can use the following script on a clean pharo 2.0 image: > " load the configuration and from the configuration the code exporter for > pier " > Gofer new >url: 'http://smalltalkhub.com/mc/Pier/Pier3Addons/main'; >package: 'Configurati

[Pharo-users] ESUG travel

2013-08-21 Thread Norbert Hartl
I just decided that I am going by car to ESUG. I'm planning to arrive on monday noon or later. If anyone near this route http://goo.gl/maps/SS0Q5 needs a pick-up let me know. I'll leave ESUG most likely on friday noon. Norbert

[Pharo-users] Rw engine and Patterns for searching

2013-08-21 Thread Gisela Decuzzi
Hello, I'm trying to understand how to define a correct pattern and I'm lost with the cases where I use a method pattern and the desired code is inside a block. In the case where we search (methods) with metavariables and the code is inside a block. An Example: This pattern `a: `aa `b: `bb | `@te

Re: [Pharo-users] Rw engine and Patterns for searching

2013-08-21 Thread Camille Teruel
Hello Gisela, On 21 août 2013, at 15:43, Gisela Decuzzi wrote: > Hello, I'm trying to understand how to define a correct pattern and I'm lost > with the cases where I use a method pattern and the desired code is inside a > block. > In the case where we search (methods) with metavariables and th

[Pharo-users] saving a pharo 20619 image that has my code and RFB server causes 100% cpu utilization

2013-08-21 Thread Paul DeBruicker
If I choose 'save' or 'save as' the image locks up. It only happens with my code and the RFB server loaded. In a pharo 2 + rfb image things work fine. In a pharo 2 + my code image things work fine.'Save and quit' then re-opening the image works fine. What can I do to diagnose what is ha

Re: [Pharo-users] saving a pharo 20619 image that has my code and RFB server causes 100% cpu utilization

2013-08-21 Thread Paul DeBruicker
I forgot to mention that when I debug Smalltalk snapshot: true andQuit: false it freezes in the snapshotPrimitive -- View this message in context: http://forum.world.st/saving-a-pharo-20619-image-that-has-my-code-and-RFB-server-causes-100-cpu-utilization-tp4704530p4704531.html Sent from the

Re: [Pharo-users] saving a pharo 20619 image that has my code and RFB server causes 100% cpu utilization

2013-08-21 Thread Paul DeBruicker
I forgot to mention that when I Debug Smalltalk snapshot: true andQuit: false it locks up in the #snapshotPrimitive Thanks On 08/21/2013 09:49 AM, Paul DeBruicker wrote: > If I choose 'save' or 'save as' the image locks up. It only happens > with my code and the RFB server loaded. In a pha

Re: [Pharo-users] saving a pharo 20619 image that has my code and RFB server causes 100% cpu utilization

2013-08-21 Thread Paul DeBruicker
Seems like it only freezes when the RFB server is running. On 08/21/2013 09:53 AM, Paul DeBruicker wrote: > I forgot to mention that when I debug > > Smalltalk snapshot: true andQuit: false > > it freezes in the snapshotPrimitive > > > > -- > View this message in context: > http://forum.wo

[Pharo-users] The future of SqueakSource

2013-08-21 Thread Andrei Vasile Chis
Hi all, We will shut down the SqueakSource image at the end of next week (30 August 2013). The current system will be replaced by a simple view of the file system containing just the publicly visible projects. As meta-data, each project will have it's overview page attached (showing the licence an

Re: [Pharo-users] saving a pharo 20619 image that has my code and RFB server causes 100% cpu utilization

2013-08-21 Thread Sven Van Caekenberghe
On 21 Aug 2013, at 19:00, Paul DeBruicker wrote: > Seems like it only freezes when the RFB server is running. Maybe while it is closing a still active connection, not that I know anything about RFB's specifics. > On 08/21/2013 09:53 AM, Paul DeBruicker wrote: >> I forgot to mention that when

Re: [Pharo-users] saving a pharo 20619 image that has my code and RFB server causes 100% cpu utilization

2013-08-21 Thread Paul DeBruicker
On 08/21/2013 10:04 AM, Sven Van Caekenberghe wrote: > > On 21 Aug 2013, at 19:00, Paul DeBruicker wrote: > >> Seems like it only freezes when the RFB server is running. > > Maybe while it is closing a still active connection, not that I know anything > about RFB's specifics. > There aren't