This repository was archived by the owner on Apr 23, 2026. It is now read-only.
Add automated regression testing system#24
Merged
Conversation
13b6a2c to
5cd56a1
Compare
Automated regression testing that compares AST outputs across SwiftAstGen versions. - CI workflow running on PRs against master - Tests 3 Swift corpora: Alamofire 5.9.1, Vapor 4.99.3, RxSwift 6.7.1 - Generates comparative reports with metrics and AST diffs - Local runner for development (scripts/regression-local.py) - Reports posted as PR comments with workflow artifacts
5cd56a1 to
4e09aa7
Compare
SwiftAstGen Regression ReportPR: #24 alamofire (Alamofire/Alamofire@5.9.1)
vapor (vapor/vapor@4.99.3)
rxswift (ReactiveX/RxSwift@6.7.1)
📎 Full diff files available as workflow artifacts. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated regression testing framework that compares AST outputs across SwiftAstGen versions.
Features:
scripts/regression-local.py)Files:
.github/workflows/regression.yml- CI workflowscripts/regression.py- Main harnessscripts/regression-local.py- Local test runner