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

fix(ts): ensures patches are preserved during code generation #166

Merged
merged 2 commits into from
May 3, 2024
Merged

Conversation

ygrishajev
Copy link
Contributor

@ygrishajev ygrishajev commented May 2, 2024

This pull request is a cherry-pick of PR #147 from the akash-api repository. It aims to enhance the code generation process by ensuring that patches to the generated code are preserved and by adding automated formatting post-generation.

Key Changes

  1. Preservation of Patches: This cherry-pick ensures that any patches applied to the generated code are maintained during subsequent code generations. This is crucial for incorporating custom modifications or fixes that are necessary for our operational requirements without having to reapply them manually each time the code is regenerated.

  2. Automated Formatting: Post code generation, this PR introduces an automated formatting step. This step is designed to minimize diff noise in future commits and ensure consistency across the codebase. It helps maintain a cleaner and more readable code structure, making it easier to manage and review.

@troian troian merged commit f004622 into main May 3, 2024
8 checks passed
@troian troian deleted the fix/ts branch May 3, 2024 14:38
Copy link

github-actions bot commented May 3, 2024

🎉 This PR is included in version 1.2.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

2 participants