When I was migrating static to immutable, I found compiler messages:
": __gate is thread local"
This message might be put when immutable variables are initialized in 'static
this()'.
I'm worried about it, please let me know what is this and how to avoid them.
thanks,
I'm just migrating to shared, and I have some questions to switch static
variables to immutable.
I'm confused about how to treat 'static immutable' class members and function
local constants which is determined at compile time or 'static this'.
According to "Const and Immutable" article, it seem
thx sergey my example work correctly now :D
Good point ! Use the [S/F]o[u]rce !
Thx, Oliver
> O.K. wrote:
> > Hello,
> > could someone plz clearify what the exact semantics of "put"
> > are ?
> > Put works with an appender, but gives me a runtime exception
> > when using an array.
> >
> > Best regards,
> > Oliver
> The source code for the s