rebase / STL set patch
Robert Collins
rbcollins@cygwin.com
Wed Aug 28 09:33:00 GMT 2002
On Thu, 2002-08-29 at 01:44, Jason Tishler wrote:
> make clobber -- for the bandwidth challenged, next time?
oopsee. :}.
> > There were a few logic flaws that made it not work for me.
>
> Huh? Do you mean the RebaseConfigParser::parseFoo diffs? I couldn't
> find any other likely candidates. Nevertheless, I don't see why it
> didn't work before and does after your changes. BTW, the handling of
> parsing errors is very weak right now -- I have been meaning to add some
> "FIXMEs."
The missing return true from the parser submethods. status=foo(), and
foo() didn't return a value.
> I would prefer to deal with these minor points sooner rather than later.
> Are the setup coding conventions documented anywhere? I tried to find
> them at:
>
> http://sources.redhat.com/cygwin-apps/setup.html
Not formally. Quickly though (and you do do most of these already):
* Code formatted with indent. If it gets it wrong, ah well.
* Each header file must be able to be compiled as a single translation
unit on it's own - the easiest way to check this is to include the
header for class foo as the first include within class foo.
* defines to protect the classes should be fully capitalised.
* All code to compile with -Werror -Wall -(see setup's Makefile.am).
* follow the GNU guidelines where they don't contradict what I've just
said.
Thats really about it.
Cheers,
Rob
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://cygwin.com/pipermail/cygwin-apps/attachments/20020828/58cd9a1d/attachment.sig>
More information about the Cygwin-apps
mailing list