Thread overview | |||||
---|---|---|---|---|---|
|
May 29, 2013 [dmd-internals] [D-Programming-Language/dmd] 0b0760: Merge pull request #2093 from 9rnsr/fix10197 | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/2.063 Home: https://github.com/D-Programming-Language/dmd Commit: 0b0760a106aaa3fd49da5e4b889115cc70b8d3e8 https://github.com/D-Programming-Language/dmd/commit/0b0760a106aaa3fd49da5e4b889115cc70b8d3e8 Author: Andrei Alexandrescu <andrei@erdani.com> Date: 2013-05-29 (Wed, 29 May 2013) Changed paths: M src/expression.c M test/runnable/property2.d Log Message: ----------- Merge pull request #2093 from 9rnsr/fix10197 Issue 10197 - [REG2.063] Cannot cast overloaded template property result Commit: 8f3b041b390f62a6552fb7324233bdeebe573ba3 https://github.com/D-Programming-Language/dmd/commit/8f3b041b390f62a6552fb7324233bdeebe573ba3 Author: Andrei Alexandrescu <andrei@erdani.com> Date: 2013-05-29 (Wed, 29 May 2013) Changed paths: M test/runnable/property2.d Log Message: ----------- Merge pull request #2093 from 9rnsr/fix10197 Issue 10197 - [REG2.063] Cannot cast overloaded template property result Commit: 447b481775d37416c773ee24f30f3ebe8d67a870 https://github.com/D-Programming-Language/dmd/commit/447b481775d37416c773ee24f30f3ebe8d67a870 Author: Walter Bright <walter@walterbright.com> Date: 2013-05-29 (Wed, 29 May 2013) Changed paths: M test/runnable/property2.d Log Message: ----------- merge Compare: https://github.com/D-Programming-Language/dmd/compare/a584488e8273...447b481775d3 |
May 30, 2013 Re: [dmd-internals] [D-Programming-Language/dmd] 0b0760: Merge pull request #2093 from 9rnsr/fix10197 | ||||
---|---|---|---|---|
| ||||
Posted in reply to GitHub Attachments:
| Andrei, did you push this change with -f switch?
By that, the commit a584488e8273 is lost now from 2.063 branch.
I'll fix this issue soon.
Kenji Hara
2013/5/30 GitHub <noreply@github.com>
> Branch: refs/heads/2.063
> Home: https://github.com/D-Programming-Language/dmd
> Commit: 0b0760a106aaa3fd49da5e4b889115cc70b8d3e8
>
> https://github.com/D-Programming-Language/dmd/commit/0b0760a106aaa3fd49da5e4b889115cc70b8d3e8
> Author: Andrei Alexandrescu <andrei@erdani.com>
> Date: 2013-05-29 (Wed, 29 May 2013)
>
> Changed paths:
> M src/expression.c
> M test/runnable/property2.d
>
> Log Message:
> -----------
> Merge pull request #2093 from 9rnsr/fix10197
>
> Issue 10197 - [REG2.063] Cannot cast overloaded template property result
>
>
> Commit: 8f3b041b390f62a6552fb7324233bdeebe573ba3
>
> https://github.com/D-Programming-Language/dmd/commit/8f3b041b390f62a6552fb7324233bdeebe573ba3
> Author: Andrei Alexandrescu <andrei@erdani.com>
> Date: 2013-05-29 (Wed, 29 May 2013)
>
> Changed paths:
> M test/runnable/property2.d
>
> Log Message:
> -----------
> Merge pull request #2093 from 9rnsr/fix10197
>
> Issue 10197 - [REG2.063] Cannot cast overloaded template property result
>
>
> Commit: 447b481775d37416c773ee24f30f3ebe8d67a870
>
> https://github.com/D-Programming-Language/dmd/commit/447b481775d37416c773ee24f30f3ebe8d67a870
> Author: Walter Bright <walter@walterbright.com>
> Date: 2013-05-29 (Wed, 29 May 2013)
>
> Changed paths:
> M test/runnable/property2.d
>
> Log Message:
> -----------
> merge
>
>
> Compare: https://github.com/D-Programming-Language/dmd/compare/a584488e8273...447b481775d3
>
> _______________________________________________
> dmd-internals mailing list
> dmd-internals@puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-internals
>
|
May 29, 2013 Re: [dmd-internals] [D-Programming-Language/dmd] 0b0760: Merge pull request #2093 from 9rnsr/fix10197 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Kenji Hara | I never use -f on the official repo, not sure what happened. Sorry for the mix-up. Andrei On 5/29/13 9:24 PM, Kenji Hara wrote: > Andrei, did you push this change with -f switch? > By that, the commit a584488e8273 is lost now from 2.063 branch. > > I'll fix this issue soon. > > Kenji Hara > > > 2013/5/30 GitHub <noreply@github.com <mailto:noreply@github.com>> > > Branch: refs/heads/2.063 > Home: https://github.com/D-Programming-Language/dmd > Commit: 0b0760a106aaa3fd49da5e4b889115cc70b8d3e8 > https://github.com/D-Programming-Language/dmd/commit/0b0760a106aaa3fd49da5e4b889115cc70b8d3e8 > Author: Andrei Alexandrescu <andrei@erdani.com > <mailto:andrei@erdani.com>> > Date: 2013-05-29 (Wed, 29 May 2013) > > Changed paths: > M src/expression.c > M test/runnable/property2.d > > Log Message: > ----------- > Merge pull request #2093 from 9rnsr/fix10197 > > Issue 10197 - [REG2.063] Cannot cast overloaded template property result > > > Commit: 8f3b041b390f62a6552fb7324233bdeebe573ba3 > https://github.com/D-Programming-Language/dmd/commit/8f3b041b390f62a6552fb7324233bdeebe573ba3 > Author: Andrei Alexandrescu <andrei@erdani.com > <mailto:andrei@erdani.com>> > Date: 2013-05-29 (Wed, 29 May 2013) > > Changed paths: > M test/runnable/property2.d > > Log Message: > ----------- > Merge pull request #2093 from 9rnsr/fix10197 > > Issue 10197 - [REG2.063] Cannot cast overloaded template property result > > > Commit: 447b481775d37416c773ee24f30f3ebe8d67a870 > https://github.com/D-Programming-Language/dmd/commit/447b481775d37416c773ee24f30f3ebe8d67a870 > Author: Walter Bright <walter@walterbright.com > <mailto:walter@walterbright.com>> > Date: 2013-05-29 (Wed, 29 May 2013) > > Changed paths: > M test/runnable/property2.d > > Log Message: > ----------- > merge > > > Compare: > https://github.com/D-Programming-Language/dmd/compare/a584488e8273...447b481775d3 > > _______________________________________________ > dmd-internals mailing list > dmd-internals@puremagic.com <mailto: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 _______________________________________________ dmd-internals mailing list dmd-internals@puremagic.com http://lists.puremagic.com/mailman/listinfo/dmd-internals |
Copyright © 1999-2021 by the D Language Foundation