Re: Using the llvm D-bindings [solved]
On Wed, 06 Oct 2010 16:57:09 +0200, Manuel König wrote: > LLVM_LIBS=`llvm-config --libs | sed 's/-l/-L-l'` typo detected, you need: sed 's/-l/-L-l/g' :)
Re: A confusing expression?
On Sun, 01 Aug 2010 19:22:42 -0400, bearophile wrote: > Turning 'x / y * z' into a D syntax error (as done in bug > http://d.puremagic.com/issues/show_bug.cgi?id=4077 ) looks excessive to > me. A warning seems enough, but Walter is not a lover of warnings (and > sometimes I agree, I'd like to tur