Jump to page: 1 2 3
Thread overview
[dmd-beta] One issue left for 2.064
Nov 03, 2013
Walter Bright
Nov 04, 2013
Kenji Hara
Nov 04, 2013
Walter Bright
Nov 04, 2013
Kenji Hara
Nov 04, 2013
Walter Bright
Nov 04, 2013
Kenji Hara
Nov 04, 2013
Jacob Carlborg
Nov 04, 2013
Kenji Hara
Nov 04, 2013
Jacob Carlborg
Nov 04, 2013
Kenji Hara
Nov 05, 2013
Martin Nowak
Nov 05, 2013
Walter Bright
Nov 07, 2013
Martin Nowak
Nov 08, 2013
Martin Nowak
Nov 08, 2013
Jordi Sayol
Nov 08, 2013
Walter Bright
Nov 09, 2013
Martin Nowak
Nov 12, 2013
Martin Nowak
Nov 12, 2013
Walter Bright
Nov 13, 2013
Rory McGuire
November 03, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=11401
_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta

November 03, 2013
Seems to be a compiler issue, I updated the bug report.

Andrei

On 11/3/13 11:20 AM, Walter Bright wrote:
> http://d.puremagic.com/issues/show_bug.cgi?id=11401
> _______________________________________________
> dmd-beta mailing list
> dmd-beta@puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-beta
_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta

November 04, 2013
2013/11/4 Walter Bright <walter@digitalmars.com>

> http://d.puremagic.com/issues/show_bug.cgi?id=11401


It is git-head only issue, so there's not any blockers for 2.064 release.

Kenji Hara


November 03, 2013
On 11/3/2013 6:35 PM, Kenji Hara wrote:
> 2013/11/4 Walter Bright <walter@digitalmars.com <mailto:walter@digitalmars.com>>
>
>     http://d.puremagic.com/issues/show_bug.cgi?id=11401
>
>
> It is git-head only issue, so there's not any blockers for 2.064 release.
>
>

Thank you, Kenji. I'll start building a release candidate.


November 04, 2013
On, I forgot to mention about this. https://github.com/D-Programming-Language/dlang.org/pull/404

Bug 9665 is properly fixed in 2.064, but the documentation fix is not yet
merged.
Please merge it, and then cherry-pick it into 2.064 branch.

Kenji Hara


2013/11/4 Walter Bright <walter@digitalmars.com>

>
> On 11/3/2013 6:35 PM, Kenji Hara wrote:
>
> 2013/11/4 Walter Bright <walter@digitalmars.com>
>
>> http://d.puremagic.com/issues/show_bug.cgi?id=11401
>
>
>  It is git-head only issue, so there's not any blockers for 2.064
> release.
>
>
>
> Thank you, Kenji. I'll start building a release candidate.
>
> _______________________________________________
> dmd-beta mailing list
> dmd-beta@puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-beta
>


November 03, 2013
On 11/3/2013 8:18 PM, Kenji Hara wrote:
> On, I forgot to mention about this.
> https://github.com/D-Programming-Language/dlang.org/pull/404
>
> Bug 9665 is properly fixed in 2.064, but the documentation fix is not yet merged.
> Please merge it, and then cherry-pick it into 2.064 branch.
>

Done.
_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta

November 04, 2013
Thanks!


2013/11/4 Walter Bright <walter@digitalmars.com>

>
> On 11/3/2013 8:18 PM, Kenji Hara wrote:
>
>> On, I forgot to mention about this. https://github.com/D-Programming-Language/dlang.org/pull/404
>>
>> Bug 9665 is properly fixed in 2.064, but the documentation fix is not yet
>> merged.
>> Please merge it, and then cherry-pick it into 2.064 branch.
>>
>>
> Done.
>
> _______________________________________________
> dmd-beta mailing list
> dmd-beta@puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-beta
>


November 04, 2013
On Nov 04, 2013, at 05:14 AM, Walter Bright <walter@digitalmars.com> wrote:

> Thank you, Kenji. I'll start building a release candidate.

I know there's some missing documentation, at lest for the things I've contributed with. That would be __traits(getUnitTests), __traits(isOverrideFunction) and thisExePath().

--
/Jacob Carlborg

November 04, 2013
2013/11/4 Jacob Carlborg <doob@me.com>

> On Nov 04, 2013, at 05:14 AM, Walter Bright <walter@digitalmars.com> wrote:
>
> Thank you, Kenji. I'll start building a release candidate.
>
>
> I know there's some missing documentation, at lest for the things I've
> contributed with. That would be __traits(getUnitTests),
> __traits(isOverrideFunction) and thisExePath().
>
> --
> /Jacob Carlborg
>

Do you mean https://github.com/D-Programming-Language/dlang.org/pull/366 ? As far as I see, it is not yet finished the discussion, so I didn't merge it.

And, thisExePath is listed in 2.064 changelog as a Phobos enhancement. https://github.com/D-Programming-Language/dlang.org/blob/2d37a8d3fffd0214f83b52258383ee65b99f7147/changelog.dd#L737

I think it is sufficient.

Kenji Hara


November 04, 2013
On Nov 04, 2013, at 08:57 AM, Kenji Hara <k.hara.pg@gmail.com> wrote: 
> Do you mean https://github.com/D-Programming-Language/dlang.org/pull/366 ? As far as I see, it is not yet finished the discussion, so I didn't merge it.

Yes, I updated the pull request now to show how to disable the default unit test runner.

> And, thisExePath is listed in 2.064 changelog as a Phobos enhancement. https://github.com/D-Programming-Language/dlang.org/blob/2d37a8d3fffd0214f83b52258383ee65b99f7147/changelog.dd#L737
>
> I think it is sufficient.

It's not correct. args[0] and thisExePath() may, or may not be the same. An assert is not reliable. Also the __trait(isOverrideFunction) was missing from the changelog.

I've fixed both of these in this pull request: https://github.com/D-Programming-Language/dlang.org/pull/409

--
/Jacob Carlborg

« First   ‹ Prev
1 2 3