Thread overview | ||||||
---|---|---|---|---|---|---|
|
July 27, 2011 [dmd-internals] [D-Programming-Language/dmd] d94484: durn tabs | ||||
---|---|---|---|---|
| ||||
Branch: refs/heads/dmd-1.x Home: https://github.com/D-Programming-Language/dmd Commit: d944840cbdad8da48abdd4f12b7a440ff3754c45 https://github.com/D-Programming-Language/dmd/commit/d944840cbdad8da48abdd4f12b7a440ff3754c45 Author: Walter Bright <walter at walterbright.com> Date: 2011-07-27 (Wed, 27 Jul 2011) Changed paths: M src/freebsd.mak M src/linux.mak M src/openbsd.mak M src/osx.mak M src/solaris.mak M src/win32.mak Log Message: ----------- durn tabs |
July 27, 2011 [dmd-internals] [D-Programming-Language/dmd] d94484: durn tabs | ||||
---|---|---|---|---|
| ||||
Posted in reply to noreply at github.com | On Wednesday, July 27, 2011 11:40:16 PM, noreply at github.com wrote:
> Branch: refs/heads/dmd-1.x
> Home: https://github.com/D-Programming-Language/dmd
>
> Commit: d944840cbdad8da48abdd4f12b7a440ff3754c45
> https://github.com/D-Programming-Language/dmd/commit/d944840cbdad8da48abdd4f12b7a440ff3754c45
> Author: Walter Bright <walter at walterbright.com>
> Date: 2011-07-27 (Wed, 27 Jul 2011)
>
> Changed paths:
> M src/freebsd.mak
> M src/linux.mak
> M src/openbsd.mak
> M src/osx.mak
> M src/solaris.mak
> M src/win32.mak
>
> Log Message:
> -----------
> durn tabs
>
>
> _______________________________________________
> dmd-internals mailing list
> dmd-internals at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-internals
Want me to create a pull request to collapse the posix platforms together like I did for d2? At least shrink the problem space a little?
|
July 28, 2011 [dmd-internals] [D-Programming-Language/dmd] d94484: durn tabs | ||||
---|---|---|---|---|
| ||||
Posted in reply to Brad Roberts |
On 7/27/2011 11:52 PM, Brad Roberts wrote:
>
> Want me to create a pull request to collapse the posix platforms together like I did for d2? At least shrink the problem space a little?
>
Yes, please, I'd appreciate that!
|
July 28, 2011 [dmd-internals] [D-Programming-Language/dmd] d94484: durn tabs | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter Bright | On Thursday, July 28, 2011 12:30:10 AM, Walter Bright wrote: > On 7/27/2011 11:52 PM, Brad Roberts wrote: >> >> Want me to create a pull request to collapse the posix platforms together like I did for d2? At least shrink the problem space a little? >> > > Yes, please, I'd appreciate that! Sent, along with a build breakage fix in inifile.c related to the recent Array changes. I also noticed a warning that concerns me: interpret.c: In member function 'Expression* BinExp::interpretCommon(InterState*, CtfeGoal, Expression* (*)(Type*, Expression*, Expression*))': interpret.c:2250: warning: comparison between 'enum TY' and 'enum TOK' That warning doesn't occur in the d2 branch. |
Copyright © 1999-2021 by the D Language Foundation