-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Currently, rf asks for the export data of all packages, but then ignores it for most (possibly all?) packages. Creating the export data requires compiling everything, so this is a huge amount of wasted work. Fix this by doing two passes, where the first loads the whole package graph and figures out what export data we need, and the second gets just the export data we need.
- Loading branch information
Showing
1 changed file
with
53 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters