Re: Daemonize v0.1 - simple way to create cross-platform daemons

2014-09-27 Thread NCrashed via Digitalmars-d-announce
On Saturday, 27 September 2014 at 03:49:31 UTC, Andrei 
Alexandrescu wrote:

On 8/31/14, 4:27 AM, NCrashed wrote:
Finally I've finished library for wrapping applications into 
daemons or
services (Windows). The library hides platform-specific 
boilerplate

behind compile-time API:

[snip]

I completely missed this. Has it been reddited? -- Andrei


It is a first public release, the code was roaming from one 
application to another until I found the strength to clean up, 
redesign an API and publish as a separate library.


Re: Mono-D v2.4.9 - Parser fixes

2014-09-27 Thread Piotrek via Digitalmars-d-announce
On Friday, 26 September 2014 at 07:12:23 UTC, Alexander Bothe 
wrote:

On Thursday, 25 September 2014 at 22:02:14 UTC, Piotrek wrote:

I was shocked how smoothly Mono-D works compared to DDT.


Well maybe, but there's a lot of performance improvement 
required -- just open std.traits and see what lags there are 
due to its attempts to highlight usages of the currently 
selected symbol identifier :/


On linux it wasn't one click install though. I had to compile 
Monodevelop myself to get the plugin working. And to be fair I 
didn't check DDT for some time now.


Instructions and a precompiled distro-independent bundle are 
given this time, though!



In short, Mono-D FTW!

Alexander, thanks for your great contribution.

Piotrek



Thanks - and don't forget to file issue reports on github 
instead of raging silently, please! :-D


No problem. Additionally, I will try to invest some more time in 
testing Mono-D.
However, I don't speak C# (only reading ability), so don't count 
on me in terms of coding support ;)


Piotrek


Re: Daemonize v0.1 - simple way to create cross-platform daemons

2014-09-27 Thread Andrei Alexandrescu via Digitalmars-d-announce

On 9/27/14, 2:23 AM, NCrashed wrote:

On Saturday, 27 September 2014 at 03:49:31 UTC, Andrei Alexandrescu wrote:

On 8/31/14, 4:27 AM, NCrashed wrote:

Finally I've finished library for wrapping applications into daemons or
services (Windows). The library hides platform-specific boilerplate
behind compile-time API:

[snip]

I completely missed this. Has it been reddited? -- Andrei


It is a first public release, the code was roaming from one application
to another until I found the strength to clean up, redesign an API and
publish as a separate library.


I'll leave it up to you when/if to post about it. -- Andrei