@@ -54,7 +54,9 @@ class TastyHeaderUnpicklerTest {
54
54
""" TASTy file produced by Scala 3.4.0-RC1-bin-SNAPSHOT has a backward incompatible TASTy version 28.4-experimental-1,
55
55
| expected stable TASTy from 28.0 to 28.4.
56
56
| The source of this file should be recompiled by a Scala 3.4.0 compiler or newer.
57
- | Usually this means that the library dependency containing this file should be updated.""" .stripMargin
57
+ | Usually this means that the library dependency containing this file should be updated.
58
+ | Please refer to the documentation for information on TASTy versioning:
59
+ | https://docs.scala-lang.org/scala3/reference/language-versions/binary-compatibility.html""" .stripMargin
58
60
}
59
61
}
60
62
@@ -66,7 +68,9 @@ class TastyHeaderUnpicklerTest {
66
68
""" TASTy file produced by Scala 3.2.1-RC1-bin-SNAPSHOT has a backward incompatible TASTy version 28.3-experimental-1,
67
69
| expected stable TASTy from 28.0 to 28.4.
68
70
| The source of this file should be recompiled by a Scala 3.3.0 compiler or newer.
69
- | Usually this means that the library dependency containing this file should be updated.""" .stripMargin
71
+ | Usually this means that the library dependency containing this file should be updated.
72
+ | Please refer to the documentation for information on TASTy versioning:
73
+ | https://docs.scala-lang.org/scala3/reference/language-versions/binary-compatibility.html""" .stripMargin
70
74
}
71
75
}
72
76
@@ -78,7 +82,9 @@ class TastyHeaderUnpicklerTest {
78
82
""" TASTy file has a backward incompatible TASTy version 27.3,
79
83
| expected stable TASTy from 28.0 to 28.3.
80
84
| The source of this file should be recompiled by a Scala 3.0.0 compiler or newer.
81
- | Usually this means that the library dependency containing this file should be updated.""" .stripMargin
85
+ | Usually this means that the library dependency containing this file should be updated.
86
+ | Please refer to the documentation for information on TASTy versioning:
87
+ | https://docs.scala-lang.org/scala3/reference/language-versions/binary-compatibility.html""" .stripMargin
82
88
}
83
89
}
84
90
@@ -91,7 +97,9 @@ class TastyHeaderUnpicklerTest {
91
97
""" TASTy file has a backward incompatible TASTy version 27.3,
92
98
| expected stable TASTy from 28.0 to 28.3.
93
99
| The source of this file should be recompiled by a later version.
94
- | Usually this means that the classpath entry of this file should be updated.""" .stripMargin
100
+ | Usually this means that the classpath entry of this file should be updated.
101
+ | Please refer to the documentation for information on TASTy versioning:
102
+ | https://docs.scala-lang.org/scala3/reference/language-versions/binary-compatibility.html""" .stripMargin
95
103
}
96
104
}
97
105
@@ -103,7 +111,9 @@ class TastyHeaderUnpicklerTest {
103
111
""" TASTy file produced by Scala 3.3.3-RC1-NIGHTLY has a backward incompatible TASTy version 28.4-experimental-1,
104
112
| expected stable TASTy from 28.0 to 28.3, or exactly 28.4-experimental-2.
105
113
| The source of this file should be recompiled by the same nightly or snapshot Scala 3.3 compiler.
106
- | Usually this means that the library dependency containing this file should be updated.""" .stripMargin
114
+ | Usually this means that the library dependency containing this file should be updated.
115
+ | Please refer to the documentation for information on TASTy versioning:
116
+ | https://docs.scala-lang.org/scala3/reference/language-versions/binary-compatibility.html""" .stripMargin
107
117
}
108
118
}
109
119
@@ -116,7 +126,9 @@ class TastyHeaderUnpicklerTest {
116
126
""" TASTy file produced by Scala 3.3.3-RC1-NIGHTLY has a backward incompatible TASTy version 28.4-experimental-1,
117
127
| expected stable TASTy from 28.0 to 28.3, or exactly 28.4-experimental-2.
118
128
| The source of this file should be recompiled by a later version.
119
- | Usually this means that the classpath entry of this file should be updated.""" .stripMargin
129
+ | Usually this means that the classpath entry of this file should be updated.
130
+ | Please refer to the documentation for information on TASTy versioning:
131
+ | https://docs.scala-lang.org/scala3/reference/language-versions/binary-compatibility.html""" .stripMargin
120
132
}
121
133
}
122
134
@@ -127,7 +139,9 @@ class TastyHeaderUnpicklerTest {
127
139
expectUnpickleError(runTest(file, read, " Scala 3.3.1" )) {
128
140
""" TASTy file produced by Scala 3.3.1 has a forward incompatible TASTy version 28.3,
129
141
| expected stable TASTy from 28.0 to 28.2.
130
- | To read this TASTy file, use a Scala 3.3.0 compiler or newer.""" .stripMargin
142
+ | To read this TASTy file, use a Scala 3.3.0 compiler or newer.
143
+ | Please refer to the documentation for information on TASTy versioning:
144
+ | https://docs.scala-lang.org/scala3/reference/language-versions/binary-compatibility.html""" .stripMargin
131
145
}
132
146
}
133
147
@@ -139,7 +153,9 @@ class TastyHeaderUnpicklerTest {
139
153
expectUnpickleError(runTest(file, read, " Scala 3.3.1" , generic = true )) {
140
154
""" TASTy file produced by Scala 3.3.1 has a forward incompatible TASTy version 28.3,
141
155
| expected stable TASTy from 28.0 to 28.2.
142
- | To read this TASTy file, use a newer version of this tool compatible with TASTy 28.3.""" .stripMargin
156
+ | To read this TASTy file, use a newer version of this tool compatible with TASTy 28.3.
157
+ | Please refer to the documentation for information on TASTy versioning:
158
+ | https://docs.scala-lang.org/scala3/reference/language-versions/binary-compatibility.html""" .stripMargin
143
159
}
144
160
}
145
161
@@ -151,7 +167,9 @@ class TastyHeaderUnpicklerTest {
151
167
""" TASTy file produced by Scala 3.2.2-RC1-NIGHTLY has a forward incompatible TASTy version 28.3-experimental-1,
152
168
| expected stable TASTy from 28.0 to 28.2.
153
169
| To read this experimental TASTy file, use the same nightly or snapshot Scala 3.2 compiler.
154
- | Note that you are using a stable compiler, which can not read experimental TASTy.""" .stripMargin
170
+ | Note that you are using a stable compiler, which can not read experimental TASTy.
171
+ | Please refer to the documentation for information on TASTy versioning:
172
+ | https://docs.scala-lang.org/scala3/reference/language-versions/binary-compatibility.html""" .stripMargin
155
173
}
156
174
}
157
175
@@ -162,7 +180,9 @@ class TastyHeaderUnpicklerTest {
162
180
expectUnpickleError(runTest(file, read, " Scala 4.0.0" )) {
163
181
""" TASTy file produced by Scala 4.0.0 has a forward incompatible TASTy version 29.0,
164
182
| expected stable TASTy from 28.0 to 28.3.
165
- | To read this TASTy file, use a more recent Scala compiler.""" .stripMargin
183
+ | To read this TASTy file, use a more recent Scala compiler.
184
+ | Please refer to the documentation for information on TASTy versioning:
185
+ | https://docs.scala-lang.org/scala3/reference/language-versions/binary-compatibility.html""" .stripMargin
166
186
}
167
187
}
168
188
@@ -174,7 +194,9 @@ class TastyHeaderUnpicklerTest {
174
194
""" TASTy file produced by Scala 4.0.0-M1 has a forward incompatible TASTy version 29.0-experimental-1,
175
195
| expected stable TASTy from 28.0 to 28.3.
176
196
| To read this experimental TASTy file, use the same Scala compiler.
177
- | Note that you are using a stable compiler, which can not read experimental TASTy.""" .stripMargin
197
+ | Note that you are using a stable compiler, which can not read experimental TASTy.
198
+ | Please refer to the documentation for information on TASTy versioning:
199
+ | https://docs.scala-lang.org/scala3/reference/language-versions/binary-compatibility.html""" .stripMargin
178
200
}
179
201
}
180
202
@@ -187,7 +209,9 @@ class TastyHeaderUnpicklerTest {
187
209
""" TASTy file produced by Scala 4.0.0-M1 has a forward incompatible TASTy version 29.0-experimental-1,
188
210
| expected stable TASTy from 28.0 to 28.3.
189
211
| To read this experimental TASTy file, use the version of this tool compatible with TASTy 29.0-experimental-1.
190
- | Note that this tool does not support reading experimental TASTy.""" .stripMargin
212
+ | Note that this tool does not support reading experimental TASTy.
213
+ | Please refer to the documentation for information on TASTy versioning:
214
+ | https://docs.scala-lang.org/scala3/reference/language-versions/binary-compatibility.html""" .stripMargin
191
215
}
192
216
}
193
217
@@ -198,7 +222,9 @@ class TastyHeaderUnpicklerTest {
198
222
expectUnpickleError(runTest(file, read, " Scala 3.4.2" )) {
199
223
""" TASTy file produced by Scala 3.4.2 has a forward incompatible TASTy version 28.4,
200
224
| expected stable TASTy from 28.0 to 28.3, or exactly 28.4-experimental-1.
201
- | To read this TASTy file, use a Scala 3.4.0 compiler or newer.""" .stripMargin
225
+ | To read this TASTy file, use a Scala 3.4.0 compiler or newer.
226
+ | Please refer to the documentation for information on TASTy versioning:
227
+ | https://docs.scala-lang.org/scala3/reference/language-versions/binary-compatibility.html""" .stripMargin
202
228
}
203
229
}
204
230
@@ -209,7 +235,9 @@ class TastyHeaderUnpicklerTest {
209
235
expectUnpickleError(runTest(file, read, " Scala 3.3.3-RC2-NIGHTLY" )) {
210
236
""" TASTy file produced by Scala 3.3.3-RC2-NIGHTLY has a forward incompatible TASTy version 28.4-experimental-2,
211
237
| expected stable TASTy from 28.0 to 28.3, or exactly 28.4-experimental-1.
212
- | To read this experimental TASTy file, use the same nightly or snapshot Scala 3.3 compiler.""" .stripMargin
238
+ | To read this experimental TASTy file, use the same nightly or snapshot Scala 3.3 compiler.
239
+ | Please refer to the documentation for information on TASTy versioning:
240
+ | https://docs.scala-lang.org/scala3/reference/language-versions/binary-compatibility.html""" .stripMargin
213
241
}
214
242
}
215
243
@@ -221,7 +249,9 @@ class TastyHeaderUnpicklerTest {
221
249
expectUnpickleError(runTest(file, read, " Scala 3.3.3-RC2-NIGHTLY" , generic = true )) {
222
250
""" TASTy file produced by Scala 3.3.3-RC2-NIGHTLY has a forward incompatible TASTy version 28.4-experimental-2,
223
251
| expected stable TASTy from 28.0 to 28.3, or exactly 28.4-experimental-1.
224
- | To read this experimental TASTy file, use the version of this tool compatible with TASTy 28.4-experimental-2.""" .stripMargin
252
+ | To read this experimental TASTy file, use the version of this tool compatible with TASTy 28.4-experimental-2.
253
+ | Please refer to the documentation for information on TASTy versioning:
254
+ | https://docs.scala-lang.org/scala3/reference/language-versions/binary-compatibility.html""" .stripMargin
225
255
}
226
256
}
227
257
0 commit comments