<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<br>
<div class="moz-cite-prefix">On 6/1/2013 2:49 PM, Kenji Hara wrote:<br>
</div>
<blockquote
cite="mid:CAFDvkcu=D2ZUaG2LjMGWKj5fEi6W19Mgb3d12r-qmk-Dt5bWWA@mail.gmail.com"
type="cite">
<div dir="ltr">2013/6/2 Walter Bright <span dir="ltr"><<a
moz-do-not-send="true" href="mailto:walter@digitalmars.com"
target="_blank">walter@digitalmars.com</a>></span><br>
<div class="gmail_extra">
<div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0px 0px 0px
0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div text="#000000" bgcolor="#FFFFFF"> 1. We already have
a 2.063.1 released. An update would be 2.063.2.<br>
</div>
</blockquote>
<div><br>
</div>
<div style="">? Sorry, I might have some misunderstanding. </div>
<div style="">Currently we can access the "2.063"
release package from here.</div>
<div style=""><br>
</div>
<div style=""><a moz-do-not-send="true"
href="http://dlang.org/download.html">http://dlang.org/download.html</a><br>
</div>
<div style=""><a moz-do-not-send="true"
href="http://downloads.dlang.org.s3-website-us-east-1.amazonaws.com/releases/2013/dmd.2.063.zip">http://downloads.dlang.org.s3-website-us-east-1.amazonaws.com/releases/2013/dmd.2.063.zip</a><br>
</div>
<div><br>
</div>
<div style="">Is this internally called by the name
"2.063.1"? <br>
</div>
</div>
</div>
</div>
</blockquote>
<br>
Yes, and it is so tagged in github.<br>
<br>
<blockquote
cite="mid:CAFDvkcu=D2ZUaG2LjMGWKj5fEi6W19Mgb3d12r-qmk-Dt5bWWA@mail.gmail.com"
type="cite">
<div dir="ltr">
<div class="gmail_extra">
<div class="gmail_quote">
<div style=""><br>
</div>
<div style="">We already have v2.063 tag in git repository,
so I've thought that 2.063 is different from 2.063.1. Is
that incorrect?</div>
</div>
</div>
</div>
</blockquote>
<br>
The v2.063 was an aborted 'release'. 2.063.1 is what was released.
(The compiler & libraries are unchanged, what happened was the
documentation was fixed.)<br>
<br>
<blockquote
cite="mid:CAFDvkcu=D2ZUaG2LjMGWKj5fEi6W19Mgb3d12r-qmk-Dt5bWWA@mail.gmail.com"
type="cite">
<div dir="ltr">
<div class="gmail_extra">
<div class="gmail_quote">
<div> </div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px
0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div text="#000000" bgcolor="#FFFFFF"> 2. I'd prefer to
wait a bit to collect any more regressions before
rushing out with an update.</div>
</blockquote>
<div><br>
</div>
<div>OK. Waiting next "fix-up" release a while seems
reasonable. In my opinion, one or two weeks would be good.
But a month is a bit long to me.</div>
<div style=""><br>
</div>
</div>
</div>
</div>
</blockquote>
<br>
I agree.<br>
<br>
<blockquote
cite="mid:CAFDvkcu=D2ZUaG2LjMGWKj5fEi6W19Mgb3d12r-qmk-Dt5bWWA@mail.gmail.com"
type="cite">
<div dir="ltr">
<div class="gmail_extra">
<div class="gmail_quote">
<div style="">Kenji Hara <br>
</div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px
0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div text="#000000" bgcolor="#FFFFFF">
<div>
<div class="h5"> <br>
<div>On 6/1/2013 11:25 AM, Kenji Hara wrote:<br>
</div>
</div>
</div>
<blockquote type="cite">
<div>
<div class="h5">
<div dir="ltr">
<div>I think we should release 2.063.1, for
these reasons:</div>
<div><br>
</div>
<div>- Regression bug 9122 is not actually fixed
in 2.063 release although it's listed in fixed
Phobos regressions</div>
<div> <br>
</div>
<div> Because current 2.063 release does not
contain the fix for issue 10017.</div>
<div> <a moz-do-not-send="true"
href="https://github.com/D-Programming-Language/phobos/commit/9a7627776e7cffa999f30e5a7450fb7f044a12f7"
target="_blank">https://github.com/D-Programming-Language/phobos/commit/9a7627776e7cffa999f30e5a7450fb7f044a12f7</a></div>
<div><br>
</div>
<div> Actually that was the root cause of 9122,
so it should have been contained in 2.063
release.</div>
<div><br>
</div>
<div>- 2.063 release has some regressions which
was discovered after releasing.</div>
<div> <br>
</div>
<div> Issue 10215 - [REG2.063] const causes
wrong float calculation</div>
<div><br>
</div>
<div> This is serious wrong-code bug. This
bug does not exist in git master.</div>
<div> To fix the bug, we just need to
recreate release package.</div>
<div> Read my comment: <a
moz-do-not-send="true"
href="http://d.puremagic.com/issues/show_bug.cgi?id=10215"
target="_blank">http://d.puremagic.com/issues/show_bug.cgi?id=10215</a></div>
<div><br>
</div>
<div> Issue 10212 - [REG2.061] Segfault in
mismatching delegate literal types<br>
</div>
<div><br>
</div>
<div> It's old regression bug, but should be
fixed as soon as possible.</div>
<div> Please review and merge <a
moz-do-not-send="true"
href="https://github.com/D-Programming-Language/dmd/pull/2101"
target="_blank">https://github.com/D-Programming-Language/dmd/pull/2101</a><br>
</div>
<div><br>
</div>
<div> Issue 10197 - [REG2.063] Cannot cast
overloaded template property result</div>
<div><br>
</div>
<div> Already fixed in git master.</div>
<div><br>
</div>
<div>From now I'll push some trivial changes to
2.063 branch which I think these are necessary
for 2.063.1.</div>
<div><br>
</div>
<div>And I'll remove 2.063.1 tags for a moment.
I think tagging should be done after the
release done, but it's not yet released.</div>
<div><br>
</div>
<div>Kenji Hara<br>
</div>
</div>
<br>
<fieldset></fieldset>
<br>
</div>
</div>
<pre>_______________________________________________
dmd-internals mailing list
<a moz-do-not-send="true" href="mailto:dmd-internals@puremagic.com" target="_blank">dmd-internals@puremagic.com</a>
<a moz-do-not-send="true" href="http://lists.puremagic.com/mailman/listinfo/dmd-internals" target="_blank">http://lists.puremagic.com/mailman/listinfo/dmd-internals</a></pre>
</blockquote>
<br>
</div>
<br>
_______________________________________________<br>
dmd-internals mailing list<br>
<a moz-do-not-send="true"
href="mailto:dmd-internals@puremagic.com">dmd-internals@puremagic.com</a><br>
<a moz-do-not-send="true"
href="http://lists.puremagic.com/mailman/listinfo/dmd-internals"
target="_blank">http://lists.puremagic.com/mailman/listinfo/dmd-internals</a><br>
</blockquote>
</div>
<br>
</div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
dmd-internals mailing list
<a class="moz-txt-link-abbreviated" href="mailto:dmd-internals@puremagic.com">dmd-internals@puremagic.com</a>
<a class="moz-txt-link-freetext" href="http://lists.puremagic.com/mailman/listinfo/dmd-internals">http://lists.puremagic.com/mailman/listinfo/dmd-internals</a></pre>
</blockquote>
<br>
</body>
</html>