Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert CompilerAPI.compile method to consume and produce iterators #660

Closed
1 task
fubuloubu opened this issue Apr 15, 2022 · 0 comments · Fixed by #1960 or #2098
Closed
1 task

Convert CompilerAPI.compile method to consume and produce iterators #660

fubuloubu opened this issue Apr 15, 2022 · 0 comments · Fixed by #1960 or #2098
Assignees
Labels

Comments

@fubuloubu
Copy link
Member

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:

  • Tasks go here

Estimated completion date:

Design review:

Do not signoff unless:

    1. agreed the tasks and design approach will achieve acceptance, and
    1. the work can be completed by one person within the SLA.
      Design reviewers should consider simpler approaches to achieve goals.

(Please leave a comment to sign off)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants