Re: fixing broken file locking on exotic filesystems

2009-01-05 Thread rndblnch
On Jan 5, 12:45 am, Malcolm Tredinnick wrote: > On Sat, 2009-01-03 at 08:25 -0800, rndblnch wrote: > > [...] > > > bump, bump :) > > You appear to have accidentally bumped into your keyboard. You should > try to stop doing that; you'll hurt something. > >

Re: fixing broken file locking on exotic filesystems

2009-01-03 Thread rndblnch
On 20 déc 2008, 21:52, rndblnch wrote: > hi, > > some times ago, i created a ticket for a bug in file locking on my > system (volume mounted with appletalk on a mac) [0]. > after a first proposal for fixing the bug (with patch), i asked for > feedback and got some [1].

fixing broken file locking on exotic filesystems

2008-12-20 Thread rndblnch
hi, some times ago, i created a ticket for a bug in file locking on my system (volume mounted with appletalk on a mac) [0]. after a first proposal for fixing the bug (with patch), i asked for feedback and got some [1]. i then proposed another fix (with patch) [2]. basically it just provides the m

Re: patch review wanted (ticket #9433)

2008-11-25 Thread rndblnch
i've just proposed a new approach to solve this bug at the ticket page . the idea is to just add to django the hooks that make it possible to fix the bug from the outside. renaud --~--~-~--~~~---~--~~ You received this mes

Re: patch review wanted (ticket #9433)

2008-11-21 Thread rndblnch
On Nov 21, 12:34 am, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Thu, 2008-11-20 at 07:10 -0800, rndblnch wrote: > > hi all, > > > i've recently encounter a bug, submitted a ticket, was asked to solve > > the problem myself in an initial comment :) &

patch review wanted (ticket #9433)

2008-11-20 Thread rndblnch
hi all, i've recently encounter a bug, submitted a ticket, was asked to solve the problem myself in an initial comment :) i submitted a patch that fix the bug, and could be potentially adapted to fix another one (see discussion in ). i didn't get feedba