[dmd-internals] generating pull requests for DMD

Walter Bright walter at digitalmars.com
Mon May 30 01:21:18 PDT 2011



On 5/29/2011 1:53 PM, Robert Clipsham wrote:
>
> I advise you add a README.md to the root of the dmd repository with contents 
> looking something like:
> ----
> # DigitalMars D Compiler and Test Suite
>
> Compiler and test suite for the D programming language - 
> http://d-programming-language.org/
>
> ## Building
>
> Replace $OS with windows, linux, osx, freebsd, solaris or openbsd depending on 
> your operating system.
>
>     cd src
>     make -f $OS.mak
>
> ## Pull Requests
>
> When creating pull requests, please make sure to run the test suite before! 
> Even if it's a small change and you think it's not needed - you'd be surprised 
> what a small change can break!
>
> ## Running the test suite
>
> I actually don't know how to do this, but some instructions should go here. 
> Also take a look at http://github.github.com/github-flavored-markdown/ for 
> information on formatting in this file.
> ----
>
> I could clean this up and make a pull request if you're interested? ;)
>

Sure!


More information about the dmd-internals mailing list