[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] procedure/etiquette for submitting changes?
From: |
Ivan Raikov |
Subject: |
Re: [Chicken-hackers] procedure/etiquette for submitting changes? |
Date: |
Mon, 25 Feb 2008 10:07:00 +0900 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) |
Hello,
If you want, post your patch to this mailing list before committing,
and I can make sure it doesn't break the Unix builds. I don't have
Windows or MSVC, so I cannot test the MSVC build, but at least I can
make sure there are no accidental breakages of something else.
-Ivan
Ashley Bone <address@hidden> writes:
> What is the general process for submitting changes? I have write
> access to the subversion repository and I'd like to submit some
> minor changes to rules.make, Makefile.msvc, and a one-line change
> to library.scm, all to fix the MSVC build. Should I just
> commit the changes? I saw a previous post about submitting
> svn diffs via chicken-bug but I'm not sure that's for everything
> or just major revisions.
>