<html><body><div><div>On May 23, 2013, at 11:24 AM, Walter Bright <walter@digitalmars.com> wrote:<br><br><div><blockquote type="cite"><div class="msg-quote">I suspect some of these problems are caused by pull #93. To check, compile with:<br> <br>     -transition=field<br> <br> and add "static" to those declarations.<br> </div></blockquote><span> </span><br>1. The initial message was still very bad<br>2. I need to know about the -translation flag<br>3. I fixed a couple of errors this flag found but the error message is still bad:<br><br>tango/io/selector/SelectSelector.d(115): tango.io.selector.SelectSelector.SelectSelector.DefaultSize is const field<br><br>https://github.com/SiegeLord/Tango-D2/blob/d2port/tango/io/selector/PollSelector.d#L115<br><br>That is pointing to a commented line.<br><br><blockquote type="cite"><div class="msg-quote">On May 21, 2013, at 10:35 PM, Walter Bright <a class="moz-txt-link-rfc2396E" href="mailto:walter@digitalmars.com" data-mce-href="mailto:walter@digitalmars.com"><walter@digitalmars.com></a> wrote:<br><div><div><div class="msg-quote"><div class="_stretch"><div style="width:0px; height:0px;"> </div></div></div></div></div></div></blockquote><blockquote type="cite"><div class="msg-quote"> This message can happen if opAssign is generated, but the generated function failed to compile.<br></div></blockquote><span> </span><br>Since the function doesn't exist in the source file it's quite hard to find the actual error.<br><br>--<br>/Jacob Carlborg<br></div></div></div><style class="_message-styles">div.msg-quote { background-color:#FFFFFF;}
</style></body></html>