aboutsummaryrefslogtreecommitdiff
path: root/integration-tests/gradle/projects/serialization/serialization.diff
AgeCommit message (Collapse)Author
2023-11-10Restructure the project to utilize included builds (#3174)Ignat Beresnev
* Refactor and simplify artifact publishing * Update Gradle to 8.4 * Refactor and simplify convention plugins and build scripts Fixes #3132 --------- Co-authored-by: Adam <897017+aSemy@users.noreply.github.com> Co-authored-by: Oleg Yukhnevich <whyoleg@gmail.com>
2023-08-14Refactor and document DisplaySourceSet, deprecate ↵Vsevolod Tolstopyatov
SelfRepresentingSingletonSet (#3105) * Deprecate internal API SelfRepresentingSingletonSet for removal as being harmful and unimplement it in DisplaySourceSet * Provide no automatic migration for DisplaySourceSet, as there are no mechanisms for that. Manual migration is the replacement of 'dss' to `setOf(dss)` where applicable * Introduce a convenience-member DefaultRenderer.buildContentNode to avoid wrapping DSS into set manually * Document DisplaySourceSet * Replace Iterable<DisplaySourceSet>.sourceSetIDs with more straightforward Iterable<DisplaySourceSet>.computeSourceSetIds(), refactor all the usages, save some allocations * Start caching CompositeSourceSetID properties to avoid excessive allocations * Update integration tests on the latest revision with Knit version where the workaround is applied Fixes #2897
2022-09-22Update integration tests: coroutines, serialization, biojava (#2672)Ignat Beresnev
2021-12-29Serialization integration tests 1.6 (#2294)Ignat Beresnev
* Update kotlinx.serialization submodule to 1.3.2 * Update serialization.diff for serialization 1.3.2 * Update Kotlin to 1.6.10 for serialization integration tests
2021-11-18Update version of `SerializationGradleIntegrationTest` to 1.3.1 (#2228)vmishenev
2021-03-17Update kotlinx-serialization diffs (#1769)Marcin Aman
* Update kotlinx-serialization diffs * Update kotlinx-serialization diffs
2021-02-03Reenable kotlinx-serialization (#1708)Kamil Doległo
2020-11-13Add integration tests for Kotlin projectsKamil Doległo