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

chore(go): emit one file per type #3698

Merged
merged 5 commits into from
Aug 10, 2022
Merged

chore(go): emit one file per type #3698

merged 5 commits into from
Aug 10, 2022

Conversation

RomainMuller
Copy link
Contributor

Instead of generating one file will ALL the types in a given
(sub)module, emit one file per type within the (sub)module,
so that the compiler operates on smaller compilation units.
This should reduce the memory pressure the compiler
experiences when dealing with large libraries.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Instead of generating one file will ALL the types in a given
(sub)module, emit one file per type within the (sub)module,
so that the compiler operates on smaller compilation units.
This should reduce the memory pressure the compiler
experiences when dealing with large libraries.
@RomainMuller RomainMuller requested a review from a team August 3, 2022 16:01
@RomainMuller RomainMuller self-assigned this Aug 3, 2022
@mergify mergify bot added the contribution/core This is a PR that came from AWS. label Aug 3, 2022
@ansgarm
Copy link
Contributor

ansgarm commented Aug 3, 2022

Nice! This should help with hashicorp/terraform-cdk#1886

@mergify
Copy link
Contributor

mergify bot commented Aug 9, 2022

Thank you for contributing! ❤️ I will now look into making sure the PR is up-to-date, then proceed to try and merge it!

@mergify mergify bot added the pr/ready-to-merge This PR is ready to be merged. label Aug 9, 2022
@mergify
Copy link
Contributor

mergify bot commented Aug 9, 2022

Merging (with squash)...

1 similar comment
@mergify
Copy link
Contributor

mergify bot commented Aug 9, 2022

Merging (with squash)...

…lass

# Conflicts:
#	packages/jsii-pacmak/test/generated-code/__snapshots__/target-go.test.js.snap
@mergify
Copy link
Contributor

mergify bot commented Aug 10, 2022

Merging (with squash)...

@mergify mergify bot merged commit ed2557a into main Aug 10, 2022
@mergify mergify bot deleted the rmuller/go-file-per-class branch August 10, 2022 09:12
@mergify mergify bot removed the pr/ready-to-merge This PR is ready to be merged. label Aug 10, 2022
RomainMuller added a commit that referenced this pull request Aug 10, 2022
Instead of generating one file will ALL the types in a given
(sub)module, emit one file per type within the (sub)module,
so that the compiler operates on smaller compilation units.
This should reduce the memory pressure the compiler
experiences when dealing with large libraries.

---

By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license].

[Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution/core This is a PR that came from AWS.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants