What is __gate?

2009-08-07 Thread HOSOKAWA Kenchi
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,

Does immutable class memeber needed to be marked as 'static'?

2009-08-07 Thread HOSOKAWA Kenchi
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

Re: noob question

2009-08-07 Thread llltattoolll
thx sergey my example work correctly now :D

Re: how does range.put work

2009-08-07 Thread O.K.
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