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

Implement multipass analysis #391

Merged
merged 1 commit into from
Nov 17, 2024
Merged

Implement multipass analysis #391

merged 1 commit into from
Nov 17, 2024

Conversation

jackfirth
Copy link
Owner

Closes #380. This changes how Resyntax works by making it produce a single "analysis" object describing all of the multiple rounds of changes to apply to analyzed code before actually modifying any files. The CLI layer is changed into a pure frontend to the analysis API, with none of the multipass logic implemented in the CLI like it was previously.

Closes #380. This changes how Resyntax works by making it produce a single "analysis" object describing all of the multiple rounds of changes to apply to analyzed code before actually modifying any files. The CLI layer is changed into a pure frontend to the analysis API, with none of the multipass logic implemented in the CLI like it was previously.
@jackfirth jackfirth added the enhancement New feature or request label Nov 17, 2024
@jackfirth jackfirth merged commit 9b1219f into master Nov 17, 2024
2 checks passed
@jackfirth jackfirth deleted the 380-true-multipass branch November 17, 2024 02:59
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

Successfully merging this pull request may close these issues.

Multipass analysis
1 participant