You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Indexer.index() method returns ClassInfo representing the just-indexed class. This precludes doing two-phase class processing, which is required to correctly resolve some recursive types. As a first step, Indexer.index() should be changed to return void -- indexed classes should only be accessible from a complete index.
The text was updated successfully, but these errors were encountered:
The
Indexer.index()
method returnsClassInfo
representing the just-indexed class. This precludes doing two-phase class processing, which is required to correctly resolve some recursive types. As a first step,Indexer.index()
should be changed to returnvoid
-- indexed classes should only be accessible from a complete index.The text was updated successfully, but these errors were encountered: