Commmandline arguments and UTF8 error

Don nospam at nospam.com
Mon Feb 22 09:36:58 PST 2010


Nils Hensel wrote:
> Lars T. Kyllingstad schrieb:
>> I just realised that D2 also does what Daniel says Tango does.  I guess
>> this is because D2's runtime, druntime, is based on Tango's runtime.  So
>> most likely you don't need to use std.encoding after all.
> 
> Really? So all I'd need to do would be to switch to D2? I'd be fine with
> that if D2 were stable enough and derelict and dfl (and probably wxD)
> were available.
> 
> Thanks for the info, Lars!
> 
> Any opinions about D2? How much of a beta is it? Does one have to adjust
> code often because of language changes? What about debugging?

It began the freezing process last week. There are major changes to 
operator overloading which are implemented but not yet officially 
released, but no further major changes will occur to the language. Some 
smaller semantic issues will be changed in the next couple of months, 
but after that it'll just be bug fixes.
So you WILL need to change a fair amount of code in two months time, but 
after that, hardly at all.

Phobos will remain in a state of flux for some time, however.

If you're on Windows, the major D2 bug to be aware of is bugzilla bug 
3342. It may be a blocker.

> 
> I've been using D since before 1.0 but I never made the transition over
> to D2.
> 
> Regards,
> Nils


More information about the Digitalmars-d-learn mailing list