On Fri, 28 Sep 2012 12:28:40 +0200 rustyBSD <rusty...@gmx.fr> said:

> Le 28/09/2012 09:04, Carsten Haitzler (The Rasterman) a écrit :
> >> Can you please revert your changes ?
> > why? its better than the code that was there (your patch). your patch did
> > this:
> >
> > 1. find out size of file
> > 2. alloc memory for ENTIRE file
> > 3. fill buffer with  random data or 0xff
> > 4. write whole buffer in 1 write call
> > 5. fsync the file
> >
> > this will be JUSt as slow and blocking as the code there now, except the
> > code now doesn't need as much memory. if it was a 2gb file u'd need 2gb of
> > ram or it'd fail. now it needs a fixed 64k.
> >
> > so why revert it? it's an improvement.
> You fucking don't understand what i told.
> 
> I told that
> 
> I HAVE ALREADY MADE A PATCH WHICH DOES A BETTER JOB
> THAN YOURS, AND THAT I'M JUST WAITING FOR VTORRI
> 
> Isn't that fucking clear ?

not clear in the slightest. your comments:

"I planned to do something like this.

I don't have commit access, and I wait for vtorri to commit
other patches."

...

Oh I just saw you already committed a patch.

But... it's bad. If I'm removing a BIG (> 2go) file,
how can I cancel ? I can't. And there is no progress
bar.

(and as I told, i'm just waiting to commit patches...)

...

Please revert your changes

...

Can you please revert your changes ?

...

You fucking don't understand what i told.

I told that

I HAVE ALREADY MADE A PATCH WHICH DOES A BETTER JOB
THAN YOURS, AND THAT I'M JUST WAITING FOR VTORRI

Isn't that fucking clear ?"

you're waiting for vincent to commit patches? what patches? where? by who?
doing what? you planned to do something ... but never mention you did it.
planning and doing are very different things. you didn't say that the patches
you sent fix this. sorry but your mails are incredibly far from being clear on
the topic. your first reply to me definitely is not. and then its "revert
changes" which of course i refused as it'd make the code worse.

could you please actually be clear before resorting to swearing and asking for
reverts?

-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    ras...@rasterman.com


------------------------------------------------------------------------------
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to