std.concurrency & immutable classes...

Michel Fortin michel.fortin at michelf.com
Mon Feb 7 16:29:21 PST 2011


On 2011-02-07 17:11:08 -0500, Tomek Sowiński <just at ask.me> said:

> Michel Fortin napisał:
> 
>> I just made this pull request today:
>> <https://github.com/D-Programming-Language/dmd/pull/>
>> 
>> If you want to test it, you're very welcome. Here is my development
>> branch for this feature:
>> <https://github.com/michelf/dmd/tree/const-object-ref>
> 
> Thanks for doing this. Is it approved by Walter?

Depends on what you mean by "approved".

He commented once on the newsgroup after I posted an earlier version of 
the patch, saying I should add tests for type deduction and some other 
stuff. This change his something he attempted to do in the past and 
failed, I expect him to be skeptical. I guess he'll review it when he 
has the time and I hope he'll merge these changes in the mainline. 
He'll probably want to take his time however, since it can break 
existing code in some cases; it's basically a change to the language.

If you want to show your support, I guess you can vote up the 
enhancement request in the bugzilla.
<http://d.puremagic.com/issues/show_bug.cgi?id=5325>

Also feel free to compile it, test it, and share your experience. The 
more tested it is, the more used and appreciated it is, the more 
exposure it gets, the sooner it gets approved, or so I guess.

-- 
Michel Fortin
michel.fortin at michelf.com
http://michelf.com/



More information about the Digitalmars-d-learn mailing list