Re: [Pharo-project] Some bugs

2011-08-25 Thread Michael Roberts
;-) thanks! yes i looked at it a little with Marcus and got lost when the InstructionStream was invoked. Your analysis is really useful. i have a 4 hr train journey soon! Mike On Wed, Aug 24, 2011 at 10:08 PM, Nicolas Cellier < nicolas.cellier.aka.n...@gmail.com> wrote: > 2011/8/24 Nicolas Cell

Re: [Pharo-project] Some bugs

2011-08-25 Thread Michael Roberts
http://code.google.com/p/pharo/wiki/DebuggerInternals

Re: [Pharo-project] [Vm-dev] Re: [squeak-dev] new Cog VMs available

2011-08-25 Thread Eliot Miranda
On Aug 24, 2011, at 10:54 PM, Levente Uzonyi wrote: > On Tue, 16 Aug 2011, Eliot Miranda wrote: > >> in http://www.mirandabanda.org/files/Cog/VM/VM.r2487/. >> >> Fix bugs described in the "[Pharo-project] Troubles with #flushCache and >> #run:with:in:" thread http://lists.gforge.inria.fr/piperm

Re: [Pharo-project] Some bugs

2011-08-25 Thread Stéphane Ducasse
tx nicolas this is a cool way to help :) Stef On Aug 24, 2011, at 9:54 PM, Nicolas Cellier wrote: > So the entries of interest for highlighting are > > Debugger>>contentsSelection > Debugger>>pcRange > CompiledMethod>>debuggerMap > DebuggerMethodMap class>>forMethod: > DebuggerMethodMap>>rangeF

Re: [Pharo-project] expanding text morph

2011-08-25 Thread Gary Chambers
Hi Doru. When adding a page to a tab group the morph has its h/v resizing set to #spaceFill, so needs resetting after addding: textMorph := UITheme builder newText: ''. textMorph borderWidth: 1; unlock. tabs := TabGroupMorph new. tabs vResizing: #shrinkWrap; hResizing: #spaceFill; addPage: te

[Pharo-project] HelpSystem added to CollaborActive book

2011-08-25 Thread Sean P. DeNigris
A short description by its creator, Torsten. And a link to the PharoCast. http://book.pharo-project.org/book/PharoTools/HelpSystem Sean -- View this message in context: http://forum.world.st/HelpSystem-added-to-CollaborActive-book-tp3768092p3768092.html Sent from the Pharo Smalltalk mailing lis

[Pharo-project] Cog in Jenkis has brokken finalization

2011-08-25 Thread Mariano Martinez Peck
Hi guys. The linux Cog VM from hudson has broken the finalization. Just run the WeakRegistryTest and you will see the broken test. It might happened because of the ephemerons because Eliot's VM works correctly. Even more, the VM from Jenkis is correct. SoI would remove the broken one from Hud

Re: [Pharo-project] [Vm-dev] Cog in Jenkis has brokken finalization

2011-08-25 Thread Igor Stasenko
On 25 August 2011 14:38, Mariano Martinez Peck wrote: > > Hi guys. The linux Cog VM from hudson has broken the finalization.  Just run > the WeakRegistryTest and you will see the broken test.  It might happened > because of the ephemerons because Eliot's VM works correctly. > Even more, the VM f

Re: [Pharo-project] [Vm-dev] Cog in Jenkis has brokken finalization

2011-08-25 Thread Marcus Denker
On Aug 25, 2011, at 5:34 PM, Igor Stasenko wrote: > On 25 August 2011 14:38, Mariano Martinez Peck wrote: >> >> Hi guys. The linux Cog VM from hudson has broken the finalization. Just run >> the WeakRegistryTest and you will see the broken test. It might happened >> because of the ephemeron

[Pharo-project] The serverMode flag and some thoughts on event polling

2011-08-25 Thread Dimitry Golubovsky
Hi, [this is not really about VM alone, but rather how image and VM interact - hence posting to multiple lists] In the process of porting Cog to Android, I observed the following pattern. If a scrollbar's "up" or "down" button is held pressed (prolonged tap on a button) for few seconds, the VM fr

