Re: SubMasters Death - Alternative

Clifford Wolf <[email protected]> Mon, 20 Feb 2006 15:47:08 +0100
Newsgroups gmane.linux.distributions.rock.devel
Message-ID <[email protected]>
Hi,

On Mon, Feb 20, 2006 at 03:37:06PM +0100, Benjamin Schieder wrote:
> > Otherwise some changes (hotfixes for broken patches, fixdiff files,
> > priority and cache file updates, etc) would not go to this 'experimental'
> > tree.
> 
> That's already being implemented.
> By giving '-SM' in the first line patches are not committed to SubMaster but
> are committed to the subversion repository. I've already merged several
> patches this way and will continue doing so.

But because of hotfixes and fixdiff files it is possible that I apply a
patch from submaster in trunk, but apply a modified version of the patch.

So you would have to do an interdiff for every patch in trunk and the
submaster patch to see if there is a bit left which needs to be merged back
to the community tree.

We should discuss this issues at CLT..

yours,
 - clifford

-- 
bash -c "gcc -o mysdldemo -Wall -O2 -lSDL -lm -pthread -x c <( echo -e '
#include <SDL/SDL.h>\n#include <complex.h>\nint main(){SDL_Surface*s;SDL_Event
e;int x,y,n;SDL_Init(SDL_INIT_VIDEO);s=SDL_SetVideoMode(640,480,32,0);for(x=0;
x<640;x++)for(y=0;y<480;y++){float _Complex z=0, c=((x-400)/200.0) + ((y-240)/
200.0)*1.0fi;for(n=1;n<64;n++){z=z*z+c;if(cabsf(z)>2){((Uint32*)s->pixels)[x+y
*640]=n<<3;n=99;}}}SDL_UpdateRect(s,0,0,s->w,s->h);do SDL_WaitEvent(&e); while
(e.type!=SDL_QUIT&&e.type!=SDL_KEYDOWN);SDL_Quit();return 0;}' ); ./mysdldemo"
 
"C is quirky, flawed, and an enormous success." - Dennis M. Ritchie.