Re: DMD 1.036 and 2.020 releases

2008-10-21 Thread KennyTM~
Extrawurst wrote: Lars Ivar Igesund wrote: Extrawurst wrote: Walter Bright wrote: http://www.digitalmars.com/d/1.0/changelog.html http://ftp.digitalmars.com/dmd.1.036.zip The 2.0 version splits phobos into druntime and phobos libraries (thanks to Sean Kelly). This will enable both Tango

Re: Adding Unicode operators to D

2008-10-24 Thread KennyTM~
Bruno Medeiros wrote: Simen Kjaeraas wrote: As an example, while I'd enjoy seeing code like this, I'm not sure I'd enjoy writing it (Note that I am prone to exaggerations): int a = ∅; //empty set, same as = void int[] b = [1,2,3,4,5,6]; a = readInt(); Hum, interesting example, it

Re: Adding Unicode operators to D

2008-10-26 Thread KennyTM~
Bruno Medeiros wrote: Andrei Alexandrescu wrote: Spacen Jasset wrote: Bill Baxter wrote: On Thu, Oct 23, 2008 at 7:27 AM, Andrei Alexandrescu [EMAIL PROTECTED] wrote: Please vote up before the haters take it down, and discuss:

Re: Adding Unicode operators to D

2008-10-26 Thread KennyTM~
Andrei Alexandrescu wrote: Bruno Medeiros wrote: Andrei Alexandrescu wrote: Spacen Jasset wrote: Bill Baxter wrote: On Thu, Oct 23, 2008 at 7:27 AM, Andrei Alexandrescu [EMAIL PROTECTED] wrote: Please vote up before the haters take it down, and discuss:

Re: dmd 1.046 and 2.031 releases

2009-07-07 Thread KennyTM~
Ary Borenszweig wrote: Jesse Phillips escribió: On Mon, 06 Jul 2009 14:38:53 -0500, Andrei Alexandrescu wrote: Denis Koroskin wrote: Reuse goto? So any case-labeled code should end either with a control flow statement that transfers control elswhere? That sounds like a great idea.

Re: dmd 1.056 and 2.040 release

2010-01-30 Thread KennyTM~
On Jan 30, 10 15:13, Walter Bright wrote: http://www.digitalmars.com/d/1.0/changelog.html http://ftp.digitalmars.com/dmd.1.056.zip http://www.digitalmars.com/d/2.0/changelog.html http://ftp.digitalmars.com/dmd.2.040.zip Thanks to the many people who contributed to this update! Is the

Re: Phobos unit testing uncovers a CPU bug

2010-11-27 Thread KennyTM~
On Nov 27, 10 05:25, Simen kjaeraas wrote: Don nos...@nospam.com wrote: The difference was discovered through the unit tests for the mathematical Special Functions which will be included in the next compiler release. Discovery of the discrepancy happened only because of several features of D:

Re: DMD/Objective-C Alpha 1

2011-06-02 Thread KennyTM~
On Jun 2, 11 18:17, Michel Fortin wrote: On 2011-06-02 05:30:10 -0400, bearophile bearophileh...@lycos.com said: From the page: The ultimate goal is to merge the capabilities back into mainline DMD, Do you want to add a syntax like this to D/DMD? void insertItem(ObjcObject object,

Re: dfilt - c++filt like tool to demangle D names

2011-07-07 Thread KennyTM~
On Jul 8, 11 00:04, David Nadlinger wrote: Oh, I noticed your post too late, this would be my own quick hack: https://gist.github.com/1069843 David On 7/7/11 4:50 PM, Trass3r wrote: Since I couldn't find a tool like c++filt for D I quickly hacked one together. Very useful especially for