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

toolchain: Provide a tool for migrating repos & pallets across backwards-incompatible changes #236

Open
ethanjli opened this issue Jun 13, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@ethanjli
Copy link
Member

Go has a program called gofix which can be used to migrate codebases to newer versions which involve backwards-incompatible changes. It would be nice if we could provide a similar tool to migrate packege repos and pallets from older Forklift versions to newer Forklift versions (when backwards-incompatible changes are made to the Forklift spec). However, I don't know how to do this in a reasonably simple and maintainable way; currently, I just manually make all the changes myself, which has been tolerable so far.

@ethanjli ethanjli added the enhancement New feature or request label Jun 13, 2024
@ethanjli ethanjli self-assigned this Jun 14, 2024
@ethanjli ethanjli changed the title Provide a tool for migrating repos & pallets across backwards-incompatible changes toolchain: Provide a tool for migrating repos & pallets across backwards-incompatible changes Jun 14, 2024
@ethanjli ethanjli added this to the Backlog milestone Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant