Re: [Vimprobable-users] [PATCH] Refactured hinting
Vimprobable is a lean web browser optimised for full keyboard control
Brought to you by:
hanness
From: Daniel C. <dan...@gm...> - 2011-08-27 16:19:44
|
Hi Hannes! On Sat, Aug 27, 2011 at 03:47:49PM +0200, Hannes Schüller wrote: > this seems to be very solid now. Since this is a rather large change, > however, I'd say I make a new release now with just this plus a few > pure bugfixes, saving the other feature changes already posted for > later. That way, this can get a little more testing. Agreed? Yes, I think it should be released to be tested. And I belive it could make some things easier to be implemented if it's released. Maybe we could do some refacturing to the c part too. The main.c is horrible long and could be split into pieces, the global varibales could be replaces by structs and some of hte methods could be split into smaller ones. I suppose it's a big issue to make the code more readable and solid to easily fix bugs and implement fetaures. But I know it't wouldn't be easy to not loose the plot by many patches sent over mailinglist that aren't available in an upstream repository. Maybe we should think about dedicated feature/refacture branches that are more up-to-date than the current master. Daniel |