<div dir="ltr">This may or may not be practically useful to anyone, but I&#39;ve collected a summary of the currently outstanding compiler crashers, somewhat categorized:<div><br></div><div><a href="https://gist.github.com/jtbandes/95ebf031d0ae4890d4dc3dc79e2bb4fa">https://gist.github.com/jtbandes/95ebf031d0ae4890d4dc3dc79e2bb4fa</a></div><div><br></div><div><br></div><div>Slava has additionally offered, on Twitter,</div><div><br></div><div>&gt; 28482 root cause is a name lookup bug. It should not be finding &#39;d&#39; in the first place.</div><div><br></div><div>&gt; All the circular inheritance and inheritance clause ones can be fixed by plumbing thru ITC more.</div><div><br></div><div>&gt; The OpenExistentialExpr ones are all due to missing Proto.instanceMethod thunk generation.</div><div><br></div><div>&gt; The two with &quot;lazy&quot; need to be fixed by changing how we emit the lazy var getter so we don&#39;t type check it twice.</div><div><br></div></div>