Re: DlangIDE

2015-02-17 Thread data man via Digitalmars-d-announce

On Tuesday, 17 February 2015 at 13:48:27 UTC, Vadim Lopatin wrote:

For using of autocompletion, you need to install DCD.
DlangIDE starts its own copy of daemon on port 9167.
dcd-client and dcd-server must be in the same directory as 
dlangide executable or in one of PATH dirs.


Now most wanted feature is debugging support (IMHO).


Thank you very much!

And why not use the libdparse library directly?
It will give much more possibilities.


Re: painlessjson released, looking for improvement advice

2015-02-01 Thread data man via Digitalmars-d-announce
On Sunday, 1 February 2015 at 06:08:35 UTC, Vladimir Panteleev 
wrote:

(Caveat: last one needs 5-ish compiler patches to work.)


Which, please specify?


Re: painlessjson released, looking for improvement advice

2015-02-01 Thread data man via Digitalmars-d-announce
On Sunday, 1 February 2015 at 10:07:42 UTC, Vladimir Panteleev 
wrote:

On Sunday, 1 February 2015 at 07:56:53 UTC, data man wrote:
On Sunday, 1 February 2015 at 06:08:35 UTC, Vladimir Panteleev 
wrote:

(Caveat: last one needs 5-ish compiler patches to work.)


Which, please specify?


It should tell you nicely when you try to compile without them:

https://github.com/CyberShadow/ae/blob/master/utils/meta/caps.d

(pull #3345 is 3 commits)


Alas, but...

void main()
{
pragma(msg, is(typeof({ struct S { int i; } S s; 
__traits(child, s, S.i) = 0; })));

}

output false


Re: painlessjson released, looking for improvement advice

2015-02-01 Thread data man via Digitalmars-d-announce
On Sunday, 1 February 2015 at 13:43:19 UTC, Vladimir Panteleev 
wrote:
By 5-ish compiler patches I meant patches that are not in the 
official compiler. I would be very, very surprised if it worked 
out of the box for you.


Yes, I understand.
You do not plan to modify their for current state of the D 
repository?


Re: 2015 H1 Vision

2015-01-31 Thread data man via Digitalmars-d-announce

Vision/2015H1 wrote:
We believe safety is an important aspect of language design, 
and we plan to continue building on the @safe/@trusted/@system 
troika.


I like the troika :-)


Re: DStep - Bindings Generator 0.0.1

2015-01-30 Thread data man via Digitalmars-d-announce

Thank you!
I'm working on an adaptation of 7-zip for Phobos, and I very hope 
that DStep help me with this!


P.S. Sorry for my runglish!

On Friday, 30 January 2015 at 07:48:40 UTC, Jacob Carlborg wrote:

On 2015-01-30 03:32, data man wrote:

Please, compile for Win32.


This issue has been libclang. Might be easier now that DMD 
supports Win32 COFF.


Re: DStep - Bindings Generator 0.0.1

2015-01-29 Thread data man via Digitalmars-d-announce

Please, compile for Win32.


Re: DlangUI project update

2015-01-21 Thread data man via Digitalmars-d-announce

And there is the ability to embed resources into .exe?