Thanks for all the answers!
Usually the hardest part of programming is finding the right names for
things,
but good names cant be replaced by any amount of documentation.
By the way, how much changes should a patch contain in this case? As I
understand the guidlines
there should be one significa
On Tue, Mar 29, 2005 at 08:24:23PM +0100, Andrew Haley wrote:
> Tom Tromey writes:
> > As for pure cleanups like rearranging files... I'm not super
> > interested in this, but I think we ought to consider such patches on
> > their own merits, just as we would at any other time.
>
> Yes, that's
Tom Tromey writes:
> > "Andrew" == Andrew Pinski <[EMAIL PROTECTED]> writes:
>
> >> I jumped on one of the newbe gcc hackers quests described at
> >> http://gcc.gnu.org/projects/#beginner_gcc_hackers .
> >> More precisely I started to clean up the long actions in
> >> gcc/java/parse.y.
> "David" == David Pettersson <[EMAIL PROTECTED]> writes:
David> Currently I have placed the factor out functions in a files named
David> parse_factor.c (and .h). I feel this is a somewhat bad name,
David> is there any rule for file naming in use at gcc.
There is no rule I know of other than
> "Andrew" == Andrew Pinski <[EMAIL PROTECTED]> writes:
>> I jumped on one of the newbe gcc hackers quests described at
>> http://gcc.gnu.org/projects/#beginner_gcc_hackers .
>> More precisely I started to clean up the long actions in
>> gcc/java/parse.y. Happy that the thing still compiled
Tom Tromey <[EMAIL PROTECTED]> writes:
> David> Currently I have placed the factor out functions in a files named
> David> parse_factor.c (and .h). I feel this is a somewhat bad name,
> David> is there any rule for file naming in use at gcc.
>
> There is no rule I know of other than "whatever the
>
> Hi!
>
> This message primerely concernce java but I think the question is of
> general interest so I post it here and hope that this is OK.
>
> I jumped on one of the newbe gcc hackers quests described at
> http://gcc.gnu.org/projects/#beginner_gcc_hackers .
> More precisely I started to c
Hi!
This message primerely concernce java but I think the question is of
general interest so I post it here and hope that this is OK.
I jumped on one of the newbe gcc hackers quests described at
http://gcc.gnu.org/projects/#beginner_gcc_hackers .
More precisely I started to clean up the long act