Re: [dev] Why use Mercurial?

2010-02-16 Thread Uriel
On Tue, Feb 16, 2010 at 9:45 PM, Armando Di Cianno wrote: > FWIW and IMHO, Python has the only multiple inheritance structure I've > encountered that made sense and was straightforward to understand. It doesn't make sense and it is not easy to understand, it used to be a mess, but with new style

Re: [dev] Why use Mercurial?

2010-02-16 Thread Moritz Wilhelmy
Have you heard of tinypy? They don't support multiple inheritance. Maybe this makes you happy: http://www.tinypy.org/ Cheers, Moritz

Re: [dev] Why use Mercurial?

2010-02-16 Thread Armando Di Cianno
FWIW and IMHO, Python has the only multiple inheritance structure I've encountered that made sense and was straightforward to understand. __armando On Tue, Feb 16, 2010 at 3:02 PM, Jonas H. wrote: > On 02/16/2010 07:37 PM, Uriel wrote: >> >> multiple inheritance > > What's bad about that? > >>

Re: [dev] Why use Mercurial?

2010-02-16 Thread Jonas H.
On 02/16/2010 07:37 PM, Uriel wrote: multiple inheritance What's bad about that? metaclasses And about that? string encoding system Well, this one really *sucks* in Python.

Re: [dev] [wmii] Reproducible crashes with "dead" windows

2010-02-16 Thread Suraj Kurapati
On Tue, Feb 16, 2010 at 7:44 AM, Tom Kazimiers wrote: > Hi, > > Tom Kazimiers wrote: >> [..] (or if it is even a wmii problem). > > I noticed that a log file (~/.wmii/wmiirc.log) is created which seems to > get every time a crash happens the following entry: > > > E, [2010-01-03T23:09:33.778367 #4

Re: [dev] Why use Mercurial?

2010-02-16 Thread Uriel
On Sun, Feb 14, 2010 at 4:18 PM, Kris Maglione wrote: > On 2010-02-14, Christoph Schied wrote: >> git's architecture is is nicely layered so that one can use very >> lowlevel stuff but one also can combine it to more comfortable tools >> like git does it. The bloat you are talking about is mostly

Re: [dev] Why use Mercurial?

2010-02-16 Thread Uriel
On Sun, Feb 14, 2010 at 4:14 AM, Matthew Bauer wrote: > Why do Wmii and DWM use Mercurial? > Aren't they targeted at Linux systems and isn't Git a lot faster on Linux? > I just wanted to know, because Wmii in my opinion is one of the most Unix > like projects out there, and I wanted to know why yo

Re: [dev] [wmii] Reproducible crashes with "dead" windows

2010-02-16 Thread Tom Kazimiers
Hi, Tom Kazimiers wrote: > [..] (or if it is even a wmii problem). I noticed that a log file (~/.wmii/wmiirc.log) is created which seems to get every time a crash happens the following entry: E, [2010-01-03T23:09:33.778367 #4260] ERROR -- : undefined method `label' for #<#::Status:0x7f1aea1e472

[dev] [wmii] Reproducible crashes with "dead" windows

2010-02-16 Thread Tom Kazimiers
Hi all, sometimes it is unavoidable to use floating windows, for example pop most error messages up as this. However, if I drag a floating window around (for me: Alt+Left mouse key) and it closes itself within that time, wmii can crash. I use wmii wmii-hg2594 and sunaku's Ruby wmiirc. Sunaku propo