* Error: cannot modify struct this HandleSet with immutable
members
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.
https://github.com/SiegeLord/Tango-D2/blob/d2port/tango/io/selector/SelectSelector.d#L783
* tango/text/Regex.d(1779): Error: variable
tango.text.Regex.TNFA!(dchar).TNFA.pca final cannot be applied
to variable, perhaps you meant const?
tango/text/Regex.d(2528): Error: template instance
tango.text.Regex.TNFA!(dchar) error instantiating
tango/text/Regex.d(3668): instantiated from here:
TDFA!(dchar)
tango/text/Regex.d(4412): instantiated from here:
RegExpT!(char)
tango/text/Regex.d(3668): Error: template instance
tango.text.Regex.TDFA!(dchar) error instantiating
tango/text/Regex.d(4412): instantiated from here:
RegExpT!(char)
tango/text/Regex.d(4399): Error: tdfa_t.Command is used as a
type
tango/text/Regex.d(4412): Error: template instance
tango.text.Regex.RegExpT!(char) error instantiatin
https://github.com/SiegeLord/Tango-D2/blob/d2port/tango/text/Regex.d#L1779
There are no final variables in that file as far as I can see.
The error message is pointing to an enum.
I stopped here because I don't know how to fix the error in
Regex.
--
/Jacob Carlborg