Re: Mono-D v0.5.1.4 - Bugs 'n' Improvements

2013-03-15 Thread alex
On Friday, 15 March 2013 at 00:50:57 UTC, Nick Sabalausky wrote: On Thu, 14 Mar 2013 23:42:04 +0100 alex i...@alexanderbothe.com wrote: On Thursday, 14 March 2013 at 22:33:38 UTC, Nick Sabalausky wrote: On Thu, 14 Mar 2013 22:46:43 +0100 alex i...@alexanderbothe.com wrote: Nope. You can

Re: Unmanaged - a D framework on github

2013-03-15 Thread David
Am 14.03.2013 03:03, schrieb Ellery Newcomer: On 03/13/2013 11:30 AM, D-ratiseur wrote: uppon everything to bypass the garbage collector. In that case, I call foul. FAddr.length = FAddr.length + 1; types.d#L281 Wait, what? You're using classes everywhere and.. ohhh. you're

Re: Unmanaged - a D framework on github

2013-03-15 Thread Jakob Ovrum
On Friday, 15 March 2013 at 10:23:05 UTC, David wrote: Afaik it is deprecated which really sucks imo. I don't know why the new operator is so important to some people. If templates had been in C++ before classes, this operator would probably never have existed. object.destroy()(UFCS) and

Re: Unmanaged - a D framework on github

2013-03-15 Thread Nick Sabalausky
On Fri, 15 Mar 2013 13:11:13 +0100 Jakob Ovrum jakobov...@gmail.com wrote: On Friday, 15 March 2013 at 10:23:05 UTC, David wrote: Afaik it is deprecated which really sucks imo. I don't know why the new operator is so important to some people. If templates had been in C++ before classes,

Re: Mono-D v0.5.1.4 - Bugs 'n' Improvements

2013-03-15 Thread Nick Sabalausky
On Fri, 15 Mar 2013 08:38:45 +0100 alex i...@alexanderbothe.com wrote: On Friday, 15 March 2013 at 00:50:57 UTC, Nick Sabalausky wrote: On Thu, 14 Mar 2013 23:42:04 +0100 alex i...@alexanderbothe.com wrote: On Thursday, 14 March 2013 at 22:33:38 UTC, Nick Sabalausky wrote: On Thu,

Re: Mono-D v0.5.1.4 - Bugs 'n' Improvements

2013-03-15 Thread alex
On Friday, 15 March 2013 at 14:33:06 UTC, Nick Sabalausky wrote: Even ignoring the disregard my system settings overdose of white, the UI is still just generally very difficult to read due to what appears to be a (more or less) buggy theme. Note in particular: 1. Invisible menu items. 2.

Re: DUB 0.9.11 released

2013-03-15 Thread Kagamin
On Monday, 11 March 2013 at 06:58:35 UTC, Sönke Ludwig wrote: Somtimes I really wonder what's up with DMDs error messages. This code has been there since ages and never triggered an error here, even on DMD 2.062 (and it rightfully should have triggered one). Anyway, It's fixed now on master.

Re: DUB 0.9.11 released

2013-03-15 Thread Sönke Ludwig
Am 15.03.2013 17:37, schrieb Kagamin: On Monday, 11 March 2013 at 06:58:35 UTC, Sönke Ludwig wrote: Somtimes I really wonder what's up with DMDs error messages. This code has been there since ages and never triggered an error here, even on DMD 2.062 (and it rightfully should have triggered

llvm-d

2013-03-15 Thread Moritz Maxeiner
Hi, I would like to announce llvm-d, which provides LLVM bindings for D. It loads LLVM from a dynamic library (so/dylib/dll) and has support for LLVM versions 3.1, 3.2 and 3.3 (current svn trunk). It has as of now been tested on 64bit versions of Archlinux, OS X Mountain Lion and Windows 7.

Three optimization tips for C++

2013-03-15 Thread Andrei Alexandrescu
Destroy (but upvote): http://www.reddit.com/r/programming/comments/1adf94/three_optimization_tips_for_c/ Andrei

Re: Mono-D v0.5.1.4 - Bugs 'n' Improvements

2013-03-15 Thread notna
This website is a mess. The home still shows v3, following the download, you'll reach v4.0 (windows)... which is so ugly and buggy. The latest for windows, which I found in their forum, is: http://download.xamarin.com/studio/Windows/XamarinStudio-4.0.1.msi On 14.03.2013 22:43, alex wrote: On

Re: llvm-d

2013-03-15 Thread Jens Mueller
Moritz Maxeiner wrote: Hi, I would like to announce llvm-d, which provides LLVM bindings for D. It loads LLVM from a dynamic library (so/dylib/dll) and has support for LLVM versions 3.1, 3.2 and 3.3 (current svn trunk). It has as of now been tested on 64bit versions of Archlinux, OS X

Re: llvm-d

2013-03-15 Thread Moritz Maxeiner
On Friday, 15 March 2013 at 21:18:09 UTC, Jens Mueller wrote: Nice. Can you make it compatible with Deimos https://github.com/D-Programming-Deimos/? Jens If by compatible you mean can be used with: I don't see anything that would prevent you from using llvm-d together with deimos bindings