Re: [Pharo-users] [Pharo-dev] [ann] gtdebugger in pharo 5.0

2016-01-09 Thread Tudor Girba
Thanks. What do you think of the new solution? Is it sufficient? Doru > On Jan 8, 2016, at 8:05 PM, Johan Fabry wrote: > > > I second Torsten’s comment with regard to the use of space, I also think the > original positioning of stack and code panes is more efficient. > >> On Jan 8, 2016, at

Re: [Pharo-users] [Pharo-dev] [ann] gtdebugger in pharo 5.0

2016-01-09 Thread Tudor Girba
Hi, > On Jan 8, 2016, at 7:28 PM, Torsten Bergmann > wrote: > > Hi, > > with a moldable debugger we should (in the future) be able to support > debugging also different/other programming languages/DSLs in Pharo :) Yes. This would work quite well if the language would pr

Re: [Pharo-users] gtdebugger in pharo 5.0

2016-01-09 Thread Tudor Girba
Hello everyone, As expected, there was some feedback. Here is a summary: 1. The layout should mirror the classic debugger - The previous layout was chosen to show more of the stack and to make use of the screen real estate. - But, as that is not an essential component of GTDebugger, the current

Re: [Pharo-users] Crash or locked VM

2016-01-09 Thread Hilaire
With the fix I explored a bit further the construction tree with the Athletic tree https://www.facebook.com/DrGeoLibre/videos/895237543929818/ ;) Le 09/01/2016 10:30, Hilaire a écrit : > Le 09/01/2016 00:30, Nicolai Hess a écrit : >> Hi Hilaire, >> >> I think this is the same bug as >> https://ph

Re: [Pharo-users] Crash or locked VM

2016-01-09 Thread Hilaire
Le 09/01/2016 00:30, Nicolai Hess a écrit : > Hi Hilaire, > > I think this is the same bug as > https://pharo.fogbugz.com/f/cases/13854/frameSize-calculated-wrongly-for-lineSegmentsDo > > this is fixed in pharo4.0 and pharo5.0 but not in pharo3.0 > I modified the changeset for pharo4.0 to make it l

Re: [Pharo-users] Interogation about recursivity or sequential

2016-01-09 Thread stepharo
I propose this as an exercise. Now I was not aware that we have doubleLinkedList in the system. I do not get why DoubleLinkedList is packaged in System-Caching and not Collections-DoubleLinkedList? https://pharo.fogbugz.com/f/cases/17360/DoubleLinkedList-should-be-packaged-in-Collections-DoubleL