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

feat: implement the core build engine #984

Merged
merged 1 commit into from
Feb 26, 2024
Merged

Conversation

alecthomas
Copy link
Collaborator

@alecthomas alecthomas commented Feb 26, 2024

This brings all of the existing buildengine utilities together into a single system that unifies schema changes from the FTL controller with local modules, supporting both online and completely offline builds.

Builds are run in parallel, with dependencies preferencing schemas from other local modules first, then falling back on schemas from the FTL controller.

Dynamic module watching will be implemented in a followup.

Fixes #961
Fixes #985

@@ -132,3 +132,5 @@ issues:
- 'should have comment \(or a comment on this block\) or be unexported'
- caseOrder
- unused-parameter
- "^loopclosure:"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We're on Go 1.22 now, which eliminates this issue.

@alecthomas alecthomas force-pushed the aat/implement-build-engine branch 3 times, most recently from 89f7fbf to 2761a5a Compare February 26, 2024 05:06
This brings all of the existing buildengine utilities together into a
single system that unifies schema changes from the FTL controller with
local modules, supporting both online and completely offline builds.

Builds are run in parallel, with dependencies preferencing schemas from
other local modules first, then falling back on schemas from the FTL
controller.
@alecthomas alecthomas force-pushed the aat/implement-build-engine branch from 2761a5a to 66ee3cf Compare February 26, 2024 05:09
@alecthomas alecthomas merged commit 8f2b868 into main Feb 26, 2024
11 checks passed
@alecthomas alecthomas deleted the aat/implement-build-engine branch February 26, 2024 05:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant