[dmd-internals] generating pull requests for DMD

Brad Roberts braddr at puremagic.com
Mon May 30 14:37:47 PDT 2011


On 5/30/2011 12:56 PM, Robert Clipsham wrote:
> On 30 May 2011 09:21, Walter Bright <walter at digitalmars.com <mailto:walter at digitalmars.com>> wrote:
> 
>     On 5/29/2011 1:53 PM, Robert Clipsham wrote:
> 
> 
>         .....
> 
>         ## 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!
> 
> 
> I've just spent the past 10 minutes trying to figure out how to run the test suite so I can add instructions/make a pull
> request and can't manage it... It's no wonder it's not getting run!
> 
> I can get a range of different errors, I can't seem to manage to get dmd.conf set up correctly to remove all errors
> though. Perhaps it would be a good idea to include the relevant dmd.conf in the tests/ directory?
>  

Lemee make this simple.. here's a simple makefile and dmd.conf file that 'just work'.

The make file are more complicated than the minimal necessary because they have a bunch of targets that I use while
developing from time to time.  The default target, however, is enough to clone, build, and test all three packages.

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: Makefile
URL: <http://lists.puremagic.com/pipermail/dmd-internals/attachments/20110530/2a594e66/attachment.ksh>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: dmd.conf
URL: <http://lists.puremagic.com/pipermail/dmd-internals/attachments/20110530/2a594e66/attachment-0001.ksh>


More information about the dmd-internals mailing list