Thread overview | |||||||||
---|---|---|---|---|---|---|---|---|---|
|
April 20, 2012 [dmd-internals] [D-Programming-Language/dmd] ffade6: revert pull #895 | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/dmd Commit: ffade62a10e705da38af73fc73d176f95842601c https://github.com/D-Programming-Language/dmd/commit/ffade62a10e705da38af73fc73d176f95842601c Author: Walter Bright <walter@walterbright.com> Date: 2012-04-20 (Fri, 20 Apr 2012) Changed paths: M src/posix.mak Log Message: ----------- revert pull #895 |
April 20, 2012 Re: [dmd-internals] [D-Programming-Language/dmd] ffade6: revert pull #895 | ||||
---|---|---|---|---|
| ||||
Posted in reply to GitHub | Didn't work? On Apr 20, 2012, at 6:16 PM, GitHub <noreply@github.com> wrote: > Branch: refs/heads/master > Home: https://github.com/D-Programming-Language/dmd > Commit: ffade62a10e705da38af73fc73d176f95842601c > https://github.com/D-Programming-Language/dmd/commit/ffade62a10e705da38af73fc73d176f95842601c > Author: Walter Bright <walter@walterbright.com> > Date: 2012-04-20 (Fri, 20 Apr 2012) > > Changed paths: > M src/posix.mak > > Log Message: > ----------- > revert pull #895 > > > > _______________________________________________ > dmd-internals mailing list > dmd-internals@puremagic.com > http://lists.puremagic.com/mailman/listinfo/dmd-internals _______________________________________________ dmd-internals mailing list dmd-internals@puremagic.com http://lists.puremagic.com/mailman/listinfo/dmd-internals |
April 20, 2012 Re: [dmd-internals] [D-Programming-Language/dmd] ffade6: revert pull #895 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Sean Kelly | Nope. Didn't find the include files. On 4/20/2012 9:47 PM, Sean Kelly wrote: > Didn't work? > > On Apr 20, 2012, at 6:16 PM, GitHub<noreply@github.com> wrote: > >> Branch: refs/heads/master >> Home: https://github.com/D-Programming-Language/dmd >> Commit: ffade62a10e705da38af73fc73d176f95842601c >> https://github.com/D-Programming-Language/dmd/commit/ffade62a10e705da38af73fc73d176f95842601c >> Author: Walter Bright<walter@walterbright.com> >> Date: 2012-04-20 (Fri, 20 Apr 2012) >> >> Changed paths: >> M src/posix.mak >> >> Log Message: >> ----------- >> revert pull #895 >> _______________________________________________ dmd-internals mailing list dmd-internals@puremagic.com http://lists.puremagic.com/mailman/listinfo/dmd-internals |
April 21, 2012 Re: [dmd-internals] [D-Programming-Language/dmd] ffade6: revert pull #895 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter Bright | My test for whether the directory exists must always fail. I blame my poor makefile fu. I'll sort it out this weekend. On Apr 20, 2012, at 11:35 PM, Walter Bright <walter@digitalmars.com> wrote: > Nope. Didn't find the include files. > > On 4/20/2012 9:47 PM, Sean Kelly wrote: >> Didn't work? >> >> On Apr 20, 2012, at 6:16 PM, GitHub<noreply@github.com> wrote: >> >>> Branch: refs/heads/master >>> Home: https://github.com/D-Programming-Language/dmd >>> Commit: ffade62a10e705da38af73fc73d176f95842601c >>> https://github.com/D-Programming-Language/dmd/commit/ffade62a10e705da38af73fc73d176f95842601c >>> Author: Walter Bright<walter@walterbright.com> >>> Date: 2012-04-20 (Fri, 20 Apr 2012) >>> >>> Changed paths: >>> M src/posix.mak >>> >>> Log Message: >>> ----------- >>> revert pull #895 >>> > _______________________________________________ > dmd-internals mailing list > dmd-internals@puremagic.com > http://lists.puremagic.com/mailman/listinfo/dmd-internals _______________________________________________ dmd-internals mailing list dmd-internals@puremagic.com http://lists.puremagic.com/mailman/listinfo/dmd-internals |
April 21, 2012 Re: [dmd-internals] [D-Programming-Language/dmd] ffade6: revert pull #895 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Sean Kelly | On 21 apr 2012, at 17:30, Sean Kelly wrote: > My test for whether the directory exists must always fail. I blame my poor makefile fu. I'll sort it out this weekend. I failed as well: https://github.com/D-Programming-Language/dmd/pull/855 -- /Jacob Carlborg _______________________________________________ dmd-internals mailing list dmd-internals@puremagic.com http://lists.puremagic.com/mailman/listinfo/dmd-internals |
April 23, 2012 Re: [dmd-internals] [D-Programming-Language/dmd] ffade6: revert pull #895 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Jacob Carlborg | On Apr 21, 2012, at 8:59 AM, Jacob Carlborg wrote: > > On 21 apr 2012, at 17:30, Sean Kelly wrote: > >> My test for whether the directory exists must always fail. I blame my poor makefile fu. I'll sort it out this weekend. > > > I failed as well: https://github.com/D-Programming-Language/dmd/pull/855 It turned out to be a paste error on my part. Here's a new pull that I've tested with directory overriding both directions, so I'm pretty sure I've gotten it right this time. _______________________________________________ dmd-internals mailing list dmd-internals@puremagic.com http://lists.puremagic.com/mailman/listinfo/dmd-internals |
April 23, 2012 Re: [dmd-internals] [D-Programming-Language/dmd] ffade6: revert pull #895 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Sean Kelly | On Apr 23, 2012, at 10:22 AM, Sean Kelly wrote: > On Apr 21, 2012, at 8:59 AM, Jacob Carlborg wrote: > >> >> On 21 apr 2012, at 17:30, Sean Kelly wrote: >> >>> My test for whether the directory exists must always fail. I blame my poor makefile fu. I'll sort it out this weekend. >> >> >> I failed as well: https://github.com/D-Programming-Language/dmd/pull/855 > > It turned out to be a paste error on my part. Here's a new pull that I've tested with directory overriding both directions, so I'm pretty sure I've gotten it right this time. https://github.com/D-Programming-Language/dmd/pull/902 _______________________________________________ dmd-internals mailing list dmd-internals@puremagic.com http://lists.puremagic.com/mailman/listinfo/dmd-internals |
Copyright © 1999-2021 by the D Language Foundation