dlang / visuald

Visual D - Visual Studio extension for the D programming language
http://rainers.github.io/visuald/visuald/StartPage.html
Boost Software License 1.0
288 stars 70 forks source link

Error: Incompatible types for array comparison: string and string #220

Closed dlangBugzillaToGithub closed 11 months ago

dlangBugzillaToGithub commented 2 years ago

msnmancini reported this on 2022-08-01T23:27:44Z

Transfered from https://issues.dlang.org/show_bug.cgi?id=23280

CC List

Description

string path;
if(path != "")
{
}

Triggers this error of visuald

dlangBugzillaToGithub commented 2 years ago

r.sagitario commented on 2022-08-06T11:53:01Z

I cannot reproduce here, but I had to guess the rest of your code (just wrapped it into a function). Can you provide a full example?

I suspect that there might some mix of compiler versions including the definition of string from different versions or installations. Do you have multiple projects loaded into the solution that use different configurations?

dlangBugzillaToGithub commented 2 years ago

msnmancini commented on 2022-08-07T01:33:59Z

Well, my solution has more than 15 projects, so I probably have one project pushing some info from LDC while other push from DMD