Re: Temple: Compile time, embedded D templates

2014-01-03 Thread Dylan Knutson
On Thursday, 2 January 2014 at 10:59:27 UTC, Jacob Carlborg wrote: Nice. Do you have any concept of safe vs unsafe strings? That's a really good idea... [the day passes by] Support implemented in v0.5.0: https://github.com/dymk/temple#filter-policies FilterPolicies allow the developer to

Re: Temple: Compile time, embedded D templates

2014-01-03 Thread Jacob Carlborg
On 2014-01-03 09:39, Dylan Knutson wrote: That's a really good idea... [the day passes by] Support implemented in v0.5.0: https://github.com/dymk/temple#filter-policies FilterPolicies allow the developer to insert hooks for when an expression is appended to the buffer. This can be overloaded

DVM - D Version Manager 0.4.2

2014-01-03 Thread Jacob Carlborg
I just released a new version of DVM, 0.4.2. The biggest news for this release is that the source code has been ported to D2 and I'm bringing back support for 64bit platforms. Except from this it's mostly a minor release. For pre-compiled binaries and changelog (or below) see:

Re: LDC talk @ FOSDEM'2014

2014-01-03 Thread Kai Nacke
Hi Joakim! On Tuesday, 24 December 2013 at 10:15:55 UTC, Joakim wrote: On Wednesday, 18 December 2013 at 12:19:05 UTC, Kai Nacke wrote: Good news, will there be a video posted online of the event? I'm not near Brussels, so video would be good for the rest of us. I hope this talk will make

Re: D is back on TIOBE top 20

2014-01-03 Thread Joakim
On Thursday, 2 January 2014 at 11:10:07 UTC, Dejan Lekic wrote: On Thursday, 2 January 2014 at 10:33:53 UTC, Namespace wrote: On Thursday, 2 January 2014 at 10:30:34 UTC, Dejan Lekic wrote: I know this does not say much, especially considering that TransactSQL is declared language of the year

Re: D is back on TIOBE top 20

2014-01-03 Thread Iain Buclaw
On 2 January 2014 11:10, Dejan Lekic dejan.le...@gmail.com wrote: On Thursday, 2 January 2014 at 10:33:53 UTC, Namespace wrote: On Thursday, 2 January 2014 at 10:30:34 UTC, Dejan Lekic wrote: I know this does not say much, especially considering that TransactSQL is declared language of the

Re: Fedora RPMs

2014-01-03 Thread Russel Winder
On Fri, 2014-01-03 at 15:32 +, Dejan Lekic wrote: […] Russel, I am aware of that, but RPM Fusion is an unofficial (although admittedly often used) repository. If RPMFusion is our only choice I would rather use RPM directly from www.dlang.org . Can't we do both? For myself, I am not

Re: D is back on TIOBE top 20

2014-01-03 Thread Russel Winder
On Fri, 2014-01-03 at 16:14 +, Iain Buclaw wrote: […] If anyone really *did* use TIOBE as a measure for language success, you may find me doing this to them. http://www.youtube.com/watch?v=xCwLirQS2-o Makes me feel this is a Python list ;-) -- Russel.

Re: Temple: Compile time, embedded D templates

2014-01-03 Thread Nicolas Sicard
On Thursday, 2 January 2014 at 08:36:24 UTC, Dylan Knutson wrote: The reason for this is that std.variant.Variant isn't CTFEable, because it uses memcpy in opAssign. I'd consider that a Phobos bug; perhaps there is a way to make std.variant CTFE compatible? That'd allow for a much wider (and

Re: Fedora RPMs

2014-01-03 Thread Joakim
On Monday, 9 December 2013 at 14:54:29 UTC, Dejan Lekic wrote: On Thursday, 5 December 2013 at 11:46:37 UTC, Martin Nowak wrote: On 11/19/2013 02:11 AM, Dejan Lekic wrote: Hello everybody. I have just committed few changes to https://www.gitorious.org/dejan- fedora that allow you to build

Re: D is back on TIOBE top 20

2014-01-03 Thread John J
On 01/02/2014 05:30 AM, Dejan Lekic wrote: I know this does not say much, especially considering that TransactSQL is declared language of the year on TIOBE. :) Anyway, good to see that D is gaining popularity. http://www.tiobe.com/index.php/content/paperinfo/tpci/index.html The (Visual)

Re: D is back on TIOBE top 20

2014-01-03 Thread Paulo Pinto
On 03.01.2014 17:14, Iain Buclaw wrote: On 2 January 2014 11:10, Dejan Lekic dejan.le...@gmail.com wrote: On Thursday, 2 January 2014 at 10:33:53 UTC, Namespace wrote: On Thursday, 2 January 2014 at 10:30:34 UTC, Dejan Lekic wrote: I know this does not say much, especially considering that

Re: Temple: Compile time, embedded D templates

2014-01-03 Thread Dylan Knutson
On Friday, 3 January 2014 at 17:50:22 UTC, Nicolas Sicard wrote: I wish Variant worked at compile time myself. Did you file a bug/enhancement request? (I couldn't find one in bugzilla). https://d.puremagic.com/issues/show_bug.cgi?id=11864 Doing some more tests, it seems like just about any