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
Building on the ideas of #10201 - there might be a way we can do parallel type-checking for implementation files that have backing signature files. This requires a bit more research to see if this is possible, but in theory it should be.
The compiler would do a pass at type-checking all files minus the implementation files that have a corresponding signature file. After that pass completes, then we type-check those implementation files and continue.
The text was updated successfully, but these errors were encountered:
Building on the ideas of #10201 - there might be a way we can do parallel type-checking for implementation files that have backing signature files. This requires a bit more research to see if this is possible, but in theory it should be.
The compiler would do a pass at type-checking all files minus the implementation files that have a corresponding signature file. After that pass completes, then we type-check those implementation files and continue.
The text was updated successfully, but these errors were encountered: