Re: [Pharo-dev] [Moose-dev] [ann] moose 4.8

2013-09-13 Thread Andrei Vasile Chis
On Fri, Sep 13, 2013 at 8:11 AM, Ben Coman b...@openinworld.com wrote: ** Great news. Well done all the Moose Team. I've been on a bit of a hiatus until recently and can't wait to get more stuck into Roassal on Athens. Are there any videos on the different GTdebugger workflows? Right now

[Pharo-dev] The Moldable Debugger Framework

2013-09-07 Thread Andrei Vasile Chis
Hi, I'd like to announce the first version of the Moldable Debugger. It is a framework for creating and working with domain specific debuggers. It's integrated into Moose and it currently comes with three debuggers: one for announcements, one for PetitParser and one for Glamour. More

[Pharo-dev] 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

Re: [Pharo-dev] opal bug with the old debugger

2013-07-22 Thread Andrei Vasile Chis
Done. https://pharo.fogbugz.com/default.asp?11210 On Sat, Jul 20, 2013 at 11:09 AM, Marcus Denker marcus.den...@inria.frwrote: On Jul 19, 2013, at 5:10 PM, Andrei Vasile Chis chisvasileand...@gmail.com wrote: Just noticed that the second bug also appears in the new debugger. To reproduce

Re: [Pharo-dev] opal bug with the old debugger

2013-07-19 Thread Andrei Vasile Chis
Vasile Chis chisvasileand...@gmail.com Hi, Executing '1 haba' in a workspace and then choosing create method from the pre debug window leads to this exception: UndefinedObject(Object)doesNotUnderstand: #methodOrBlockNode If instead I choose to debug, select the top context of the stack

Re: [Pharo-dev] Spec delete method

2013-07-17 Thread Andrei Vasile Chis
You can add this to the initialize method of your widget, and in the close method unregister all announcers self whenWindowChanged: [:w | w whenClosedDo: [ self close ] ]. Andrei On Wed, Jul 17, 2013 at 3:42 PM, Benjamin benjamin.vanryseghem.ph...@gmail.com wrote: Ok :) Then there is a

[Pharo-dev] buttons for browsing in the debugger

2013-07-17 Thread Andrei Vasile Chis
Hi, If the debugging option ExtraDebuggerButtons is set to true a second row containing some actions for browsing code (senders, implementors, versions, etc) will be added under the one with the stepInto, stepOver, etc buttons. Do you use this feature? Do we want it in the new debugger? Andrei

Re: [Pharo-dev] buttons for browsing in the debugger

2013-07-17 Thread Andrei Vasile Chis
-1 but i don't like it in form of extra buttons row, which makes debugger UI too bloated. They will be accessible from the context menu of the stack. Andrei -- Best regards, Igor Stasenko.

Re: [Pharo-dev] buttons for browsing in the debugger

2013-07-17 Thread Andrei Vasile Chis
In general what I learned: You find an obscure, not useful, not used feature in the code base that complexities everything. option 1) Ask the list. Result: 5 people will suddenly realize that they can not live without that strange feature they never heard about before. option 2)

[Pharo-dev] opal bug with the old debugger

2013-07-14 Thread Andrei Vasile Chis
Hi, Executing '1 haba' in a workspace and then choosing create method from the pre debug window leads to this exception: UndefinedObject(Object)doesNotUnderstand: #methodOrBlockNode If instead I choose to debug, select the top context of the stack and the press the 'Creare method' button a

Re: [Pharo-dev] about WidgetAbstractWrapper

2013-07-13 Thread Andrei Vasile Chis
I start to create it, what would you like to get in ? for the moment there is nothing because i focused on something different No problem. I just wanted to know if there is already something more concrete.

[Pharo-dev] about WidgetAbstractWrapper

2013-07-12 Thread Andrei Vasile Chis
Hi Erwan, I've heard you are working on a WidgetAbstractWrapper for dealing with dynamic widgets :) Is it still a work in progress or there's already something concrete? Cheers, Andrei

