<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 5/23/2013 2:57 AM, Jacob Carlborg
wrote:<br>
</div>
<blockquote cite="mid:c9494bf3-92e7-413c-b978-71a93ec55493@me.com"
type="cite">
<div>
<div>On May 23, 2013, at 11:24 AM, Walter Bright
<a class="moz-txt-link-rfc2396E" href="mailto:walter@digitalmars.com"><walter@digitalmars.com></a> 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>
<a class="moz-txt-link-freetext" href="https://github.com/SiegeLord/Tango-D2/blob/d2port/tango/io/selector/PollSelector.d#L115">https://github.com/SiegeLord/Tango-D2/blob/d2port/tango/io/selector/PollSelector.d#L115</a><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 moz-do-not-send="true"
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>
</div>
</div>
</div>
</blockquote>
<br>
I agree. But did adding 'static' to eliminate the -transition=field
issues make the message go away?<br>
</body>
</html>