mail/news gateway, bugzilla, and auto-tester outage

2013-03-13 Thread Brad Roberts
The host running the above services is temporarily off the air. Hopefully it'll be back in a couple hours. Worse case, tomorrow some time (if I have to create a new host and restore from backups). Sorry, Brad

Re: SDLang-D v0.8.2 - SDL lib for D (like JSON/XML, but nicer)

2013-03-13 Thread Nick Sabalausky
On Wed, 13 Mar 2013 06:35:45 +0100 Kagamin s...@here.lot wrote: As I understand, SDL doesn't support allman style of curly braces? Correct. This is because tags in SDL are newline-terminated. (It would be possible to allow it as a special-case, but I want to stay compatible SDL's official

Re: Unmanaged - a D framework on github

2013-03-13 Thread alex
On Wednesday, 13 March 2013 at 16:20:08 UTC, D-ratiseur wrote: Hello, I'd like to introduce the Unmanaged framework. It's a OOP library, strongly inspired by the Delphi/Pascal RTL. Its main concept is to bypass the GC. From this statement, the library feaures: - main unmanaged object and

Re: Unmanaged - a D framework on github

2013-03-13 Thread Martin
On Wednesday, 13 March 2013 at 16:20:08 UTC, D-ratiseur wrote: Hello, I'd like to introduce the Unmanaged framework. It's a OOP library, strongly inspired by the Delphi/Pascal RTL. Its main concept is to bypass the GC. From this statement, the library feaures: - main unmanaged object and

Re: mail/news gateway, bugzilla, and auto-tester outage

2013-03-13 Thread Brad Roberts
On 3/13/2013 2:10 AM, Brad Roberts wrote: The host running the above services is temporarily off the air. Hopefully it'll be back in a couple hours. Worse case, tomorrow some time (if I have to create a new host and restore from backups). Sorry, Brad Services were restored at around

Re: Unmanaged - a D framework on github

2013-03-13 Thread deadalnix
On Wednesday, 13 March 2013 at 16:20:08 UTC, D-ratiseur wrote: Hello, I'd like to introduce the Unmanaged framework. It's a OOP library, strongly inspired by the Delphi/Pascal RTL. Its main concept is to bypass the GC. From this statement, the library feaures: - main unmanaged object and

Re: Unmanaged - a D framework on github

2013-03-13 Thread D-ratiseur
On Wednesday, 13 March 2013 at 18:01:20 UTC, deadalnix wrote: On Wednesday, 13 March 2013 at 16:20:08 UTC, D-ratiseur wrote: Hello, I'd like to introduce the Unmanaged framework. It's a OOP library, strongly inspired by the Delphi/Pascal RTL. Its main concept is to bypass the GC. From this

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

2013-03-13 Thread alex
Hi everyone, I've recently finished a couple of bug fixes and smaller improvements which should make Mono-D an even better IDE. And please, if you experience (and I'm sure you will) bugs or smaller (not only, but preferably completion) annoyances, do spam the issue board or the blog with bug

Re: Unmanaged - a D framework on github

2013-03-13 Thread 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 overriding new. Nifty. Don't know if that's been