Skip to content

Commit 70750d6

Browse files
committed
wrong stability for test codes
1 parent c03b711 commit 70750d6

File tree

3 files changed

+396
-219
lines changed

3 files changed

+396
-219
lines changed

readmore-foundation/stability/readmore-foundation.stability

Lines changed: 104 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -5,82 +5,135 @@
55
// ./gradlew :readmore-foundation:stabilityDump
66

77
@Composable
8-
public fun com.webtoonscorp.android.readmore.foundation.BasicReadMoreText(text: kotlin.String, expanded: kotlin.Boolean, modifier: androidx.compose.ui.Modifier?, onExpandedChange: kotlin.Function1<kotlin.Boolean, kotlin.Unit>?, contentPadding: androidx.compose.foundation.layout.PaddingValues?, style: androidx.compose.ui.text.TextStyle?, onTextLayout: kotlin.Function1<androidx.compose.ui.text.TextLayoutResult, kotlin.Unit>?, softWrap: kotlin.Boolean, readMoreText: kotlin.String?, readMoreMaxLines: kotlin.Int, readMoreOverflow: com.webtoonscorp.android.readmore.foundation.ReadMoreTextOverflow, readMoreStyle: androidx.compose.ui.text.SpanStyle?, readLessText: kotlin.String?, readLessStyle: androidx.compose.ui.text.SpanStyle?, toggleArea: com.webtoonscorp.android.readmore.foundation.ToggleArea, $composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int, $changed1: kotlin.Int, $default: kotlin.Int): kotlin.Unit
8+
private fun com.webtoonscorp.android.readmore.foundation.BasicReadMoreTextScreenshotTest.Screenshot(testCase: com.webtoonscorp.android.readmore.foundation.ScreenshotTestCase, expanded: kotlin.Boolean, readMoreText: kotlin.String?, readLessText: kotlin.String?, $composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int, $default: kotlin.Int): kotlin.Unit
99
skippable: false
1010
restartable: true
1111
params:
12-
- text: STABLE (String is immutable)
12+
- testCase: STABLE (marked @Stable or @Immutable)
1313
- expanded: STABLE (primitive type)
14-
- modifier: STABLE (marked @Stable or @Immutable)
15-
- onExpandedChange: STABLE (function type)
16-
- contentPadding: STABLE (marked @Stable or @Immutable)
17-
- style: STABLE (marked @Stable or @Immutable)
18-
- onTextLayout: STABLE (function type)
19-
- softWrap: STABLE (primitive type)
2014
- readMoreText: STABLE
21-
- readMoreMaxLines: STABLE (primitive type)
22-
- readMoreOverflow: STABLE
23-
- readMoreStyle: STABLE (marked @Stable or @Immutable)
2415
- readLessText: STABLE
25-
- readLessStyle: STABLE (marked @Stable or @Immutable)
26-
- toggleArea: STABLE
2716
- $composer: RUNTIME (requires runtime check)
2817
- $changed: STABLE (primitive type)
29-
- $changed1: STABLE (primitive type)
3018
- $default: STABLE (primitive type)
3119

