[Issue 19411] Visual D Intellisense chokes on static ifs

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Dec 6 07:38:03 UTC 2018


https://issues.dlang.org/show_bug.cgi?id=19411

Rainer Schuetze <r.sagitario at gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |r.sagitario at gmx.de

--- Comment #1 from Rainer Schuetze <r.sagitario at gmx.de> ---
I just tried to reproduce this with a series of more than 2000 "static
if(size_t.sizeof == 4) {}", but didn't see a problem. Also using "else static
if" worked alright.

Maybe this has been fixed with the latest release, but I suspect this might
have to do with some analysis taking too long, that isn't done when using
regular "if" only.

Could you please check again and try to reduce the code to a amaller size or
attach the full example? Thanks.

--


More information about the Digitalmars-d-bugs mailing list