Re: Arch Linux D package update

2015-06-12 Thread Dicebot via Digitalmars-d-announce
On Thursday, 11 June 2015 at 20:13:51 UTC, Marco Leise wrote: Am Thu, 04 Jun 2015 14:46:38 + schrieb Dicebot pub...@dicebot.lv: - provides systemd service : `sudo systemctl enable dcd.service` to start automatically upon system startup Is it really a system-wide server? I can see

Re: Coedit 1 gold released

2015-06-12 Thread Basile Burg via Digitalmars-d-announce
On Friday, 12 June 2015 at 06:25:04 UTC, Jacob Carlborg wrote: On 2015-06-11 17:22, Basile Burg wrote: never mind if you don't succeed. By the way i think that it'll only work with the Carbon interface, so only a 32 bit application: May I ask why? Carbon is obsolete, for Cocoa there's this

Re: Coedit 1 gold released

2015-06-12 Thread Jacob Carlborg via Digitalmars-d-announce
On 2015-06-11 17:22, Basile Burg wrote: never mind if you don't succeed. By the way i think that it'll only work with the Carbon interface, so only a 32 bit application: May I ask why? Carbon is obsolete, for Cocoa there's this [1] [2]. [1] http://wiki.freepascal.org/Cocoa_Interface [2]

Call for reviewers : std.experimental.allocator

2015-06-12 Thread Dicebot via Digitalmars-d-announce
Formal review process for std.experimental.allocator has started, please check http://forum.dlang.org/post/vfipmwojmvseqxoiw...@forum.dlang.org

Re: Dgame 0.6 - Beta

2015-06-12 Thread Namespace via Digitalmars-d-announce
It looks like a really clean interface. Thank you. However I was unable to get either of the WIP games to compile through dub. The API has changed enough to make it difficult to get 5.3 or higher up and running. It's just nice to have a nice example. Btw, Great work! Yes, but as soon as

Re: Arch Linux D package update

2015-06-12 Thread Marco Leise via Digitalmars-d-announce
Am Fri, 12 Jun 2015 06:26:10 + schrieb Dicebot pub...@dicebot.lv: I will look into making it user-local service (https://wiki.archlinux.org/index.php/Systemd/User), that is simply I currently don't know much about and didn't want to delay update much longer. I switched back to system

Re: Dgame 0.6 - Beta

2015-06-12 Thread Taylor Hillegeist via Digitalmars-d-announce
On Tuesday, 9 June 2015 at 16:30:20 UTC, Namespace wrote: I'm glad to announce the Beta of Dgame 0.6.0: https://github.com/Dgame/Dgame/releases There are some major changes, like Masks for Surfaces, the AntiAlias and OpenGl Versions enum in GLContextSettings (previous GLSettings) and so on.

asynchronous 0.4.1 released

2015-06-12 Thread Dragos Carp via Digitalmars-d-announce
asynchronous library - the python3 asyncio D port - is released. Code: https://github.com/dcarp/asynchronous Documentation: http://dcarp.github.io/asynchronous/index.html Dub: http://code.dlang.org/packages/asynchronous Now it should be easy to translate any python asyncio based application.