3220
@Composable
33-
public fun com.webtoonscorp.android.readmore.foundation.BasicReadMoreText(text: androidx.compose.ui.text.AnnotatedString, expanded: kotlin.Boolean, modifier: androidx.compose.ui.Modifier?, onExpandedChange: kotlin.Function1<kotlin.Boolean, kotlin.Unit>?, contentPadding: androidx.compose.foundation.layout.PaddingValues?, style: androidx.compose.ui.text.TextStyle?, onTextLayout: kotlin.Function1<androidx.compose.ui.text.TextLayoutResult, kotlin.Unit>?, softWrap: kotlin.Boolean, readMoreText: kotlin.String?, readMoreMaxLines: kotlin.Int, readMoreOverflow: com.webtoonscorp.android.readmore.foundation.ReadMoreTextOverflow, readMoreStyle: androidx.compose.ui.text.SpanStyle?, readLessText: kotlin.String?, readLessStyle: androidx.compose.ui.text.SpanStyle?, toggleArea: com.webtoonscorp.android.readmore.foundation.ToggleArea, $composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int, $changed1: kotlin.Int, $default: kotlin.Int): kotlin.Unit
21+
public fun com.webtoonscorp.android.readmore.foundation.BasicReadMoreTextScreenshotTest.Screenshot.<anonymous>($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit
3422
skippable: false
3523
restartable: true
3624
params:
37-
- text: STABLE (marked @Stable or @Immutable)
38-
- expanded: STABLE (primitive type)
39-
- modifier: STABLE (marked @Stable or @Immutable)
40-
- onExpandedChange: STABLE (function type)
41-
- contentPadding: STABLE (marked @Stable or @Immutable)
42-
- style: STABLE (marked @Stable or @Immutable)
43-
- onTextLayout: STABLE (function type)
44-
- softWrap: STABLE (primitive type)
45-
- readMoreText: STABLE
46-
- readMoreMaxLines: STABLE (primitive type)
47-
- readMoreOverflow: STABLE
48-
- readMoreStyle: STABLE (marked @Stable or @Immutable)
49-
- readLessText: STABLE
50-
- readLessStyle: STABLE (marked @Stable or @Immutable)
51-
- toggleArea: STABLE
5225
- $composer: RUNTIME (requires runtime check)
5326
- $changed: STABLE (primitive type)
54-
- $changed1: STABLE (primitive type)
55-
- $default: STABLE (primitive type)
5627

5728
@Composable
58-
private fun com.webtoonscorp.android.readmore.foundation.CoreReadMoreText(text: androidx.compose.ui.text.AnnotatedString, expanded: kotlin.Boolean, modifier: androidx.compose.ui.Modifier?, onExpandedChange: kotlin.Function1<kotlin.Boolean, kotlin.Unit>?, contentPadding: androidx.compose.foundation.layout.PaddingValues?, style: androidx.compose.ui.text.TextStyle?, onTextLayout: kotlin.Function1<androidx.compose.ui.text.TextLayoutResult, kotlin.Unit>?, softWrap: kotlin.Boolean, readMoreText: kotlin.String?, readMoreMaxLines: kotlin.Int, readMoreOverflow: com.webtoonscorp.android.readmore.foundation.ReadMoreTextOverflow, readMoreStyle: androidx.compose.ui.text.SpanStyle?, readLessText: kotlin.String?, readLessStyle: androidx.compose.ui.text.SpanStyle?, toggleArea: com.webtoonscorp.android.readmore.foundation.ToggleArea, $composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int, $changed1: kotlin.Int, $default: kotlin.Int): kotlin.Unit
29+
public fun com.webtoonscorp.android.readmore.foundation.BasicReadMoreTextScreenshotTest.all_collapsed.<anonymous>($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit
5930
skippable: false
6031
restartable: true
6132
params:
62-
- text: STABLE (marked @Stable or @Immutable)
63-
- expanded: STABLE (primitive type)
64-
- modifier: STABLE (marked @Stable or @Immutable)
65-
- onExpandedChange: STABLE (function type)
66-
- contentPadding: STABLE (marked @Stable or @Immutable)
67-
- style: STABLE (marked @Stable or @Immutable)
68-
- onTextLayout: STABLE (function type)
69-
- softWrap: STABLE (primitive type)
70-
- readMoreText: STABLE
71-
- readMoreMaxLines: STABLE (primitive type)
72-
- readMoreOverflow: STABLE
73-
- readMoreStyle: STABLE (marked @Stable or @Immutable)
74-
- readLessText: STABLE
75-
- readLessStyle: STABLE (marked @Stable or @Immutable)
76-
- toggleArea: STABLE
7733
- $composer: RUNTIME (requires runtime check)
7834
- $changed: STABLE (primitive type)
79-
- $changed1: STABLE (primitive type)
80-
- $default: STABLE (primitive type)
8135

8236
@Composable
83-
public fun com.webtoonscorp.android.readmore.foundation.CoreReadMoreText.<anonymous>($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit
37+
public fun com.webtoonscorp.android.readmore.foundation.BasicReadMoreTextScreenshotTest.all_expanded.<anonymous>($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit
38+
skippable: false
39+
restartable: true
40+
params:
41+
- $composer: RUNTIME (requires runtime check)
42+
- $changed: STABLE (primitive type)
43+
44+
@Composable
45+
public fun com.webtoonscorp.android.readmore.foundation.BasicReadMoreTextScreenshotTest.default_none.<anonymous>($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit
46+
skippable: false
47+
restartable: true
48+
params:
49+
- $composer: RUNTIME (requires runtime check)
50+
- $changed: STABLE (primitive type)
51+
52+
@Composable
53+
public fun com.webtoonscorp.android.readmore.foundation.BasicReadMoreTextScreenshotTest.expanded_none.<anonymous>($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit
54+
skippable: false
55+
restartable: true
56+
params:
57+
- $composer: RUNTIME (requires runtime check)
58+
- $changed: STABLE (primitive type)
59+
60+
@Composable
61+
public fun com.webtoonscorp.android.readmore.foundation.BasicReadMoreTextScreenshotTest.readLessText_collapsed.<anonymous>($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit
62+
skippable: false
63+
restartable: true
64+
params:
65+
- $composer: RUNTIME (requires runtime check)
66+
- $changed: STABLE (primitive type)
67+
68+
@Composable
69+
public fun com.webtoonscorp.android.readmore.foundation.BasicReadMoreTextScreenshotTest.readLessText_expanded.<anonymous>($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit
70+
skippable: false
71+
restartable: true
72+
params:
73+
- $composer: RUNTIME (requires runtime check)
74+
- $changed: STABLE (primitive type)
75+
76+
@Composable
77+
public fun com.webtoonscorp.android.readmore.foundation.BasicReadMoreTextScreenshotTest.readMoreText_collapsed.<anonymous>($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit
78+
skippable: false
79+
restartable: true
80+
params:
81+
- $composer: RUNTIME (requires runtime check)
82+
- $changed: STABLE (primitive type)
83+
84+
@Composable
85+
public fun com.webtoonscorp.android.readmore.foundation.BasicReadMoreTextScreenshotTest.readMoreText_expanded.<anonymous>($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit
86+
skippable: false
87+
restartable: true
88+
params:
89+
- $composer: RUNTIME (requires runtime check)
90+
- $changed: STABLE (primitive type)
91+
92+
@Composable
93+
public fun com.webtoonscorp.android.readmore.foundation.ComposableSingletons$BasicReadMoreTextScreenshotTestKt.lambda-1.<anonymous>(it: kotlin.String, $composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit
94+
skippable: false
95+
restartable: true
96+
params:
97+
- it: STABLE (String is immutable)
98+
- $composer: RUNTIME (requires runtime check)
99+
- $changed: STABLE (primitive type)
100+
101+
@Composable
102+
public fun com.webtoonscorp.android.readmore.foundation.ComposableSingletons$BasicReadMoreTextScreenshotTestKt.lambda-1.<anonymous>.<anonymous>($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit
103+
skippable: false
104+
restartable: true
105+
params:
106+
- $composer: RUNTIME (requires runtime check)
107+
- $changed: STABLE (primitive type)
108+
109+
@Composable
110+
public fun com.webtoonscorp.android.readmore.foundation.ComposableSingletons$BasicReadMoreTextScreenshotTestKt.lambda-2.<anonymous>(it: kotlin.String, $composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit
111+
skippable: false
112+
restartable: true
113+
params:
114+
- it: STABLE (String is immutable)
115+
- $composer: RUNTIME (requires runtime check)
116+
- $changed: STABLE (primitive type)
117+
118+
@Composable
119+
public fun com.webtoonscorp.android.readmore.foundation.ComposableSingletons$BasicReadMoreTextScreenshotTestKt.lambda-2.<anonymous>.<anonymous>($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit
120+
skippable: false
121+
restartable: true
122+
params:
123+
- $composer: RUNTIME (requires runtime check)
124+
- $changed: STABLE (primitive type)
125+
126+
@Composable
127+
public fun com.webtoonscorp.android.readmore.foundation.ComposableSingletons$BasicReadMoreTextScreenshotTestKt.lambda-3.<anonymous>(it: kotlin.String, $composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit
128+
skippable: false
129+
restartable: true
130+
params:
131+
- it: STABLE (String is immutable)
132+
- $composer: RUNTIME (requires runtime check)
133+
- $changed: STABLE (primitive type)
134+
135+
@Composable
136+
public fun com.webtoonscorp.android.readmore.foundation.ComposableSingletons$BasicReadMoreTextScreenshotTestKt.lambda-3.<anonymous>.<anonymous>($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit
84137
skippable: false
85138
restartable: true
86139
params:

0 commit comments

Comments
 (0)