Re: DSFML

2013-12-18 Thread Kagamin
https://github.com/Jebbs/DSFML/blob/master/src/dsfml/graphics/text.d#L241 Destructors are called by GC during the collection cycle, and writeln may want to allocate, which is not allowed during collection, it may be safer to use printf.

DSFML

2013-12-18 Thread Jeremy DeHaan
I have worked on this for a while, but I think things are finally to the point where I am feeling good about announcing this! Introducing(kind of) DSFML, a D binding of the Simple and Fast Multimedia Library. github link: https://github.com/Jebbs/DSFML Info on SFML: http://www.sfml-dev.org/in

Re: DSFML

2013-12-18 Thread Jeremy DeHaan
On a side note, deadalnix and previously worked on a D binding for SFML of the same name, but it had been 2 years since his last github commit so I thought to work on my own. I hope he doesn't mind!

Re: LDC talk @ FOSDEM'2014

2013-12-18 Thread Paulo Pinto
Am 18.12.2013 13:19, schrieb Kai Nacke: Hi, my proposal for a LDC talk in the LLVM dev room @ FOSDEM has been accepted. It takes place in Brussels, February 2, 2014. As possibly the largest European Open Source Conference, FOSDEM takes place in Brussels and attracts with more than 400 lectures

Re: LDC talk @ FOSDEM'2014

2013-12-18 Thread Walter Bright
On 12/18/2013 4:19 AM, Kai Nacke wrote: Hi, my proposal for a LDC talk in the LLVM dev room @ FOSDEM has been accepted. It takes place in Brussels, February 2, 2014. As possibly the largest European Open Source Conference, FOSDEM takes place in Brussels and attracts with more than 400 lectures

Re: LDC talk @ FOSDEM'2014

2013-12-18 Thread John J
On 12/18/2013 07:19 AM, Kai Nacke wrote: Hi, my proposal for a LDC talk in the LLVM dev room @ FOSDEM has been accepted. It takes place in Brussels, February 2, 2014. As possibly the largest European Open Source Conference, FOSDEM takes place in Brussels and attracts with more than 400 lectures

Re: LDC talk @ FOSDEM'2014

2013-12-18 Thread Andrei Alexandrescu
On 12/18/13 4:19 AM, Kai Nacke wrote: Hi, my proposal for a LDC talk in the LLVM dev room @ FOSDEM has been accepted. It takes place in Brussels, February 2, 2014. As possibly the largest European Open Source Conference, FOSDEM takes place in Brussels and attracts with more than 400 lectures ev

Re: Travis-CI Skeleton Project for DMD 2.064.2 and LDC 0.12.1

2013-12-18 Thread Jacob Carlborg
On 2013-12-16 00:31, Dylan Knutson wrote: Hello, I was hoping for Travis-CI to provide a set of D compilers for building projects written in D, but alas, they do not. So, here's a small skeleton project that I'm using for testing my D projects with DMD 2.064.2 and LDC 0.12.1. It should be stra

Re: Travis-CI Skeleton Project for DMD 2.064.2 and LDC 0.12.1

2013-12-18 Thread Leandro Lucarella
Dylan Knutson, el 16 de December a las 23:03 me escribiste: > On Monday, 16 December 2013 at 12:09:13 UTC, Leandro Lucarella > wrote: > >Yeah, and this approach of compiling the compilers, even when it > >might > >be useful, seems overkill and a bit abusive for Travis. I would > >contact > >those g

LDC talk @ FOSDEM'2014

2013-12-18 Thread Kai Nacke
Hi, my proposal for a LDC talk in the LLVM dev room @ FOSDEM has been accepted. It takes place in Brussels, February 2, 2014. As possibly the largest European Open Source Conference, FOSDEM takes place in Brussels and attracts with more than 400 lectures every year over 5000 hackers - many c

Re: Build Master: Progress toward 2.065

2013-12-18 Thread Kenji Hara
On Wednesday, 11 December 2013 at 03:12:40 UTC, Andrew Edwards wrote: On 12/10/13, 10:18 AM, Dicebot wrote: On Tuesday, 10 December 2013 at 15:09:13 UTC, Leandro Lucarella wrote: I don't understand. Rebasing the release branch on top of master shouldn't be an option, as it means you are taking

Re: [OT?] LLVM Conference 2013 Videos Up

2013-12-18 Thread Paulo Pinto
On Wednesday, 18 December 2013 at 10:46:16 UTC, bearophile wrote: qznc: Not related to core D, but we have an LLVM backend and it is generally interesting for compiler devs. http://llvm.org/devmtg/2013-11/ In the LLVM conferences the Slides/Videos are often interesting. This year an intere

Re: [OT?] LLVM Conference 2013 Videos Up

2013-12-18 Thread Kai Nacke
On Wednesday, 18 December 2013 at 09:59:54 UTC, qznc wrote: Not related to core D, but we have an LLVM backend and it is generally interesting for compiler devs. http://llvm.org/devmtg/2013-11/ If Julia gets a talk there, maybe someone could present LDC in 2014? Hi qznc, I am aware of this

Re: [OT?] LLVM Conference 2013 Videos Up

2013-12-18 Thread bearophile
qznc: Not related to core D, but we have an LLVM backend and it is generally interesting for compiler devs. http://llvm.org/devmtg/2013-11/ In the LLVM conferences the Slides/Videos are often interesting. This year an interesting talk for the D language is the "Annotations for Safe Paralle

[OT?] LLVM Conference 2013 Videos Up

2013-12-18 Thread qznc
Not related to core D, but we have an LLVM backend and it is generally interesting for compiler devs. http://llvm.org/devmtg/2013-11/ If Julia gets a talk there, maybe someone could present LDC in 2014?