Re: Interview at Lang.NEXT

2014-07-01 Thread Sebastiaan Koppe via Digitalmars-d-announce
On Thursday, 5 June 2014 at 09:43:13 UTC, Jonathan M Davis via Digitalmars-d-announce wrote: Though I confess what horrifies me the most about dynamic languages is code like this if(cond) var = hello world; else var = 42; The fact that an if statement could change the type of a

bgfx bindings

2014-07-01 Thread ponce via Digitalmars-d-announce
Hi, I'd like to announce DerelictBgfx, a dynamic bindings to the bgfx library. https://github.com/derelictorg/derelictbgfx bgfx is a library which abstract the accelerated graphics API through a common denominator. DX9, DX11, Desktop OpenGL and OpenGL ES can be used from the same

Re: core.checkedint added to druntime

2014-07-01 Thread David Nadlinger via Digitalmars-d-announce
On Tuesday, 1 July 2014 at 22:07:01 UTC, Paul D Anderson wrote: Will this be in the 2.066 Beta? It's currently in Git master, so yes – but we definitely need to fix https://issues.dlang.org/show_bug.cgi?id=12958 before the release (mul is horribily broken). David

Re: core.checkedint added to druntime

2014-07-01 Thread Paul D Anderson via Digitalmars-d-announce
Will this be in the 2.066 Beta? On Wednesday, 18 June 2014 at 01:26:16 UTC, Walter Bright wrote: https://github.com/D-Programming-Language/druntime/pull/839 While being a very modest piece of code in and of itself, I believe this offers a significant opportunity that both D compilers and

bugzilla and auto-tester temporarily down

2014-07-01 Thread Brad Roberts via Digitalmars-d-announce
The host that runs these two services is down. I'm working on getting them back up. There's a reasonable chance I'll end up having to restore both db's from last night's backups, meaning a loss of the last 18 hours of bugzilla changes other than the messages sent to the bugs

Re: bugzilla and auto-tester temporarily down

2014-07-01 Thread Brad Roberts via Digitalmars-d-announce
Both are back up and running, with about 17 hours of data loss (just after midnight pacific time is when the backup ran). I forced the auto-tester to invalidate all 'current' results and start testing everything. For bugzilla, there's 9 messages during that time span, some are due to dupes,

Re: bugzilla and auto-tester temporarily down

2014-07-01 Thread Walter Bright via Digitalmars-d-announce
On 7/1/2014 5:18 PM, Brad Roberts via Digitalmars-d-announce wrote: Both are back up and running Thanks, Brad, for taking care of this! Your help with bugzilla has been and is invaluable and most appreciated.