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

Add 2.0.0 jvm abi of primitive-adapters, android-driver, jdbc-driver, sqlite-driver and async extensions #5110

Merged
merged 5 commits into from
Apr 2, 2024

Conversation

hfhbd
Copy link
Collaborator

@hfhbd hfhbd commented Apr 2, 2024

I also added the current apiDump containing some non breaking changes.

I used the 2.0.0 tag as base.

@hfhbd hfhbd force-pushed the hfhbd/abi branch 3 times, most recently from f8f0314 to 1959636 Compare April 2, 2024 12:57
@@ -63,6 +63,7 @@ public final class app/cash/sqldelight/driver/jdbc/JdbcPreparedStatement : app/c
public final fun bindInt (ILjava/lang/Integer;)V
public fun bindLong (ILjava/lang/Long;)V
public final fun bindObject (ILjava/lang/Object;)V
public final fun bindObjectOther (ILjava/lang/Object;)V
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Not yet released 🎉

Copy link
Member

Choose a reason for hiding this comment

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

Cool. Wish this plugin did actual validation like Metalava so it was clear in your PR the rename was safe.

Copy link
Collaborator Author

@hfhbd hfhbd Apr 2, 2024

Choose a reason for hiding this comment

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

Metalava is Androids api validator, isn't it? Is it also able to validate synthetic changes, like in 00ae621?

Copy link
Member

Choose a reason for hiding this comment

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

I don't remember specifically. We taught it a lot of things. You can always suppress a change as being invalid while filing a bug to detect it as valid in future versions.

It doesn't handle multiplatform though. At least not yet.

@hfhbd hfhbd merged commit 6b933dc into master Apr 2, 2024
12 checks passed
@hfhbd hfhbd deleted the hfhbd/abi branch April 2, 2024 17:36
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.

2 participants