Convert CompilerAPI.compile
method to consume and produce iterators
#660
Labels
CompilerAPI.compile
method to consume and produce iterators
#660
Elevator pitch:
Change the methods to consume and produce iterators, so that files can be compiled in batches
Value:
It would then be possible to compile a set of files and issue warnings if they fail to compile, so that the rest of the project can be compiled without the failure stopping execution. It will also lend itself well later if an async compile process is chosen.
Dependencies:
Design approach:
Task list:
Estimated completion date:
Design review:
Do not signoff unless:
Design reviewers should consider simpler approaches to achieve goals.
(Please leave a comment to sign off)
The text was updated successfully, but these errors were encountered: