-
Notifications
You must be signed in to change notification settings - Fork 92
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
refactor: parallel generate #1937
Conversation
|
|
d4d188d
to
b67ed7d
Compare
Signed-off-by: i4k <t.nateldemoura@gmail.com>
b67ed7d
to
334b278
Compare
Preview of ubuntu-focal/go1.21 tests in 63c22da🔍 View Details on Terramate Cloud .
cmd/terramate/cli
config
generate
modvendor/download
stdlib
test/sandbox
|
Preview of macos-ventura/go1.21 tests in 63c22da🔍 View Details on Terramate Cloud .
cmd/terramate/cli
config
generate
modvendor/download
stdlib
test/sandbox
|
Signed-off-by: i4k <t.nateldemoura@gmail.com>
Signed-off-by: i4k <t.nateldemoura@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is awesome, shall we get this documented by @AnnuCode ?
Signed-off-by: i4k <t.nateldemoura@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@soerenmartius yes, please! |
…ation (#1943) ## What this PR does / why we need it: The in-place AST modifications were a nice optimization when generation was serial but with the introduction of #1937 it's racy. ## Which issue(s) this PR fixes: none ## Special notes for your reviewer: ## Does this PR introduce a user-facing change? ``` no ```
What this PR does / why we need it:
Introduces parallel code generation.
Which issue(s) this PR fixes:
none
Special notes for your reviewer:
Does this PR introduce a user-facing change?