[Pharo-project] Filesystem in collab book

2011-08-25 Thread Max Leske
I wrote a few lines on Filesystem in the collab book: http://book.pharo-project.org/book/PharoTools/Filesystem/ Please take a look and let me know if you'd like to see any changes. Cheers, Max

Re: [Pharo-project] Some bugs

2011-08-25 Thread Nicolas Cellier
A few more notes: - Encoder>>rawSourceRanges answer a mapping AST Node -> sourceRange Gnerally, I would expect sourceRange to be an Interval, but this has to be confirmed. Theses ranges are constructed at source code Parse time (see senders of #noteSourceRange:forNode:) - The program counters ar

Re: [Pharo-project] Some bugs

2011-08-25 Thread Nicolas Cellier
And by changing last line of this piece of code in #transformToDo: test := MessageNode new receiver: blockVar selector: (increment key > 0 ifTrue: [#<=] ifFalse: [#>=]) arguments: (Array with: limit)

Re: [Pharo-project] Filesystem in collab book

2011-08-25 Thread Stéphane Ducasse
Thanks. Max did you see the chapter in the new pharo book on git? Because I should do a pass on it but anybody is welcome. Stef On Aug 25, 2011, at 8:38 PM, Max Leske wrote: > I wrote a few lines on Filesystem in the collab book: > http://book.pharo-project.org/book/PharoTools/Filesystem/ > >

Re: [Pharo-project] Some bugs

2011-08-25 Thread Stéphane Ducasse
thanks a lot nicolas It seems to work on my image too. I adding it to the bug entry. What is great is that tomorrow I will be able to follow your path in the train. Stef On Aug 25, 2011, at 9:12 PM, Nicolas Cellier wrote: > And by changing last line of this piece of code in #transformToDo: >

[Pharo-project] Addition to "About Pharo" dialog

2011-08-25 Thread Germán Arduino
Hi Guys: Is just me that think that is useful to have the VM version at hand (may be in the "About Pharo" dialog)? In my case, using different computers, and having differents vm's is so useful and I added a little code to have this info in such Dialog. If may be of interest I cand send a slice.

Re: [Pharo-project] Addition to "About Pharo" dialog

2011-08-25 Thread Benjamin
+1 ;) Ben On Aug 26, 2011, at 12:36 AM, Germán Arduino wrote: > Hi Guys: > > Is just me that think that is useful to have the VM version at hand > (may be in the "About Pharo" dialog)? > > In my case, using different computers, and having differents vm's is > so useful and I added a little co

Re: [Pharo-project] Addition to "About Pharo" dialog

2011-08-25 Thread diogenes . moreira
+1, that sound useful for as.. We have a lot implementations with different VM and image version. A short cut to get this information can be great..(In seaside screenshot tool, will be a must :) ) Best D. Enviado desde mi BlackBerry® de Claro Argentina -Original Message- From: Benjamin

Re: [Pharo-project] Addition to "About Pharo" dialog

2011-08-25 Thread Germán Arduino
Or, may be is better to add the info in the vm statistics window, as in the example attached. 2011/8/25 : > +1, that sound useful for as.. We have a lot implementations with different > VM and image version. A short cut to get this information can be great..(In > seaside screenshot tool, will

Re: [Pharo-project] Addition to "About Pharo" dialog

2011-08-25 Thread Johannes Rasche
+1 as well :) Am 26.08.2011 um 01:36 schrieb Germán Arduino: > Hi Guys: > > Is just me that think that is useful to have the VM version at hand > (may be in the "About Pharo" dialog)? > > In my case, using different computers, and having differents vm's is > so useful and I added a little code t

Re: [Pharo-project] Filesystem in collab book

2011-08-25 Thread Max Leske
No, I wasn't aware of that chapter. I'll do a pass on it and also on the Filesystem chapter (Camillo's changes should be reflected), which I originally wanted to do months ago… I should be done by next week. Max On 25.08.2011, at 22:32, Stéphane Ducasse wrote: > Thanks. > > Max did you see