Skip to content

Commit 344636c

Browse files
committed
Regenerate library snapshots for Kotlin 2.2.0
The semanticdb-kotlinc plugin now runs on Kotlin 2.2.0 (was 2.1.20), which produces different output for the exposed-core:1.0.0-beta-4 library snapshots indexed by tests.LibrarySnapshotSuite. The dominant changes are: - many more enclosing_range_start/end annotations on classes, constructors, properties, getters, anonymous enum-constant objects, and lambda inits; - local symbol renumbering and a few new locals in lambdas/inits. No malformed symbols or '???' placeholders. Regenerated via 'snapshots/Test/runMain tests.SaveSnapshots library' inside an eclipse-temurin:11-jdk container so the output matches the Linux CI environment.
1 parent 7dc764f commit 344636c

79 files changed

Lines changed: 20903 additions & 3198 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

tests/snapshots/src/main/generated/org/jetbrains/exposed/v1/core/AbstractQuery.kt

Lines changed: 275 additions & 52 deletions
Large diffs are not rendered by default.

tests/snapshots/src/main/generated/org/jetbrains/exposed/v1/core/Alias.kt

Lines changed: 523 additions & 105 deletions
Large diffs are not rendered by default.

tests/snapshots/src/main/generated/org/jetbrains/exposed/v1/core/Annotations.kt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
// ^^ reference semanticdb maven . . org/jetbrains/exposed/v1/
66
// ^^^^ reference semanticdb maven . . org/jetbrains/exposed/v1/core/
77

8+
//⌄ enclosing_range_start semanticdb maven . . org/jetbrains/exposed/v1/core/ExperimentalDatabaseMigrationApi#
9+
//⌄ enclosing_range_start semanticdb maven . . org/jetbrains/exposed/v1/core/ExperimentalDatabaseMigrationApi#`<init>`().
810
/**
911
* API marked with this annotation is experimental.
1012
* Any behavior associated with its use is not guaranteed to be stable.
@@ -24,7 +26,11 @@
2426
// ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ definition semanticdb maven . . org/jetbrains/exposed/v1/core/ExperimentalDatabaseMigrationApi#`<init>`().
2527
// display_name ExperimentalDatabaseMigrationApi
2628
// documentation ```kotlin\npublic constructor(): ExperimentalDatabaseMigrationApi\n```\n\n----\n\n\n API marked with this annotation is experimental.\n Any behavior associated with its use is not guaranteed to be stable.\n
29+
// ⌃ enclosing_range_end semanticdb maven . . org/jetbrains/exposed/v1/core/ExperimentalDatabaseMigrationApi#
30+
// ⌃ enclosing_range_end semanticdb maven . . org/jetbrains/exposed/v1/core/ExperimentalDatabaseMigrationApi#`<init>`().
2731

32+
//⌄ enclosing_range_start semanticdb maven . . org/jetbrains/exposed/v1/core/ExperimentalKeywordApi#
33+
//⌄ enclosing_range_start semanticdb maven . . org/jetbrains/exposed/v1/core/ExperimentalKeywordApi#`<init>`().
2834
/**
2935
* API marked with this annotation is experimental.
3036
* Any behavior associated with its use is not guaranteed to be stable.
@@ -44,7 +50,11 @@
4450
// ^^^^^^^^^^^^^^^^^^^^^^ definition semanticdb maven . . org/jetbrains/exposed/v1/core/ExperimentalKeywordApi#`<init>`().
4551
// display_name ExperimentalKeywordApi
4652
// documentation ```kotlin\npublic constructor(): ExperimentalKeywordApi\n```\n\n----\n\n\n API marked with this annotation is experimental.\n Any behavior associated with its use is not guaranteed to be stable.\n
53+
// ⌃ enclosing_range_end semanticdb maven . . org/jetbrains/exposed/v1/core/ExperimentalKeywordApi#
54+
// ⌃ enclosing_range_end semanticdb maven . . org/jetbrains/exposed/v1/core/ExperimentalKeywordApi#`<init>`().
4755

56+
//⌄ enclosing_range_start semanticdb maven . . org/jetbrains/exposed/v1/core/InternalApi#
57+
//⌄ enclosing_range_start semanticdb maven . . org/jetbrains/exposed/v1/core/InternalApi#`<init>`().
4858
/**
4959
* API marked with this annotation is internal and should not be used outside Exposed.
5060
* It may be changed or removed in the future without notice.
@@ -77,3 +87,5 @@
7787
// ^^^^^^^^^^^ definition semanticdb maven . . org/jetbrains/exposed/v1/core/InternalApi#`<init>`().
7888
// display_name InternalApi
7989
// documentation ```kotlin\npublic constructor(): InternalApi\n```\n\n----\n\n\n API marked with this annotation is internal and should not be used outside Exposed.\n It may be changed or removed in the future without notice.\n Using it outside Exposed may result in undefined and unexpected behaviour.\n
90+
// ⌃ enclosing_range_end semanticdb maven . . org/jetbrains/exposed/v1/core/InternalApi#
91+
// ⌃ enclosing_range_end semanticdb maven . . org/jetbrains/exposed/v1/core/InternalApi#`<init>`().

tests/snapshots/src/main/generated/org/jetbrains/exposed/v1/core/Column.kt

Lines changed: 278 additions & 84 deletions
Large diffs are not rendered by default.

tests/snapshots/src/main/generated/org/jetbrains/exposed/v1/core/ColumnDiff.kt

Lines changed: 83 additions & 3 deletions
Large diffs are not rendered by default.

tests/snapshots/src/main/generated/org/jetbrains/exposed/v1/core/ColumnType.kt

Lines changed: 1717 additions & 203 deletions
Large diffs are not rendered by default.

tests/snapshots/src/main/generated/org/jetbrains/exposed/v1/core/CompositeColumn.kt

Lines changed: 104 additions & 16 deletions
Large diffs are not rendered by default.

tests/snapshots/src/main/generated/org/jetbrains/exposed/v1/core/Constraints.kt

Lines changed: 419 additions & 54 deletions
Large diffs are not rendered by default.

tests/snapshots/src/main/generated/org/jetbrains/exposed/v1/core/DatabaseApi.kt

Lines changed: 88 additions & 2 deletions
Large diffs are not rendered by default.

tests/snapshots/src/main/generated/org/jetbrains/exposed/v1/core/DatabaseConfig.kt

Lines changed: 264 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)