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

Added support for Revapi #3974

Merged
merged 7 commits into from
Nov 16, 2024
Merged

Added support for Revapi #3974

merged 7 commits into from
Nov 16, 2024

Conversation

ajaychandran
Copy link
Contributor

@ajaychandran ajaychandran commented Nov 15, 2024

Added Revapi support for API analysis and change tracking to identify incompatibilities.

Resolves #3929.

@ajaychandran ajaychandran marked this pull request as ready for review November 15, 2024 12:20
@ajaychandran
Copy link
Contributor Author

@lihaoyi Please review.

Comment on lines +21 to +23
val oldFiles = revapiOldFiles()
val oldFile = oldFiles.head
val oldSupFiles = oldFiles.tail
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This (and below) can be written more concisely as val oldFile +: oldSupFiles = revapiOldFiles()

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not for Agg since it does not extend Seq.

@lihaoyi
Copy link
Member

lihaoyi commented Nov 16, 2024

Some nits but otherwise looks good!

@ajaychandran ajaychandran marked this pull request as draft November 16, 2024 02:33
@lihaoyi lihaoyi marked this pull request as ready for review November 16, 2024 02:51
@lihaoyi lihaoyi marked this pull request as draft November 16, 2024 02:51
@ajaychandran ajaychandran marked this pull request as ready for review November 16, 2024 03:40
@lihaoyi lihaoyi merged commit f23475c into com-lihaoyi:main Nov 16, 2024
27 checks passed
@ajaychandran ajaychandran deleted the revapi branch November 16, 2024 04:15
@lefou lefou added this to the 0.12.3 milestone Nov 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RevApi support (500USD Bounty)
3 participants