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

2016-11-24 Thread p...@highoctane.be
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. It is great that you are giving a solid kick in this. Do not get burned out. Peace. Phil On Thu, Nov 24, 2016 at 11:48 PM, Ronie Salgado

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

2016-11-24 Thread Ronie Salgado
> > Need help with the VM cleaning? > Not for now. Now I will try to make this working on Windows. Once I manage to isolate the most of the stubbed dependencies on Window(heartbeat, time, asynchronous I/O), we will have a more unified core VM in a single static library. When we have this unified

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

2016-11-24 Thread philippe.b...@highoctane.be
Need help with the VM cleaning? Le 24 nov. 2016 08:13, "Ronie Salgado" a écrit : > 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-24 Thread Max Leske
Very nice. In such a case I would like to know, which elements are causing the cycle or, alternatively, their positions. Maybe #cyclicElements? Cheers, Max > On 24 Nov 2016, at 15:16, Sven Van Caekenberghe wrote: > > Hi, > > There exists a very elegant algorithm to detect

[Pharo-dev] [pharo-project/pharo-core]

2016-11-24 Thread GitHub
Branch: refs/tags/60306 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] a2dd96: 60306

2016-11-24 Thread GitHub
Branch: refs/heads/6.0 Home: https://github.com/pharo-project/pharo-core Commit: a2dd96f13ddf9e1b2b87c0398e59ac35574dabbb https://github.com/pharo-project/pharo-core/commit/a2dd96f13ddf9e1b2b87c0398e59ac35574dabbb Author: Jenkins Build Server Date:

[Pharo-dev] LinkedList>>#containsCycle

2016-11-24 Thread Sven Van Caekenberghe
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 be nice to have a test to

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

2016-11-24 Thread Aliaksei Syrel
Thanks Ronie! You are doing a great job! :) Cheers, Alex On 24 November 2016 at 15:06, Ronie Salgado wrote: > you cannot unilaterally do this. >> I hate autoconf too, but in VM list we have a general agreement on how to >> manage the VM build process, and unless you manage

[Pharo-dev] [pharo-project/pharo-core]

2016-11-24 Thread GitHub
Branch: refs/tags/60305 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] 5ad156: 60305

2016-11-24 Thread GitHub
Branch: refs/heads/6.0 Home: https://github.com/pharo-project/pharo-core Commit: 5ad156a822a9bfed792abdab98f6e00eaefa48de https://github.com/pharo-project/pharo-core/commit/5ad156a822a9bfed792abdab98f6e00eaefa48de Author: Jenkins Build Server Date:

[Pharo-dev] [pharo-project/pharo-core]

2016-11-24 Thread GitHub
Branch: refs/tags/60304 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] b058ad: 60304

2016-11-24 Thread GitHub
Branch: refs/heads/6.0 Home: https://github.com/pharo-project/pharo-core Commit: b058adcbfa4fd3463f57a73af89bd4432fa4bbe7 https://github.com/pharo-project/pharo-core/commit/b058adcbfa4fd3463f57a73af89bd4432fa4bbe7 Author: Jenkins Build Server Date:

Re: [Pharo-dev] Running on Ubuntu?

2016-11-24 Thread Igor Stasenko
On 24 November 2016 at 04:43, Chris Muller wrote: > Hey Igor, I was just messing around with this the other day; Levente > had the tersest incantation which worked on my fresh 14.04.4 install: > > sudo dpkg --add-architecture i386 > sudo apt-get update > sudo apt-get install

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

2016-11-24 Thread p...@highoctane.be
As Estaban said: wow, a new world opens. Amazing. Phil On Thu, Nov 24, 2016 at 8:24 AM, Esteban Lorenzano wrote: > Hi Ronie, > > First, this is super cool! I want this to happen since a lot of time :) > Second, observation below > > On 24 Nov 2016, at 08:12, Ronie Salgado