Re: [Pharo-users] Glamour detecting changes?

2014-12-22 Thread Tudor Girba
Hi, You should use announcements. See here some explanations: http://www.themoosebook.org/book/internals/glamour/update And a live example can be found at: GLMBasicExamples>>updateableBrowser Cheers, Doru On Sun, Dec 21, 2014 at 10:36 PM, Daniel Lyons wrote: > Doru, > > buildBrowser > brows

Re: [Pharo-users] Maximum number of rules in PetitParser?

2014-12-22 Thread Tudor Girba
One non-ideal solution is to split the parser into several classes inheriting from each other. Doru On Mon, Dec 22, 2014 at 6:26 AM, James Foster wrote: > I have a grammar with about 600 rules. With some work I’ve come up with a > useful subset of 400 rules. Unfortunately this is still more tha

Re: [Pharo-users] Maximum number of rules in PetitParser?

2014-12-22 Thread Udo Schneider
James, can you split the grammar into logical subgrammars? If yes PetitParser's "dependent grammars" (http://pharobooks.gforge.inria.fr/PharoByExampleTwo-Eng/latest/PetitParser.pdf#page=12) might be helpful. CU, Udo On 22/12/14 06:26, James Foster wrote: I have a grammar with about 600 r

Re: [Pharo-users] Building agents in Pharo

2014-12-22 Thread Andy Burnett
Sven wrote << The standard VM is using a single OS process (and thus uses a single core) but manages its own user land threads called Processes. The cool thing is that you can read/understand all this threading code (ProcessorScheduler, Process, Semaphore, Monitor, Delay, ..). There few if any limi

Re: [Pharo-users] Building agents in Pharo

2014-12-22 Thread stepharo
Andy which kind of agents would you like to build? I was playing with Actalk (I should resurrect it in Pharo 40. But in essence an object with a thread and a mailbox Stef Sven wrote << The standard VM is using a single OS process (and thus uses a single core) but manages its own user land threa

Re: [Pharo-users] [ANN] FTP and WebDAV Plugins for Pharo's FileSystem

2014-12-22 Thread Tudor Girba
Thanks Udo. This is a useful addition. Cheers, Doru On Sun, Dec 21, 2014 at 11:12 PM, Udo Schneider < udo.schnei...@homeaddress.de> wrote: > All, > > I just finished FTP and WebDAV plugins for Pharo's FileSystem. This means > you can now access remote FTP and WebDAV loactions with the exact same

[Pharo-users] Do not forget to register to Pharo days...

2014-12-22 Thread stepharo
http://pharodays2015.pharo.org Stef

[Pharo-users] Christmas gift: Memory Monitor

2014-12-22 Thread Alexandre Bergel
Hi! Torsten motivated us to upgrade Memory monitor. Here is the script: -=-=-=-=-=-=-=-=-=-=-=-= Gofer it smalltalkhubUser: 'abergel' project: 'MemoryMonitor'; configurationOf: 'MemoryMonitor'; loadStable. -=-=-=-=-=-=-=-=-=-=-=-= In Pharo 3.0, you get something like: In Pharo 4.0

Re: [Pharo-users] Building agents in Pharo

2014-12-22 Thread Andy Burnett
> > Stef said > << > > Andy which kind of agents would you like to build? > I was playing with Actalk (I should resurrect it in Pharo 40. > But in essence an object with a thread and a mailbox > > Stef > > >> Hi Stef, In very simple terms I want to build a system that would look at what you are

Re: [Pharo-users] ¿Tagged branch development support in Pharo/Moose?

2014-12-22 Thread Offray Vladimir Luna Cárdenas
Hi again, Any pointer to the answer? Cheers, Offray El 18/12/14 a las 12:48, Offray Vladimir Luna Cárdenas escribió: Hi, I wonder if there is something like fossil tagged branches and some visual clues to know to which branch commit and how to do merges. See for example at: http://fossil-sc