[dmd-internals] dmd commit, revision 632
Brad Roberts
braddr at puremagic.com
Mon Aug 30 09:36:39 PDT 2010
Rewriting do_test.sh into a d app instead of bash would help, but it'd
still leave a gap for the hand full of tests that use a post-test script
to do more validations than just 'it built' or 'it ran'.
Every one of those is easily available in cygwin.
The other key changes I didn't mention below is the obvious stuff like
abstracting .o into $(OBJ) or something similar to hide the .o vs .obj
difference between platforms, and other similar file name deltas.
On Mon, 30 Aug 2010, Sean Kelly wrote:
> Gnuwin32 should almost do it, except possibly for bash.
>
> Sent from my iPhone
>
> On Aug 27, 2010, at 10:04 PM, Brad Roberts <braddr at puremagic.com> wrote:
>
> > On 8/27/2010 9:52 PM, Don Clugston wrote:
> >> On 28 August 2010 02:02, Brad Roberts <braddr at puremagic.com> wrote:
> >>> Picking a random but representative example...
> >>>
> >>> Why no changes to the public dmd test suite? Let me guess, you changed the
> >>> private one? The one that's been superseded so that those of us out here on the
> >>> other side of your screen have a chance of testing our changes and avoiding
> >>> introducing regressions. :)
> >>
> >> BTW -- I'm not using the public one either. It's not really usable on Windows.
> >
> > Would you (or really anyone doing windows development) mind taking a little time
> > and investigate fixing that? I don't think it'd be particularly hard, but I
> > don't do any development on windows. There's very few tools involved (a list
> > from a quick scan of the single Makefile and the test script 'do_test.sh':
> >
> > gnu make
> > mkdir
> > rm
> > cat
> > bash
> > grep
> > tr
> > diff
> >
> > I'd really like it to be the test platform everyone can and does use.
> >
> > Thanks,
> > Brad
> > _______________________________________________
> > dmd-internals mailing list
> > dmd-internals at puremagic.com
> > http://lists.puremagic.com/mailman/listinfo/dmd-internals
> _______________________________________________
> dmd-internals mailing list
> dmd-internals at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-internals
>
More information about the dmd-internals
mailing list