Thread overview | |||||
---|---|---|---|---|---|
|
February 07, 2007 Submiting a change to the compiler | ||||
---|---|---|---|---|
| ||||
I made a few changes to the DMD compiler V1.005 (dmd\src\dmd\). How do I submit it? Do I upload the entire file to BugZilla? Sorry for the strange question. Also, I have modified several "phobos" files to which I added A LOT of Documentation Comments. Thanks for any answers! Btw, I'm running WinXP, so I have no nifty "diff" commands. |
February 07, 2007 Re: Submiting a change to the compiler | ||||
---|---|---|---|---|
| ||||
Posted in reply to Orgoton | Orgoton wrote: > I made a few changes to the DMD compiler V1.005 (dmd\src\dmd\). How do I submit it? Do I upload the entire file to BugZilla? Sorry for the strange question. Also, I have modified several "phobos" files to which I added A LOT of Documentation Comments. Thanks for any answers! Typically, you attach the output of "diff -u" to a BugZilla issue. > Btw, I'm running WinXP, so I have no nifty "diff" commands. http://www.google.com/search?q=diff+windows The second link[1] seems to provide a diff that works on Windows. [1]: http://gnuwin32.sourceforge.net/packages/diffutils.htm |
February 07, 2007 Re: Submiting a change to the compiler | ||||
---|---|---|---|---|
| ||||
Posted in reply to Frits van Bommel | WinMerge is an excellent win32 program for merging files, and can also produce diff's. http://winmerge.org/2.6/index.php Frits van Bommel wrote: > Orgoton wrote: >> I made a few changes to the DMD compiler V1.005 (dmd\src\dmd\). How do I submit it? Do I upload the entire file to BugZilla? Sorry for the strange question. Also, I have modified several "phobos" files to which I added A LOT of Documentation Comments. Thanks for any answers! > > Typically, you attach the output of "diff -u" to a BugZilla issue. > >> Btw, I'm running WinXP, so I have no nifty "diff" commands. > > http://www.google.com/search?q=diff+windows > The second link[1] seems to provide a diff that works on Windows. > > > [1]: http://gnuwin32.sourceforge.net/packages/diffutils.htm |
Copyright © 1999-2021 by the D Language Foundation