www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Re: why a part of D community do not want go to D2 ?

reply Sam Hu <samhudotsamhu gmail.com> writes:
Andrei Alexandrescu Wrote:
 The above code is supposed to print each word one time,but after testing by
myself and my friends on different machine both under windows,it does not.It
prints some of the words several times,but some are ok.One of my friend
suggested to modify the code as below:

 Still it behaves different on different machine under windows.


I am ashamed to reply that this is due to a major dmd bug that is not yet fixed: http://d.puremagic.com/issues/show_bug.cgi?id=2954 Apologies. I will do what I can to have this fixed asap. Andrei

So many times I felt D is so great,so beautiful and decided to focus on it,so many times I encountered problems,some weird,like this sample;some are known issue but it seems never ever got attention,like Chinese font print to console,and some others ,which make me feel bad,and can not go on the learning. Hope apprent issues get fixed asap,a workable workspace is available very soon.
Nov 11 2010
parent Andrei Alexandrescu <SeeWebsiteForEmail erdani.org> writes:
On 11/11/10 5:17 PM, Sam Hu wrote:
 Andrei Alexandrescu Wrote:
 The above code is supposed to print each word one time,but after testing by
myself and my friends on different machine both under windows,it does not.It
prints some of the words several times,but some are ok.One of my friend
suggested to modify the code as below:

 Still it behaves different on different machine under windows.


I am ashamed to reply that this is due to a major dmd bug that is not yet fixed: http://d.puremagic.com/issues/show_bug.cgi?id=2954 Apologies. I will do what I can to have this fixed asap. Andrei

So many times I felt D is so great,so beautiful and decided to focus on it,so many times I encountered problems,some weird,like this sample;some are known issue but it seems never ever got attention,like Chinese font print to console,and some others ,which make me feel bad,and can not go on the learning. Hope apprent issues get fixed asap,a workable workspace is available very soon.

Walter fixed this bug today: http://www.dsource.org/projects/dmd/changeset/749 If it's not urgent, you may want to wait for the next release. Andrei
Nov 11 2010