Thread overview
[dmd-internals] [D-Programming-Language/dmd] 3364df: remove recently added includes that aren't necessa...
Mar 11, 2011
Brad Roberts
Mar 11, 2011
Walter Bright
March 11, 2011
Branch: refs/heads/master
Home:   https://github.com/D-Programming-Language/dmd

Commit: 3364dffbd6d73357a16c71568485847c70811a77
    https://github.com/D-Programming-Language/dmd/commit/3364dffbd6d73357a16c71568485847c70811a77
Author: Brad Roberts <braddr at puremagic.com>
Date:   2011-03-11 (Fri, 11 Mar 2011)

Changed paths:
  M src/backend/cgobj.c

Log Message:
-----------
remove recently added includes that aren't necessary and break the build


Commit: 626faf71b272770be7d92ec6ef55518b2cd25744
    https://github.com/D-Programming-Language/dmd/commit/626faf71b272770be7d92ec6ef55518b2cd25744
Author: Brad Roberts <braddr at puremagic.com>
Date:   2011-03-11 (Fri, 11 Mar 2011)

Changed paths:
  M src/arrayop.c

Log Message:
-----------
Add a loc to the auto-generated complex array op functions


Compare: https://github.com/D-Programming-Language/dmd/compare/50063f7...626faf7
March 11, 2011
These two fix the build breakage introduced by Walters fix for the changes he merged from me that I hadn't tested on windows.  Oops.  Additionally it fixes one case I missed of an auto-generated function in the arrayop code.

Hopefully me pushing to the dmd depot directly won't cause you too many merge issues Walter (shouldn't, but I know you're use of git isn't as straight forward as it is for most of us).

Later,
Brad

On 3/11/2011 12:16 AM, noreply at github.com wrote:
> Branch: refs/heads/master
> Home:   https://github.com/D-Programming-Language/dmd
> 
> Commit: 3364dffbd6d73357a16c71568485847c70811a77
>     https://github.com/D-Programming-Language/dmd/commit/3364dffbd6d73357a16c71568485847c70811a77
> Author: Brad Roberts <braddr at puremagic.com>
> Date:   2011-03-11 (Fri, 11 Mar 2011)
> 
> Changed paths:
>   M src/backend/cgobj.c
> 
> Log Message:
> -----------
> remove recently added includes that aren't necessary and break the build
> 
> 
> Commit: 626faf71b272770be7d92ec6ef55518b2cd25744
>     https://github.com/D-Programming-Language/dmd/commit/626faf71b272770be7d92ec6ef55518b2cd25744
> Author: Brad Roberts <braddr at puremagic.com>
> Date:   2011-03-11 (Fri, 11 Mar 2011)
> 
> Changed paths:
>   M src/arrayop.c
> 
> Log Message:
> -----------
> Add a loc to the auto-generated complex array op functions
> 
> 
> Compare: https://github.com/D-Programming-Language/dmd/compare/50063f7...626faf7
> _______________________________________________
> dmd-internals mailing list
> dmd-internals at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-internals

March 11, 2011

On 3/11/2011 12:19 AM, Brad Roberts wrote:
> These two fix the build breakage introduced by Walters fix for the changes he merged from me that I hadn't tested on windows.  Oops.  Additionally it fixes one case I missed of an auto-generated function in the arrayop code.
>
> Hopefully me pushing to the dmd depot directly won't cause you too many merge issues Walter (shouldn't, but I know you're use of git isn't as straight forward as it is for most of us).

I'd rather you did that as pull requests. I get all mixed up otherwise.

(Also, just pushing the changes to dmd isn't good enough. I have to merge them into D1, too.)