<div dir="ltr">I've been running beta2, and I noticed that class debugging isn't working. There was a discussion some time back about how class members weren't evaluated correctly in Win64, and it was said that it was fixed in master.<div>
I was excited and patiently awaiting the release.</div><div><br></div><div>Can anyone who knows about this stuff comment?</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 14 July 2014 22:00, Dicebot via Digitalmars-d-announce <span dir="ltr"><<a href="mailto:digitalmars-d-announce@puremagic.com" target="_blank">digitalmars-d-announce@puremagic.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Monday, 14 July 2014 at 11:57:33 UTC, Dragos Carp wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
   LINUX<br>
   <a href="http://ftp.digitalmars.com/dmd.2.066.0-b3.linux.zip" target="_blank">ftp.digitalmars.com/dmd.2.066.<u></u>0-b3.linux.zip</a><br>
</blockquote>
<br>
I think something got wrong on building the 2.066.0-b3. The sources from dmd.2.066.0-b3.linux.zip are not the same with the tagged version 2.066.0-b3 in git (for dmd at least).<br>
<br>
For example:<br>
unzipped dmd2.066-b3/src/dmd/nogc.c:65<br>
        if (v && (v->storage_class & (STCmanifest | STCstatic)) == 0 && v->init)<br>
git v2.066.0-b3 dmd/src/nogc.c:65<br>
        if (v && !(v->storage_class & STCmanifest) && !v->isDataseg() && v->init)<br>
<br>
<br>
Maybe you should rebuild this or simply ignore -b3 and create a -b4.<br>
<br>
Because of improper tagging, testing actual binaries of -b3 makes no sense.<br>
</blockquote>
<br>
</div></div><a href="http://forum.dlang.org/post/yavpusxgxwgbaepctjty@forum.dlang.org" target="_blank">http://forum.dlang.org/post/<u></u>yavpusxgxwgbaepctjty@forum.<u></u>dlang.org</a><br>
</blockquote></div><br></div>