| Thread overview | |||||
|---|---|---|---|---|---|
|
January 07, 2016 VisualD 0.3.43 error "com server for dparser" | ||||
|---|---|---|---|---|
| ||||
DParserCOMServer.exe
import std.socket;
void ss()
{
auto yy = new TcpSocket();
yy.b //<---show expansion
}
| ||||
January 07, 2016 Re: VisualD 0.3.43 error "com server for dparser" | ||||
|---|---|---|---|---|
| ||||
Posted in reply to sdv | 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"
| |||
January 07, 2016 Re: VisualD 0.3.43 error "com server for dparser" | ||||
|---|---|---|---|---|
| ||||
Posted in reply to sdv | 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). | |||
Copyright © 1999-2021 by the D Language Foundation
Permalink
Reply