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
Analyze RBS files before RB files for better type inference
Process RBS files first so that type declarations are available
during RB type inference. This avoids redundant re-analysis that
occurs when RB files are processed before their corresponding RBS
declarations, reducing unnecessary run_all cycles.
0 commit comments