visuald
visuald copied to clipboard
Error: Incompatible types for array comparison: string and string
msnmancini reported this on 2022-08-01T23:27:44Z
Transfered from https://issues.dlang.org/show_bug.cgi?id=23280
CC List
- r.sagitario
Description
string path;
if(path != "")
{
}
Triggers this error of visuald
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?
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