-
Notifications
You must be signed in to change notification settings - Fork 539
Test against 2023.2 #4446
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
Test against 2023.2 #4446
Conversation
|
yea that one is interesting because a companion object had its name changed between versions, so we're API compatible but technically not ABI compatible? But when I run the plugin on 2023.2 it appears to work, so we are ABI compatible??? I don't really understand |
I've stumbled upon this too. If we look into source, the constructor parameter was changed from |
The Mock stuff is also only invoked from the gradle plugin, but we have it in the compiler module in order to run unit tests. I think we could move |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Bump sql-psi to 0.5.0-SNAPSHOT * Use published loadFolderFromResources function * Expose HSQL test-fixtures * Expose MySql test-fixtures * Move timber from sql-psi to sqldelight * Expose Sqlite Json test-fixtures * Expose Sqlite 3.18 test-fixtures * Expose Sqlite 3.24 test-fixtures * Expose Sqlite 3.25 test-fixtures * Expose Sqlite 3.30 test-fixtures * Expose Sqlite 3.33 test-fixtures * Expose Sqlite 3.35 test-fixtures * Expose Sqlite 3.38 test-fixtures * Spotless * Adopt changed sql-psi api * Add snapshot repo to test snapshot * Fix Infer between * Add missing snapshot repo * Add missing snapshot repo * Switch to the release version * Use new loadFolderFromResources shortcut --------- Co-authored-by: hfhbd <hfhbd@users.noreply.github.com>
Co-authored-by: Alec Kazakova <1675456+AlecKazakova@users.noreply.github.com>
* feat: add initialOffset for OffsetQueryPagingSource * apply spotless check * binary compatibility overload * typo * add @jvmoverloads for ABI compatibility * add @jvmoverloads for ABI compatibility
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
c023262
to
bfea438
Compare
* Test against 2023.2 * Update dependency mkdocs-material-extensions to v1.3.1 (#4832) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency com.squareup:kotlinpoet to v1.15.2 (#4855) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Bump sql-psi to 0.5.0 (#4794) * Bump sql-psi to 0.5.0-SNAPSHOT * Use published loadFolderFromResources function * Expose HSQL test-fixtures * Expose MySql test-fixtures * Move timber from sql-psi to sqldelight * Expose Sqlite Json test-fixtures * Expose Sqlite 3.18 test-fixtures * Expose Sqlite 3.24 test-fixtures * Expose Sqlite 3.25 test-fixtures * Expose Sqlite 3.30 test-fixtures * Expose Sqlite 3.33 test-fixtures * Expose Sqlite 3.35 test-fixtures * Expose Sqlite 3.38 test-fixtures * Spotless * Adopt changed sql-psi api * Add snapshot repo to test snapshot * Fix Infer between * Add missing snapshot repo * Add missing snapshot repo * Switch to the release version * Use new loadFolderFromResources shortcut --------- Co-authored-by: hfhbd <hfhbd@users.noreply.github.com> * Add TRUNCATE to postgres dialect (#4817) Co-authored-by: Alec Kazakova <1675456+AlecKazakova@users.noreply.github.com> * feat: add initialOffset for OffsetQueryPagingSource (#4802) * feat: add initialOffset for OffsetQueryPagingSource * apply spotless check * binary compatibility overload * typo * add @jvmoverloads for ABI compatibility * add @jvmoverloads for ABI compatibility * Update agp to v8.2.0 (#4861) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update plugin intellij to v1.16.1 (#4862) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Fix compatibility issues --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Philip Wedemann <22521688+hfhbd@users.noreply.github.com> Co-authored-by: hfhbd <hfhbd@users.noreply.github.com> Co-authored-by: Bastien de Luca <de-luca@users.noreply.github.com> Co-authored-by: Mohamad Jaara <jaara.moh@gmail.com>
No description provided.