www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.ide - VisualD 0.3.43 error "com server for dparser"

reply sdv <sdvcn 126.com> writes:
DParserCOMServer.exe

import std.socket;


void ss()
{
	auto yy = new TcpSocket();
	yy.b   //<---show expansion
}
Jan 07 2016
next sibling parent sdv <sdvcn 126.com> writes:
On Thursday, 7 January 2016 at 11:43:38 UTC, sdv wrote:
 DParserCOMServer.exe

 import std.socket;


 void ss()
 {
 	auto yy = new TcpSocket();
 	yy.b   //<---show expansion
 }
by "enable UFCS expansions"
Jan 07 2016
prev sibling parent Rainer Schuetze <r.sagitario gmx.de> writes:
On 07.01.2016 12:43, sdv wrote:
 DParserCOMServer.exe

 import std.socket;


 void ss()
 {
      auto yy = new TcpSocket();
      yy.b   //<---show expansion
 }
I cannot reproduce here (it might depend on the version of phobos), but there is a similar report in bugzilla: https://issues.dlang.org/show_bug.cgi?id=15458 The component that's crashing is using https://github.com/aBothe/D_Parser, so it might be a good idea to report it there, too. (Best if you can verify it crashes with Mono-D, too).
Jan 07 2016