[Issue 17260] Pending semantic analysis request
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Fri Mar 17 01:39:28 PDT 2017
    
    
  
https://issues.dlang.org/show_bug.cgi?id=17260
Rainer Schuetze <r.sagitario at gmx.de> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |r.sagitario at gmx.de
--- Comment #4 from Rainer Schuetze <r.sagitario at gmx.de> ---
I don't think this is a regression from 0.44-b2, nothing has chnaged in the
semantic engine. Instead, it very much depends on where you trigger the
completion box and what imports are in that file.
You are hitting an endless loop when the semantic engine tries to evaluate
std.algorithm.setops.cartesianProduct for UFCS expansion. You might want to
disable UFCS expansions in the Intellisense options as it will also improve the
speed of the completion box.
--
    
    
More information about the Digitalmars-d-bugs
mailing list