<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    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>
    <br>
    <br>
    <div class="moz-cite-prefix">On 5/23/2013 1:08 AM, Jacob Carlborg
      wrote:<br>
    </div>
    <blockquote cite="mid:2b66540e-2133-443e-b9f8-91009f8bbf4f@me.com"
      type="cite">
      <div>On May 21, 2013, at 10:35 PM, 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">
              <div class="_stretch"><a moz-do-not-send="true"
                  href="http://ftp.digitalmars.com/dmd2beta.zip"
                  data-mce-href="http://ftp.digitalmars.com/dmd2beta.zip">http://ftp.digitalmars.com/dmd2beta.zip</a></div>
            </div>
          </blockquote>
          <span> </span><br>
          There are a couple of errors in Tango. Tango compiled
          perfectly fine with the previous release, 2.062, without any
          warnings or deprecation messages. <br>
          <br>
          * tango/io/device/File.d(290): Error: cannot make expression
          out of initializer for ReadExisting<br>
          <br>
<a class="moz-txt-link-freetext" href="https://github.com/SiegeLord/Tango-D2/blob/d2port/tango/io/device/File.d#L290">https://github.com/SiegeLord/Tango-D2/blob/d2port/tango/io/device/File.d#L290</a><br>
          <br>
          * tango/core/tools/StackTrace.d(186): Error: class
          tango.core.tools.StackTrace.BasicTraceInfo interface function
          'string toString() const' is not implemented<br>
          <br>
<a class="moz-txt-link-freetext" href="https://github.com/SiegeLord/Tango-D2/blob/d2port/tango/core/tools/StackTrace.d#L186">https://github.com/SiegeLord/Tango-D2/blob/d2port/tango/core/tools/StackTrace.d#L186</a><br>
          <br>
          * tango/io/selector/SelectSelector.d(156): Error: function
          tango.io.selector.SelectSelector.HandleSet.opAssign is not
          callable because it is annotated with @disable<br>
          <br>
<a class="moz-txt-link-freetext" href="https://github.com/SiegeLord/Tango-D2/blob/d2port/tango/io/selector/SelectSelector.d#L156">https://github.com/SiegeLord/Tango-D2/blob/d2port/tango/io/selector/SelectSelector.d#L156</a><br>
          <br>
          Tango doesn't use @disable at all. "opAssign" is not
          overloaded.<br>
        </div>
      </div>
    </blockquote>
    <br>
    This message can happen if opAssign is generated, but the generated
    function failed to compile.<br>
    <br>
    <blockquote cite="mid:2b66540e-2133-443e-b9f8-91009f8bbf4f@me.com"
      type="cite">
      <div>
        <div><br>
          * Error: cannot modify struct this HandleSet with immutable
          members<br>
          <br>
          No file or line information. Ok, I would the actual problem,
          but the error message is very unclear. There was a "const"
          member in HandleSet, it should have been static.<br>
          <br>
<a class="moz-txt-link-freetext" href="https://github.com/SiegeLord/Tango-D2/blob/d2port/tango/io/selector/SelectSelector.d#L783">https://github.com/SiegeLord/Tango-D2/blob/d2port/tango/io/selector/SelectSelector.d#L783</a><br>
          <br>
          * tango/text/Regex.d(1779): Error: variable
          tango.text.Regex.TNFA!(dchar).TNFA.pca final cannot be applied
          to variable, perhaps you meant const?<br>
          tango/text/Regex.d(2528): Error: template instance
          tango.text.Regex.TNFA!(dchar) error instantiating<br>
          tango/text/Regex.d(3668):        instantiated from here:
          TDFA!(dchar)<br>
          tango/text/Regex.d(4412):        instantiated from here:
          RegExpT!(char)<br>
          tango/text/Regex.d(3668): Error: template instance
          tango.text.Regex.TDFA!(dchar) error instantiating<br>
          tango/text/Regex.d(4412):        instantiated from here:
          RegExpT!(char)<br>
          tango/text/Regex.d(4399): Error: tdfa_t.Command is used as a
          type<br>
          tango/text/Regex.d(4412): Error: template instance
          tango.text.Regex.RegExpT!(char) error instantiatin<br>
          <br>
<a class="moz-txt-link-freetext" href="https://github.com/SiegeLord/Tango-D2/blob/d2port/tango/text/Regex.d#L1779">https://github.com/SiegeLord/Tango-D2/blob/d2port/tango/text/Regex.d#L1779</a><br>
          <br>
          There are no final variables in that file as far as I can see.
          The error message is pointing to an enum.<br>
          <br>
          I stopped here because I don't know how to fix the error in
          Regex.<br>
          <br>
          --<br>
          /Jacob Carlborg<br>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
dmd-beta mailing list
<a class="moz-txt-link-abbreviated" href="mailto:dmd-beta@puremagic.com">dmd-beta@puremagic.com</a>
<a class="moz-txt-link-freetext" href="http://lists.puremagic.com/mailman/listinfo/dmd-beta">http://lists.puremagic.com/mailman/listinfo/dmd-beta</a></pre>
    </blockquote>
    <br>
  </body>
</html>