Re: [Pharo-dev] [Vm-dev] Removing most of the windowing code

2016-11-26 Thread Ronie Salgado
Hi, I am fighting Window VM compilation issues (e.g. Cairo with GCC5.x under > Mingw). > If you have a GCC5 instead of the old 4.6, I am interested in your config. > Now I am building in Windows using both, MinGW version 4.9.3, and Visual Studio 2015 Community Edition. I got working pharo,exe

Re: [Pharo-dev] feature request for GTSUnitDebugger

2016-11-26 Thread Denis Kudriashov
2016-11-26 20:55 GMT+01:00 Andrei Chis : > Right now there is 'Jump to test method' in the toolbar menu of the stack > (the drop down arrow next to Through). > Thank's for hint > Could maybe make sense to make it an actual button. > I think it would be usefull

[Pharo-dev] Is extract method still working?

2016-11-26 Thread stepharo
Hi on this expression when I select KeyedTree new at: 1 put: '1-3-1'; at: 2 put: '1-3-2'; yourself I get an error because the method extracted look like the following. at: 1 put: '1-3-1'; at: 2 put: '1-3-2'; yourself testSubtrees "Test

Re: [Pharo-dev] feature request for GTSUnitDebugger

2016-11-26 Thread Andrei Chis
Hi, Right now there is 'Jump to test method' in the toolbar menu of the stack (the drop down arrow next to Through). Could maybe make sense to make it an actual button. Cheers, Andrei On Sat, Nov 26, 2016 at 8:23 PM, Denis Kudriashov wrote: > Hello. > > I catch myself

[Pharo-dev] feature request for GTSUnitDebugger

2016-11-26 Thread Denis Kudriashov
Hello. I catch myself that I very often scroll stack view in debugger just to see test method. It would be nice to have test tab and "show test" button. Best regards, Denis

Re: [Pharo-dev] [Vm-dev] Removing most of the windowing code

2016-11-26 Thread Eliot Miranda
Hi Roni, > On Nov 23, 2016, at 11:12 PM, Ronie Salgado wrote: > > Hello, > > I am working on removing most of windowing code from the VM, and in trying to > unify the platform specific code of the VM. In the MinimalistHeadless branch > of

Re: [Pharo-dev] LinkedList>>#containsCycle

2016-11-26 Thread stepharo
Hi doru Hi Stef, Would it make sense to put the collection extensions from Moose in the Container project? If you think it make sense. Yes. For example Ropes could be managed there. Have a look I have tiny packages. The idea is to make sure that - people can use one abstraction and not

Re: [Pharo-dev] LinkedList>>#containsCycle

2016-11-26 Thread Tudor Girba
Hi Stef, Would it make sense to put the collection extensions from Moose in the Container project? Cheers, Doru > On Nov 26, 2016, at 12:11 PM, stepharo wrote: > > Hi Sven > > I'm collecting alternative Collection implementations in the project Container > I do not

Re: [Pharo-dev] LinkedList>>#containsCycle

2016-11-26 Thread stepharo
I added to the CT package Hi, There exists a very elegant algorithm to detect cycles in linked lists. https://en.wikipedia.org/wiki/Cycle_detection#Tortoise_and_hare I know that our LinkedList was written with the assumption that there are no cycles. However, it seems to me that it would

Re: [Pharo-dev] Seaside / Getting Started

2016-11-26 Thread Nicolai Hess
2016-11-26 12:06 GMT+01:00 Nicolai Hess : > Hi, > > I am currently reviewing the Seaside chapter of "Pharo By Example 5". > > (more questions will follow) > More questions: >From the book: "You can put Seaside into deployment mode using either the configuration page

Re: [Pharo-dev] LinkedList>>#containsCycle

2016-11-26 Thread stepharo
Hi Sven I'm collecting alternative Collection implementations in the project Container I do not remember if I have linkedList but we can add it there. You may wonder why I'm doing that? - I want to be able to have strong collections that are independent from the kernel - Ideally the

Re: [Pharo-dev] Seaside / Getting Started

2016-11-26 Thread Nicolai Hess
2016-11-26 12:06 GMT+01:00 Nicolai Hess : > > 2. And in the current (3.1) version, there is now login/password request. > I will remove this from the > description, but does anyone know how we would enable a login/password > request for the config page? > In 3.1, there is

[Pharo-dev] Seaside / Getting Started

2016-11-26 Thread Nicolai Hess
Hi, I am currently reviewing the Seaside chapter of "Pharo By Example 5". The chapter is about Seaside 3.1 ( http://files.pharo.org/seaside/Seaside-3.1-portable.zip) But some parts the book refers to has changed, and I am asking here to see whether my changes/updates will be correct, and for