Re: [Pharo-dev] Some Spec questions

2013-07-11 Thread Andrei Vasile Chis
Actually Erwan Douaille is doing WidgetAbstractWrapper to solve this problem (I've just learnt that a few minutes ago). You may discuss with him about that. Super. Thanks for all the help and the info Andrei

Re: [Pharo-dev] Some Spec questions

2013-07-10 Thread Andrei Vasile Chis
Hi folks, while working on the new debugger, I've come up with some questions... *is there any other implementation for dynamic widgets other that the current one? I do not get your question ... This is related to my previous question about dynamic spec, if it's possible to define

[Pharo-dev] MessageNotUnderstood: ZdcSocketStreamposition

2013-07-08 Thread Andrei Vasile Chis
Hi, I get this error with Zinc only when I'm behind a proxy, if from the Monticello Browser I try to see the changes of a certain package: 'Could not load FileSystem-Core-MarcusDenker.99.mcz: MessageNotUnderstood: ZdcSocketStreamposition' Is this a knows issues? If not I can provide more

Re: [Pharo-dev] MessageNotUnderstood: ZdcSocketStreamposition

2013-07-08 Thread Andrei Vasile Chis
Is this a knows issues? Yes, and it is already fixed: === Name: Zinc-HTTP-SvenVanCaekenberghe.372 Author: SvenVanCaekenberghe Time: 30 June 2013, 9:06:10.101049 pm UUID: 98ea090f-27d4-498e-8111-95e954d010a9 Ancestors: Zinc-HTTP-SvenVanCaekenberghe.371 Fixed a typo in

[Pharo-dev] FileReference(Object)doesNotUnderstand: #other

2013-07-06 Thread Andrei Vasile Chis
Hi, This code fails in both Pharo 2 and Pharo 3: 'FileSystem disk root children sorted' It throws this exception: FileReference(Object)doesNotUnderstand: #other Andrei

Re: [Pharo-dev] FileReference(Object)doesNotUnderstand: #other

2013-07-06 Thread Andrei Vasile Chis
Done: https://pharo.fogbugz.com/default.asp?11147 On Sat, Jul 6, 2013 at 7:39 PM, Stéphane Ducasse stephane.duca...@inria.frwrote: thanks for the report! Can you open a bug entry and a test (it would be lovely). BTW andrei I think that we forgot to book an hotel for your visit :) Can you

Re: [Pharo-dev] [update 3.0] #30221

2013-06-25 Thread Andrei Vasile Chis
Also it would be good to sync with the content from the Debugger repository as it contains some bug fixes. What can I do to make this easy or you? (I can merge the version from pharo with the one from the Debugger repository; should I also create a slice?) Yeah please merge it and make a

Re: [Pharo-dev] zeroconf --headless/-headless

2013-06-03 Thread Andrei Vasile Chis
On Sat, Jun 1, 2013 at 12:51 AM, Camillo Bruni camillobr...@gmail.comwrote: fixed it: http://get.pharo.org/vmLatest works now under linux additionally I added a small CLI introduction to http://get.pharo.org ;) Thanks. I just committed another small change. Andrei

[Pharo-dev] zeroconf --headless/-headless

2013-05-31 Thread Andrei Vasile Chis
Hi, If I try to execute './pharo Pharo.image' after downloading the latest Pharo Vm with the zero conf script it fails with the error: unknown option: -headless. If I download the stable one it works. Cheers, Andrei

Re: [Pharo-dev] zeroconf --headless/-headless

2013-05-31 Thread Andrei Vasile Chis
bera.clem...@gmail.comwrote: Hey, Now the argument are with: - - no ? It should be --headless ? I'm not sure. Camillo has probably already fixed it reading your mail anyway 2013/5/31 Andrei Vasile Chis chisvasileand...@gmail.com Hi, If I try to execute './pharo Pharo.image' after downloading