Build Logs
com-lihaoyi/fastparse • 3.8.0-RC6:2026-01-08
Errors
14
Warnings
2332
Total Lines
5772
1##################################
2Clonning https://github.com/com-lihaoyi/fastparse.git into /build/repo using revision 3.1.1
3##################################
4Note: switching to '0926ba1bff8cba5d4ea7ee07635a188ec2f8d6ea'.
5
6You are in 'detached HEAD' state. You can look around, make experimental
7changes and commit them, and you can discard any commits you make in this
8state without impacting any branches by switching back to a branch.
9
10If you want to create a new branch to retain commits you create, you may
11do so (now or later) by using -c with the switch command. Example:
12
13 git switch -c <new-branch-name>
14
15Or undo this operation with:
16
17 git switch -
18
19Turn off this advice by setting config variable advice.detachedHead to false
20
21Would override fixed Scala version: 3.3.3
22Using target Scala version for migration: 3.7.4
23Migrating project for -source:3.4 using Scala 3.7.4
24----
25Preparing build for 3.7.4
26Would try to apply common scalacOption (best-effort, sbt/mill only):
27Append: -rewrite,REQUIRE:-source:3.4-migration
28Remove: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
29
30Try apply source patch:
31Path: build.sc
32Pattern: val scala3 = "3.3.3"
33Replacement: val scala3 = "3.7.4"
34Starting compilation server
35Compiling project (Scala 3.7.3, JVM (17))
36Compiled project (Scala 3.7.3, JVM (17))
37Successfully applied pattern 'val scala3 = "3.3.3"' in build.sc
38----
39Starting build for 3.7.4
40Execute tests: false
41Mill project found:
42Found explicit mill version 0.11.7-86-18d144 in ./mill-version
43Detected mill version=0.11.7-86-18d144, binary version: 0.11
44No prepare script found for project com-lihaoyi/fastparse
45Apply scalafix rules to ./build.sc
46Successfully applied pattern 'package build\n' in /build/repo/MillCommunityBuild.sc
47Successfully applied pattern 'import CommunityBuildCore.' in /build/repo/MillCommunityBuild.sc
48Successfully applied pattern 'import MillVersionCompat.' in /build/repo/MillCommunityBuild.sc
49##################################
50Scala version: 3.7.4
51Targets: com.lihaoyi%cssparse com.lihaoyi%fastparse com.lihaoyi%pythonparse com.lihaoyi%scalaparse
52Project projectConfig: {"projects":{"exclude":["com.lihaoyi%pythonparse"],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[{"path":"build.sc","pattern":"val scala3 = \"3.3.3\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
53##################################
54 % Total % Received % Xferd Average Speed Time Time Time Current
55 Dload Upload Total Spent Left Speed
56
57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
59
60 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
61
62 0 58.3M 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
63100 58.3M 100 58.3M 0 0 69.9M 0 --:--:-- --:--:-- --:--:-- 100M
64Preparing Java 17.0.8 runtime; this may take a minute or two ...
65Compiling compiler interface...
66[info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
67[warn] /build/repo/build.sc:135:123: adaptation of an empty argument list by inserting () is deprecated: this is unlikely to be what you want
68[warn] signature: Target.command[T](t: mill.api.Result[T])(implicit w: upickle.default.Writer[T], implicit ctx: mill.define.Ctx, implicit cls: mill.define.EnclosingClass): mill.define.Command[T]
69[warn] given arguments: <none>
70[warn] after adaptation: Target.command((): Unit)
71[warn] def mimaReportBinaryIssues() = if (this.isInstanceOf[ScalaNativeModule] || (this.isInstanceOf[ScalaJSModule])) T.command() else super.mimaReportBinaryIssues()
72[warn] ^
73[warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
74[warn] .iterator()
75[warn] ^
76[warn] /build/repo/MillCommunityBuild.sc:291:12: The outer reference in this type test cannot be checked at run time.
77[warn] case module: CommunityBuildPublishModule =>
78[warn] ^
79[warn] three warnings found
80[info] done compiling
81Try build using ./mill
82Compiling compiler interface...
83[info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
84[warn] /build/repo/build.sc:135:123: adaptation of an empty argument list by inserting () is deprecated: this is unlikely to be what you want
85[warn] signature: Target.command[T](t: mill.api.Result[T])(implicit w: upickle.default.Writer[T], implicit ctx: mill.define.Ctx, implicit cls: mill.define.EnclosingClass): mill.define.Command[T]
86[warn] given arguments: <none>
87[warn] after adaptation: Target.command((): Unit)
88[warn] def mimaReportBinaryIssues() = if (this.isInstanceOf[ScalaNativeModule] || (this.isInstanceOf[ScalaJSModule])) T.command() else super.mimaReportBinaryIssues()
89[warn] ^
90[warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
91[warn] .iterator()
92[warn] ^
93[warn] /build/repo/MillCommunityBuild.sc:291:12: The outer reference in this type test cannot be checked at run time.
94[warn] case module: CommunityBuildPublishModule =>
95[warn] ^
96[warn] three warnings found
97[info] done compiling
98Build config: {"projects":{"exclude":["com.lihaoyi%pythonparse"],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[{"path":"build.sc","pattern":"val scala3 = \"3.3.3\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
99Parsed config: ProjectBuildConfig(ProjectsConfig(List(com.lihaoyi%pythonparse),Map()),CompileOnly)
100Excluding target 'com.lihaoyi%pythonparse' - matches exclusion rule: 'com.lihaoyi%pythonparse'
101
102Starting build for fastparse - [0/3]
103Failed to resolve scalaVersion, assume it's Scala 3 project
104Failed to resolve scalaVersion, assume it's Scala 3 project
105[info] compiling 14 Scala sources to /build/repo/out/fastparse/jvm/3.7.4/compile.dest/classes ...
106[warn] -- Warning: /build/repo/fastparse/src-3/fastparse/internal/MacroInlineImpls.scala:78:52
107[warn] 78 | inline def filterInline[T](inline lhs: ParsingRun[_])(f: T => Boolean)(ctx1: ParsingRun[_]): ParsingRun[T] = {
108[warn] | ^
109[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
110[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
111[warn] -- Warning: /build/repo/fastparse/src-3/fastparse/internal/MacroInlineImpls.scala:78:90
112[warn] 78 | inline def filterInline[T](inline lhs: ParsingRun[_])(f: T => Boolean)(ctx1: ParsingRun[_]): ParsingRun[T] = {
113[warn] | ^
114[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
115[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
116[warn] -- Warning: /build/repo/fastparse/src-3/fastparse/internal/MacroInlineImpls.scala:92:23
117[warn] 92 | ctx1: ParsingRun[_]
118[warn] | ^
119[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
120[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
121[warn] -- Warning: /build/repo/fastparse/src-3/fastparse/internal/MacroInlineImpls.scala:117:49
122[warn] 117 | inline def cutInline[T](inline lhs: ParsingRun[_])(ctx0: ParsingRun[_]): ParsingRun[T] = {
123[warn] | ^
124[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
125[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
126[warn] -- Warning: /build/repo/fastparse/src-3/fastparse/internal/MacroInlineImpls.scala:117:70
127[warn] 117 | inline def cutInline[T](inline lhs: ParsingRun[_])(ctx0: ParsingRun[_]): ParsingRun[T] = {
128[warn] | ^
129[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
130[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
131[warn] -- Warning: /build/repo/fastparse/src-3/fastparse/internal/MacroInlineImpls.scala:133:27
132[warn] 133 | ctx: Expr[ParsingRun[_]]
133[warn] | ^
134[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
135[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
136[warn] -- Warning: /build/repo/fastparse/src-3/fastparse/internal/MacroRepImpls.scala:21:27
137[warn] 21 | sep: Expr[ParsingRun[_]],
138[warn] | ^
139[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
140[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
141[warn] -- Warning: /build/repo/fastparse/src-3/fastparse/internal/MacroRepImpls.scala:27:26
142[warn] 27 | ctx0: Expr[ParsingRun[_]])(using quotes: Quotes): Expr[ParsingRun[V]] = {
143[warn] | ^
144[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
145[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
146[warn] -- Warning: /build/repo/fastparse/src-3/fastparse/package.scala:17:39 ----------
147[warn] 17 | implicit def DiscardParserValue(p: P[_]): P[Unit] = {
148[warn] | ^
149[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
150[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
151[warn] -- Warning: /build/repo/fastparse/src-3/fastparse/package.scala:26:73 ----------
152[warn] 26 | inline def P[T](inline t: P[T])(implicit name: sourcecode.Name, ctx: P[_]): P[T] =
153[warn] | ^
154[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
155[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
156[warn] -- Warning: /build/repo/fastparse/src-3/fastparse/package.scala:51:33 ----------
157[warn] 51 | inline def /(implicit ctx: P[_]): P[T] = MacroInlineImpls.cutInline[T](parse0)(ctx) // macro MacroImpls.cutMacro[T]
158[warn] | ^
159[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
160[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
161[warn] -- Warning: /build/repo/fastparse/src-3/fastparse/package.scala:103:15 ---------
162[warn] 103 | ctx: P[_]
163[warn] | ^
164[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
165[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
166[warn] -- Warning: /build/repo/fastparse/src-3/fastparse/package.scala:113:15 ---------
167[warn] 113 | ctx: P[_]
168[warn] | ^
169[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
170[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
171[warn] -- Warning: /build/repo/fastparse/src-3/fastparse/package.scala:122:91 ---------
172[warn] 122 | inline def ~~/[V, R](inline other: P[V])(using s: Implicits.Sequencer[T, V, R], ctx: P[_]): P[R] =
173[warn] | ^
174[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
175[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
176[warn] -- Warning: /build/repo/fastparse/src-3/fastparse/package.scala:129:90 ---------
177[warn] 129 | inline def ~~[V, R](inline other: P[V])(using s: Implicits.Sequencer[T, V, R], ctx: P[_]): P[R] =
178[warn] | ^
179[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
180[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
181[warn] -- Warning: /build/repo/fastparse/src-3/fastparse/package.scala:178:25 ---------
182[warn] 178 | inline sep: => P[_] = null,
183[warn] | ^
184[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
185[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
186[warn] -- Warning: /build/repo/fastparse/src-3/fastparse/package.scala:210:25 ---------
187[warn] 210 | inline sep: => P[_] = null,
188[warn] | ^
189[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
190[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
191[warn] -- Warning: /build/repo/fastparse/src-3/fastparse/package.scala:279:34 ---------
192[warn] 279 | inline def &(inline parse: => P[_])(implicit ctx: P[_]): P[Unit] = {
193[warn] | ^
194[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
195[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
196[warn] -- Warning: /build/repo/fastparse/src-3/fastparse/package.scala:279:54 ---------
197[warn] 279 | inline def &(inline parse: => P[_])(implicit ctx: P[_]): P[Unit] = {
198[warn] | ^
199[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
200[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
201[warn] -- Warning: /build/repo/fastparse/src-3/fastparse/package.scala:304:66 ---------
202[warn] 304 | implicit class LogByNameOps[T](parse0: => P[T])(implicit ctx: P[_]) {
203[warn] | ^
204[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
205[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
206[warn] -- Warning: /build/repo/fastparse/src-3/fastparse/package.scala:321:65 ---------
207[warn] 321 | inline def CharPred(inline p: Char => Boolean)(implicit ctx: P[_]): P[Unit] = MacroInlineImpls.charPredInline(p)(ctx)
208[warn] | ^
209[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
210[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
211[warn] -- Warning: /build/repo/fastparse/src-3/fastparse/package.scala:326:52 ---------
212[warn] 326 | inline def CharIn(inline s: String*)(using ctx: P[_]): P[Unit] =
213[warn] | ^
214[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
215[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
216[warn] -- Warning: /build/repo/fastparse/src-3/fastparse/package.scala:332:74 ---------
217[warn] 332 | inline def CharsWhileIn(inline s: String, min: Int = 1)(implicit ctx: P[_]): P[Unit] =
218[warn] | ^
219[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
220[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
221[warn] -- Warning: /build/repo/fastparse/src-3/fastparse/package.scala:338:81 ---------
222[warn] 338 | inline def CharsWhile(inline p: Char => Boolean, min: Int = 1)(implicit ctx: P[_]): P[Unit] =
223[warn] | ^
224[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
225[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
226[warn] -- Warning: /build/repo/fastparse/src-3/fastparse/package.scala:344:57 ---------
227[warn] 344 | inline def StringIn(inline s: String*)(implicit ctx: P[_]): P[Unit] =
228[warn] | ^
229[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
230[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
231[warn] -- Warning: /build/repo/fastparse/src-3/fastparse/package.scala:350:67 ---------
232[warn] 350 | inline def StringInIgnoreCase(inline s: String*)(implicit ctx: P[_]): P[Unit] =
233[warn] | ^
234[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
235[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
236[warn] -- Warning: /build/repo/fastparse/src/fastparse/Implicits.scala:32:20 ----------
237[warn] 32 | protected[this] def Sequencer0[A, B, C](f: (A, B) => C) = new Sequencer.NarySequencer(f)
238[warn] | ^
239[warn] |Ignoring [this] qualifier.
240[warn] |This syntax will be deprecated in the future; it should be dropped.
241[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
242[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
243[warn] -- Warning: /build/repo/fastparse/src/fastparse/Parsed.scala:115:45 ------------
244[warn] 115 | val originalParser: ParsingRun[_] => ParsingRun[_],
245[warn] | ^
246[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
247[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
248[warn] -- Warning: /build/repo/fastparse/src/fastparse/Parsed.scala:115:62 ------------
249[warn] 115 | val originalParser: ParsingRun[_] => ParsingRun[_],
250[warn] | ^
251[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
252[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
253[warn] -- Warning: /build/repo/fastparse/src/fastparse/ParserInput.scala:122:16 -------
254[warn] 122 | private[this] lazy val lineNumberLookup = Util.lineNumberLookup(data)
255[warn] | ^
256[warn] |Ignoring [this] qualifier.
257[warn] |This syntax will be deprecated in the future; it should be dropped.
258[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
259[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
260[warn] -- Warning: /build/repo/fastparse/src/fastparse/ParsingRun.scala:107:58 --------
261[warn] 107 | val originalParser: ParsingRun[_] => ParsingRun[_],
262[warn] | ^
263[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
264[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
265[warn] -- Warning: /build/repo/fastparse/src/fastparse/ParsingRun.scala:107:75 --------
266[warn] 107 | val originalParser: ParsingRun[_] => ParsingRun[_],
267[warn] | ^
268[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
269[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
270[warn] -- Warning: /build/repo/fastparse/src/fastparse/SharedPackageDefs.scala:31:25 --
271[warn] 31 | parser: P[_] => P[T],
272[warn] | ^
273[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
274[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
275[warn] -- Warning: /build/repo/fastparse/src/fastparse/SharedPackageDefs.scala:46:33 --
276[warn] 46 | parser: P[_] => P[T],
277[warn] | ^
278[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
279[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
280[warn] -- Warning: /build/repo/fastparse/src/fastparse/SharedPackageDefs.scala:94:26 --
281[warn] 94 | def End(implicit ctx: P[_]): P[Unit] = {
282[warn] | ^
283[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
284[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
285[warn] -- Warning: /build/repo/fastparse/src/fastparse/SharedPackageDefs.scala:106:28 -
286[warn] 106 | def Start(implicit ctx: P[_]): P[Unit] = {
287[warn] | ^
288[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
289[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
290[warn] -- Warning: /build/repo/fastparse/src/fastparse/SharedPackageDefs.scala:125:45 -
291[warn] 125 | def NoTrace[T](p: => P[T])(implicit ctx: P[_]): P[T] = {
292[warn] | ^
293[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
294[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
295[warn] -- Warning: /build/repo/fastparse/src/fastparse/SharedPackageDefs.scala:138:27 -
296[warn] 138 | def Pass(implicit ctx: P[_]): P[Unit] = {
297[warn] | ^
298[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
299[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
300[warn] -- Warning: /build/repo/fastparse/src/fastparse/SharedPackageDefs.scala:148:36 -
301[warn] 148 | def Pass[T](v: T)(implicit ctx: P[_]): P[T] = {
302[warn] | ^
303[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
304[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
305[warn] -- Warning: /build/repo/fastparse/src/fastparse/SharedPackageDefs.scala:157:27 -
306[warn] 157 | def Fail(implicit ctx: P[_]): P[Nothing] = Fail("fail")
307[warn] | ^
308[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
309[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
310[warn] -- Warning: /build/repo/fastparse/src/fastparse/SharedPackageDefs.scala:162:40 -
311[warn] 162 | def Fail(msg: String)(implicit ctx: P[_]): P[Nothing] = {
312[warn] | ^
313[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
314[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
315[warn] -- Warning: /build/repo/fastparse/src/fastparse/SharedPackageDefs.scala:173:28 -
316[warn] 173 | def Index(implicit ctx: P[_]): P[Int] = {
317[warn] | ^
318[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
319[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
320[warn] -- Warning: /build/repo/fastparse/src/fastparse/SharedPackageDefs.scala:183:30 -
321[warn] 183 | def AnyChar(implicit ctx: P[_]): P[Unit] = {
322[warn] | ^
323[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
324[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
325[warn] -- Warning: /build/repo/fastparse/src/fastparse/SharedPackageDefs.scala:199:33 -
326[warn] 199 | def SingleChar(implicit ctx: P[_]): P[Char] = {
327[warn] | ^
328[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
329[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
330[warn] -- Warning: /build/repo/fastparse/src/fastparse/SharedPackageDefs.scala:214:47 -
331[warn] 214 | def NoCut[T](parse: => P[T])(implicit ctx: P[_]): P[T] = {
332[warn] | ^
333[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
334[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
335[warn] -- Warning: /build/repo/fastparse/src/fastparse/SharedPackageDefs.scala:251:50 -
336[warn] 251 | def log[T](parse0: () => P[T])(implicit ctx: P[_], name: sourcecode.Name, logger: Logger = Logger.stdout): P[T] = {
337[warn] | ^
338[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
339[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
340[warn] -- Warning: /build/repo/fastparse/src/fastparse/SharedPackageDefs.scala:288:68 -
341[warn] 288 | def logAfter[T](parse0: () => P[T], msg: => Any)(implicit ctx: P[_], logger: Logger = Logger.stdout): P[T] = {
342[warn] | ^
343[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
344[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
345[warn] -- Warning: /build/repo/fastparse/src/fastparse/SharedPackageDefs.scala:296:69 -
346[warn] 296 | def logBefore[T](parse0: () => P[T], msg: => Any)(implicit ctx: P[_], logger: Logger = Logger.stdout): P[T] = {
347[warn] | ^
348[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
349[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
350[warn] -- Warning: /build/repo/fastparse/src/fastparse/Whitespace.scala:8:28 ----------
351[warn] 8 | def apply(ctx: ParsingRun[_]): ParsingRun[Unit]
352[warn] | ^
353[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
354[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
355[warn] -- Warning: /build/repo/fastparse/src/fastparse/Whitespace.scala:15:30 ---------
356[warn] 15 | def apply(ctx: ParsingRun[_]) = ctx.freshSuccessUnit()
357[warn] | ^
358[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
359[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
360[warn] -- Warning: /build/repo/fastparse/src/fastparse/Whitespace.scala:25:30 ---------
361[warn] 25 | def apply(ctx: ParsingRun[_]) = {
362[warn] | ^
363[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
364[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
365[warn] -- Warning: /build/repo/fastparse/src/fastparse/Whitespace.scala:44:30 ---------
366[warn] 44 | def apply(ctx: ParsingRun[_]) = {
367[warn] | ^
368[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
369[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
370[warn] -- Warning: /build/repo/fastparse/src/fastparse/Whitespace.scala:64:30 ---------
371[warn] 64 | def apply(ctx: ParsingRun[_]) = {
372[warn] | ^
373[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
374[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
375[warn] -- Warning: /build/repo/fastparse/src/fastparse/Whitespace.scala:98:30 ---------
376[warn] 98 | def apply(ctx: ParsingRun[_]) = {
377[warn] | ^
378[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
379[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
380[warn] -- Warning: /build/repo/fastparse/src/fastparse/Whitespace.scala:159:30 --------
381[warn] 159 | def apply(ctx: ParsingRun[_]) = {
382[warn] | ^
383[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
384[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
385[warn] -- Warning: /build/repo/fastparse/src/fastparse/Whitespace.scala:221:30 --------
386[warn] 221 | def apply(ctx: ParsingRun[_]) = {
387[warn] | ^
388[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
389[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
390[warn] -- Warning: /build/repo/fastparse/src/fastparse/internal/UberBuffer.scala:8:16 -
391[warn] 8 | private[this] var data = new Array[Char](initSize)
392[warn] | ^
393[warn] |Ignoring [this] qualifier.
394[warn] |This syntax will be deprecated in the future; it should be dropped.
395[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
396[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
397[warn] -- Warning: /build/repo/fastparse/src/fastparse/internal/UberBuffer.scala:9:16 -
398[warn] 9 | private[this] var readPos = 0
399[warn] | ^
400[warn] |Ignoring [this] qualifier.
401[warn] |This syntax will be deprecated in the future; it should be dropped.
402[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
403[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
404[warn] -- Warning: /build/repo/fastparse/src/fastparse/internal/UberBuffer.scala:10:16
405[warn] 10 | private[this] var writePos = 0
406[warn] | ^
407[warn] |Ignoring [this] qualifier.
408[warn] |This syntax will be deprecated in the future; it should be dropped.
409[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
410[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
411[warn] -- Warning: /build/repo/fastparse/src/fastparse/internal/UberBuffer.scala:36:16
412[warn] 36 | private[this] def writeAvailable = {
413[warn] | ^
414[warn] |Ignoring [this] qualifier.
415[warn] |This syntax will be deprecated in the future; it should be dropped.
416[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
417[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
418[warn] -- Warning: /build/repo/fastparse/src/fastparse/internal/UberBuffer.scala:52:16
419[warn] 52 | private[this] def expand() = {
420[warn] | ^
421[warn] |Ignoring [this] qualifier.
422[warn] |This syntax will be deprecated in the future; it should be dropped.
423[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
424[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
425[warn] -- Warning: /build/repo/fastparse/src/fastparse/internal/UberBuffer.scala:102:16
426[warn] 102 | private[this] def incr(n: Int, d: Long) = {
427[warn] | ^
428[warn] |Ignoring [this] qualifier.
429[warn] |This syntax will be deprecated in the future; it should be dropped.
430[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
431[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
432[warn] -- Warning: /build/repo/out/fastparse/jvm/3.7.4/generatedSources.dest/fastparse/SequencerGen.scala:4:24
433[warn] 4 | protected[this] def Sequencer0[A, B, C](f: (A, B) => C): Sequencer[A, B, C]
434[warn] | ^
435[warn] |Ignoring [this] qualifier.
436[warn] |This syntax will be deprecated in the future; it should be dropped.
437[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
438[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
439[warn] -- Warning: /build/repo/out/fastparse/jvm/3.7.4/generatedSources.dest/fastparse/SequencerGen.scala:127:24
440[warn] 127 | protected[this] def Sequencer0[A, B, C](f: (A, B) => C): Sequencer[A, B, C]
441[warn] | ^
442[warn] |Ignoring [this] qualifier.
443[warn] |This syntax will be deprecated in the future; it should be dropped.
444[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
445[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
446[info] [patched file /build/repo/fastparse/src/fastparse/Implicits.scala]
447[info] [patched file /build/repo/fastparse/src-3/fastparse/package.scala]
448[info] [patched file /build/repo/fastparse/src/fastparse/internal/UberBuffer.scala]
449[info] [patched file /build/repo/fastparse/src/fastparse/ParserInput.scala]
450[info] [patched file /build/repo/out/fastparse/jvm/3.7.4/generatedSources.dest/fastparse/SequencerGen.scala]
451[info] [patched file /build/repo/fastparse/src-3/fastparse/internal/MacroRepImpls.scala]
452[info] [patched file /build/repo/fastparse/src/fastparse/ParsingRun.scala]
453[info] [patched file /build/repo/fastparse/src-3/fastparse/internal/MacroInlineImpls.scala]
454[info] [patched file /build/repo/fastparse/src/fastparse/SharedPackageDefs.scala]
455[info] [patched file /build/repo/fastparse/src/fastparse/Whitespace.scala]
456[info] [patched file /build/repo/fastparse/src/fastparse/Parsed.scala]
457[warn] there were 8 feature warnings; re-run with -feature for details
458[warn] 65 warnings found
459[info] [patched file /build/repo/fastparse/src/fastparse/Implicits.scala]
460[info] [patched file /build/repo/fastparse/src-3/fastparse/package.scala]
461[info] [patched file /build/repo/fastparse/src/fastparse/internal/UberBuffer.scala]
462[info] [patched file /build/repo/fastparse/src/fastparse/ParserInput.scala]
463[info] [patched file /build/repo/out/fastparse/jvm/3.7.4/generatedSources.dest/fastparse/SequencerGen.scala]
464[info] [patched file /build/repo/fastparse/src-3/fastparse/internal/MacroRepImpls.scala]
465[info] [patched file /build/repo/fastparse/src/fastparse/ParsingRun.scala]
466[info] [patched file /build/repo/fastparse/src-3/fastparse/internal/MacroInlineImpls.scala]
467[info] [patched file /build/repo/fastparse/src/fastparse/SharedPackageDefs.scala]
468[info] [patched file /build/repo/fastparse/src/fastparse/Whitespace.scala]
469[info] [patched file /build/repo/fastparse/src/fastparse/Parsed.scala]
470[warn] there were 11 feature warnings; re-run with -feature for details
471[warn] 66 warnings found
472[info] done compiling
473Successfully evaluated fastparse.jvm[3.7.4].compile
474Skipping unused scalacOptions: -source, -rewrite
475Flag -classpath set repeatedly
476-- Warning: fastparse/src-3/fastparse/package.scala:63:15 ----------------------
47763 | inline def map[V](inline f: T => V): P[V] = MacroInlineImpls.mapInline[T, V](parse0)(f)
478 | ^
479 | Couldn't resolve a member for the given link query: !
480-- Warning: fastparse/src-3/fastparse/package.scala:304:17 ---------------------
481304 | implicit class LogByNameOps[T](parse0: => P[T])(implicit ctx: P[?]) {
482 | ^
483 | Couldn't resolve a member for the given link query: ByNameOps
484-- Warning: fastparse/src-3/fastparse/package.scala:344:13 ---------------------
485344 | inline def StringIn(inline s: String*)(implicit ctx: P[?]): P[Unit] =
486 | ^
487 | Couldn't resolve a member for the given link query: EagerOps.|
488-- Warning: fastparse/src-3/fastparse/package.scala:350:13 ---------------------
489350 | inline def StringInIgnoreCase(inline s: String*)(implicit ctx: P[?]): P[Unit] =
490 | ^
491 | Couldn't resolve a member for the given link query: EagerOps.|
492-- Warning: fastparse/src/fastparse/SharedPackageDefs.scala:199:6 --------------
493199 | def SingleChar(implicit ctx: P[?]): P[Char] = {
494 | ^
495 | Couldn't resolve a member for the given link query: EagerOps.flatMapX
496-- Warning: fastparse/src/fastparse/SharedPackageDefs.scala:125:6 --------------
497125 | def NoTrace[T](p: => P[T])(implicit ctx: P[?]): P[T] = {
498 | ^
499 | Couldn't resolve a member for the given link query: ByNameOps.opaque
500-- Warning: fastparse/src/fastparse/Parsed.scala:190:8 -------------------------
501190 | def msg = failure.msg
502 | ^
503 | Couldn't resolve a member for the given link query: reportParseMsg
5048 warnings found
505Successfully evaluated fastparse.jvm[3.7.4].docJar
506Failed to resolve scalaVersion, assume it's Scala 3 project
507Failed to resolve scalaVersion, assume it's Scala 3 project
508[info] compiling 14 Scala sources to /build/repo/out/fastparse/jvm/3.7.4/test/compile.dest/classes ...
509[warn] -- Warning: /build/repo/fastparse/test/src-2.12+/fastparse/CustomWhitespaceMathTests.scala:11:40
510[warn] 11 | def apply(ctx: fastparse.ParsingRun[_]): P[Unit] = {
511[warn] | ^
512[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
513[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
514[warn] -- Warning: /build/repo/fastparse/test/src-2.12+/fastparse/CustomWhitespaceMathTests.scala:34:50
515[warn] 34 | val Parsed.Success(value, _) = parse(str, expr(_))
516[warn] | ^^^^
517[warn] |Context bounds will map to context parameters.
518[warn] |A `using` clause is needed to pass explicit arguments to them.
519[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
520[warn] -- Warning: /build/repo/fastparse/test/src-2.12+/fastparse/CustomWhitespaceMathTests.scala:48:36
521[warn] 48 | val failure = parse(input, expr(_)).asInstanceOf[Parsed.Failure]
522[warn] | ^^^^
523[warn] |Context bounds will map to context parameters.
524[warn] |A `using` clause is needed to pass explicit arguments to them.
525[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
526[warn] -- Warning: /build/repo/fastparse/test/src-2.12+/fastparse/IteratorTests.scala:62:62
527[warn] 62 | implicit val whitespace: Whitespace = { implicit ctx: P[_] =>
528[warn] | ^
529[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
530[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
531[warn] -- Warning: /build/repo/fastparse/test/src-2.12+/fastparse/IteratorTests.scala:213:64
532[warn] 213 | implicit def whitespace: Whitespace = { implicit ctx: P[_] =>
533[warn] | ^
534[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
535[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
536[warn] -- Warning: /build/repo/fastparse/test/src-2.12+/fastparse/IteratorTests.scala:30:81
537[warn] 30 | val Parsed.Success(res, i) = parse(Iterator("ab", "cd", "cd", "cd", "ef"), p(_))
538[warn] | ^
539[warn] |Context bounds will map to context parameters.
540[warn] |A `using` clause is needed to pass explicit arguments to them.
541[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
542[warn] -- Warning: /build/repo/fastparse/test/src-2.12+/fastparse/IteratorTests.scala:42:10
543[warn] 42 | p(_)
544[warn] | ^
545[warn] |Context bounds will map to context parameters.
546[warn] |A `using` clause is needed to pass explicit arguments to them.
547[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
548[warn] -- Warning: /build/repo/fastparse/test/src-2.12+/fastparse/IteratorTests.scala:54:48
549[warn] 54 | val Parsed.Success(res, i) = parse(input, p(_))
550[warn] | ^
551[warn] |Context bounds will map to context parameters.
552[warn] |A `using` clause is needed to pass explicit arguments to them.
553[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
554[warn] -- Warning: /build/repo/fastparse/test/src-2.12+/fastparse/IteratorTests.scala:70:48
555[warn] 70 | val Parsed.Success(res, i) = parse(input, p(_))
556[warn] | ^
557[warn] |Context bounds will map to context parameters.
558[warn] |A `using` clause is needed to pass explicit arguments to them.
559[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
560[warn] -- Warning: /build/repo/fastparse/test/src-2.12+/fastparse/IteratorTests.scala:84:48
561[warn] 84 | val Parsed.Success(res, i) = parse(input, capt(_))
562[warn] | ^^^^
563[warn] |Context bounds will map to context parameters.
564[warn] |A `using` clause is needed to pass explicit arguments to them.
565[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
566[warn] -- Warning: /build/repo/fastparse/test/src-2.12+/fastparse/IteratorTests.scala:96:50
567[warn] 96 | val Parsed.Success(res, i) = parse(input, capt(_))
568[warn] | ^^^^
569[warn] |Context bounds will map to context parameters.
570[warn] |A `using` clause is needed to pass explicit arguments to them.
571[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
572[warn] -- Warning: /build/repo/fastparse/test/src-2.12+/fastparse/IteratorTests.scala:111:50
573[warn] 111 | val Parsed.Success(_, i1) = parse(input1, nocut(_))
574[warn] | ^^^^^
575[warn] |Context bounds will map to context parameters.
576[warn] |A `using` clause is needed to pass explicit arguments to them.
577[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
578[warn] -- Warning: /build/repo/fastparse/test/src-2.12+/fastparse/IteratorTests.scala:118:50
579[warn] 118 | val Parsed.Success(_, i2) = parse(input2, nocut(_))
580[warn] | ^^^^^
581[warn] |Context bounds will map to context parameters.
582[warn] |A `using` clause is needed to pass explicit arguments to them.
583[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
584[warn] -- Warning: /build/repo/fastparse/test/src-2.12+/fastparse/IteratorTests.scala:132:50
585[warn] 132 | val Parsed.Success(_, i1) = parse(input1, either(_))
586[warn] | ^^^^^^
587[warn] |Context bounds will map to context parameters.
588[warn] |A `using` clause is needed to pass explicit arguments to them.
589[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
590[warn] -- Warning: /build/repo/fastparse/test/src-2.12+/fastparse/IteratorTests.scala:143:50
591[warn] 143 | val Parsed.Success(_, i2) = parse(input1, eitherCutted(_))
592[warn] | ^^^^^^^^^^^^
593[warn] |Context bounds will map to context parameters.
594[warn] |A `using` clause is needed to pass explicit arguments to them.
595[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
596[warn] -- Warning: /build/repo/fastparse/test/src-2.12+/fastparse/IteratorTests.scala:151:50
597[warn] 151 | val Parsed.Success(_, i3) = parse(input2, either(_))
598[warn] | ^^^^^^
599[warn] |Context bounds will map to context parameters.
600[warn] |A `using` clause is needed to pass explicit arguments to them.
601[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
602[warn] -- Warning: /build/repo/fastparse/test/src-2.12+/fastparse/IteratorTests.scala:158:50
603[warn] 158 | val Parsed.Success(_, i4) = parse(input3, either(_))
604[warn] | ^^^^^^
605[warn] |Context bounds will map to context parameters.
606[warn] |A `using` clause is needed to pass explicit arguments to them.
607[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
608[warn] -- Warning: /build/repo/fastparse/test/src-2.12+/fastparse/IteratorTests.scala:172:50
609[warn] 172 | val Parsed.Success(_, i1) = parse(input1, rep(_))
610[warn] | ^^^
611[warn] |Context bounds will map to context parameters.
612[warn] |A `using` clause is needed to pass explicit arguments to them.
613[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
614[warn] -- Warning: /build/repo/fastparse/test/src-2.12+/fastparse/IteratorTests.scala:179:50
615[warn] 179 | val Parsed.Success(_, i2) = parse(input2, rep(_))
616[warn] | ^^^
617[warn] |Context bounds will map to context parameters.
618[warn] |A `using` clause is needed to pass explicit arguments to them.
619[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
620[warn] -- Warning: /build/repo/fastparse/test/src-2.12+/fastparse/IteratorTests.scala:187:50
621[warn] 187 | val Parsed.Success(_, i3) = parse(input3, repCutted(_))
622[warn] | ^^^^^^^^^
623[warn] |Context bounds will map to context parameters.
624[warn] |A `using` clause is needed to pass explicit arguments to them.
625[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
626[warn] -- Warning: /build/repo/fastparse/test/src-2.12+/fastparse/IteratorTests.scala:204:50
627[warn] 204 | val Parsed.Success(res, _) = parse(input, all(_))
628[warn] | ^^^
629[warn] |Context bounds will map to context parameters.
630[warn] |A `using` clause is needed to pass explicit arguments to them.
631[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
632[warn] -- Warning: /build/repo/fastparse/test/src-2.12+/fastparse/IteratorTests.scala:222:50
633[warn] 222 | val Parsed.Success(_, i1) = parse(input1, ab(_))
634[warn] | ^^
635[warn] |Context bounds will map to context parameters.
636[warn] |A `using` clause is needed to pass explicit arguments to them.
637[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
638[warn] -- Warning: /build/repo/fastparse/test/src-2.12+/fastparse/IteratorTests.scala:231:50
639[warn] 231 | val Parsed.Success(_, i2) = parse(input2, ab(_))
640[warn] | ^^
641[warn] |Context bounds will map to context parameters.
642[warn] |A `using` clause is needed to pass explicit arguments to them.
643[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
644[warn] -- Warning: /build/repo/fastparse/test/src-2.12+/fastparse/IteratorTests.scala:240:36
645[warn] 240 | val parsed3 = parse(input3, ab(_))
646[warn] | ^^
647[warn] |Context bounds will map to context parameters.
648[warn] |A `using` clause is needed to pass explicit arguments to them.
649[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
650[warn] -- Warning: /build/repo/fastparse/test/src-2.12+/fastparse/IteratorTests.scala:250:48
651[warn] 250 | val Parsed.Success(_, i) = parse(input, p(_))
652[warn] | ^
653[warn] |Context bounds will map to context parameters.
654[warn] |A `using` clause is needed to pass explicit arguments to them.
655[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
656[warn] -- Warning: /build/repo/fastparse/test/src-2.12+/fastparse/IteratorTests.scala:268:61
657[warn] 268 | val t = scala.util.Try{ parse(Iterator("[", " ", "]"), p(_)).asInstanceOf[Parsed.Failure].extra.traced }
658[warn] | ^
659[warn] |Context bounds will map to context parameters.
660[warn] |A `using` clause is needed to pass explicit arguments to them.
661[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
662[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:255:33 -
663[warn] 255 | def errorMessage[T](p: P[_] => P[T], str: String) =
664[warn] | ^
665[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
666[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
667[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:567:24 -
668[warn] 567 | def expr[$: P]: P[_] = P(num | sum).log
669[warn] | ^
670[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
671[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
672[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:21:61 --
673[warn] 21 | val Parsed.Success(value, successIndex) = parse("a", parseA(_))
674[warn] | ^^^^^^
675[warn] |Context bounds will map to context parameters.
676[warn] |A `using` clause is needed to pass explicit arguments to them.
677[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
678[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:25:65 --
679[warn] 25 | val f @ Parsed.Failure(label, index, extra) = parse("b", parseA(_))
680[warn] | ^^^^^^
681[warn] |Context bounds will map to context parameters.
682[warn] |A `using` clause is needed to pass explicit arguments to them.
683[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
684[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:37:73 --
685[warn] 37 | val f @ Parsed.Failure(failureString, index, extra) = parse("d", parseA(_))
686[warn] | ^^^^^^
687[warn] |Context bounds will map to context parameters.
688[warn] |A `using` clause is needed to pass explicit arguments to them.
689[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
690[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:70:47 --
691[warn] 70 | val Parsed.Success(_, 2) = parse("ab", ab(_))
692[warn] | ^^
693[warn] |Context bounds will map to context parameters.
694[warn] |A `using` clause is needed to pass explicit arguments to them.
695[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
696[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:72:50 --
697[warn] 72 | val Parsed.Failure(_, 1, _) = parse("aa", ab(_))
698[warn] | ^^
699[warn] |Context bounds will map to context parameters.
700[warn] |A `using` clause is needed to pass explicit arguments to them.
701[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
702[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:77:53 --
703[warn] 77 | val Parsed.Success(_, 8) = parse("aaaaaaab", ab(_))
704[warn] | ^^
705[warn] |Context bounds will map to context parameters.
706[warn] |A `using` clause is needed to pass explicit arguments to them.
707[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
708[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:78:50 --
709[warn] 78 | val Parsed.Success(_, 4) = parse("aaaba", ab(_))
710[warn] | ^^
711[warn] |Context bounds will map to context parameters.
712[warn] |A `using` clause is needed to pass explicit arguments to them.
713[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
714[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:81:53 --
715[warn] 81 | val Parsed.Success(_, 8) = parse("abababac", abc(_))
716[warn] | ^^^
717[warn] |Context bounds will map to context parameters.
718[warn] |A `using` clause is needed to pass explicit arguments to them.
719[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
720[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:82:55 --
721[warn] 82 | val Parsed.Failure(_, 3, _) = parse("abaabac", abc(_))
722[warn] | ^^^
723[warn] |Context bounds will map to context parameters.
724[warn] |A `using` clause is needed to pass explicit arguments to them.
725[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
726[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:85:58 --
727[warn] 85 | val Parsed.Success(_, 7) = parse("ababababababa", ab4(_))
728[warn] | ^^^
729[warn] |Context bounds will map to context parameters.
730[warn] |A `using` clause is needed to pass explicit arguments to them.
731[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
732[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:88:49 --
733[warn] 88 | val Parsed.Success(_, 4) = parse("abab", ab2exactly(_))
734[warn] | ^^^^^^^^^^
735[warn] |Context bounds will map to context parameters.
736[warn] |A `using` clause is needed to pass explicit arguments to them.
737[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
738[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:91:50 --
739[warn] 91 | val Parsed.Failure(_, 1, _) = parse("ac", ab4c(_))
740[warn] | ^^^^
741[warn] |Context bounds will map to context parameters.
742[warn] |A `using` clause is needed to pass explicit arguments to them.
743[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
744[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:92:49 --
745[warn] 92 | val Parsed.Success(_, 4) = parse("abac", ab4c(_))
746[warn] | ^^^^
747[warn] |Context bounds will map to context parameters.
748[warn] |A `using` clause is needed to pass explicit arguments to them.
749[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
750[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:93:53 --
751[warn] 93 | val Parsed.Success(_, 8) = parse("abababac", ab4c(_))
752[warn] | ^^^^
753[warn] |Context bounds will map to context parameters.
754[warn] |A `using` clause is needed to pass explicit arguments to them.
755[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
756[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:94:58 --
757[warn] 94 | val Parsed.Failure(_, 7, _) = parse("ababababac", ab4c(_))
758[warn] | ^^^^
759[warn] |Context bounds will map to context parameters.
760[warn] |A `using` clause is needed to pass explicit arguments to them.
761[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
762[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:100:52 -
763[warn] 100 | val Parsed.Success("aba", 3) = parse("aba", option(_))
764[warn] | ^^^^^^
765[warn] |Context bounds will map to context parameters.
766[warn] |A `using` clause is needed to pass explicit arguments to them.
767[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
768[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:101:53 -
769[warn] 101 | val Parsed.Success("aba", 4) = parse("caba", option(_))
770[warn] | ^^^^^^
771[warn] |Context bounds will map to context parameters.
772[warn] |A `using` clause is needed to pass explicit arguments to them.
773[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
774[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:107:51 -
775[warn] 107 | val Parsed.Success(_, 6) = parse("aaaaab", either(_))
776[warn] | ^^^^^^
777[warn] |Context bounds will map to context parameters.
778[warn] |A `using` clause is needed to pass explicit arguments to them.
779[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
780[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:108:58 -
781[warn] 108 | val f @ Parsed.Failure(_, 5, _) = parse("aaaaae", either(_))
782[warn] | ^^^^^^
783[warn] |Context bounds will map to context parameters.
784[warn] |A `using` clause is needed to pass explicit arguments to them.
785[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
786[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:120:50 -
787[warn] 120 | val Parsed.Success(_, 4) = parse("aaaba", noEnd(_))
788[warn] | ^^^^^
789[warn] |Context bounds will map to context parameters.
790[warn] |A `using` clause is needed to pass explicit arguments to them.
791[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
792[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:121:53 -
793[warn] 121 | val Parsed.Failure(_, 4, _) = parse("aaaba", withEnd(_))
794[warn] | ^^^^^^^
795[warn] |Context bounds will map to context parameters.
796[warn] |A `using` clause is needed to pass explicit arguments to them.
797[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
798[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:127:54 -
799[warn] 127 | val Parsed.Success("abab", 4) = parse("abab", ab(_))
800[warn] | ^^
801[warn] |Context bounds will map to context parameters.
802[warn] |A `using` clause is needed to pass explicit arguments to them.
803[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
804[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:128:56 -
805[warn] 128 | val Parsed.Success("babab", 5) = parse("babab", ab(_))
806[warn] | ^^
807[warn] |Context bounds will map to context parameters.
808[warn] |A `using` clause is needed to pass explicit arguments to them.
809[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
810[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:130:51 -
811[warn] 130 | val Parsed.Failure(_, 2, _) = parse("abb", ab(_))
812[warn] | ^^
813[warn] |Context bounds will map to context parameters.
814[warn] |A `using` clause is needed to pass explicit arguments to them.
815[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
816[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:134:41 -
817[warn] 134 | val Parsed.Success((), 0) = parse("asdad", Pass(_))
818[warn] | ^^^^^^^^^^^^^^^^^^^^^^^
819[warn] |pattern's type fastparse.Parsed.Success[Unit] is more specialized than the right hand side expression's type fastparse.Parsed[Unit]
820[warn] |
821[warn] |If the narrowing is intentional, this can be communicated by adding `: @unchecked` after the expression,
822[warn] |which may result in a MatchError at runtime.
823[warn] |This patch can be rewritten automatically under -rewrite -source 3.2-migration.
824[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:135:43 -
825[warn] 135 | val Parsed.Failure(_, 0, _) = parse("asdad", Fail(_))
826[warn] | ^^^^^^^^^^^^^^^^^^^^^^^
827[warn] |pattern's type fastparse.Parsed.Failure is more specialized than the right hand side expression's type fastparse.Parsed[Nothing]
828[warn] |
829[warn] |If the narrowing is intentional, this can be communicated by adding `: @unchecked` after the expression,
830[warn] |which may result in a MatchError at runtime.
831[warn] |This patch can be rewritten automatically under -rewrite -source 3.2-migration.
832[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:138:57 -
833[warn] 138 | val Parsed.Failure(_, 0, extra) = parse("asdad", failWithLabel(_))
834[warn] | ^^^^^^^^^^^^^
835[warn] |Context bounds will map to context parameters.
836[warn] |A `using` clause is needed to pass explicit arguments to them.
837[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
838[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:145:63 -
839[warn] 145 | val Parsed.Success(9, _) = parse("hayhayhayneedlehay", finder(_))
840[warn] | ^^^^^^
841[warn] |Context bounds will map to context parameters.
842[warn] |A `using` clause is needed to pass explicit arguments to them.
843[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
844[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:151:53 -
845[warn] 151 | val Parsed.Success("aaa", 4) = parse("aaab", capture1(_))
846[warn] | ^^^^^^^^
847[warn] |Context bounds will map to context parameters.
848[warn] |A `using` clause is needed to pass explicit arguments to them.
849[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
850[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:155:60 -
851[warn] 155 | val Parsed.Success(("aaa", "b"), 4) = parse("aaab", capture2(_))
852[warn] | ^^^^^^^^
853[warn] |Context bounds will map to context parameters.
854[warn] |A `using` clause is needed to pass explicit arguments to them.
855[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
856[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:159:66 -
857[warn] 159 | val Parsed.Success(("aaa", "b", "c"), 5) = parse("aaabc", capture3(_))
858[warn] | ^^^^^^^^
859[warn] |Context bounds will map to context parameters.
860[warn] |A `using` clause is needed to pass explicit arguments to them.
861[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
862[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:163:66 -
863[warn] 163 | val Parsed.Success(Seq("a", "a", "a"), 4) = parse("aaab", captureRep(_))
864[warn] | ^^^^^^^^^^
865[warn] |Context bounds will map to context parameters.
866[warn] |A `using` clause is needed to pass explicit arguments to them.
867[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
868[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:167:57 -
869[warn] 167 | val Parsed.Success(Some("b"), 4) = parse("aaab", captureOpt(_))
870[warn] | ^^^^^^^^^^
871[warn] |Context bounds will map to context parameters.
872[warn] |A `using` clause is needed to pass explicit arguments to them.
873[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
874[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:173:50 -
875[warn] 173 | val Parsed.Success("-", 3) = parse("'-'", ab(_))
876[warn] | ^^
877[warn] |Context bounds will map to context parameters.
878[warn] |A `using` clause is needed to pass explicit arguments to them.
879[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
880[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:175:56 -
881[warn] 175 | val Parsed.Failure(stack, 2, _) = parse("'-='", ab(_))
882[warn] | ^^
883[warn] |Context bounds will map to context parameters.
884[warn] |A `using` clause is needed to pass explicit arguments to them.
885[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
886[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:182:62 -
887[warn] 182 | val Parsed.Success(Seq("hello"), _) = parse("hello ", keyword(_))
888[warn] | ^^^^^^^
889[warn] |Context bounds will map to context parameters.
890[warn] |A `using` clause is needed to pass explicit arguments to them.
891[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
892[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:183:54 -
893[warn] 183 | val Parsed.Success(Seq(), _) = parse("hello", keyword(_))
894[warn] | ^^^^^^^
895[warn] |Context bounds will map to context parameters.
896[warn] |A `using` clause is needed to pass explicit arguments to them.
897[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
898[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:184:55 -
899[warn] 184 | val Parsed.Success(Seq(), _) = parse("helloX", keyword(_))
900[warn] | ^^^^^^^
901[warn] |Context bounds will map to context parameters.
902[warn] |A `using` clause is needed to pass explicit arguments to them.
903[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
904[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:190:68 -
905[warn] 190 | val Parsed.Success("hello-world", _) = parse("hello-world", keyword(_))
906[warn] | ^^^^^^^
907[warn] |Context bounds will map to context parameters.
908[warn] |A `using` clause is needed to pass explicit arguments to them.
909[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
910[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:191:68 -
911[warn] 191 | val Parsed.Success("hello_world", _) = parse("hello_world", keyword(_))
912[warn] | ^^^^^^^
913[warn] |Context bounds will map to context parameters.
914[warn] |A `using` clause is needed to pass explicit arguments to them.
915[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
916[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:193:59 -
917[warn] 193 | val Parsed.Failure(_, 5, _) = parse("hello world", keyword(_))
918[warn] | ^^^^^^^
919[warn] |Context bounds will map to context parameters.
920[warn] |A `using` clause is needed to pass explicit arguments to them.
921[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
922[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:201:54 -
923[warn] 201 | val Parsed.Success("1100", _) = parse("1100", binary(_))
924[warn] | ^^^^^^
925[warn] |Context bounds will map to context parameters.
926[warn] |A `using` clause is needed to pass explicit arguments to them.
927[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
928[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:202:50 -
929[warn] 202 | val Parsed.Success(12, _) = parse("1100", binaryNum(_))
930[warn] | ^^^^^^^^^
931[warn] |Context bounds will map to context parameters.
932[warn] |A `using` clause is needed to pass explicit arguments to them.
933[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
934[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:209:54 -
935[warn] 209 | val Parsed.Success("1100", _) = parse("1100", binary(_))
936[warn] | ^^^^^^
937[warn] |Context bounds will map to context parameters.
938[warn] |A `using` clause is needed to pass explicit arguments to them.
939[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
940[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:210:53 -
941[warn] 210 | val Parsed.Failure(_, _, _) = parse("11001", binaryNum(_))
942[warn] | ^^^^^^^^^
943[warn] |Context bounds will map to context parameters.
944[warn] |A `using` clause is needed to pass explicit arguments to them.
945[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
946[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:218:54 -
947[warn] 218 | val Parsed.Success("a", _) = parse("<a></a>", xml(_))
948[warn] | ^^^
949[warn] |Context bounds will map to context parameters.
950[warn] |A `using` clause is needed to pass explicit arguments to them.
951[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
952[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:219:66 -
953[warn] 219 | val Parsed.Success("abcde", _) = parse("<abcde></abcde>", xml(_))
954[warn] | ^^^
955[warn] |Context bounds will map to context parameters.
956[warn] |A `using` clause is needed to pass explicit arguments to them.
957[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
958[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:221:47 -
959[warn] 221 | val failure = parse("<abcde></edcba>", xml(_)).asInstanceOf[Parsed.Failure]
960[warn] | ^^^
961[warn] |Context bounds will map to context parameters.
962[warn] |A `using` clause is needed to pass explicit arguments to them.
963[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
964[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:236:54 -
965[warn] 236 | val Parsed.Success("a", _) = parse("<a></a>", xml(_))
966[warn] | ^^^
967[warn] |Context bounds will map to context parameters.
968[warn] |A `using` clause is needed to pass explicit arguments to them.
969[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
970[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:237:66 -
971[warn] 237 | val Parsed.Success("abcde", _) = parse("<abcde></abcde>", xml(_))
972[warn] | ^^^
973[warn] |Context bounds will map to context parameters.
974[warn] |A `using` clause is needed to pass explicit arguments to them.
975[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
976[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:239:47 -
977[warn] 239 | val failure = parse("<abcde></edcba>", xml(_)).asInstanceOf[Parsed.Failure]
978[warn] | ^^^
979[warn] |Context bounds will map to context parameters.
980[warn] |A `using` clause is needed to pass explicit arguments to them.
981[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
982[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:247:48 -
983[warn] 247 | val Parsed.Success(12, _) = parse("12", even(_))
984[warn] | ^^^^
985[warn] |Context bounds will map to context parameters.
986[warn] |A `using` clause is needed to pass explicit arguments to them.
987[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
988[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:248:35 -
989[warn] 248 | val failure = parse("123", even(_)).asInstanceOf[Parsed.Failure]
990[warn] | ^^^^
991[warn] |Context bounds will map to context parameters.
992[warn] |A `using` clause is needed to pass explicit arguments to them.
993[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
994[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:261:32 -
995[warn] 261 | val err1 = errorMessage(numberPlate(_), "11-A1-22")
996[warn] | ^^^^^^^^^^^
997[warn] |Context bounds will map to context parameters.
998[warn] |A `using` clause is needed to pass explicit arguments to them.
999[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1000[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:267:32 -
1001[warn] 267 | val err2 = errorMessage(opaqueNumberPlate(_), "11-A1-22")
1002[warn] | ^^^^^^^^^^^^^^^^^
1003[warn] |Context bounds will map to context parameters.
1004[warn] |A `using` clause is needed to pass explicit arguments to them.
1005[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1006[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:276:53 -
1007[warn] 276 | val Parsed.Success("ABC", _) = parse("ABC.", cp(_))
1008[warn] | ^^
1009[warn] |Context bounds will map to context parameters.
1010[warn] |A `using` clause is needed to pass explicit arguments to them.
1011[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1012[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:277:52 -
1013[warn] 277 | val Parsed.Failure(_, 2, _) = parse("ABc.", cp(_))
1014[warn] | ^^
1015[warn] |Context bounds will map to context parameters.
1016[warn] |A `using` clause is needed to pass explicit arguments to them.
1017[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1018[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:283:66 -
1019[warn] 283 | val Parsed.Success("aaabbccxyz", _) = parse("aaabbccxyz", ci(_))
1020[warn] | ^^
1021[warn] |Context bounds will map to context parameters.
1022[warn] |A `using` clause is needed to pass explicit arguments to them.
1023[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1024[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:284:60 -
1025[warn] 284 | val Parsed.Failure(_, 7, _) = parse("aaabbccdxyz.", ci(_))
1026[warn] | ^^
1027[warn] |Context bounds will map to context parameters.
1028[warn] |A `using` clause is needed to pass explicit arguments to them.
1029[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1030[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:289:61 -
1031[warn] 289 | val Parsed.Success("12345", _) = parse("12345abcde", digits(_))
1032[warn] | ^^^^^^
1033[warn] |Context bounds will map to context parameters.
1034[warn] |A `using` clause is needed to pass explicit arguments to them.
1035[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1036[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:290:59 -
1037[warn] 290 | val Parsed.Success("123", _) = parse("123abcde45", digits(_))
1038[warn] | ^^^^^^
1039[warn] |Context bounds will map to context parameters.
1040[warn] |A `using` clause is needed to pass explicit arguments to them.
1041[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1042[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:296:56 -
1043[warn] 296 | val Parsed.Success("12345", _) = parse("12345", cw(_))
1044[warn] | ^^
1045[warn] |Context bounds will map to context parameters.
1046[warn] |A `using` clause is needed to pass explicit arguments to them.
1047[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1048[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:297:55 -
1049[warn] 297 | val Parsed.Success("123", _) = parse("123 45", cw(_))
1050[warn] | ^^
1051[warn] |Context bounds will map to context parameters.
1052[warn] |A `using` clause is needed to pass explicit arguments to them.
1053[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1054[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:302:56 -
1055[warn] 302 | val Parsed.Success("12345", _) = parse("12345", cw(_))
1056[warn] | ^^
1057[warn] |Context bounds will map to context parameters.
1058[warn] |A `using` clause is needed to pass explicit arguments to them.
1059[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1060[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:303:55 -
1061[warn] 303 | val Parsed.Success("123", _) = parse("123 45", cw(_))
1062[warn] | ^^
1063[warn] |Context bounds will map to context parameters.
1064[warn] |A `using` clause is needed to pass explicit arguments to them.
1065[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1066[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:309:73 -
1067[warn] 309 | val Parsed.Success(Seq("cow", "cattle"), _) = parse("cowcattle", si(_))
1068[warn] | ^^
1069[warn] |Context bounds will map to context parameters.
1070[warn] |A `using` clause is needed to pass explicit arguments to them.
1071[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1072[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:310:60 -
1073[warn] 310 | val Parsed.Success(Seq("cow"), _) = parse("cowmoo", si(_))
1074[warn] | ^^
1075[warn] |Context bounds will map to context parameters.
1076[warn] |A `using` clause is needed to pass explicit arguments to them.
1077[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1078[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:311:50 -
1079[warn] 311 | val Parsed.Failure(_, _, _) = parse("co", si(_))
1080[warn] | ^^
1081[warn] |Context bounds will map to context parameters.
1082[warn] |A `using` clause is needed to pass explicit arguments to them.
1083[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1084[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:320:58 -
1085[warn] 320 | val Parsed.Success("abcd", _) = parse("val abcd", nocut(_))
1086[warn] | ^^^^^
1087[warn] |Context bounds will map to context parameters.
1088[warn] |A `using` clause is needed to pass explicit arguments to them.
1089[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1090[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:322:40 -
1091[warn] 322 | val failure = parse("val 1234", nocut(_)).asInstanceOf[Parsed.Failure]
1092[warn] | ^^^^^
1093[warn] |Context bounds will map to context parameters.
1094[warn] |A `using` clause is needed to pass explicit arguments to them.
1095[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1096[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:334:58 -
1097[warn] 334 | val Parsed.Success("abcd", _) = parse("val abcd", nocut(_))
1098[warn] | ^^^^^
1099[warn] |Context bounds will map to context parameters.
1100[warn] |A `using` clause is needed to pass explicit arguments to them.
1101[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1102[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:336:40 -
1103[warn] 336 | val failure = parse("val 1234", nocut(_)).asInstanceOf[Parsed.Failure]
1104[warn] | ^^^^^
1105[warn] |Context bounds will map to context parameters.
1106[warn] |A `using` clause is needed to pass explicit arguments to them.
1107[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1108[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:349:64 -
1109[warn] 349 | val Parsed.Success(Seq("abcd"), _) = parse("val abcd;", stmts(_))
1110[warn] | ^^^^^
1111[warn] |Context bounds will map to context parameters.
1112[warn] |A `using` clause is needed to pass explicit arguments to them.
1113[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1114[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:350:80 -
1115[warn] 350 | val Parsed.Success(Seq("abcd", "efg"), _) = parse("val abcd; val efg;", stmts(_))
1116[warn] | ^^^^^
1117[warn] |Context bounds will map to context parameters.
1118[warn] |A `using` clause is needed to pass explicit arguments to them.
1119[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1120[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:352:46 -
1121[warn] 352 | val failure = parse("val abcd; val ", stmts(_)).asInstanceOf[Parsed.Failure]
1122[warn] | ^^^^^
1123[warn] |Context bounds will map to context parameters.
1124[warn] |A `using` clause is needed to pass explicit arguments to them.
1125[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1126[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:365:64 -
1127[warn] 365 | val Parsed.Success(Seq("abcd"), _) = parse("val abcd;", stmts(_))
1128[warn] | ^^^^^
1129[warn] |Context bounds will map to context parameters.
1130[warn] |A `using` clause is needed to pass explicit arguments to them.
1131[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1132[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:366:80 -
1133[warn] 366 | val Parsed.Success(Seq("abcd", "efg"), _) = parse("val abcd; val efg;", stmts(_))
1134[warn] | ^^^^^
1135[warn] |Context bounds will map to context parameters.
1136[warn] |A `using` clause is needed to pass explicit arguments to them.
1137[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1138[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:368:46 -
1139[warn] 368 | val failure = parse("val abcd; val ", stmts(_)).asInstanceOf[Parsed.Failure]
1140[warn] | ^^^^^
1141[warn] |Context bounds will map to context parameters.
1142[warn] |A `using` clause is needed to pass explicit arguments to them.
1143[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1144[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:380:64 -
1145[warn] 380 | val Parsed.Success(Seq("1", "23"), _) = parse("(1,23)", tuple(_))
1146[warn] | ^^^^^
1147[warn] |Context bounds will map to context parameters.
1148[warn] |A `using` clause is needed to pass explicit arguments to them.
1149[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1150[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:382:36 -
1151[warn] 382 | val failure = parse("(1,)", tuple(_)).asInstanceOf[Parsed.Failure]
1152[warn] | ^^^^^
1153[warn] |Context bounds will map to context parameters.
1154[warn] |A `using` clause is needed to pass explicit arguments to them.
1155[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1156[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:394:64 -
1157[warn] 394 | val Parsed.Success(Seq("1", "23"), _) = parse("(1,23)", tuple(_))
1158[warn] | ^^^^^
1159[warn] |Context bounds will map to context parameters.
1160[warn] |A `using` clause is needed to pass explicit arguments to them.
1161[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1162[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:396:36 -
1163[warn] 396 | val failure = parse("(1,)", tuple(_)).asInstanceOf[Parsed.Failure]
1164[warn] | ^^^^^
1165[warn] |Context bounds will map to context parameters.
1166[warn] |A `using` clause is needed to pass explicit arguments to them.
1167[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1168[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:409:64 -
1169[warn] 409 | val Parsed.Success(Seq("1", "23"), _) = parse("(1,23)", tuple(_))
1170[warn] | ^^^^^
1171[warn] |Context bounds will map to context parameters.
1172[warn] |A `using` clause is needed to pass explicit arguments to them.
1173[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1174[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:411:36 -
1175[warn] 411 | val failure = parse("(1,)", tuple(_)).asInstanceOf[Parsed.Failure]
1176[warn] | ^^^^^
1177[warn] |Context bounds will map to context parameters.
1178[warn] |A `using` clause is needed to pass explicit arguments to them.
1179[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1180[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:423:53 -
1181[warn] 423 | val Parsed.Success((), _) = parse("12:30pm", time1(_))
1182[warn] | ^^^^^
1183[warn] |Context bounds will map to context parameters.
1184[warn] |A `using` clause is needed to pass explicit arguments to them.
1185[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1186[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:424:51 -
1187[warn] 424 | val Parsed.Success((), _) = parse("17:45", time2(_))
1188[warn] | ^^^^^
1189[warn] |Context bounds will map to context parameters.
1190[warn] |A `using` clause is needed to pass explicit arguments to them.
1191[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1192[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:426:53 -
1193[warn] 426 | val Parsed.Success((), _) = parse("12:30pm", time(_))
1194[warn] | ^^^^
1195[warn] |Context bounds will map to context parameters.
1196[warn] |A `using` clause is needed to pass explicit arguments to them.
1197[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1198[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:427:37 -
1199[warn] 427 | val failure = parse("17:45", time(_)).asInstanceOf[Parsed.Failure]
1200[warn] | ^^^^
1201[warn] |Context bounds will map to context parameters.
1202[warn] |A `using` clause is needed to pass explicit arguments to them.
1203[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1204[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:435:53 -
1205[warn] 435 | val Parsed.Success((), _) = parse("12:30pm", time1(_))
1206[warn] | ^^^^^
1207[warn] |Context bounds will map to context parameters.
1208[warn] |A `using` clause is needed to pass explicit arguments to them.
1209[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1210[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:436:51 -
1211[warn] 436 | val Parsed.Success((), _) = parse("17:45", time2(_))
1212[warn] | ^^^^^
1213[warn] |Context bounds will map to context parameters.
1214[warn] |A `using` clause is needed to pass explicit arguments to them.
1215[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1216[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:438:53 -
1217[warn] 438 | val Parsed.Success((), _) = parse("12:30pm", time(_))
1218[warn] | ^^^^
1219[warn] |Context bounds will map to context parameters.
1220[warn] |A `using` clause is needed to pass explicit arguments to them.
1221[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1222[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:439:51 -
1223[warn] 439 | val Parsed.Success((), _) = parse("17:45", time(_))
1224[warn] | ^^^^
1225[warn] |Context bounds will map to context parameters.
1226[warn] |A `using` clause is needed to pass explicit arguments to them.
1227[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1228[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:455:32 -
1229[warn] 455 | parse("(1+(2+3x))+4", Foo.expr(_)),
1230[warn] | ^^^^^^^^
1231[warn] |Context bounds will map to context parameters.
1232[warn] |A `using` clause is needed to pass explicit arguments to them.
1233[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1234[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:469:32 -
1235[warn] 469 | parse("(1+(2+3x))+4", Foo.expr(_)),
1236[warn] | ^^^^^^^^
1237[warn] |Context bounds will map to context parameters.
1238[warn] |A `using` clause is needed to pass explicit arguments to them.
1239[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1240[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:481:20 -
1241[warn] 481 | parse("AB", Foo(_))
1242[warn] | ^^^
1243[warn] |Context bounds will map to context parameters.
1244[warn] |A `using` clause is needed to pass explicit arguments to them.
1245[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1246[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:507:30 -
1247[warn] 507 | parse("(1+(2+3x))+4", Foo.expr(_))
1248[warn] | ^^^^^^^^
1249[warn] |Context bounds will map to context parameters.
1250[warn] |A `using` clause is needed to pass explicit arguments to them.
1251[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1252[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:540:69 -
1253[warn] 540 | val Parsed.Success((0, "1", 1, (2, "2", 3)), _) = parse("1+2", Add(_))
1254[warn] | ^^^
1255[warn] |Context bounds will map to context parameters.
1256[warn] |A `using` clause is needed to pass explicit arguments to them.
1257[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1258[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:552:34 -
1259[warn] 552 | val folded = parse(input, andOr(_)).fold(
1260[warn] | ^^^^^
1261[warn] |Context bounds will map to context parameters.
1262[warn] |A `using` clause is needed to pass explicit arguments to them.
1263[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1264[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:569:65 -
1265[warn] 569 | val Parsed.Failure(_, _, extra) = fastparse.parse("(1+?)", expr(_))
1266[warn] | ^^^^
1267[warn] |Context bounds will map to context parameters.
1268[warn] |A `using` clause is needed to pass explicit arguments to them.
1269[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1270[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:13:30 --
1271[warn] 13 | parser: P[_] => P[_]) = {
1272[warn] | ^
1273[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
1274[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1275[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:13:38 --
1276[warn] 13 | parser: P[_] => P[_]) = {
1277[warn] | ^
1278[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
1279[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1280[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:28:26 --
1281[warn] 28 | def check(parser: P[_] => P[_]) = {
1282[warn] | ^
1283[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
1284[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1285[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:28:34 --
1286[warn] 28 | def check(parser: P[_] => P[_]) = {
1287[warn] | ^
1288[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
1289[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1290[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:522:26 -
1291[warn] 522 | def check(parser: P[_] => P[_]) = checkOffset(
1292[warn] | ^
1293[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
1294[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1295[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:522:34 -
1296[warn] 522 | def check(parser: P[_] => P[_]) = checkOffset(
1297[warn] | ^
1298[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
1299[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1300[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:14:65 --
1301[warn] 14 | val f @ Parsed.Failure(failureString, index, extra) = parse(input, parser(_))
1302[warn] | ^^^^^^^^^^^^^^^^^^^^^^^
1303[warn] |pattern's type fastparse.Parsed.Failure is more specialized than the right hand side expression's type fastparse.Parsed[Any]
1304[warn] |
1305[warn] |If the narrowing is intentional, this can be communicated by adding `: @unchecked` after the expression,
1306[warn] |which may result in a MatchError at runtime.
1307[warn] |This patch can be rewritten automatically under -rewrite -source 3.2-migration.
1308[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:29:67 --
1309[warn] 29 | val f @ Parsed.Failure(failureString, index, extra) = parse("d", parser(_))
1310[warn] | ^^^^^^^^^^^^^^^^^^^^^
1311[warn] |pattern's type fastparse.Parsed.Failure is more specialized than the right hand side expression's type fastparse.Parsed[Any]
1312[warn] |
1313[warn] |If the narrowing is intentional, this can be communicated by adding `: @unchecked` after the expression,
1314[warn] |which may result in a MatchError at runtime.
1315[warn] |This patch can be rewritten automatically under -rewrite -source 3.2-migration.
1316[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:41:8 ---
1317[warn] 41 | parseA(_)
1318[warn] | ^^^^^^
1319[warn] |Context bounds will map to context parameters.
1320[warn] |A `using` clause is needed to pass explicit arguments to them.
1321[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1322[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:46:8 ---
1323[warn] 46 | parseA(_)
1324[warn] | ^^^^^^
1325[warn] |Context bounds will map to context parameters.
1326[warn] |A `using` clause is needed to pass explicit arguments to them.
1327[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1328[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:51:8 ---
1329[warn] 51 | parseA(_)
1330[warn] | ^^^^^^
1331[warn] |Context bounds will map to context parameters.
1332[warn] |A `using` clause is needed to pass explicit arguments to them.
1333[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1334[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:56:8 ---
1335[warn] 56 | parseA(_)
1336[warn] | ^^^^^^
1337[warn] |Context bounds will map to context parameters.
1338[warn] |A `using` clause is needed to pass explicit arguments to them.
1339[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1340[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:61:8 ---
1341[warn] 61 | parseA(_)
1342[warn] | ^^^^^^
1343[warn] |Context bounds will map to context parameters.
1344[warn] |A `using` clause is needed to pass explicit arguments to them.
1345[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1346[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:66:8 ---
1347[warn] 66 | parseA(_)
1348[warn] | ^^^^^^
1349[warn] |Context bounds will map to context parameters.
1350[warn] |A `using` clause is needed to pass explicit arguments to them.
1351[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1352[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:73:10 --
1353[warn] 73 | parseA(_)
1354[warn] | ^^^^^^
1355[warn] |Context bounds will map to context parameters.
1356[warn] |A `using` clause is needed to pass explicit arguments to them.
1357[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1358[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:79:10 --
1359[warn] 79 | parseA(_)
1360[warn] | ^^^^^^
1361[warn] |Context bounds will map to context parameters.
1362[warn] |A `using` clause is needed to pass explicit arguments to them.
1363[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1364[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:85:10 --
1365[warn] 85 | parseA(_)
1366[warn] | ^^^^^^
1367[warn] |Context bounds will map to context parameters.
1368[warn] |A `using` clause is needed to pass explicit arguments to them.
1369[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1370[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:91:10 --
1371[warn] 91 | parseA(_)
1372[warn] | ^^^^^^
1373[warn] |Context bounds will map to context parameters.
1374[warn] |A `using` clause is needed to pass explicit arguments to them.
1375[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1376[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:97:10 --
1377[warn] 97 | parseA(_)
1378[warn] | ^^^^^^
1379[warn] |Context bounds will map to context parameters.
1380[warn] |A `using` clause is needed to pass explicit arguments to them.
1381[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1382[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:103:10 -
1383[warn] 103 | parseA(_)
1384[warn] | ^^^^^^
1385[warn] |Context bounds will map to context parameters.
1386[warn] |A `using` clause is needed to pass explicit arguments to them.
1387[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1388[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:113:55 -
1389[warn] 113 | val f1 @ Parsed.Failure(_, _, _) = parse("ad", parseA(_))
1390[warn] | ^^^^^^
1391[warn] |Context bounds will map to context parameters.
1392[warn] |A `using` clause is needed to pass explicit arguments to them.
1393[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1394[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:119:56 -
1395[warn] 119 | val f2 @ Parsed.Failure(_, _, _) = parse("a,d", parseA(_))
1396[warn] | ^^^^^^
1397[warn] |Context bounds will map to context parameters.
1398[warn] |A `using` clause is needed to pass explicit arguments to them.
1399[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1400[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:132:57 -
1401[warn] 132 | val f1 @ Parsed.Failure(_, _, _) = parse("abab", parseA(_))
1402[warn] | ^^^^^^
1403[warn] |Context bounds will map to context parameters.
1404[warn] |A `using` clause is needed to pass explicit arguments to them.
1405[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1406[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:143:55 -
1407[warn] 143 | val f1 @ Parsed.Failure(_, _, _) = parse("ax", parseA(_))
1408[warn] | ^^^^^^
1409[warn] |Context bounds will map to context parameters.
1410[warn] |A `using` clause is needed to pass explicit arguments to them.
1411[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1412[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:149:56 -
1413[warn] 149 | val f2 @ Parsed.Failure(_, _, _) = parse("a,x", parseA(_))
1414[warn] | ^^^^^^
1415[warn] |Context bounds will map to context parameters.
1416[warn] |A `using` clause is needed to pass explicit arguments to them.
1417[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1418[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:163:10 -
1419[warn] 163 | parseA(_)
1420[warn] | ^^^^^^
1421[warn] |Context bounds will map to context parameters.
1422[warn] |A `using` clause is needed to pass explicit arguments to them.
1423[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1424[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:173:10 -
1425[warn] 173 | parseA(_)
1426[warn] | ^^^^^^
1427[warn] |Context bounds will map to context parameters.
1428[warn] |A `using` clause is needed to pass explicit arguments to them.
1429[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1430[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:191:10 -
1431[warn] 191 | parseA(_)
1432[warn] | ^^^^^^
1433[warn] |Context bounds will map to context parameters.
1434[warn] |A `using` clause is needed to pass explicit arguments to them.
1435[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1436[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:202:10 -
1437[warn] 202 | parseA(_)
1438[warn] | ^^^^^^
1439[warn] |Context bounds will map to context parameters.
1440[warn] |A `using` clause is needed to pass explicit arguments to them.
1441[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1442[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:219:10 -
1443[warn] 219 | parseA(_)
1444[warn] | ^^^^^^
1445[warn] |Context bounds will map to context parameters.
1446[warn] |A `using` clause is needed to pass explicit arguments to them.
1447[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1448[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:231:10 -
1449[warn] 231 | multiple(_)
1450[warn] | ^^^^^^^^
1451[warn] |Context bounds will map to context parameters.
1452[warn] |A `using` clause is needed to pass explicit arguments to them.
1453[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1454[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:243:10 -
1455[warn] 243 | multiple(_)
1456[warn] | ^^^^^^^^
1457[warn] |Context bounds will map to context parameters.
1458[warn] |A `using` clause is needed to pass explicit arguments to them.
1459[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1460[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:254:10 -
1461[warn] 254 | items(_)
1462[warn] | ^^^^^
1463[warn] |Context bounds will map to context parameters.
1464[warn] |A `using` clause is needed to pass explicit arguments to them.
1465[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1466[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:266:10 -
1467[warn] 266 | all(_)
1468[warn] | ^^^
1469[warn] |Context bounds will map to context parameters.
1470[warn] |A `using` clause is needed to pass explicit arguments to them.
1471[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1472[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:279:10 -
1473[warn] 279 | a(_)
1474[warn] | ^
1475[warn] |Context bounds will map to context parameters.
1476[warn] |A `using` clause is needed to pass explicit arguments to them.
1477[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1478[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:290:12 -
1479[warn] 290 | parse(_)
1480[warn] | ^^^^^
1481[warn] |Context bounds will map to context parameters.
1482[warn] |A `using` clause is needed to pass explicit arguments to them.
1483[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1484[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:300:12 -
1485[warn] 300 | parse(_)
1486[warn] | ^^^^^
1487[warn] |Context bounds will map to context parameters.
1488[warn] |A `using` clause is needed to pass explicit arguments to them.
1489[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1490[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:323:12 -
1491[warn] 323 | parse(_)
1492[warn] | ^^^^^
1493[warn] |Context bounds will map to context parameters.
1494[warn] |A `using` clause is needed to pass explicit arguments to them.
1495[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1496[warn] -- [E220] Type Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:359:51
1497[warn] 359 | def parse[$: P] = P( !CharIn("0-6").log("lhs") ~ CharIn("4-8").log("rhs") ~ End ).log
1498[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
1499[warn] |Argument for implicit parameter logger was supplied using a default argument.
1500[warn] |
1501[warn] | longer explanation available when compiling with `-explain`
1502[warn] -- [E220] Type Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:359:78
1503[warn] 359 | def parse[$: P] = P( !CharIn("0-6").log("lhs") ~ CharIn("4-8").log("rhs") ~ End ).log
1504[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
1505[warn] |Argument for implicit parameter logger was supplied using a default argument.
1506[warn] |
1507[warn] | longer explanation available when compiling with `-explain`
1508[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:360:12 -
1509[warn] 360 | parse(_)
1510[warn] | ^^^^^
1511[warn] |Context bounds will map to context parameters.
1512[warn] |A `using` clause is needed to pass explicit arguments to them.
1513[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1514[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/GnipSubSyntaxTest.scala:34:42
1515[warn] 34 | def apply(rule: String) = parse(rule, GnipRuleParser.parse(_))
1516[warn] | ^^^^^^^^^^^^^^^^^^^^
1517[warn] |Context bounds will map to context parameters.
1518[warn] |A `using` clause is needed to pass explicit arguments to them.
1519[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1520[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/IndentationTests.scala:41:50
1521[warn] 41 | val Parsed.Success(value, _) = parse(str, expr(_))
1522[warn] | ^^^^
1523[warn] |Context bounds will map to context parameters.
1524[warn] |A `using` clause is needed to pass explicit arguments to them.
1525[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1526[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/IndentationTests.scala:127:35
1527[warn] 127 | val failure = parse(input, expr(_)).asInstanceOf[Parsed.Failure]
1528[warn] | ^^^^
1529[warn] |Context bounds will map to context parameters.
1530[warn] |A `using` clause is needed to pass explicit arguments to them.
1531[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1532[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/JsonTests.scala:60:66 -----
1533[warn] 60 | P( "[" ~/ jsonExpr.rep(sep=","./) ~ space ~ "]").map(Js.Arr(_:_*))
1534[warn] | ^
1535[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
1536[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1537[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/JsonTests.scala:65:62 -----
1538[warn] 65 | P( "{" ~/ pair.rep(sep=","./) ~ space ~ "}").map(Js.Obj(_:_*))
1539[warn] | ^
1540[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
1541[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1542[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/JsonTests.scala:81:21 -----
1543[warn] 81 | def check(p: P[_] => P[Any], s: String) = parse(s, p) match{
1544[warn] | ^
1545[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
1546[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1547[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/JsonTests.scala:89:21 -----
1548[warn] 89 | test - check(number(_), "12031.33123E-2")
1549[warn] | ^^^^^^
1550[warn] |Context bounds will map to context parameters.
1551[warn] |A `using` clause is needed to pass explicit arguments to them.
1552[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1553[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/JsonTests.scala:90:21 -----
1554[warn] 90 | test - check(string(_), "\"i am a cow lol omfg\"")
1555[warn] | ^^^^^^
1556[warn] |Context bounds will map to context parameters.
1557[warn] |A `using` clause is needed to pass explicit arguments to them.
1558[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1559[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/JsonTests.scala:91:21 -----
1560[warn] 91 | test - check(array(_), """[1, 2, "omg", ["wtf", "bbq", 42]]""")
1561[warn] | ^^^^^
1562[warn] |Context bounds will map to context parameters.
1563[warn] |A `using` clause is needed to pass explicit arguments to them.
1564[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1565[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/JsonTests.scala:92:21 -----
1566[warn] 92 | test - check(obj(_), """{"omg": "123", "wtf": 456, "bbq": "789"}""")
1567[warn] | ^^^
1568[warn] |Context bounds will map to context parameters.
1569[warn] |A `using` clause is needed to pass explicit arguments to them.
1570[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1571[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/JsonTests.scala:96:54 -----
1572[warn] 96 | parse("""{"omg": "123", "wtf": 12.4123}""", jsonExpr(_))
1573[warn] | ^^^^^^^^
1574[warn] |Context bounds will map to context parameters.
1575[warn] |A `using` clause is needed to pass explicit arguments to them.
1576[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1577[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/JsonTests.scala:100:34 ----
1578[warn] 100 | test("bigJsonExpr") - check(jsonExpr(_), """
1579[warn] | ^^^^^^^^
1580[warn] |Context bounds will map to context parameters.
1581[warn] |A `using` clause is needed to pass explicit arguments to them.
1582[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1583[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/JsonTests.scala:141:17 ----
1584[warn] 141 | parse(s, jsonExpr(_)) match{
1585[warn] | ^^^^^^^^
1586[warn] |Context bounds will map to context parameters.
1587[warn] |A `using` clause is needed to pass explicit arguments to them.
1588[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1589[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/Main.scala:9:51 -----------
1590[warn] 9 | val Parsed.Failure(_, _, extra) = parse("lol", combined(_))
1591[warn] | ^^^^^^^^
1592[warn] |Context bounds will map to context parameters.
1593[warn] |A `using` clause is needed to pass explicit arguments to them.
1594[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1595[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/MathTests.scala:32:46 -----
1596[warn] 32 | val Parsed.Success(2, _) = parse("1+1", expr(_))
1597[warn] | ^^^^
1598[warn] |Context bounds will map to context parameters.
1599[warn] |A `using` clause is needed to pass explicit arguments to them.
1600[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1601[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/MathTests.scala:33:55 -----
1602[warn] 33 | val Parsed.Success(15, _) = parse("(1+1*2)+3*4", expr(_))
1603[warn] | ^^^^
1604[warn] |Context bounds will map to context parameters.
1605[warn] |A `using` clause is needed to pass explicit arguments to them.
1606[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1607[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/MathTests.scala:34:63 -----
1608[warn] 34 | val Parsed.Success(21, _) = parse("((1+1*2)+(3*4*5))/3", expr(_))
1609[warn] | ^^^^
1610[warn] |Context bounds will map to context parameters.
1611[warn] |A `using` clause is needed to pass explicit arguments to them.
1612[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1613[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/MathTests.scala:35:69 -----
1614[warn] 35 | val Parsed.Failure(expected, failIndex, extra) = parse("1+1*", expr(_))
1615[warn] | ^^^^
1616[warn] |Context bounds will map to context parameters.
1617[warn] |A `using` clause is needed to pass explicit arguments to them.
1618[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1619[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/MathTests.scala:48:35 -----
1620[warn] 48 | val failure = parse(input, expr(_)).asInstanceOf[Parsed.Failure]
1621[warn] | ^^^^
1622[warn] |Context bounds will map to context parameters.
1623[warn] |A `using` clause is needed to pass explicit arguments to them.
1624[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1625[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/MathTests.scala:62:57 -----
1626[warn] 62 | val failure2 = parse(input.grouped(chunkSize), expr(_)).asInstanceOf[Parsed.Failure]
1627[warn] | ^^^^
1628[warn] |Context bounds will map to context parameters.
1629[warn] |A `using` clause is needed to pass explicit arguments to them.
1630[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1631[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/MathTests.scala:104:37 ----
1632[warn] 104 | parse("((1+1*2)+(3*4*5))/3", expr(_), instrument = instrument)
1633[warn] | ^^^^
1634[warn] |Context bounds will map to context parameters.
1635[warn] |A `using` clause is needed to pass explicit arguments to them.
1636[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1637[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/MathTests.scala:127:37 ----
1638[warn] 127 | parse("((1+1*2)+(3*4*5))/3", expr(_), instrument = instrument)
1639[warn] | ^^^^
1640[warn] |Context bounds will map to context parameters.
1641[warn] |A `using` clause is needed to pass explicit arguments to them.
1642[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1643[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/MathTests.scala:142:36 ----
1644[warn] 142 | parse("((1+1*2)+(3*4*))/3", expr(_), instrument = instrument)
1645[warn] | ^^^^
1646[warn] |Context bounds will map to context parameters.
1647[warn] |A `using` clause is needed to pass explicit arguments to them.
1648[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1649[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:10:25 --
1650[warn] 10 | def check[T](parser: P[_] => P[T], input: (String, Int), rhs: Parsed[T]) = {
1651[warn] | ^
1652[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
1653[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1654[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:22:29 --
1655[warn] 22 | def checkFail[T](parser: P[_] => P[T], input: (String, Int), expectedFailureIndex: Int) = {
1656[warn] | ^
1657[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
1658[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1659[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:258:48 -
1660[warn] 258 | val Parsed.Success(_, _) = parse("aaa bbb", parser(_))
1661[warn] | ^^^^^^
1662[warn] |Context bounds will map to context parameters.
1663[warn] |A `using` clause is needed to pass explicit arguments to them.
1664[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1665[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:259:49 -
1666[warn] 259 | val Parsed.Success(_, _) = parse("aa bb", parser(_))
1667[warn] | ^^^^^^
1668[warn] |Context bounds will map to context parameters.
1669[warn] |A `using` clause is needed to pass explicit arguments to them.
1670[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1671[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:260:50 -
1672[warn] 260 | val Parsed.Failure(_, _, _) = parse("aaa bb", parser(_))
1673[warn] | ^^^^^^
1674[warn] |Context bounds will map to context parameters.
1675[warn] |A `using` clause is needed to pass explicit arguments to them.
1676[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1677[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:261:49 -
1678[warn] 261 | val Parsed.Failure(_, _, _) = parse("aaa b", parser(_))
1679[warn] | ^^^^^^
1680[warn] |Context bounds will map to context parameters.
1681[warn] |A `using` clause is needed to pass explicit arguments to them.
1682[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1683[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:267:47 -
1684[warn] 267 | val Parsed.Success(_, _) = parse("aaabbb", parser(_))
1685[warn] | ^^^^^^
1686[warn] |Context bounds will map to context parameters.
1687[warn] |A `using` clause is needed to pass explicit arguments to them.
1688[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1689[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:268:45 -
1690[warn] 268 | val Parsed.Success(_, _) = parse("aabb", parser(_))
1691[warn] | ^^^^^^
1692[warn] |Context bounds will map to context parameters.
1693[warn] |A `using` clause is needed to pass explicit arguments to them.
1694[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1695[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:269:51 -
1696[warn] 269 | val Parsed.Failure(_, _, _) = parse("aaa bbb", parser(_))
1697[warn] | ^^^^^^
1698[warn] |Context bounds will map to context parameters.
1699[warn] |A `using` clause is needed to pass explicit arguments to them.
1700[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1701[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:270:49 -
1702[warn] 270 | val Parsed.Failure(_, _, _) = parse("aa bb", parser(_))
1703[warn] | ^^^^^^
1704[warn] |Context bounds will map to context parameters.
1705[warn] |A `using` clause is needed to pass explicit arguments to them.
1706[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1707[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:110:47 -
1708[warn] 110 | val Parsed.Failure(_, _, _) = parse(wat, fail1(_))
1709[warn] | ^^^^^
1710[warn] |Context bounds will map to context parameters.
1711[warn] |A `using` clause is needed to pass explicit arguments to them.
1712[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1713[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:112:47 -
1714[warn] 112 | val Parsed.Failure(_, _, _) = parse(wat, fail2(_))
1715[warn] | ^^^^^
1716[warn] |Context bounds will map to context parameters.
1717[warn] |A `using` clause is needed to pass explicit arguments to them.
1718[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1719[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:121:57 -
1720[warn] 121 | val Parsed.Failure(_,0,_) = parse("worldlols", parser(_))
1721[warn] | ^^^^^^
1722[warn] |Context bounds will map to context parameters.
1723[warn] |A `using` clause is needed to pass explicit arguments to them.
1724[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1725[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:123:58 -
1726[warn] 123 | val Parsed.Failure(_,6,_) = parse("worldxlols", parser(_))
1727[warn] | ^^^^^^
1728[warn] |Context bounds will map to context parameters.
1729[warn] |A `using` clause is needed to pass explicit arguments to them.
1730[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1731[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:126:56 -
1732[warn] 126 | val Parsed.Failure(_,6,_) = parse("worldxam", parser(_))
1733[warn] | ^^^^^^
1734[warn] |Context bounds will map to context parameters.
1735[warn] |A `using` clause is needed to pass explicit arguments to them.
1736[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1737[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:128:57 -
1738[warn] 128 | val Parsed.Failure(_,9,_) = parse("worldxama", parser(_))
1739[warn] | ^^^^^^
1740[warn] |Context bounds will map to context parameters.
1741[warn] |A `using` clause is needed to pass explicit arguments to them.
1742[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1743[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:133:57 -
1744[warn] 133 | val Parsed.Failure(_,0,_) = parse("worldlols", parser2(_))
1745[warn] | ^^^^^^^
1746[warn] |Context bounds will map to context parameters.
1747[warn] |A `using` clause is needed to pass explicit arguments to them.
1748[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1749[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:134:58 -
1750[warn] 134 | val Parsed.Failure(_,0,_) = parse("worldxlols", parser2(_))
1751[warn] | ^^^^^^^
1752[warn] |Context bounds will map to context parameters.
1753[warn] |A `using` clause is needed to pass explicit arguments to them.
1754[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1755[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:136:56 -
1756[warn] 136 | val Parsed.Failure(_,8,_) = parse("worldxam", parser2(_))
1757[warn] | ^^^^^^^
1758[warn] |Context bounds will map to context parameters.
1759[warn] |A `using` clause is needed to pass explicit arguments to them.
1760[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1761[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:137:57 -
1762[warn] 137 | val Parsed.Failure(_,9,_) = parse("worldxama", parser2(_))
1763[warn] | ^^^^^^^
1764[warn] |Context bounds will map to context parameters.
1765[warn] |A `using` clause is needed to pass explicit arguments to them.
1766[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1767[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:140:60 -
1768[warn] 140 | val Parsed.Failure(_,11,_) = parse("worldxamaba", parser2(_))
1769[warn] | ^^^^^^^
1770[warn] |Context bounds will map to context parameters.
1771[warn] |A `using` clause is needed to pass explicit arguments to them.
1772[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1773[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:146:57 -
1774[warn] 146 | val Parsed.Success((), 0) = parse("worldlols", parser(_))
1775[warn] | ^^^^^^
1776[warn] |Context bounds will map to context parameters.
1777[warn] |A `using` clause is needed to pass explicit arguments to them.
1778[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1779[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:148:58 -
1780[warn] 148 | val Parsed.Failure(_,6,_) = parse("worldxlols", parser(_))
1781[warn] | ^^^^^^
1782[warn] |Context bounds will map to context parameters.
1783[warn] |A `using` clause is needed to pass explicit arguments to them.
1784[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1785[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:151:56 -
1786[warn] 151 | val Parsed.Failure(_,6,_) = parse("worldxam", parser(_))
1787[warn] | ^^^^^^
1788[warn] |Context bounds will map to context parameters.
1789[warn] |A `using` clause is needed to pass explicit arguments to them.
1790[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1791[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:153:57 -
1792[warn] 153 | val Parsed.Failure(_,9,_) = parse("worldxama", parser(_))
1793[warn] | ^^^^^^
1794[warn] |Context bounds will map to context parameters.
1795[warn] |A `using` clause is needed to pass explicit arguments to them.
1796[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1797[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:158:57 -
1798[warn] 158 | val Parsed.Success((), 0) = parse("worldlols", parser2(_))
1799[warn] | ^^^^^^^
1800[warn] |Context bounds will map to context parameters.
1801[warn] |A `using` clause is needed to pass explicit arguments to them.
1802[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1803[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:159:58 -
1804[warn] 159 | val Parsed.Success((), 0) = parse("worldxlols", parser2(_))
1805[warn] | ^^^^^^^
1806[warn] |Context bounds will map to context parameters.
1807[warn] |A `using` clause is needed to pass explicit arguments to them.
1808[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1809[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:161:56 -
1810[warn] 161 | val Parsed.Failure(_,8,_) = parse("worldxam", parser2(_))
1811[warn] | ^^^^^^^
1812[warn] |Context bounds will map to context parameters.
1813[warn] |A `using` clause is needed to pass explicit arguments to them.
1814[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1815[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:162:57 -
1816[warn] 162 | val Parsed.Failure(_,9,_) = parse("worldxama", parser2(_))
1817[warn] | ^^^^^^^
1818[warn] |Context bounds will map to context parameters.
1819[warn] |A `using` clause is needed to pass explicit arguments to them.
1820[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1821[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:165:60 -
1822[warn] 165 | val Parsed.Failure(_,11,_) = parse("worldxamaba", parser2(_))
1823[warn] | ^^^^^^^
1824[warn] |Context bounds will map to context parameters.
1825[warn] |A `using` clause is needed to pass explicit arguments to them.
1826[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1827[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:171:57 -
1828[warn] 171 | val Parsed.Success((), 0) = parse("worldlols", parser(_))
1829[warn] | ^^^^^^
1830[warn] |Context bounds will map to context parameters.
1831[warn] |A `using` clause is needed to pass explicit arguments to them.
1832[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1833[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:173:58 -
1834[warn] 173 | val Parsed.Failure(_,6,_) = parse("worldxlols", parser(_))
1835[warn] | ^^^^^^
1836[warn] |Context bounds will map to context parameters.
1837[warn] |A `using` clause is needed to pass explicit arguments to them.
1838[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1839[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:176:56 -
1840[warn] 176 | val Parsed.Failure(_,6,_) = parse("worldxam", parser(_))
1841[warn] | ^^^^^^
1842[warn] |Context bounds will map to context parameters.
1843[warn] |A `using` clause is needed to pass explicit arguments to them.
1844[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1845[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:178:57 -
1846[warn] 178 | val Parsed.Failure(_,9,_) = parse("worldxama", parser(_))
1847[warn] | ^^^^^^
1848[warn] |Context bounds will map to context parameters.
1849[warn] |A `using` clause is needed to pass explicit arguments to them.
1850[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1851[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:183:57 -
1852[warn] 183 | val Parsed.Success((), 0) = parse("worldlols", parser2(_))
1853[warn] | ^^^^^^^
1854[warn] |Context bounds will map to context parameters.
1855[warn] |A `using` clause is needed to pass explicit arguments to them.
1856[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1857[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:184:58 -
1858[warn] 184 | val Parsed.Success((), 0) = parse("worldxlols", parser2(_))
1859[warn] | ^^^^^^^
1860[warn] |Context bounds will map to context parameters.
1861[warn] |A `using` clause is needed to pass explicit arguments to them.
1862[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1863[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:186:56 -
1864[warn] 186 | val Parsed.Failure(_,8,_) = parse("worldxam", parser2(_))
1865[warn] | ^^^^^^^
1866[warn] |Context bounds will map to context parameters.
1867[warn] |A `using` clause is needed to pass explicit arguments to them.
1868[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1869[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:187:57 -
1870[warn] 187 | val Parsed.Failure(_,9,_) = parse("worldxama", parser2(_))
1871[warn] | ^^^^^^^
1872[warn] |Context bounds will map to context parameters.
1873[warn] |A `using` clause is needed to pass explicit arguments to them.
1874[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1875[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:190:60 -
1876[warn] 190 | val Parsed.Failure(_,11,_) = parse("worldxamaba", parser2(_))
1877[warn] | ^^^^^^^
1878[warn] |Context bounds will map to context parameters.
1879[warn] |A `using` clause is needed to pass explicit arguments to them.
1880[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1881[warn] -- [E220] Type Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:225:62
1882[warn] 225 | def p[$: P] = P( &("Hello" ~/ "Boo") ~ "lol" | "".log("<empty>") )
1883[warn] | ^^^^^^^^^^^^^^^^^
1884[warn] |Argument for implicit parameter logger was supplied using a default argument.
1885[warn] |
1886[warn] | longer explanation available when compiling with `-explain`
1887[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:236:27 -
1888[warn] 236 | val f = parse("cow", parser(_)).asInstanceOf[Parsed.Failure]
1889[warn] | ^^^^^^
1890[warn] |Context bounds will map to context parameters.
1891[warn] |A `using` clause is needed to pass explicit arguments to them.
1892[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1893[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:247:41 -
1894[warn] 247 | val trace = fastparse.parse("AAB", Test(_)).asInstanceOf[Parsed.Failure].trace()
1895[warn] | ^^^^
1896[warn] |Context bounds will map to context parameters.
1897[warn] |A `using` clause is needed to pass explicit arguments to them.
1898[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1899[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/WhitespaceMathTests.scala:29:50
1900[warn] 29 | val Parsed.Success(value, _) = parse(str, expr(_))
1901[warn] | ^^^^
1902[warn] |Context bounds will map to context parameters.
1903[warn] |A `using` clause is needed to pass explicit arguments to them.
1904[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1905[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/WhitespaceMathTests.scala:44:36
1906[warn] 44 | val failure = parse(input, expr(_)).asInstanceOf[Parsed.Failure]
1907[warn] | ^^^^
1908[warn] |Context bounds will map to context parameters.
1909[warn] |A `using` clause is needed to pass explicit arguments to them.
1910[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1911[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/WhitespaceTests.scala:12:39
1912[warn] 12 | val Parsed.Success((), 0) = parse("", p)
1913[warn] | ^^^^^^^^^^^^
1914[warn] |pattern's type fastparse.Parsed.Success[Unit] is more specialized than the right hand side expression's type fastparse.Parsed[Unit]
1915[warn] |
1916[warn] |If the narrowing is intentional, this can be communicated by adding `: @unchecked` after the expression,
1917[warn] |which may result in a MatchError at runtime.
1918[warn] |This patch can be rewritten automatically under -rewrite -source 3.2-migration.
1919[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/WhitespaceTests.scala:13:39
1920[warn] 13 | val Parsed.Success((), 0) = parse("/", p)
1921[warn] | ^^^^^^^^^^^^^
1922[warn] |pattern's type fastparse.Parsed.Success[Unit] is more specialized than the right hand side expression's type fastparse.Parsed[Unit]
1923[warn] |
1924[warn] |If the narrowing is intentional, this can be communicated by adding `: @unchecked` after the expression,
1925[warn] |which may result in a MatchError at runtime.
1926[warn] |This patch can be rewritten automatically under -rewrite -source 3.2-migration.
1927[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/WhitespaceTests.scala:14:39
1928[warn] 14 | val Parsed.Success((), 1) = parse(" /", p)
1929[warn] | ^^^^^^^^^^^^^^
1930[warn] |pattern's type fastparse.Parsed.Success[Unit] is more specialized than the right hand side expression's type fastparse.Parsed[Unit]
1931[warn] |
1932[warn] |If the narrowing is intentional, this can be communicated by adding `: @unchecked` after the expression,
1933[warn] |which may result in a MatchError at runtime.
1934[warn] |This patch can be rewritten automatically under -rewrite -source 3.2-migration.
1935[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/WhitespaceTests.scala:15:39
1936[warn] 15 | val Parsed.Success((), 1) = parse(" / ", p)
1937[warn] | ^^^^^^^^^^^^^^^
1938[warn] |pattern's type fastparse.Parsed.Success[Unit] is more specialized than the right hand side expression's type fastparse.Parsed[Unit]
1939[warn] |
1940[warn] |If the narrowing is intentional, this can be communicated by adding `: @unchecked` after the expression,
1941[warn] |which may result in a MatchError at runtime.
1942[warn] |This patch can be rewritten automatically under -rewrite -source 3.2-migration.
1943[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/WhitespaceTests.scala:16:39
1944[warn] 16 | val Parsed.Success((), 2) = parse("//", p)
1945[warn] | ^^^^^^^^^^^^^^
1946[warn] |pattern's type fastparse.Parsed.Success[Unit] is more specialized than the right hand side expression's type fastparse.Parsed[Unit]
1947[warn] |
1948[warn] |If the narrowing is intentional, this can be communicated by adding `: @unchecked` after the expression,
1949[warn] |which may result in a MatchError at runtime.
1950[warn] |This patch can be rewritten automatically under -rewrite -source 3.2-migration.
1951[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/WhitespaceTests.scala:17:39
1952[warn] 17 | val Parsed.Success((), 3) = parse(" //", p)
1953[warn] | ^^^^^^^^^^^^^^^
1954[warn] |pattern's type fastparse.Parsed.Success[Unit] is more specialized than the right hand side expression's type fastparse.Parsed[Unit]
1955[warn] |
1956[warn] |If the narrowing is intentional, this can be communicated by adding `: @unchecked` after the expression,
1957[warn] |which may result in a MatchError at runtime.
1958[warn] |This patch can be rewritten automatically under -rewrite -source 3.2-migration.
1959[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/WhitespaceTests.scala:18:39
1960[warn] 18 | val Parsed.Success((), 4) = parse(" // ", p)
1961[warn] | ^^^^^^^^^^^^^^^^
1962[warn] |pattern's type fastparse.Parsed.Success[Unit] is more specialized than the right hand side expression's type fastparse.Parsed[Unit]
1963[warn] |
1964[warn] |If the narrowing is intentional, this can be communicated by adding `: @unchecked` after the expression,
1965[warn] |which may result in a MatchError at runtime.
1966[warn] |This patch can be rewritten automatically under -rewrite -source 3.2-migration.
1967[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/WhitespaceTests.scala:19:40
1968[warn] 19 | val Parsed.Success((), 13) = parse(" // / / // /*", p)
1969[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^
1970[warn] |pattern's type fastparse.Parsed.Success[Unit] is more specialized than the right hand side expression's type fastparse.Parsed[Unit]
1971[warn] |
1972[warn] |If the narrowing is intentional, this can be communicated by adding `: @unchecked` after the expression,
1973[warn] |which may result in a MatchError at runtime.
1974[warn] |This patch can be rewritten automatically under -rewrite -source 3.2-migration.
1975[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/WhitespaceTests.scala:20:39
1976[warn] 20 | val Parsed.Success((), 4) = parse("/**/", p)
1977[warn] | ^^^^^^^^^^^^^^^^
1978[warn] |pattern's type fastparse.Parsed.Success[Unit] is more specialized than the right hand side expression's type fastparse.Parsed[Unit]
1979[warn] |
1980[warn] |If the narrowing is intentional, this can be communicated by adding `: @unchecked` after the expression,
1981[warn] |which may result in a MatchError at runtime.
1982[warn] |This patch can be rewritten automatically under -rewrite -source 3.2-migration.
1983[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/WhitespaceTests.scala:21:39
1984[warn] 21 | val Parsed.Success((), 5) = parse("/* */", p)
1985[warn] | ^^^^^^^^^^^^^^^^^
1986[warn] |pattern's type fastparse.Parsed.Success[Unit] is more specialized than the right hand side expression's type fastparse.Parsed[Unit]
1987[warn] |
1988[warn] |If the narrowing is intentional, this can be communicated by adding `: @unchecked` after the expression,
1989[warn] |which may result in a MatchError at runtime.
1990[warn] |This patch can be rewritten automatically under -rewrite -source 3.2-migration.
1991[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/WhitespaceTests.scala:22:39
1992[warn] 22 | val Parsed.Success((), 6) = parse("/****/", p)
1993[warn] | ^^^^^^^^^^^^^^^^^^
1994[warn] |pattern's type fastparse.Parsed.Success[Unit] is more specialized than the right hand side expression's type fastparse.Parsed[Unit]
1995[warn] |
1996[warn] |If the narrowing is intentional, this can be communicated by adding `: @unchecked` after the expression,
1997[warn] |which may result in a MatchError at runtime.
1998[warn] |This patch can be rewritten automatically under -rewrite -source 3.2-migration.
1999[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/WhitespaceTests.scala:23:39
2000[warn] 23 | val Parsed.Success((), 9) = parse("/** * **/", p)
2001[warn] | ^^^^^^^^^^^^^^^^^^^^^
2002[warn] |pattern's type fastparse.Parsed.Success[Unit] is more specialized than the right hand side expression's type fastparse.Parsed[Unit]
2003[warn] |
2004[warn] |If the narrowing is intentional, this can be communicated by adding `: @unchecked` after the expression,
2005[warn] |which may result in a MatchError at runtime.
2006[warn] |This patch can be rewritten automatically under -rewrite -source 3.2-migration.
2007[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/WhitespaceTests.scala:24:40
2008[warn] 24 | val Parsed.Success((), 15) = parse("/** // * // **/", p)
2009[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
2010[warn] |pattern's type fastparse.Parsed.Success[Unit] is more specialized than the right hand side expression's type fastparse.Parsed[Unit]
2011[warn] |
2012[warn] |If the narrowing is intentional, this can be communicated by adding `: @unchecked` after the expression,
2013[warn] |which may result in a MatchError at runtime.
2014[warn] |This patch can be rewritten automatically under -rewrite -source 3.2-migration.
2015[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/WhitespaceTests.scala:29:42
2016[warn] 29 | val Parsed.Failure(_, 11, _) = parse("/** /* /**/", ScalaWhitespace.whitespace.apply(_))
2017[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2018[warn] |pattern's type fastparse.Parsed.Failure is more specialized than the right hand side expression's type fastparse.Parsed[Unit]
2019[warn] |
2020[warn] |If the narrowing is intentional, this can be communicated by adding `: @unchecked` after the expression,
2021[warn] |which may result in a MatchError at runtime.
2022[warn] |This patch can be rewritten automatically under -rewrite -source 3.2-migration.
2023[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/WhitespaceTests.scala:30:39
2024[warn] 30 | val Parsed.Success((), 8) = parse("/*/**/*/", ScalaWhitespace.whitespace.apply(_))
2025[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026[warn] |pattern's type fastparse.Parsed.Success[Unit] is more specialized than the right hand side expression's type fastparse.Parsed[Unit]
2027[warn] |
2028[warn] |If the narrowing is intentional, this can be communicated by adding `: @unchecked` after the expression,
2029[warn] |which may result in a MatchError at runtime.
2030[warn] |This patch can be rewritten automatically under -rewrite -source 3.2-migration.
2031[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/WhitespaceTests.scala:35:40
2032[warn] 35 | val Parsed.Success((), 11) = parse("/** /* /**/", JavaWhitespace.whitespace.apply(_))
2033[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2034[warn] |pattern's type fastparse.Parsed.Success[Unit] is more specialized than the right hand side expression's type fastparse.Parsed[Unit]
2035[warn] |
2036[warn] |If the narrowing is intentional, this can be communicated by adding `: @unchecked` after the expression,
2037[warn] |which may result in a MatchError at runtime.
2038[warn] |This patch can be rewritten automatically under -rewrite -source 3.2-migration.
2039[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/WhitespaceTests.scala:36:39
2040[warn] 36 | val Parsed.Success((), 6) = parse("/*/**/*/", JavaWhitespace.whitespace.apply(_))
2041[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2042[warn] |pattern's type fastparse.Parsed.Success[Unit] is more specialized than the right hand side expression's type fastparse.Parsed[Unit]
2043[warn] |
2044[warn] |If the narrowing is intentional, this can be communicated by adding `: @unchecked` after the expression,
2045[warn] |which may result in a MatchError at runtime.
2046[warn] |This patch can be rewritten automatically under -rewrite -source 3.2-migration.
2047[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/WhitespaceTests.scala:41:40
2048[warn] 41 | val Parsed.Success((), 11) = parse("/** /* /**/", JsonnetWhitespace.whitespace.apply(_))
2049[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2050[warn] |pattern's type fastparse.Parsed.Success[Unit] is more specialized than the right hand side expression's type fastparse.Parsed[Unit]
2051[warn] |
2052[warn] |If the narrowing is intentional, this can be communicated by adding `: @unchecked` after the expression,
2053[warn] |which may result in a MatchError at runtime.
2054[warn] |This patch can be rewritten automatically under -rewrite -source 3.2-migration.
2055[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/WhitespaceTests.scala:42:39
2056[warn] 42 | val Parsed.Success((), 6) = parse("/*/**/*/", JsonnetWhitespace.whitespace.apply(_))
2057[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2058[warn] |pattern's type fastparse.Parsed.Success[Unit] is more specialized than the right hand side expression's type fastparse.Parsed[Unit]
2059[warn] |
2060[warn] |If the narrowing is intentional, this can be communicated by adding `: @unchecked` after the expression,
2061[warn] |which may result in a MatchError at runtime.
2062[warn] |This patch can be rewritten automatically under -rewrite -source 3.2-migration.
2063[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/fastparse/test/src/fastparse/IndentationTests.scala:11:39
2064[warn] 11 | def eval(tree: (String, Seq[Int])) = tree match{
2065[warn] | ^^^^
2066[warn] | match may not be exhaustive.
2067[warn] |
2068[warn] | It would fail on pattern case: (_, _)
2069[warn] |
2070[warn] | longer explanation available when compiling with `-explain`
2071[info] [patched file /build/repo/fastparse/test/src-2.12+/fastparse/CustomWhitespaceMathTests.scala]
2072[info] [patched file /build/repo/fastparse/test/src/fastparse/JsonTests.scala]
2073[info] [patched file /build/repo/fastparse/test/src/fastparse/Main.scala]
2074[info] [patched file /build/repo/fastparse/test/src/fastparse/IndentationTests.scala]
2075[info] [patched file /build/repo/fastparse/test/src/fastparse/ParsingTests.scala]
2076[info] [patched file /build/repo/fastparse/test/src/fastparse/GnipSubSyntaxTest.scala]
2077[info] [patched file /build/repo/fastparse/test/src/fastparse/MathTests.scala]
2078[info] [patched file /build/repo/fastparse/test/src-2.12+/fastparse/IteratorTests.scala]
2079[info] [patched file /build/repo/fastparse/test/src/fastparse/WhitespaceTests.scala]
2080[info] [patched file /build/repo/fastparse/test/src/fastparse/ExampleTests.scala]
2081[info] [patched file /build/repo/fastparse/test/src/fastparse/WhitespaceMathTests.scala]
2082[info] [patched file /build/repo/fastparse/test/src/fastparse/FailureTests.scala]
2083[warn] there was 1 deprecation warning; re-run with -deprecation for details
2084[warn] 256 warnings found
2085[info] done compiling
2086Successfully evaluated fastparse.jvm[3.7.4].test.compile
2087Publishing Artifact(com.lihaoyi,fastparse_3,3.1.1-DIRTYc36cafd6) to ivy repo /root/.ivy2/local
2088Successfully evaluated fastparse.jvm[3.7.4].publishLocal
2089
2090Starting build for scalaparse - [1/3]
2091Failed to resolve scalaVersion, assume it's Scala 3 project
2092[info] compiling 8 Scala sources to /build/repo/out/scalaparse/jvm/3.7.4/compile.dest/classes ...
2093[warn] -- Warning: /build/repo/scalaparse/src/scalaparse/Core.scala:17:24 -------------
2094[warn] 17 | ctx: P[_]): P[R] =
2095[warn] | ^
2096[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
2097[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2098[warn] -- Warning: /build/repo/scalaparse/src/scalaparse/Xml.scala:18:16 --------------
2099[warn] 18 | private[this] object Xml {
2100[warn] | ^
2101[warn] |Ignoring [this] qualifier.
2102[warn] |This syntax will be deprecated in the future; it should be dropped.
2103[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
2104[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2105[info] [patched file /build/repo/scalaparse/src/scalaparse/Xml.scala]
2106[info] [patched file /build/repo/scalaparse/src/scalaparse/Core.scala]
2107[warn] two warnings found
2108[info] done compiling
2109Successfully evaluated scalaparse.jvm[3.7.4].compile
2110Skipping unused scalacOptions: -source, -rewrite
2111Flag -classpath set repeatedly
21121 warning found
2113Successfully evaluated scalaparse.jvm[3.7.4].docJar
2114Failed to resolve scalaVersion, assume it's Scala 3 project
2115Failed to resolve scalaVersion, assume it's Scala 3 project
2116[info] compiling 4 Scala sources to /build/repo/out/scalaparse/jvm/3.7.4/test/compile.dest/classes ...
2117[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/TestUtil.scala:19:17 ----
2118[warn] 19 | parse(input, Scala.CompilationUnit(_)) match{
2119[warn] | ^^^^^^^^^^^^^^^^^^^^^
2120[warn] |Context bounds will map to context parameters.
2121[warn] |A `using` clause is needed to pass explicit arguments to them.
2122[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
2123[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/TestUtil.scala:87:27 ----
2124[warn] 87 | val res = parse(input, Scala.CompilationUnit(_))
2125[warn] | ^^^^^^^^^^^^^^^^^^^^^
2126[warn] |Context bounds will map to context parameters.
2127[warn] |A `using` clause is needed to pass explicit arguments to them.
2128[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
2129[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:756:2
2130[warn] 756 | test - checkNeg(
2131[warn] | ^
2132[warn] | Line is indented too far to the left, or a `}` is missing
2133[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:766:2
2134[warn] 766 | test - checkNeg(
2135[warn] | ^
2136[warn] | Line is indented too far to the left, or a `}` is missing
2137[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:774:2
2138[warn] 774 | test - checkNeg(
2139[warn] | ^
2140[warn] | Line is indented too far to the left, or a `}` is missing
2141[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:782:2
2142[warn] 782 | test - checkNeg(
2143[warn] | ^
2144[warn] | Line is indented too far to the left, or a `}` is missing
2145[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:790:2
2146[warn] 790 | test - checkNeg(
2147[warn] | ^
2148[warn] | Line is indented too far to the left, or a `}` is missing
2149[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:798:2
2150[warn] 798 | test - checkNeg(
2151[warn] | ^
2152[warn] | Line is indented too far to the left, or a `}` is missing
2153[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:806:2
2154[warn] 806 | test - checkNeg(
2155[warn] | ^
2156[warn] | Line is indented too far to the left, or a `}` is missing
2157[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:814:2
2158[warn] 814 | test - checkNeg(
2159[warn] | ^
2160[warn] | Line is indented too far to the left, or a `}` is missing
2161[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:822:2
2162[warn] 822 | test - checkNeg(
2163[warn] | ^
2164[warn] | Line is indented too far to the left, or a `}` is missing
2165[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:830:2
2166[warn] 830 | test - checkNeg(
2167[warn] | ^
2168[warn] | Line is indented too far to the left, or a `}` is missing
2169[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:838:2
2170[warn] 838 | test - checkNeg(
2171[warn] | ^
2172[warn] | Line is indented too far to the left, or a `}` is missing
2173[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:847:2
2174[warn] 847 | test - checkNeg(
2175[warn] | ^
2176[warn] | Line is indented too far to the left, or a `}` is missing
2177[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:855:2
2178[warn] 855 | test - checkNeg(
2179[warn] | ^
2180[warn] | Line is indented too far to the left, or a `}` is missing
2181[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:863:2
2182[warn] 863 | test - checkNeg(
2183[warn] | ^
2184[warn] | Line is indented too far to the left, or a `}` is missing
2185[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:871:2
2186[warn] 871 | test - checkNeg(
2187[warn] | ^
2188[warn] | Line is indented too far to the left, or a `}` is missing
2189[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:879:2
2190[warn] 879 | test - checkNeg(
2191[warn] | ^
2192[warn] | Line is indented too far to the left, or a `}` is missing
2193[warn] -- [E129] Potential Issue Warning: /build/repo/scalaparse/test/src/scalaparse/unit/TrailingCommasTests.scala:219:5
2194[warn] 219 | }
2195[warn] | ^
2196[warn] | A pure expression does nothing in statement position
2197[warn] |
2198[warn] | longer explanation available when compiling with `-explain`
2199[info] [patched file /build/repo/scalaparse/test/src/scalaparse/TestUtil.scala]
2200[warn] there were 2 deprecation warnings; re-run with -deprecation for details
2201[warn] 20 warnings found
2202[info] done compiling
2203Successfully evaluated scalaparse.jvm[3.7.4].test.compile
2204Publishing Artifact(com.lihaoyi,scalaparse_3,3.1.1-DIRTYfb2ebf3b) to ivy repo /root/.ivy2/local
2205Successfully evaluated scalaparse.jvm[3.7.4].publishLocal
2206
2207Starting build for cssparse - [2/3]
2208Failed to resolve scalaVersion, assume it's Scala 3 project
2209[info] compiling 3 Scala sources to /build/repo/out/cssparse/jvm/3.7.4/compile.dest/classes ...
2210[info] done compiling
2211Successfully evaluated cssparse.jvm[3.7.4].compile
2212Skipping unused scalacOptions: -source, -rewrite
2213Flag -classpath set repeatedly
22141 warning found
2215Successfully evaluated cssparse.jvm[3.7.4].docJar
2216Failed to resolve scalaVersion, assume it's Scala 3 project
2217Failed to resolve scalaVersion, assume it's Scala 3 project
2218[info] compiling 4 Scala sources to /build/repo/out/cssparse/jvm/3.7.4/test/compile.dest/classes ...
2219[warn] -- Warning: /build/repo/cssparse/test/src-jvm/cssparse/TestUtil.scala:20:27 ----
2220[warn] 20 | val res = parse(input, CssRulesParser.ruleList(_))
2221[warn] | ^^^^^^^^^^^^^^^^^^^^^^^
2222[warn] |Context bounds will map to context parameters.
2223[warn] |A `using` clause is needed to pass explicit arguments to them.
2224[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
2225[warn] -- Warning: /build/repo/cssparse/test/src-jvm/cssparse/TestUtil.scala:24:34 ----
2226[warn] 24 | val res2 = parse(parsedInput, CssRulesParser.ruleList(_))
2227[warn] | ^^^^^^^^^^^^^^^^^^^^^^^
2228[warn] |Context bounds will map to context parameters.
2229[warn] |A `using` clause is needed to pass explicit arguments to them.
2230[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
2231[warn] -- Warning: /build/repo/cssparse/test/src-jvm/cssparse/TestUtil.scala:56:63 ----
2232[warn] 56 | val parsedInput = PrettyPrinter.printRuleList(parse(input, CssRulesParser.ruleList(_)).get.value)
2233[warn] | ^^^^^^^^^^^^^^^^^^^^^^^
2234[warn] |Context bounds will map to context parameters.
2235[warn] |A `using` clause is needed to pass explicit arguments to them.
2236[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
2237[warn] -- Warning: /build/repo/cssparse/test/src/cssparse/CssTests.scala:24:10 --------
2238[warn] 24 | CssRulesParser.ruleList(_)
2239[warn] | ^^^^^^^^^^^^^^^^^^^^^^^
2240[warn] |Context bounds will map to context parameters.
2241[warn] |A `using` clause is needed to pass explicit arguments to them.
2242[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
2243[warn] -- Warning: /build/repo/cssparse/test/src/cssparse/CssTests.scala:57:27 --------
2244[warn] 57 | """.stripMargin, CssRulesParser.ruleList(_)) : @unchecked
2245[warn] | ^^^^^^^^^^^^^^^^^^^^^^^
2246[warn] |Context bounds will map to context parameters.
2247[warn] |A `using` clause is needed to pass explicit arguments to them.
2248[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
2249[warn] -- Warning: /build/repo/cssparse/test/src/cssparse/CssTests.scala:84:27 --------
2250[warn] 84 | """.stripMargin, CssRulesParser.ruleList(_)) : @unchecked
2251[warn] | ^^^^^^^^^^^^^^^^^^^^^^^
2252[warn] |Context bounds will map to context parameters.
2253[warn] |A `using` clause is needed to pass explicit arguments to them.
2254[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
2255[warn] -- Warning: /build/repo/cssparse/test/src/cssparse/CssTests.scala:111:27 -------
2256[warn] 111 | """.stripMargin, CssRulesParser.ruleList(_)) : @unchecked
2257[warn] | ^^^^^^^^^^^^^^^^^^^^^^^
2258[warn] |Context bounds will map to context parameters.
2259[warn] |A `using` clause is needed to pass explicit arguments to them.
2260[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
2261[warn] -- Warning: /build/repo/cssparse/test/src/cssparse/CssTests.scala:139:27 -------
2262[warn] 139 | """.stripMargin, CssRulesParser.ruleList(_)) : @unchecked
2263[warn] | ^^^^^^^^^^^^^^^^^^^^^^^
2264[warn] |Context bounds will map to context parameters.
2265[warn] |A `using` clause is needed to pass explicit arguments to them.
2266[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
2267[warn] -- Warning: /build/repo/cssparse/test/src/cssparse/CssTests.scala:160:27 -------
2268[warn] 160 | """.stripMargin, CssRulesParser.ruleList(_)) : @unchecked
2269[warn] | ^^^^^^^^^^^^^^^^^^^^^^^
2270[warn] |Context bounds will map to context parameters.
2271[warn] |A `using` clause is needed to pass explicit arguments to them.
2272[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
2273[warn] -- Warning: /build/repo/cssparse/test/src/cssparse/CssTests.scala:182:27 -------
2274[warn] 182 | """.stripMargin, CssRulesParser.ruleList(_)) : @unchecked
2275[warn] | ^^^^^^^^^^^^^^^^^^^^^^^
2276[warn] |Context bounds will map to context parameters.
2277[warn] |A `using` clause is needed to pass explicit arguments to them.
2278[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
2279[warn] -- Warning: /build/repo/cssparse/test/src/cssparse/CssTests.scala:205:27 -------
2280[warn] 205 | """.stripMargin, CssRulesParser.ruleList(_)) : @unchecked
2281[warn] | ^^^^^^^^^^^^^^^^^^^^^^^
2282[warn] |Context bounds will map to context parameters.
2283[warn] |A `using` clause is needed to pass explicit arguments to them.
2284[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
2285[warn] -- Warning: /build/repo/cssparse/test/src/cssparse/PrettyPrinterTests.scala:162:62
2286[warn] 162 | val pretty = PrettyPrinter.printRuleList(parse(input, CssRulesParser.ruleList(_)).get.value)
2287[warn] | ^^^^^^^^^^^^^^^^^^^^^^^
2288[warn] |Context bounds will map to context parameters.
2289[warn] |A `using` clause is needed to pass explicit arguments to them.
2290[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
2291[info] [patched file /build/repo/cssparse/test/src-jvm/cssparse/TestUtil.scala]
2292[info] [patched file /build/repo/cssparse/test/src/cssparse/CssTests.scala]
2293[info] [patched file /build/repo/cssparse/test/src/cssparse/PrettyPrinterTests.scala]
2294[warn] there were 2 deprecation warnings; re-run with -deprecation for details
2295[warn] 13 warnings found
2296[info] done compiling
2297Successfully evaluated cssparse.jvm[3.7.4].test.compile
2298Publishing Artifact(com.lihaoyi,cssparse_3,3.1.1-DIRTY27c5b64b) to ivy repo /root/.ivy2/local
2299Successfully evaluated cssparse.jvm[3.7.4].publishLocal
2300
2301************************
2302Build summary:
2303[{
2304 "module": "fastparse",
2305 "compile": {"status": "ok", "tookMs": 13171, "warnings": 0, "errors": 0},
2306 "doc": {"status": "ok", "tookMs": 7634, "files": 1, "totalSizeKb": 2977},
2307 "test-compile": {"status": "ok", "tookMs": 38276, "warnings": 0, "errors": 0},
2308 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2309 "publish": {"status": "ok", "tookMs": 454},
2310 "metadata": {
2311 "crossScalaVersions": ["2.13.14", "2.12.19", "3.3.3"]
2312}
2313},{
2314 "module": "scalaparse",
2315 "compile": {"status": "ok", "tookMs": 26679, "warnings": 0, "errors": 0},
2316 "doc": {"status": "ok", "tookMs": 5433, "files": 1, "totalSizeKb": 2728},
2317 "test-compile": {"status": "ok", "tookMs": 9780, "warnings": 0, "errors": 0},
2318 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2319 "publish": {"status": "ok", "tookMs": 524},
2320 "metadata": {
2321 "crossScalaVersions": ["2.13.14", "2.12.19", "3.3.3"]
2322}
2323},{
2324 "module": "cssparse",
2325 "compile": {"status": "ok", "tookMs": 17562, "warnings": 0, "errors": 0},
2326 "doc": {"status": "ok", "tookMs": 4578, "files": 1, "totalSizeKb": 2824},
2327 "test-compile": {"status": "ok", "tookMs": 7147, "warnings": 0, "errors": 0},
2328 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2329 "publish": {"status": "ok", "tookMs": 368},
2330 "metadata": {
2331 "crossScalaVersions": ["2.13.14", "2.12.19", "3.3.3"]
2332}
2333}]
2334************************"
2335
2336Checking patch build.sc...
2337Applied patch build.sc cleanly.
2338Commit migration rewrites
2339Switched to a new branch 'opencb/migrate-source-3.4'
2340[opencb/migrate-source-3.4 2bb3c32] Apply Scala compiler rewrites using -source:3.4-migration using Scala 3.7.4
2341 28 files changed, 322 insertions(+), 322 deletions(-)
2342----
2343Preparing build for 3.8.0-RC6
2344Scala binary version found: 3.8
2345Implicitly using source version 3.8
2346Scala binary version found: 3.8
2347Implicitly using source version 3.8
2348Would try to apply common scalacOption (best-effort, sbt/mill only):
2349Append: ,REQUIRE:-source:3.8
2350Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
2351
2352Try apply source patch:
2353Path: build.sc
2354Pattern: val scala3 = "3.3.3"
2355Replacement: val scala3 = "3.8.0-RC6"
2356Successfully applied pattern 'val scala3 = "3.3.3"' in build.sc
2357----
2358Starting build for 3.8.0-RC6
2359Execute tests: true
2360Mill project found:
2361Found explicit mill version 0.11.7-86-18d144 in ./mill-version
2362Force upgrade of millVersion 0.11.7-86-18d144 to 0.11.13
2363Detected mill version=0.11.13, binary version: 0.11
2364No prepare script found for project com-lihaoyi/fastparse
2365Apply scalafix rules to ./build.sc
2366Successfully applied pattern 'package build\n' in /build/repo/MillCommunityBuild.sc
2367Successfully applied pattern 'import CommunityBuildCore.' in /build/repo/MillCommunityBuild.sc
2368Successfully applied pattern 'import MillVersionCompat.' in /build/repo/MillCommunityBuild.sc
2369##################################
2370Scala version: 3.8.0-RC6
2371Targets: com.lihaoyi%cssparse com.lihaoyi%fastparse com.lihaoyi%pythonparse com.lihaoyi%scalaparse
2372Project projectConfig: {"projects":{"exclude":["com.lihaoyi%pythonparse"],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":["3.4"],"sourcePatches":[{"path":"build.sc","pattern":"val scala3 = \"3.3.3\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
2373##################################
2374 % Total % Received % Xferd Average Speed Time Time Time Current
2375 Dload Upload Total Spent Left Speed
2376
2377 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
2378 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
2379
2380 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
2381
2382 8 59.2M 8 4926k 0 0 11.6M 0 0:00:05 --:--:-- 0:00:05 11.6M
2383100 59.2M 100 59.2M 0 0 73.9M 0 --:--:-- --:--:-- --:--:-- 140M
2384[info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
2385[warn] /build/repo/build.sc:135:123: adaptation of an empty argument list by inserting () is deprecated: this is unlikely to be what you want
2386[warn] signature: Target.command[T](t: mill.api.Result[T])(implicit w: upickle.default.Writer[T], implicit ctx: mill.define.Ctx, implicit cls: mill.define.EnclosingClass): mill.define.Command[T]
2387[warn] given arguments: <none>
2388[warn] after adaptation: Target.command((): Unit)
2389[warn] def mimaReportBinaryIssues() = if (this.isInstanceOf[ScalaNativeModule] || (this.isInstanceOf[ScalaJSModule])) T.command() else super.mimaReportBinaryIssues()
2390[warn] ^
2391[warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
2392[warn] .iterator()
2393[warn] ^
2394[warn] /build/repo/MillCommunityBuild.sc:291:12: The outer reference in this type test cannot be checked at run time.
2395[warn] case module: CommunityBuildPublishModule =>
2396[warn] ^
2397[warn] three warnings found
2398[info] done compiling
2399Try build using ./mill
2400[info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
2401[warn] /build/repo/build.sc:135:123: adaptation of an empty argument list by inserting () is deprecated: this is unlikely to be what you want
2402[warn] signature: Target.command[T](t: mill.api.Result[T])(implicit w: upickle.default.Writer[T], implicit ctx: mill.define.Ctx, implicit cls: mill.define.EnclosingClass): mill.define.Command[T]
2403[warn] given arguments: <none>
2404[warn] after adaptation: Target.command((): Unit)
2405[warn] def mimaReportBinaryIssues() = if (this.isInstanceOf[ScalaNativeModule] || (this.isInstanceOf[ScalaJSModule])) T.command() else super.mimaReportBinaryIssues()
2406[warn] ^
2407[warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
2408[warn] .iterator()
2409[warn] ^
2410[warn] /build/repo/MillCommunityBuild.sc:291:12: The outer reference in this type test cannot be checked at run time.
2411[warn] case module: CommunityBuildPublishModule =>
2412[warn] ^
2413[warn] three warnings found
2414[info] done compiling
2415Build config: {"projects":{"exclude":["com.lihaoyi%pythonparse"],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":["3.4"],"sourcePatches":[{"path":"build.sc","pattern":"val scala3 = \"3.3.3\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
2416Parsed config: ProjectBuildConfig(ProjectsConfig(List(com.lihaoyi%pythonparse),Map()),Full)
2417Excluding target 'com.lihaoyi%pythonparse' - matches exclusion rule: 'com.lihaoyi%pythonparse'
2418
2419Starting build for fastparse - [0/3]
2420Failed to resolve scalaVersion, assume it's Scala 3 project
2421Failed to resolve scalaVersion, assume it's Scala 3 project
2422[info] compiling 14 Scala sources to /build/repo/out/fastparse/jvm/3.8.0-RC6/compile.dest/classes ...
2423[warn] -- Warning: /build/repo/out/fastparse/jvm/3.8.0-RC6/generatedSources.dest/fastparse/SequencerGen.scala:4:17
2424[warn] 4 | protected[this] def Sequencer0[A, B, C](f: (A, B) => C): Sequencer[A, B, C]
2425[warn] | ^^^^^^
2426[warn] |Ignoring [this] qualifier.
2427[warn] |The syntax `protected[this]` will be deprecated in the future; just write `protected` instead.
2428[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
2429[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2430[warn] -- Warning: /build/repo/out/fastparse/jvm/3.8.0-RC6/generatedSources.dest/fastparse/SequencerGen.scala:127:17
2431[warn] 127 | protected[this] def Sequencer0[A, B, C](f: (A, B) => C): Sequencer[A, B, C]
2432[warn] | ^^^^^^
2433[warn] |Ignoring [this] qualifier.
2434[warn] |The syntax `protected[this]` will be deprecated in the future; just write `protected` instead.
2435[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
2436[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2437[warn] there were 8 feature warnings; re-run with -feature for details
2438[warn] three warnings found
2439[warn] there were 11 feature warnings; re-run with -feature for details
2440[warn] four warnings found
2441[info] done compiling
2442Successfully evaluated fastparse.jvm[3.8.0-RC6].compile
2443Option -classpath was updated
2444-- Warning: fastparse/src-3/fastparse/package.scala:63:15 ----------------------
244563 | inline def map[V](inline f: T => V): P[V] = MacroInlineImpls.mapInline[T, V](parse0)(f)
2446 | ^
2447 | Couldn't resolve a member for the given link query: !
2448-- Warning: fastparse/src-3/fastparse/package.scala:304:17 ---------------------
2449304 | implicit class LogByNameOps[T](parse0: => P[T])(implicit ctx: P[?]) {
2450 | ^
2451 | Couldn't resolve a member for the given link query: ByNameOps
2452-- Warning: fastparse/src-3/fastparse/package.scala:344:13 ---------------------
2453344 | inline def StringIn(inline s: String*)(implicit ctx: P[?]): P[Unit] =
2454 | ^
2455 | Couldn't resolve a member for the given link query: EagerOps.|
2456-- Warning: fastparse/src-3/fastparse/package.scala:350:13 ---------------------
2457350 | inline def StringInIgnoreCase(inline s: String*)(implicit ctx: P[?]): P[Unit] =
2458 | ^
2459 | Couldn't resolve a member for the given link query: EagerOps.|
2460-- Warning: fastparse/src/fastparse/SharedPackageDefs.scala:125:6 --------------
2461125 | def NoTrace[T](p: => P[T])(implicit ctx: P[?]): P[T] = {
2462 | ^
2463 | Couldn't resolve a member for the given link query: ByNameOps.opaque
2464-- Warning: fastparse/src/fastparse/SharedPackageDefs.scala:199:6 --------------
2465199 | def SingleChar(implicit ctx: P[?]): P[Char] = {
2466 | ^
2467 | Couldn't resolve a member for the given link query: EagerOps.flatMapX
2468-- Warning: fastparse/src/fastparse/Parsed.scala:190:8 -------------------------
2469190 | def msg = failure.msg
2470 | ^
2471 | Couldn't resolve a member for the given link query: reportParseMsg
24728 warnings found
2473Successfully evaluated fastparse.jvm[3.8.0-RC6].docJar
2474Failed to resolve scalaVersion, assume it's Scala 3 project
2475Failed to resolve scalaVersion, assume it's Scala 3 project
2476[info] compiling 14 Scala sources to /build/repo/out/fastparse/jvm/3.8.0-RC6/test/compile.dest/classes ...
2477[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:134:56 -
2478[warn] 134 | val Parsed.Success((), 0) = parse("asdad", Pass(_)): @unchecked
2479[warn] | ^
2480[warn] |Implicit parameters should be provided with a `using` clause.
2481[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
2482[warn] |To disable the warning, please use the following option:
2483[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
2484[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:135:58 -
2485[warn] 135 | val Parsed.Failure(_, 0, _) = parse("asdad", Fail(_)): @unchecked
2486[warn] | ^
2487[warn] |Implicit parameters should be provided with a `using` clause.
2488[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
2489[warn] |To disable the warning, please use the following option:
2490[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
2491[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:359:52 -
2492[warn] 359 | def parse[$: P] = P( !CharIn("0-6").log("lhs") ~ CharIn("4-8").log("rhs") ~ End ).log
2493[warn] | ^^^^^
2494[warn] |Implicit parameters should be provided with a `using` clause.
2495[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
2496[warn] |To disable the warning, please use the following option:
2497[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
2498[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:359:79 -
2499[warn] 359 | def parse[$: P] = P( !CharIn("0-6").log("lhs") ~ CharIn("4-8").log("rhs") ~ End ).log
2500[warn] | ^^^^^
2501[warn] |Implicit parameters should be provided with a `using` clause.
2502[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
2503[warn] |To disable the warning, please use the following option:
2504[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
2505[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:225:63 -
2506[warn] 225 | def p[$: P] = P( &("Hello" ~/ "Boo") ~ "lol" | "".log("<empty>") )
2507[warn] | ^^^^^^^^^
2508[warn] |Implicit parameters should be provided with a `using` clause.
2509[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
2510[warn] |To disable the warning, please use the following option:
2511[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
2512[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/fastparse/test/src/fastparse/IndentationTests.scala:11:39
2513[warn] 11 | def eval(tree: (String, Seq[Int])) = tree match{
2514[warn] | ^^^^
2515[warn] | match may not be exhaustive.
2516[warn] |
2517[warn] | It would fail on pattern case: (_, _)
2518[warn] |
2519[warn] | longer explanation available when compiling with `-explain`
2520[warn] there was 1 deprecation warning; re-run with -deprecation for details
2521[warn] 7 warnings found
2522[info] done compiling
2523Successfully evaluated fastparse.jvm[3.8.0-RC6].test.compile
2524-------------------------------- Running Tests --------------------------------
2525+ test.fastparse.ExampleTests.basic.simple 39ms
2526+ test.fastparse.ExampleTests.basic.failures 22ms
2527+ test.fastparse.ExampleTests.basic.sequence 1ms
2528+ test.fastparse.ExampleTests.basic.repeat 6ms
2529+ test.fastparse.ExampleTests.basic.option 4ms
2530+ test.fastparse.ExampleTests.basic.either 5ms
2531+ test.fastparse.ExampleTests.basic.end 1ms
2532+ test.fastparse.ExampleTests.basic.start 1ms
2533+ test.fastparse.ExampleTests.basic.passfail 2ms
2534+ test.fastparse.ExampleTests.basic.index 0ms
2535+ test.fastparse.ExampleTests.basic.capturing 5ms
2536+ test.fastparse.ExampleTests.basic.anychar 1ms
2537+ test.fastparse.ExampleTests.basic.lookahead 1ms
2538+ test.fastparse.ExampleTests.basic.neglookahead 1ms
2539+ test.fastparse.ExampleTests.basic.map 1ms
2540+ test.fastparse.ExampleTests.basic.collect 3ms
2541+ test.fastparse.ExampleTests.basic.flatMap 4ms
2542+ test.fastparse.ExampleTests.basic.flatMapFor 4ms
2543+ test.fastparse.ExampleTests.basic.filter 2ms
2544+ test.fastparse.ExampleTests.basic.opaque 4ms
2545+ test.fastparse.ExampleTests.charX.charPred 2ms
2546+ test.fastparse.ExampleTests.charX.charIn 1ms
2547+ test.fastparse.ExampleTests.charX.charsWhile 0ms
2548+ test.fastparse.ExampleTests.charX.charsWhileIn 0ms
2549+ test.fastparse.ExampleTests.charX.stringIn 1ms
2550+ test.fastparse.ExampleTests.cuts.nocut 4ms
2551+ test.fastparse.ExampleTests.cuts.withcut 2ms
2552+ test.fastparse.ExampleTests.cuts.repnocut 3ms
2553+ test.fastparse.ExampleTests.cuts.repcut 3ms
2554+ test.fastparse.ExampleTests.cuts.delimiternocut 2ms
2555+ test.fastparse.ExampleTests.cuts.delimitercut 2ms
2556+ test.fastparse.ExampleTests.cuts.endcut 3ms
2557+time:1:1, cut
2558-time:1:1:Success(1:8, cut)
2559+time:1:1, cut
2560-time:1:1:Failure(time:1:1 / time1:1:1 / ("am" | "pm"):1:6 ..."17:45", cut)
2561+ test.fastparse.ExampleTests.cuts.composecut 14ms
2562+ test.fastparse.ExampleTests.cuts.composenocut 2ms
2563+ test.fastparse.ExampleTests.debugging.original 2ms
2564+ test.fastparse.ExampleTests.debugging.cuts 0ms
2565+ test.fastparse.ExampleTests.debugging.logSimple 3ms
2566+ test.fastparse.ExampleTests.debugging.log 8ms
2567+ test.fastparse.ExampleTests.higherorder 0ms
2568+ test.fastparse.ExampleTests.folding 2ms
2569+expr:1:1, cut
2570 +num:1:1
2571 -num:1:1:Failure(num:1:1 / [0-9]:1:1 ..."(1+?)")
2572 +sum:1:1
2573 +expr:1:2, cut
2574 +num:1:2
2575 -num:1:2:Success(1:3)
2576 -expr:1:2:Success(1:3, cut)
2577 +expr:1:4, cut
2578 +num:1:4
2579 -num:1:4:Failure(num:1:4 / [0-9]:1:4 ..."?)")
2580 +sum:1:4
2581 -sum:1:4:Failure(sum:1:4 / "(":1:4 ..."?)")
2582 -expr:1:4:Failure(expr:1:4 / (num | sum):1:4 ..."?)", cut)
2583 -sum:1:1:Failure(sum:1:1 / expr:1:4 / (num | sum):1:4 ..."(1+?)", cut)
2584-expr:1:1:Failure(expr:1:1 / sum:1:1 / expr:1:4 / (num | sum):1:4 ..."(1+?)", cut)
2585+ test.fastparse.ExampleTests.errorHandlingExplanation 7ms
2586-------------------------------- Running Tests --------------------------------
2587+ test.fastparse.ParsingTests.literal 12ms
2588+ test.fastparse.ParsingTests.literalIgnoreCase 4ms
2589+ test.fastparse.ParsingTests.repeat 5ms
2590+ test.fastparse.ParsingTests.either 2ms
2591+ test.fastparse.ParsingTests.sequence 1ms
2592+ test.fastparse.ParsingTests.errors 1ms
2593+ test.fastparse.ParsingTests.fail 0ms
2594+ test.fastparse.ParsingTests.cut.local.either 5ms
2595+ test.fastparse.ParsingTests.cut.local.optional 3ms
2596+ test.fastparse.ParsingTests.cut.local.rep 4ms
2597+ test.fastparse.ParsingTests.cut.sequence 3ms
2598+ test.fastparse.ParsingTests.cut.rep 2ms
2599+ test.fastparse.ParsingTests.cut.optional 0ms
2600+ test.fastparse.ParsingTests.cut.flatMap 1ms
2601+ test.fastparse.ParsingTests.cut.filter 1ms
2602+<empty>:0
2603-<empty>:0:Success(0)
2604+ test.fastparse.ParsingTests.cut.lookaheadNot 1ms
2605+ test.fastparse.ParsingTests.stringInIgnoreCase 1ms
2606+ test.fastparse.ParsingTests.failureMsg 3ms
2607+ test.fastparse.ParsingTests.whitespaceFlatMap 4ms
2608+ test.fastparse.ParsingTests.opaqueTerminals 2ms
2609-------------------------------- Running Tests --------------------------------
2610+ test.fastparse.IndentationTests.pass 4ms
2611+ test.fastparse.IndentationTests.fail.0 2ms
2612+ test.fastparse.IndentationTests.fail.1 1ms
2613+ test.fastparse.IndentationTests.fail.2 0ms
2614-------------------------------- Running Tests --------------------------------
2615+ test.fastparse.IteratorTests.basic 1ms
2616+ test.fastparse.IteratorTests.readable 2ms
2617+p:0, cut
2618-p:0:Success(4, cut)
2619+ test.fastparse.IteratorTests.immediateCutDrop 15ms
2620+ test.fastparse.IteratorTests.whitespaceImmediateCutDrop 0ms
26219
2622+ test.fastparse.IteratorTests.topLevelNoCuts 2ms
2623+ test.fastparse.IteratorTests.cuts.capturing 2ms
2624+ test.fastparse.IteratorTests.cuts.nocut 1ms
2625+ test.fastparse.IteratorTests.cuts.either 2ms
2626+ test.fastparse.IteratorTests.cuts.rep 1ms
2627+ test.fastparse.IteratorTests.cuts.all 0ms
2628+ test.fastparse.IteratorTests.cuts.whitespaceApi 1ms
2629+ test.fastparse.IteratorTests.cuts.zeroDrops 0ms
2630+ test.fastparse.IteratorTests.traceFailure 2ms
2631-------------------------------- Running Tests --------------------------------
2632+ test.fastparse.WhitespaceMathTests.pass.0 2ms
2633+ test.fastparse.WhitespaceMathTests.pass.1 0ms
2634+ test.fastparse.WhitespaceMathTests.pass.2 0ms
2635+ test.fastparse.WhitespaceMathTests.pass.3 0ms
2636+ test.fastparse.WhitespaceMathTests.pass.4 0ms
2637+ test.fastparse.WhitespaceMathTests.pass.5 0ms
2638+ test.fastparse.WhitespaceMathTests.pass.6 0ms
2639+ test.fastparse.WhitespaceMathTests.fail.0 3ms
2640+ test.fastparse.WhitespaceMathTests.fail.1 0ms
2641-------------------------------- Running Tests --------------------------------
2642+ test.fastparse.MathTests.pass 5ms
2643+ test.fastparse.MathTests.fail 7ms
2644+ test.fastparse.MathTests.instrument.simple 5ms
2645+ test.fastparse.MathTests.instrument.continuation 6ms
2646-------------------------------- Running Tests --------------------------------
2647+ test.fastparse.GnipSubSyntaxTest.fail 29ms
2648-------------------------------- Running Tests --------------------------------
2649+ test.fastparse.FailureTests.simple.either 4ms
2650+ test.fastparse.FailureTests.simple.option 1ms
2651+ test.fastparse.FailureTests.simple.rep 1ms
2652+ test.fastparse.FailureTests.simple.repApply 1ms
2653+ test.fastparse.FailureTests.simple.repX 1ms
2654+ test.fastparse.FailureTests.simple.repXApply 1ms
2655+ test.fastparse.FailureTests.simple.deep.option 2ms
2656+ test.fastparse.FailureTests.simple.deep.either 1ms
2657+ test.fastparse.FailureTests.simple.deep.rep 1ms
2658+ test.fastparse.FailureTests.simple.deep.repApply 1ms
2659+ test.fastparse.FailureTests.simple.deep.repX 1ms
2660+ test.fastparse.FailureTests.simple.deep.repXApply 1ms
26611
2662+ test.fastparse.FailureTests.misc.sep 5ms 1
2663+ test.fastparse.FailureTests.misc.repTooFew 2ms
2664+ test.fastparse.FailureTests.misc.sepCut 2ms
2665+ test.fastparse.FailureTests.misc.aggregateInNamedParser 2ms
2666+ test.fastparse.FailureTests.misc.manualSep 1ms
2667+ test.fastparse.FailureTests.misc.sequentialEithers 5ms
2668+ test.fastparse.FailureTests.misc.passingNamedParsersAggregateIsShallow 2ms
2669+ test.fastparse.FailureTests.misc.passingNamedParsersEitherAggregateIsShallow 2ms
2670+ test.fastparse.FailureTests.misc.repSeparatorIsNotIncludedInFailureMsgWhenCut 1ms
2671+ test.fastparse.FailureTests.misc.repSeparatorIsNotIncludedInFailureMsgWhenCutX 1ms
2672+ test.fastparse.FailureTests.misc.repSeparatorsBeforeTraceIndexDontPolluteFailureGroups 1ms
2673+ test.fastparse.FailureTests.misc.repSeparatorsBeforeTraceIndexDontPolluteFailureGroups2 1ms
2674+ test.fastparse.FailureTests.misc.repSeparatorsBeforeTraceIndexDontPolluteFailureGroups3 2ms
2675+ test.fastparse.FailureTests.misc.repNotEnoughForMin.afterBody 1ms
2676+ test.fastparse.FailureTests.misc.repNotEnoughForMin.afterSep 1ms
2677+ test.fastparse.FailureTests.misc.lookahead.positive 1ms
2678+parse:1:1, cut
2679 +lhs:1:1, cut
2680 -lhs:1:1:Failure([0-6]:1:1 ..."9", cut)
2681 +rhs:1:1, cut
2682 -rhs:1:1:Failure([4-8]:1:1 ..."9", cut)
2683-parse:1:1:Failure(parse:1:1 / [4-8]:1:1 ..."9", cut)
2684+parse:1:1, cut
2685 +lhs:1:1, cut
2686 -lhs:1:1:Failure([0-6]:1:1 ..."9", cut)
2687 +rhs:1:1, cut
2688 -rhs:1:1:Failure([4-8]:1:1 ..."9", cut)
2689-parse:1:1:Failure(parse:1:1 / [4-8]:1:1 ..."9", cut)
2690+ test.fastparse.FailureTests.misc.lookahead.negative3 2ms
2691+ test.fastparse.FailureTests.offset.opt 5ms
2692+ test.fastparse.FailureTests.offset.optRep 1ms
2693+ test.fastparse.FailureTests.offset.opt3 1ms
2694+ test.fastparse.FailureTests.offset.opt4 3ms
2695+ test.fastparse.FailureTests.offset.opt5 1ms
2696+ test.fastparse.FailureTests.offset.rep 1ms
2697+ test.fastparse.FailureTests.offset.rep_3 1ms
2698+ test.fastparse.FailureTests.offset.rep_4 1ms
2699+ test.fastparse.FailureTests.offset.repX 1ms
2700+ test.fastparse.FailureTests.offset.repSep 1ms
2701+ test.fastparse.FailureTests.offset.repXSep 1ms
2702+ test.fastparse.FailureTests.offset.rep1 1ms
2703+ test.fastparse.FailureTests.offset.repX1 1ms
2704+ test.fastparse.FailureTests.offset.rep1Sep 1ms
2705+ test.fastparse.FailureTests.offset.repX1Sep 1ms
2706+ test.fastparse.FailureTests.offset.either1 1ms
2707+ test.fastparse.FailureTests.offset.either2 1ms
2708+ test.fastparse.FailureTests.offset.either3 1ms
2709+ test.fastparse.FailureTests.offset.opEither 1ms
2710+ test.fastparse.FailureTests.offset.optEitherRep1 2ms
2711+ test.fastparse.FailureTests.offset.optOpt 1ms
2712+ test.fastparse.FailureTests.offset.optRepX 0ms
2713+ test.fastparse.FailureTests.downstream.opt 2ms
2714+ test.fastparse.FailureTests.downstream.optLeft 1ms
2715+ test.fastparse.FailureTests.downstream.opt2 1ms
2716+ test.fastparse.FailureTests.downstream.optLeft2 1ms
2717+ test.fastparse.FailureTests.downstream.either1 1ms
2718+ test.fastparse.FailureTests.downstream.either2 1ms
2719+ test.fastparse.FailureTests.downstream.either3 1ms
2720+ test.fastparse.FailureTests.downstream.rep 1ms
2721+ test.fastparse.FailureTests.downstream.repApply 0ms
2722+ test.fastparse.FailureTests.downstream.repLeft 1ms
2723+ test.fastparse.FailureTests.downstream.repX 1ms
2724+ test.fastparse.FailureTests.downstream.repXLeft 1ms
2725+ test.fastparse.FailureTests.downstream.repSep 1ms
2726+ test.fastparse.FailureTests.downstream.repSepLeft 1ms
2727+ test.fastparse.FailureTests.whitespace.opt3 2ms
2728+ test.fastparse.FailureTests.whitespace.opt4 1ms
2729+ test.fastparse.FailureTests.whitespace.optEitherRep1 1ms
2730+ test.fastparse.FailureTests.whitespace.opt2 1ms
2731+ test.fastparse.FailureTests.whitespace.optLeft2 1ms
2732+ test.fastparse.FailureTests.whitespaceFail.noSeparator1 2ms
2733+ test.fastparse.FailureTests.whitespaceFail.noSeparator2 1ms
2734+ test.fastparse.FailureTests.whitespaceFail.afterSeparator1 0ms
2735+ test.fastparse.FailureTests.whitespaceFail.afterSeparator2 0ms
2736+ test.fastparse.FailureTests.whitespaceFail.beforeSeparator1 1ms
2737+ test.fastparse.FailureTests.whitespaceFail.beforeSeparator2 1ms
2738-------------------------------- Running Tests --------------------------------
2739+ test.fastparse.CustomWhitespaceMathTests.pass.0 2ms
2740+ test.fastparse.CustomWhitespaceMathTests.pass.1 0ms
2741+ test.fastparse.CustomWhitespaceMathTests.pass.2 0ms
2742+ test.fastparse.CustomWhitespaceMathTests.pass.3 0ms
2743+ test.fastparse.CustomWhitespaceMathTests.pass.4 0ms
2744+ test.fastparse.CustomWhitespaceMathTests.pass.5 0ms
2745+ test.fastparse.CustomWhitespaceMathTests.pass.6 0ms
2746+ test.fastparse.CustomWhitespaceMathTests.fail.0 3ms
2747+ test.fastparse.CustomWhitespaceMathTests.fail.1 0ms
2748-------------------------------- Running Tests --------------------------------
2749+ test.fastparse.JsonTests.pass.parts.0 2ms
2750+ test.fastparse.JsonTests.pass.parts.1 0ms
2751+ test.fastparse.JsonTests.pass.parts.2 0ms
2752+ test.fastparse.JsonTests.pass.parts.3 0ms
2753+ test.fastparse.JsonTests.pass.jsonExpr 0ms
2754+ test.fastparse.JsonTests.pass.bigJsonExpr 0ms
2755+ test.fastparse.JsonTests.fail.0 1ms
2756+ test.fastparse.JsonTests.fail.1 0ms
2757+ test.fastparse.JsonTests.fail.2 0ms
2758+ test.fastparse.JsonTests.fail.3 0ms
2759+ test.fastparse.JsonTests.fail.4 0ms
2760+ test.fastparse.JsonTests.fail.5 0ms
2761+ test.fastparse.JsonTests.fail.6 0ms
2762+ test.fastparse.JsonTests.fail.7 0ms
2763+ test.fastparse.JsonTests.fail.8 0ms
2764+ test.fastparse.JsonTests.fail.9 0ms
2765-------------------------------- Running Tests --------------------------------
2766+ fastparse.UtilTests.hello1 2ms
2767+ fastparse.UtilTests.hello2 1ms
2768+ fastparse.UtilTests.unix 1ms
2769+ fastparse.UtilTests.carriageReturnOnly 0ms
2770+ fastparse.UtilTests.windows 0ms
2771+ fastparse.UtilTests.reverseWindows 0ms
2772-------------------------------- Running Tests --------------------------------
2773+ fastparse.WhitespaceTests.scala 3ms
2774+ fastparse.WhitespaceTests.java 1ms
2775+ fastparse.WhitespaceTests.jsonnet 1ms
2776----------------------------------- Results -----------------------------------
2777- fastparse.WhitespaceTests 5ms
2778 + scala 3ms
2779 + java 1ms
2780 + jsonnet 1ms
2781- fastparse.UtilTests 4ms
2782 + hello1 2ms
2783 + hello2 1ms
2784 + unix 1ms
2785 + carriageReturnOnly 0ms
2786 + windows 0ms
2787 + reverseWindows 0ms
2788- test.fastparse.JsonTests 3ms
2789 - pass 2ms
2790 - parts 2ms
2791 + 0 2ms
2792 + 1 0ms
2793 + 2 0ms
2794 + 3 0ms
2795 + jsonExpr 0ms
2796 + bigJsonExpr 0ms
2797 - fail 1ms
2798 + 0 1ms
2799 + 1 0ms
2800 + 2 0ms
2801 + 3 0ms
2802 + 4 0ms
2803 + 5 0ms
2804 + 6 0ms
2805 + 7 0ms
2806 + 8 0ms
2807 + 9 0ms
2808- test.fastparse.CustomWhitespaceMathTests 5ms
2809 - pass 2ms
2810 + 0 2ms
2811 + 1 0ms
2812 + 2 0ms
2813 + 3 0ms
2814 + 4 0ms
2815 + 5 0ms
2816 + 6 0ms
2817 - fail 3ms
2818 + 0 3ms
2819 + 1 0ms
2820- test.fastparse.FailureTests 101ms
2821 - simple 16ms
2822 + either 4ms
2823 + option 1ms
2824 + rep 1ms
2825 + repApply 1ms
2826 + repX 1ms
2827 + repXApply 1ms
2828 - deep 7ms
2829 + option 2ms
2830 + either 1ms
2831 + rep 1ms
2832 + repApply 1ms
2833 + repX 1ms
2834 + repXApply 1ms
2835 - misc 32ms
2836 + sep 5ms 1
2837 + repTooFew 2ms
2838 + sepCut 2ms
2839 + aggregateInNamedParser 2ms
2840 + manualSep 1ms
2841 + sequentialEithers 5ms
2842 + passingNamedParsersAggregateIsShallow 2ms
2843 + passingNamedParsersEitherAggregateIsShallow 2ms
2844 + repSeparatorIsNotIncludedInFailureMsgWhenCut 1ms
2845 + repSeparatorIsNotIncludedInFailureMsgWhenCutX 1ms
2846 + repSeparatorsBeforeTraceIndexDontPolluteFailureGroups 1ms
2847 + repSeparatorsBeforeTraceIndexDontPolluteFailureGroups2 1ms
2848 + repSeparatorsBeforeTraceIndexDontPolluteFailureGroups3 2ms
2849 - repNotEnoughForMin 2ms
2850 + afterBody 1ms
2851 + afterSep 1ms
2852 - lookahead 3ms
2853 + positive 1ms
2854 + negative3 2ms
2855 - offset 28ms
2856 + opt 5ms
2857 + optRep 1ms
2858 + opt3 1ms
2859 + opt4 3ms
2860 + opt5 1ms
2861 + rep 1ms
2862 + rep_3 1ms
2863 + rep_4 1ms
2864 + repX 1ms
2865 + repSep 1ms
2866 + repXSep 1ms
2867 + rep1 1ms
2868 + repX1 1ms
2869 + rep1Sep 1ms
2870 + repX1Sep 1ms
2871 + either1 1ms
2872 + either2 1ms
2873 + either3 1ms
2874 + opEither 1ms
2875 + optEitherRep1 2ms
2876 + optOpt 1ms
2877 + optRepX 0ms
2878 - downstream 14ms
2879 + opt 2ms
2880 + optLeft 1ms
2881 + opt2 1ms
2882 + optLeft2 1ms
2883 + either1 1ms
2884 + either2 1ms
2885 + either3 1ms
2886 + rep 1ms
2887 + repApply 0ms
2888 + repLeft 1ms
2889 + repX 1ms
2890 + repXLeft 1ms
2891 + repSep 1ms
2892 + repSepLeft 1ms
2893 - whitespace 6ms
2894 + opt3 2ms
2895 + opt4 1ms
2896 + optEitherRep1 1ms
2897 + opt2 1ms
2898 + optLeft2 1ms
2899 - whitespaceFail 5ms
2900 + noSeparator1 2ms
2901 + noSeparator2 1ms
2902 + afterSeparator1 0ms
2903 + afterSeparator2 0ms
2904 + beforeSeparator1 1ms
2905 + beforeSeparator2 1ms
2906- test.fastparse.GnipSubSyntaxTest 29ms
2907 + fail 29ms
2908- test.fastparse.MathTests 23ms
2909 + pass 5ms
2910 + fail 7ms
2911 - instrument 11ms
2912 + simple 5ms
2913 + continuation 6ms
2914- test.fastparse.WhitespaceMathTests 5ms
2915 - pass 2ms
2916 + 0 2ms
2917 + 1 0ms
2918 + 2 0ms
2919 + 3 0ms
2920 + 4 0ms
2921 + 5 0ms
2922 + 6 0ms
2923 - fail 3ms
2924 + 0 3ms
2925 + 1 0ms
2926- test.fastparse.IteratorTests 29ms
2927 + basic 1ms
2928 + readable 2ms
2929 + immediateCutDrop 15ms
2930 + whitespaceImmediateCutDrop 0ms
2931 + topLevelNoCuts 2ms
2932 - cuts 7ms
2933 + capturing 2ms
2934 + nocut 1ms
2935 + either 2ms
2936 + rep 1ms
2937 + all 0ms
2938 + whitespaceApi 1ms
2939 + zeroDrops 0ms
2940 + traceFailure 2ms
2941- test.fastparse.IndentationTests 7ms
2942 + pass 4ms
2943 - fail 3ms
2944 + 0 2ms
2945 + 1 1ms
2946 + 2 0ms
2947- test.fastparse.ParsingTests 55ms
2948 + literal 12ms
2949 + literalIgnoreCase 4ms
2950 + repeat 5ms
2951 + either 2ms
2952 + sequence 1ms
2953 + errors 1ms
2954 + fail 0ms
2955 - cut 20ms
2956 - local 12ms
2957 + either 5ms
2958 + optional 3ms
2959 + rep 4ms
2960 + sequence 3ms
2961 + rep 2ms
2962 + optional 0ms
2963 + flatMap 1ms
2964 + filter 1ms
2965 + lookaheadNot 1ms
2966 + stringInIgnoreCase 1ms
2967 + failureMsg 3ms
2968 + whitespaceFlatMap 4ms
2969 + opaqueTerminals 2ms
2970- test.fastparse.ExampleTests 168ms
2971 - basic 107ms
2972 + simple 39ms
2973 + failures 22ms
2974 + sequence 1ms
2975 + repeat 6ms
2976 + option 4ms
2977 + either 5ms
2978 + end 1ms
2979 + start 1ms
2980 + passfail 2ms
2981 + index 0ms
2982 + capturing 5ms
2983 + anychar 1ms
2984 + lookahead 1ms
2985 + neglookahead 1ms
2986 + map 1ms
2987 + collect 3ms
2988 + flatMap 4ms
2989 + flatMapFor 4ms
2990 + filter 2ms
2991 + opaque 4ms
2992 - charX 4ms
2993 + charPred 2ms
2994 + charIn 1ms
2995 + charsWhile 0ms
2996 + charsWhileIn 0ms
2997 + stringIn 1ms
2998 - cuts 35ms
2999 + nocut 4ms
3000 + withcut 2ms
3001 + repnocut 3ms
3002 + repcut 3ms
3003 + delimiternocut 2ms
3004 + delimitercut 2ms
3005 + endcut 3ms
3006 + composecut 14ms
3007 + composenocut 2ms
3008 - debugging 13ms
3009 + original 2ms
3010 + cuts 0ms
3011 + logSimple 3ms
3012 + log 8ms
3013 + higherorder 0ms
3014 + folding 2ms
3015 + errorHandlingExplanation 7ms
3016
3017Tests: 202, Passed: 202, Failed: 0
3018Successfully evaluated fastparse.jvm[3.8.0-RC6].test.test
3019Publishing Artifact(com.lihaoyi,fastparse_3,3.1.1-1-2bb3c3-DIRTY9e9a6411) to ivy repo /root/.ivy2/local
3020Successfully evaluated fastparse.jvm[3.8.0-RC6].publishLocal
3021
3022Starting build for cssparse - [1/3]
3023Failed to resolve scalaVersion, assume it's Scala 3 project
3024[info] compiling 3 Scala sources to /build/repo/out/cssparse/jvm/3.8.0-RC6/compile.dest/classes ...
3025[info] done compiling
3026Successfully evaluated cssparse.jvm[3.8.0-RC6].compile
3027Option -classpath was updated
30281 warning found
3029Successfully evaluated cssparse.jvm[3.8.0-RC6].docJar
3030Failed to resolve scalaVersion, assume it's Scala 3 project
3031Failed to resolve scalaVersion, assume it's Scala 3 project
3032[info] compiling 4 Scala sources to /build/repo/out/cssparse/jvm/3.8.0-RC6/test/compile.dest/classes ...
3033[warn] there were 2 deprecation warnings; re-run with -deprecation for details
3034[warn] one warning found
3035[info] done compiling
3036Successfully evaluated cssparse.jvm[3.8.0-RC6].test.compile
3037-------------------------------- Running Tests --------------------------------
3038target/files/bootstrap.css
3039DOWNLOADING
3040--2026-01-08 01:43:55-- https://github.com/twbs/bootstrap/raw/2c2ac3356425e192f7537227508c809a14aa5850/dist/css/bootstrap.css
3041Resolving github.com (github.com)... 140.82.114.4
3042Connecting to github.com (github.com)|140.82.114.4|:443... connected.
3043HTTP request sent, awaiting response... 302 Found
3044Location: https://raw.githubusercontent.com/twbs/bootstrap/2c2ac3356425e192f7537227508c809a14aa5850/dist/css/bootstrap.css [following]
3045--2026-01-08 01:43:55-- https://raw.githubusercontent.com/twbs/bootstrap/2c2ac3356425e192f7537227508c809a14aa5850/dist/css/bootstrap.css
3046Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.111.133, 185.199.108.133, 185.199.109.133, ...
3047Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.111.133|:443... connected.
3048HTTP request sent, awaiting response... 200 OK
3049Length: 146010 (143K) [text/plain]
3050Saving to: ‘out/repos/bootstrap.css’
3051
3052 0K .......... .......... .......... .......... .......... 35% 9.59M 0s
3053 50K .......... .......... .......... .......... .......... 70% 22.1M 0s
3054 100K .......... .......... .......... .......... .. 100% 14.3M=0.01s
3055
30562026-01-08 01:43:55 (13.6 MB/s) - ‘out/repos/bootstrap.css’ saved [146010/146010]
3057
3058ERROR org.w3c.css.sac.CSSParseException: Error in expression; ':' found after identifier "progid". Line: 3586 Column:17
3059ERROR org.w3c.css.sac.CSSParseException: Error in expression; ':' found after identifier "progid". Line: 6336 Column:17
3060ERROR org.w3c.css.sac.CSSParseException: Error in expression; ':' found after identifier "progid". Line: 6346 Column:17
3061ERROR org.w3c.css.sac.CSSParseException: Error in expression; ':' found after identifier "progid". Line: 3896 Column:17
3062ERROR org.w3c.css.sac.CSSParseException: Error in expression; ':' found after identifier "progid". Line: 6834 Column:17
3063ERROR org.w3c.css.sac.CSSParseException: Error in expression; ':' found after identifier "progid". Line: 6845 Column:17
3064+ cssparse.ProjectTests.twbs/bootstrap/raw/2c2ac3356425e192f7537227508c809a14aa5850/dist/css/bootstrap.css 1388ms
3065target/files/bootstrap.min.css
3066DOWNLOADING
3067--2026-01-08 01:43:56-- https://github.com/twbs/bootstrap/raw/2c2ac3356425e192f7537227508c809a14aa5850/dist/css/bootstrap.min.css
3068Resolving github.com (github.com)... 140.82.112.3
3069Connecting to github.com (github.com)|140.82.112.3|:443... connected.
3070HTTP request sent, awaiting response... 302 Found
3071Location: https://raw.githubusercontent.com/twbs/bootstrap/2c2ac3356425e192f7537227508c809a14aa5850/dist/css/bootstrap.min.css [following]
3072--2026-01-08 01:43:56-- https://raw.githubusercontent.com/twbs/bootstrap/2c2ac3356425e192f7537227508c809a14aa5850/dist/css/bootstrap.min.css
3073Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.109.133, 185.199.110.133, 185.199.111.133, ...
3074Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.109.133|:443... connected.
3075HTTP request sent, awaiting response... 200 OK
3076Length: 121200 (118K) [text/plain]
3077Saving to: ‘out/repos/bootstrap.min.css’
3078
3079 0K .......... .......... .......... .......... .......... 42% 9.45M 0s
3080 50K .......... .......... .......... .......... .......... 84% 21.8M 0s
3081 100K .......... ........ 100% 59.3M=0.008s
3082
30832026-01-08 01:43:56 (15.0 MB/s) - ‘out/repos/bootstrap.min.css’ saved [121200/121200]
3084
3085ERROR org.w3c.css.sac.CSSParseException: Error in expression; ':' found after identifier "progid". Line: 5 Column:56298
3086ERROR org.w3c.css.sac.CSSParseException: Error in expression; ':' found after identifier "progid". Line: 5 Column:113847
3087ERROR org.w3c.css.sac.CSSParseException: Error in expression; ':' found after identifier "progid". Line: 5 Column:114390
3088ERROR org.w3c.css.sac.CSSParseException: Invalid color "#000\9". Line: 5 Column:115558
3089ERROR org.w3c.css.sac.CSSParseException: Error in expression; ':' found after identifier "progid". Line: 3896 Column:17
3090ERROR org.w3c.css.sac.CSSParseException: Error in expression; ':' found after identifier "progid". Line: 6834 Column:17
3091ERROR org.w3c.css.sac.CSSParseException: Error in expression; ':' found after identifier "progid". Line: 6845 Column:17
3092ERROR org.w3c.css.sac.CSSParseException: Invalid color "#000\9". Line: 6909 Column:21
3093+ cssparse.ProjectTests.twbs/bootstrap/raw/2c2ac3356425e192f7537227508c809a14aa5850/dist/css/bootstrap.min.css 679ms
3094-------------------------------- Running Tests --------------------------------
3095+ cssparse.CssTests.basic.test1 5ms
3096+ cssparse.CssTests.basic.test2 1ms
3097+ cssparse.CssTests.basic.test3 1ms
3098+ cssparse.CssTests.basic.test4 1ms
3099+ cssparse.CssTests.basic.test5 1ms
3100+ cssparse.CssTests.basic.test6 1ms
3101+ cssparse.CssTests.basic.test7 2ms
3102+ cssparse.CssTests.basic.issue-#255: comments at the end of a block 1ms
3103-------------------------------- Running Tests --------------------------------
3104+ cssparse.PrettyPrinterTests.basic.test1 7ms
3105+ cssparse.PrettyPrinterTests.basic.test2 4ms
3106+ cssparse.PrettyPrinterTests.basic.test3 3ms
3107Tests: 13, Passed: 13, Failed: 0
3108Successfully evaluated cssparse.jvm[3.8.0-RC6].test.test
3109Publishing Artifact(com.lihaoyi,cssparse_3,3.1.1-1-2bb3c3-DIRTY9e9a6411) to ivy repo /root/.ivy2/local
3110Successfully evaluated cssparse.jvm[3.8.0-RC6].publishLocal
3111
3112Starting build for scalaparse - [2/3]
3113Failed to resolve scalaVersion, assume it's Scala 3 project
3114[info] compiling 8 Scala sources to /build/repo/out/scalaparse/jvm/3.8.0-RC6/compile.dest/classes ...
3115[warn] -- Warning: /build/repo/scalaparse/src/scalaparse/syntax/Basic.scala:53:87 -----
3116[warn] 53 | def O[$: P](s: String) = P( s ~ (!Basic.OpChar | &(NoTrace(StringIn("/*", "//")))) )(s"`$s`", implicitly)
3117[warn] | ^^^^^^^
3118[warn] |Implicit parameters should be provided with a `using` clause.
3119[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
3120[warn] |To disable the warning, please use the following option:
3121[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
3122[warn] -- Warning: /build/repo/scalaparse/src/scalaparse/syntax/Basic.scala:51:81 -----
3123[warn] 51 | def W[$: P](s: String) = P( s ~ !CharPred(Basic.LetterDigitDollarUnderscore) )(s"`$s`", implicitly)
3124[warn] | ^^^^^^^
3125[warn] |Implicit parameters should be provided with a `using` clause.
3126[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
3127[warn] |To disable the warning, please use the following option:
3128[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
3129[warn] two warnings found
3130[info] done compiling
3131Successfully evaluated scalaparse.jvm[3.8.0-RC6].compile
3132Option -classpath was updated
31331 warning found
3134Successfully evaluated scalaparse.jvm[3.8.0-RC6].docJar
3135Failed to resolve scalaVersion, assume it's Scala 3 project
3136Failed to resolve scalaVersion, assume it's Scala 3 project
3137[info] compiling 4 Scala sources to /build/repo/out/scalaparse/jvm/3.8.0-RC6/test/compile.dest/classes ...
3138[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/TestUtil.scala:31:21 ----
3139[warn] 31 | { implicitly(input)
3140[warn] | ^^^^^
3141[warn] |Implicit parameters should be provided with a `using` clause.
3142[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
3143[warn] |To disable the warning, please use the following option:
3144[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
3145[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/TestUtil.scala:32:21 ----
3146[warn] 32 | implicitly(stack)
3147[warn] | ^^^^^
3148[warn] |Implicit parameters should be provided with a `using` clause.
3149[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
3150[warn] |To disable the warning, please use the following option:
3151[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
3152[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/TestUtil.scala:33:21 ----
3153[warn] 33 | implicitly(index)
3154[warn] | ^^^^^
3155[warn] |Implicit parameters should be provided with a `using` clause.
3156[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
3157[warn] |To disable the warning, please use the following option:
3158[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
3159[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/TestUtil.scala:34:21 ----
3160[warn] 34 | implicitly(parsedFound)
3161[warn] | ^^^^^^^^^^^
3162[warn] |Implicit parameters should be provided with a `using` clause.
3163[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
3164[warn] |To disable the warning, please use the following option:
3165[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
3166[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/TestUtil.scala:43:27 ----
3167[warn] 43 | assert({implicitly(input); false})
3168[warn] | ^^^^^
3169[warn] |Implicit parameters should be provided with a `using` clause.
3170[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
3171[warn] |To disable the warning, please use the following option:
3172[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
3173[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:756:2
3174[warn] 756 | test - checkNeg(
3175[warn] | ^
3176[warn] | Line is indented too far to the left, or a `}` is missing
3177[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:766:2
3178[warn] 766 | test - checkNeg(
3179[warn] | ^
3180[warn] | Line is indented too far to the left, or a `}` is missing
3181[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:774:2
3182[warn] 774 | test - checkNeg(
3183[warn] | ^
3184[warn] | Line is indented too far to the left, or a `}` is missing
3185[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:782:2
3186[warn] 782 | test - checkNeg(
3187[warn] | ^
3188[warn] | Line is indented too far to the left, or a `}` is missing
3189[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:790:2
3190[warn] 790 | test - checkNeg(
3191[warn] | ^
3192[warn] | Line is indented too far to the left, or a `}` is missing
3193[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:798:2
3194[warn] 798 | test - checkNeg(
3195[warn] | ^
3196[warn] | Line is indented too far to the left, or a `}` is missing
3197[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:806:2
3198[warn] 806 | test - checkNeg(
3199[warn] | ^
3200[warn] | Line is indented too far to the left, or a `}` is missing
3201[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:814:2
3202[warn] 814 | test - checkNeg(
3203[warn] | ^
3204[warn] | Line is indented too far to the left, or a `}` is missing
3205[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:822:2
3206[warn] 822 | test - checkNeg(
3207[warn] | ^
3208[warn] | Line is indented too far to the left, or a `}` is missing
3209[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:830:2
3210[warn] 830 | test - checkNeg(
3211[warn] | ^
3212[warn] | Line is indented too far to the left, or a `}` is missing
3213[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:838:2
3214[warn] 838 | test - checkNeg(
3215[warn] | ^
3216[warn] | Line is indented too far to the left, or a `}` is missing
3217[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:847:2
3218[warn] 847 | test - checkNeg(
3219[warn] | ^
3220[warn] | Line is indented too far to the left, or a `}` is missing
3221[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:855:2
3222[warn] 855 | test - checkNeg(
3223[warn] | ^
3224[warn] | Line is indented too far to the left, or a `}` is missing
3225[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:863:2
3226[warn] 863 | test - checkNeg(
3227[warn] | ^
3228[warn] | Line is indented too far to the left, or a `}` is missing
3229[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:871:2
3230[warn] 871 | test - checkNeg(
3231[warn] | ^
3232[warn] | Line is indented too far to the left, or a `}` is missing
3233[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:879:2
3234[warn] 879 | test - checkNeg(
3235[warn] | ^
3236[warn] | Line is indented too far to the left, or a `}` is missing
3237[warn] -- [E129] Potential Issue Warning: /build/repo/scalaparse/test/src/scalaparse/unit/TrailingCommasTests.scala:219:5
3238[warn] 219 | }
3239[warn] | ^
3240[warn] | A pure expression does nothing in statement position
3241[warn] |
3242[warn] | longer explanation available when compiling with `-explain`
3243[warn] there were 2 deprecation warnings; re-run with -deprecation for details
3244[warn] 23 warnings found
3245[info] done compiling
3246Successfully evaluated scalaparse.jvm[3.8.0-RC6].test.compile
3247-------------------------------- Running Tests --------------------------------
3248Checking...
3249
32501
32515
325218
325367
3254260
32551029
3256+ scalaparse.unit.TrailingCommasTests.pos.ArgumentExprs1 210ms
3257Checking...
3258
32591
32605
326118
326267
3263260
32641029
3265+ scalaparse.unit.TrailingCommasTests.pos.ArgumentExprs2 35ms
3266Checking...
3267
32681
32695
327018
327167
3272260
32731029
3274+ scalaparse.unit.TrailingCommasTests.pos.Params 16ms
3275Checking...
3276
32771
32785
327918
328067
3281260
32821029
3283+ scalaparse.unit.TrailingCommasTests.pos.ClassParams 31ms
3284Checking...
3285
32861
32875
328818
328967
3290260
32911029
3292+ scalaparse.unit.TrailingCommasTests.pos.SimpleExpr1 28ms
3293Checking...
3294
32951
32965
329718
329867
3299260
33001029
3301+ scalaparse.unit.TrailingCommasTests.pos.TypeArgs 17ms
3302Checking...
3303
33041
33055
330618
330767
3308260
33091029
3310+ scalaparse.unit.TrailingCommasTests.pos.TypeParamClause 5ms
3311Checking...
3312
33131
33145
331518
331667
3317260
33181029
3319+ scalaparse.unit.TrailingCommasTests.pos.FunTypeParamClause 8ms
3320Checking...
3321
33221
33235
332418
332567
3326260
33271029
3328+ scalaparse.unit.TrailingCommasTests.pos.SimpleType 19ms
3329Checking...
3330
33311
33325
333318
333467
3335260
33361029
3337+ scalaparse.unit.TrailingCommasTests.pos.FunctionArgTypes 17ms
3338Checking...
3339
33401
33415
334218
334367
3344260
33451029
3346+ scalaparse.unit.TrailingCommasTests.pos.SimplePattern 59ms
3347Checking...
3348
33491
33505
335118
335267
3353260
33541029
3355+ scalaparse.unit.TrailingCommasTests.pos.ImportSelectors 3ms
3356Checking...
3357
33581
33595
336018
336167
3362260
33631029
3364+ scalaparse.unit.TrailingCommasTests.pos.Bindings 22ms
3365====================================================================================================
3366+ scalaparse.unit.TrailingCommasTests.neg.ArgumentExprs1 93ms 7
3367====================================================================================================
3368+ scalaparse.unit.TrailingCommasTests.neg.ArgumentExprs2 9ms 7
3369====================================================================================================
3370+ scalaparse.unit.TrailingCommasTests.neg.ArgumentExprs3 8ms 7
3371====================================================================================================
3372+ scalaparse.unit.TrailingCommasTests.neg.ArgumentExprs4 6ms 7
3373====================================================================================================
3374+ scalaparse.unit.TrailingCommasTests.neg.Params1 13ms 7
3375====================================================================================================
3376+ scalaparse.unit.TrailingCommasTests.neg.Params2 5ms 7
3377====================================================================================================
3378+ scalaparse.unit.TrailingCommasTests.neg.ClassParams1 8ms 7
3379====================================================================================================
3380+ scalaparse.unit.TrailingCommasTests.neg.ClassParams2 3ms 7
3381====================================================================================================
3382+ scalaparse.unit.TrailingCommasTests.neg.SimpleExpr 6ms 7
3383====================================================================================================
3384+ scalaparse.unit.TrailingCommasTests.neg.TypeArgs 3ms 7
3385====================================================================================================
3386+ scalaparse.unit.TrailingCommasTests.neg.TypeParamClause 2ms 7
3387====================================================================================================
3388+ scalaparse.unit.TrailingCommasTests.neg.FunTypeParamClause 2ms 7
3389====================================================================================================
3390+ scalaparse.unit.TrailingCommasTests.neg.SimpleType 3ms 7
3391====================================================================================================
3392+ scalaparse.unit.TrailingCommasTests.neg.FunctionArgTypes 3ms 7
3393====================================================================================================
3394+ scalaparse.unit.TrailingCommasTests.neg.SimplePattern 9ms 7
3395====================================================================================================
3396+ scalaparse.unit.TrailingCommasTests.neg.ImportSelectors 4ms 7
3397====================================================================================================
3398+ scalaparse.unit.TrailingCommasTests.neg.Import 2ms 7
3399====================================================================================================
3400+ scalaparse.unit.TrailingCommasTests.neg.ValDcl 2ms 7
3401====================================================================================================
3402+ scalaparse.unit.TrailingCommasTests.neg.VarDcl 2ms 7
3403====================================================================================================
3404+ scalaparse.unit.TrailingCommasTests.neg.VarDef 2ms 7
3405====================================================================================================
3406+ scalaparse.unit.TrailingCommasTests.neg.PatDef 3ms 7
3407====================================================================================================
3408+ scalaparse.unit.TrailingCommasTests.neg.Tuple1 value case 2ms 7
3409====================================================================================================
3410+ scalaparse.unit.TrailingCommasTests.neg.Tuple1 type case 2ms 7
3411-------------------------------- Running Tests --------------------------------
3412====================================================================================================
3413+ scalaparse.unit.FailureTests.0 21ms 7
3414====================================================================================================
3415+ scalaparse.unit.FailureTests.1 1ms 7
3416====================================================================================================
3417+ scalaparse.unit.FailureTests.2 7ms 7
3418====================================================================================================
3419+ scalaparse.unit.FailureTests.3 2ms 7
3420====================================================================================================
3421+ scalaparse.unit.FailureTests.4 6ms 7
3422====================================================================================================
3423+ scalaparse.unit.FailureTests.5 1ms 7
3424====================================================================================================
3425+ scalaparse.unit.FailureTests.6 3ms 7
3426====================================================================================================
3427+ scalaparse.unit.FailureTests.7 1ms 7
3428====================================================================================================
3429+ scalaparse.unit.FailureTests.8 5ms 7
3430====================================================================================================
3431+ scalaparse.unit.FailureTests.9 1ms 7
3432====================================================================================================
3433+ scalaparse.unit.FailureTests.10 1ms 7
3434====================================================================================================
3435+ scalaparse.unit.FailureTests.11 1ms 7
3436====================================================================================================
3437+ scalaparse.unit.FailureTests.12 1ms 7
3438====================================================================================================
3439+ scalaparse.unit.FailureTests.13 3ms 7
3440====================================================================================================
3441+ scalaparse.unit.FailureTests.14 0ms 7
3442====================================================================================================
3443+ scalaparse.unit.FailureTests.15 1ms 7
3444====================================================================================================
3445+ scalaparse.unit.FailureTests.16 2ms 7
3446====================================================================================================
3447+ scalaparse.unit.FailureTests.17 1ms 7
3448====================================================================================================
3449+ scalaparse.unit.FailureTests.18 5ms 7
3450====================================================================================================
3451+ scalaparse.unit.FailureTests.19 7ms 7
3452====================================================================================================
3453+ scalaparse.unit.FailureTests.20 1ms 7
3454====================================================================================================
3455+ scalaparse.unit.FailureTests.21 3ms 7
3456====================================================================================================
3457+ scalaparse.unit.FailureTests.22 5ms 7
3458====================================================================================================
3459+ scalaparse.unit.FailureTests.23 0ms 7
3460====================================================================================================
3461+ scalaparse.unit.FailureTests.24 5ms 7
3462====================================================================================================
3463+ scalaparse.unit.FailureTests.25 2ms 7
3464====================================================================================================
3465+ scalaparse.unit.FailureTests.26 2ms 7
3466====================================================================================================
3467+ scalaparse.unit.FailureTests.27 1ms 7
3468====================================================================================================
3469+ scalaparse.unit.FailureTests.28 2ms 7
3470====================================================================================================
3471+ scalaparse.unit.FailureTests.29 1ms 7
3472====================================================================================================
3473+ scalaparse.unit.FailureTests.30 1ms 7
3474====================================================================================================
3475+ scalaparse.unit.FailureTests.31 2ms 7
3476====================================================================================================
3477+ scalaparse.unit.FailureTests.32 2ms 7
3478====================================================================================================
3479+ scalaparse.unit.FailureTests.33 1ms 7
3480====================================================================================================
3481+ scalaparse.unit.FailureTests.34 1ms 7
3482====================================================================================================
3483+ scalaparse.unit.FailureTests.35 1ms 7
3484====================================================================================================
3485+ scalaparse.unit.FailureTests.36 1ms 7
3486====================================================================================================
3487+ scalaparse.unit.FailureTests.37 1ms 7
3488====================================================================================================
3489+ scalaparse.unit.FailureTests.38 1ms 7
3490====================================================================================================
3491+ scalaparse.unit.FailureTests.39 1ms 7
3492====================================================================================================
3493+ scalaparse.unit.FailureTests.40 1ms 7
3494====================================================================================================
3495+ scalaparse.unit.FailureTests.41 1ms 7
3496====================================================================================================
3497+ scalaparse.unit.FailureTests.42 1ms 7
3498====================================================================================================
3499+ scalaparse.unit.FailureTests.43 1ms 7
3500====================================================================================================
3501+ scalaparse.unit.FailureTests.44 0ms 7
3502====================================================================================================
3503+ scalaparse.unit.FailureTests.45 1ms 7
3504====================================================================================================
3505+ scalaparse.unit.FailureTests.46 0ms 7
3506====================================================================================================
3507+ scalaparse.unit.FailureTests.47 2ms 7
3508====================================================================================================
3509+ scalaparse.unit.FailureTests.48 1ms 7
3510====================================================================================================
3511+ scalaparse.unit.FailureTests.49 1ms 7
3512====================================================================================================
3513+ scalaparse.unit.FailureTests.50 1ms 7
3514====================================================================================================
3515+ scalaparse.unit.FailureTests.51 1ms 7
3516====================================================================================================
3517+ scalaparse.unit.FailureTests.52 0ms 7
3518====================================================================================================
3519+ scalaparse.unit.FailureTests.53 2ms 7
3520====================================================================================================
3521+ scalaparse.unit.FailureTests.54 2ms 7
3522====================================================================================================
3523+ scalaparse.unit.FailureTests.55 1ms 7
3524====================================================================================================
3525+ scalaparse.unit.FailureTests.56 2ms 7
3526====================================================================================================
3527+ scalaparse.unit.FailureTests.57 2ms 7
3528====================================================================================================
3529+ scalaparse.unit.FailureTests.58 2ms 7
3530====================================================================================================
3531+ scalaparse.unit.FailureTests.59 2ms 7
3532====================================================================================================
3533+ scalaparse.unit.FailureTests.60 2ms 7
3534====================================================================================================
3535+ scalaparse.unit.FailureTests.61 1ms 7
3536====================================================================================================
3537+ scalaparse.unit.FailureTests.62 3ms 7
3538====================================================================================================
3539+ scalaparse.unit.FailureTests.63 3ms 7
3540====================================================================================================
3541+ scalaparse.unit.FailureTests.64 1ms 7
3542====================================================================================================
3543+ scalaparse.unit.FailureTests.65 0ms 7
3544====================================================================================================
3545+ scalaparse.unit.FailureTests.66 1ms 7
3546====================================================================================================
3547+ scalaparse.unit.FailureTests.67 1ms 7
3548====================================================================================================
3549+ scalaparse.unit.FailureTests.68 1ms 7
3550====================================================================================================
3551+ scalaparse.unit.FailureTests.69 0ms 7
3552====================================================================================================
3553+ scalaparse.unit.FailureTests.70 0ms 7
3554====================================================================================================
3555+ scalaparse.unit.FailureTests.71 0ms 7
3556====================================================================================================
3557+ scalaparse.unit.FailureTests.72 1ms 7
3558====================================================================================================
3559+ scalaparse.unit.FailureTests.73 1ms 7
3560====================================================================================================
3561+ scalaparse.unit.FailureTests.74 1ms 7
3562====================================================================================================
3563+ scalaparse.unit.FailureTests.75 1ms 7
3564====================================================================================================
3565+ scalaparse.unit.FailureTests.76 1ms 7
3566====================================================================================================
3567+ scalaparse.unit.FailureTests.77 1ms 7
3568====================================================================================================
3569+ scalaparse.unit.FailureTests.78 1ms 7
3570====================================================================================================
3571+ scalaparse.unit.FailureTests.79 1ms 7
3572====================================================================================================
3573+ scalaparse.unit.FailureTests.80 1ms 7
3574====================================================================================================
3575+ scalaparse.unit.FailureTests.81 1ms 7
3576====================================================================================================
3577+ scalaparse.unit.FailureTests.82 1ms 7
3578====================================================================================================
3579+ scalaparse.unit.FailureTests.83 1ms 7
3580====================================================================================================
3581+ scalaparse.unit.FailureTests.84 2ms 7
3582====================================================================================================
3583+ scalaparse.unit.FailureTests.85 1ms 7
3584====================================================================================================
3585+ scalaparse.unit.FailureTests.86 1ms 7
3586====================================================================================================
3587+ scalaparse.unit.FailureTests.87 6ms 7
3588====================================================================================================
3589+ scalaparse.unit.FailureTests.88 2ms 7
3590====================================================================================================
3591+ scalaparse.unit.FailureTests.89 1ms 7
3592====================================================================================================
3593+ scalaparse.unit.FailureTests.90 2ms 7
3594====================================================================================================
3595+ scalaparse.unit.FailureTests.91 2ms 7
3596====================================================================================================
3597+ scalaparse.unit.FailureTests.92 2ms 7
3598====================================================================================================
3599+ scalaparse.unit.FailureTests.93 0ms 7
3600-------------------------------- Running Tests --------------------------------
3601running
3602Checking...
3603
36041
36055
360618
360767
3608260
36091029
3610+ scalaparse.unit.SuccessTests.0 37ms
3611Checking...
3612
36131
36145
361518
361667
3617260
36181029
3619+ scalaparse.unit.SuccessTests.1 4ms
3620Checking...
3621
36221
36235
362418
362567
3626260
36271029
3628+ scalaparse.unit.SuccessTests.2 3ms
3629Checking...
3630
36311
36325
363318
363467
3635260
36361029
3637+ scalaparse.unit.SuccessTests.3 6ms
3638Checking...
3639
36401
36415
364218
364367
3644260
36451029
3646+ scalaparse.unit.SuccessTests.4 2ms
3647Checking...
3648
36491
36505
365118
365267
3653260
36541029
3655+ scalaparse.unit.SuccessTests.5 9ms
3656Checking...
3657
36581
36595
366018
366167
3662260
36631029
3664+ scalaparse.unit.SuccessTests.6 17ms
3665Checking...
3666
36671
36685
366918
367067
3671260
36721029
3673+ scalaparse.unit.SuccessTests.7 11ms
3674Checking...
3675
36761
36775
367818
367967
3680260
36811029
3682+ scalaparse.unit.SuccessTests.8 7ms
3683Checking...
3684
36851
36865
368718
368867
3689260
36901029
3691+ scalaparse.unit.SuccessTests.9 7ms
3692Checking...
3693
36941
36955
369618
369767
3698260
36991029
3700+ scalaparse.unit.SuccessTests.10 16ms
3701Checking...
3702
37031
37045
370518
370667
3707260
37081029
3709+ scalaparse.unit.SuccessTests.11 18ms
3710Checking...
3711
37121
37135
371418
371567
3716260
37171029
3718+ scalaparse.unit.SuccessTests.12 11ms
3719Checking...
3720
37211
37225
372318
372467
3725260
37261029
3727+ scalaparse.unit.SuccessTests.13 8ms
3728Checking...
3729
37301
37315
373218
373367
3734260
37351029
3736+ scalaparse.unit.SuccessTests.14 9ms
3737Checking...
3738
37391
37405
374118
374267
3743260
37441029
3745+ scalaparse.unit.SuccessTests.15 6ms
3746Checking...
3747
37481
37495
375018
375167
3752260
37531029
3754+ scalaparse.unit.SuccessTests.16 7ms
3755Checking...
3756
37571
37585
375918
376067
3761260
37621029
3763+ scalaparse.unit.SuccessTests.17 5ms
3764Checking...
3765
37661
37675
376818
376967
3770260
37711029
3772+ scalaparse.unit.SuccessTests.18 7ms
3773Checking...
3774
37751
37765
377718
377867
3779260
37801029
3781+ scalaparse.unit.SuccessTests.19 7ms
3782Checking...
3783
37841
37855
378618
378767
3788260
37891029
3790+ scalaparse.unit.SuccessTests.20 5ms
3791Checking...
3792
37931
37945
379518
379667
3797260
37981029
3799+ scalaparse.unit.SuccessTests.21 6ms
3800Checking...
3801
38021
38035
380418
380567
3806260
38071029
3808+ scalaparse.unit.SuccessTests.22 5ms
3809Checking...
3810
38111
38125
381318
381467
3815260
38161029
3817+ scalaparse.unit.SuccessTests.23 4ms
3818Checking...
3819
38201
38215
382218
382367
3824260
38251029
3826+ scalaparse.unit.SuccessTests.24 6ms
3827Checking...
3828
38291
38305
383118
383267
3833260
38341029
3835+ scalaparse.unit.SuccessTests.25 6ms
3836Checking...
3837
38381
38395
384018
384167
3842260
38431029
3844+ scalaparse.unit.SuccessTests.26 4ms
3845Checking...
3846
38471
38485
384918
385067
3851260
38521029
3853+ scalaparse.unit.SuccessTests.27 9ms
3854Checking...
3855
38561
38575
385818
385967
3860260
38611029
3862+ scalaparse.unit.SuccessTests.28 6ms
3863Checking...
3864
38651
38665
386718
386867
3869260
38701029
3871+ scalaparse.unit.SuccessTests.29 6ms
3872Checking...
3873
38741
38755
387618
387767
3878260
38791029
3880+ scalaparse.unit.SuccessTests.30 9ms
3881Checking...
3882
38831
38845
388518
388667
3887260
38881029
3889+ scalaparse.unit.SuccessTests.31 5ms
3890Checking...
3891
38921
38935
389418
389567
3896260
38971029
3898+ scalaparse.unit.SuccessTests.32 4ms
3899Checking...
3900
39011
39025
390318
390467
3905260
39061029
3907+ scalaparse.unit.SuccessTests.33 6ms
3908Checking...
3909
39101
39115
391218
391367
3914260
39151029
3916+ scalaparse.unit.SuccessTests.34 3ms
3917Checking...
3918
39191
39205
392118
392267
3923260
39241029
3925+ scalaparse.unit.SuccessTests.35 3ms
3926Checking...
3927
39281
39295
393018
393167
3932260
39331029
3934+ scalaparse.unit.SuccessTests.36 10ms
3935Checking...
3936
39371
39385
393918
394067
3941260
39421029
3943+ scalaparse.unit.SuccessTests.37 3ms
3944Checking...
3945
39461
39475
394818
394967
3950260
39511029
3952+ scalaparse.unit.SuccessTests.38 2ms
3953Checking...
3954
39551
39565
395718
395867
3959260
39601029
3961+ scalaparse.unit.SuccessTests.39 7ms
3962Checking...
3963
39641
39655
396618
396767
3968260
39691029
3970+ scalaparse.unit.SuccessTests.40 12ms
3971Checking...
3972
39731
39745
397518
397667
3977260
39781029
3979+ scalaparse.unit.SuccessTests.41 9ms
3980Checking...
3981
39821
39835
398418
398567
3986260
39871029
3988+ scalaparse.unit.SuccessTests.42 12ms
3989Checking...
3990
39911
39925
399318
399467
3995260
39961029
3997+ scalaparse.unit.SuccessTests.43 6ms
3998Checking...
3999
40001
40015
400218
400367
4004260
40051029
4006+ scalaparse.unit.SuccessTests.44 4ms
4007Checking...
4008
40091
40105
401118
401267
4013260
40141029
4015+ scalaparse.unit.SuccessTests.45 7ms
4016Checking...
4017
40181
40195
402018
402167
4022260
40231029
4024+ scalaparse.unit.SuccessTests.46 8ms
4025Checking...
4026
40271
40285
402918
403067
4031260
40321029
4033+ scalaparse.unit.SuccessTests.47 9ms
4034Checking...
4035
40361
40375
403818
403967
4040260
40411029
4042+ scalaparse.unit.SuccessTests.48 6ms
4043Checking...
4044
40451
40465
404718
404867
4049260
40501029
4051+ scalaparse.unit.SuccessTests.49 7ms
4052Checking...
4053
40541
40555
405618
405767
4058260
40591029
4060+ scalaparse.unit.SuccessTests.50 8ms
4061Checking...
4062
40631
40645
406518
406667
4067260
40681029
4069+ scalaparse.unit.SuccessTests.51 6ms
4070Checking...
4071
40721
40735
407418
407567
4076260
40771029
4078+ scalaparse.unit.SuccessTests.52 6ms
4079Checking...
4080
40811
40825
408318
408467
4085260
40861029
4087+ scalaparse.unit.SuccessTests.53 4ms
4088Checking...
4089
40901
40915
409218
409367
4094260
40951029
4096+ scalaparse.unit.SuccessTests.54 3ms
4097Checking...
4098
40991
41005
410118
410267
4103260
41041029
4105+ scalaparse.unit.SuccessTests.55 13ms
4106Checking...
4107
41081
41095
411018
411167
4112260
41131029
4114+ scalaparse.unit.SuccessTests.56 4ms
4115Checking...
4116
41171
41185
411918
412067
4121260
41221029
4123+ scalaparse.unit.SuccessTests.57 4ms
4124Checking...
4125
41261
41275
412818
412967
4130260
41311029
4132+ scalaparse.unit.SuccessTests.58 3ms
4133Checking...
4134
41351
41365
413718
413867
4139260
41401029
4141+ scalaparse.unit.SuccessTests.59 4ms
4142Checking...
4143
41441
41455
414618
414767
4148260
41491029
4150+ scalaparse.unit.SuccessTests.60 6ms
4151Checking...
4152
41531
41545
415518
415667
4157260
41581029
4159+ scalaparse.unit.SuccessTests.61 19ms
4160Checking...
4161
41621
41635
416418
416567
4166260
41671029
4168+ scalaparse.unit.SuccessTests.62 4ms
4169Checking...
4170
41711
41725
417318
417467
4175260
41761029
4177+ scalaparse.unit.SuccessTests.63 5ms
4178Checking...
4179
41801
41815
418218
418367
4184260
41851029
4186+ scalaparse.unit.SuccessTests.64 1ms
4187Checking...
4188
41891
41905
419118
419267
4193260
41941029
4195+ scalaparse.unit.SuccessTests.65 4ms
4196Checking...
4197
41981
41995
420018
420167
4202260
42031029
4204+ scalaparse.unit.SuccessTests.66 6ms
4205Checking...
4206
42071
42085
420918
421067
4211260
42121029
4213+ scalaparse.unit.SuccessTests.67 7ms
4214Checking...
4215
42161
42175
421818
421967
4220260
42211029
4222+ scalaparse.unit.SuccessTests.68 4ms
4223Checking...
4224
42251
42265
422718
422867
4229260
42301029
4231+ scalaparse.unit.SuccessTests.69 4ms
4232Checking...
4233
42341
42355
423618
423767
4238260
42391029
4240+ scalaparse.unit.SuccessTests.70 2ms
4241Checking...
4242
42431
42445
424518
424667
4247260
42481029
4249+ scalaparse.unit.SuccessTests.71 5ms
4250Checking...
4251
42521
42535
425418
425567
4256260
42571029
4258+ scalaparse.unit.SuccessTests.72 10ms
4259Checking...
4260
42611
42625
426318
426467
4265260
42661029
4267+ scalaparse.unit.SuccessTests.73 9ms
4268Checking...
4269
42701
42715
427218
427367
4274260
42751029
4276+ scalaparse.unit.SuccessTests.74 5ms
4277Checking...
4278
42791
42805
428118
428267
4283260
42841029
4285+ scalaparse.unit.SuccessTests.75 1ms
4286Checking...
4287
42881
42895
429018
429167
4292260
42931029
4294+ scalaparse.unit.SuccessTests.76 2ms
4295Checking...
4296
42971
42985
429918
430067
4301260
43021029
4303+ scalaparse.unit.SuccessTests.77 3ms
4304Checking...
4305
43061
43075
430818
430967
4310260
43111029
4312+ scalaparse.unit.SuccessTests.78 2ms
4313Checking...
4314
43151
43165
431718
431867
4319260
43201029
4321+ scalaparse.unit.SuccessTests.79 3ms
4322Checking...
4323
43241
43255
432618
432767
4328260
43291029
4330+ scalaparse.unit.SuccessTests.80 1ms
4331Checking...
4332
43331
43345
433518
433667
4337260
43381029
4339+ scalaparse.unit.SuccessTests.81 1ms
4340Checking...
4341
43421
43435
434418
434567
4346260
43471029
4348+ scalaparse.unit.SuccessTests.82 2ms
4349Checking...
4350
43511
43525
435318
435467
4355260
43561029
4357+ scalaparse.unit.SuccessTests.83 2ms
4358Checking...
4359
43601
43615
436218
436367
4364260
43651029
4366+ scalaparse.unit.SuccessTests.84 6ms
4367Checking...
4368
43691
43705
437118
437267
4373260
43741029
4375+ scalaparse.unit.SuccessTests.85 6ms
4376Checking...
4377
43781
43795
438018
438167
4382260
43831029
4384+ scalaparse.unit.SuccessTests.86 4ms
4385Checking...
4386
43871
43885
438918
439067
4391260
43921029
4393+ scalaparse.unit.SuccessTests.87 6ms
4394Checking...
4395
43961
43975
439818
439967
4400260
44011029
4402+ scalaparse.unit.SuccessTests.88 8ms
4403Checking...
4404
44051
44065
440718
440867
4409260
44101029
4411+ scalaparse.unit.SuccessTests.89 9ms
4412Checking...
4413
44141
44155
441618
441767
4418260
44191029
4420+ scalaparse.unit.SuccessTests.90 8ms
4421Checking...
4422
44231
44245
442518
442667
4427260
44281029
4429+ scalaparse.unit.SuccessTests.91 6ms
4430Checking...
4431
44321
44335
443418
443567
4436260
44371029
4438+ scalaparse.unit.SuccessTests.92 9ms
4439Checking...
4440
44411
44425
444318
444467
4445260
44461029
4447+ scalaparse.unit.SuccessTests.93 5ms
4448Checking...
4449
44501
44515
445218
445367
4454260
44551029
4456+ scalaparse.unit.SuccessTests.94 6ms
4457Checking...
4458
44591
44605
446118
446267
4463260
44641029
4465+ scalaparse.unit.SuccessTests.95 6ms
4466Checking...
4467
44681
44695
447018
447167
4472260
44731029
4474+ scalaparse.unit.SuccessTests.96 8ms
4475Checking...
4476
44771
44785
447918
448067
4481260
44821029
4483+ scalaparse.unit.SuccessTests.97 4ms
4484Checking...
4485
44861
44875
448818
448967
4490260
44911029
4492+ scalaparse.unit.SuccessTests.98 5ms
4493Checking...
4494
44951
44965
449718
449867
4499260
45001029
4501+ scalaparse.unit.SuccessTests.99 4ms
4502Checking...
4503
45041
45055
450618
450767
4508260
45091029
4510+ scalaparse.unit.SuccessTests.100 1ms
4511Checking...
4512
45131
45145
451518
451667
4517260
45181029
4519+ scalaparse.unit.SuccessTests.101 5ms
4520Checking...
4521
45221
45235
452418
452567
4526260
45271029
4528+ scalaparse.unit.SuccessTests.102 6ms
4529Checking...
4530
45311
45325
453318
453467
4535260
45361029
4537+ scalaparse.unit.SuccessTests.103 4ms
4538Checking...
4539
45401
45415
454218
454367
4544260
45451029
4546+ scalaparse.unit.SuccessTests.104 2ms
4547Checking...
4548
45491
45505
455118
455267
4553260
45541029
4555+ scalaparse.unit.SuccessTests.105 1ms
4556Checking...
4557
45581
45595
456018
456167
4562260
45631029
4564+ scalaparse.unit.SuccessTests.106 2ms
4565Checking...
4566
45671
45685
456918
457067
4571260
45721029
4573+ scalaparse.unit.SuccessTests.107 4ms
4574Checking...
4575
45761
45775
457818
457967
4580260
45811029
4582+ scalaparse.unit.SuccessTests.108 6ms
4583Checking...
4584
45851
45865
458718
458867
4589260
45901029
4591+ scalaparse.unit.SuccessTests.109 7ms
4592Checking...
4593
45941
45955
459618
459767
4598260
45991029
4600+ scalaparse.unit.SuccessTests.110 2ms
4601Checking...
4602
46031
46045
460518
460667
4607260
46081029
4609+ scalaparse.unit.SuccessTests.111 12ms
4610Checking...
4611
46121
46135
461418
461567
4616260
46171029
4618+ scalaparse.unit.SuccessTests.112 10ms
4619Checking...
4620
46211
46225
462318
462467
4625260
46261029
4627+ scalaparse.unit.SuccessTests.113 7ms
4628Checking...
4629
46301
46315
463218
463367
4634260
46351029
4636+ scalaparse.unit.SuccessTests.114 5ms
4637Checking...
4638
46391
46405
464118
464267
4643260
46441029
4645+ scalaparse.unit.SuccessTests.115 2ms
4646Checking...
4647
46481
46495
465018
465167
4652260
46531029
4654+ scalaparse.unit.SuccessTests.116 7ms
4655Checking...
4656
46571
46585
465918
466067
4661260
46621029
4663+ scalaparse.unit.SuccessTests.117 4ms
4664Checking...
4665
46661
46675
466818
466967
4670260
46711029
4672+ scalaparse.unit.SuccessTests.118 4ms
4673Checking...
4674
46751
46765
467718
467867
4679260
46801029
4681+ scalaparse.unit.SuccessTests.119 6ms
4682Checking...
4683
46841
46855
468618
468767
4688260
46891029
4690+ scalaparse.unit.SuccessTests.120 4ms
4691Checking...
4692
46931
46945
469518
469667
4697260
46981029
4699+ scalaparse.unit.SuccessTests.121 3ms
4700Checking...
4701
47021
47035
470418
470567
4706260
47071029
4708+ scalaparse.unit.SuccessTests.122 15ms
4709Checking...
4710
47111
47125
471318
471467
4715260
47161029
4717+ scalaparse.unit.SuccessTests.123 2ms
4718Checking...
4719
47201
47215
472218
472367
4724260
47251029
4726+ scalaparse.unit.SuccessTests.124 2ms
4727Checking...
4728
47291
47305
473118
473267
4733260
47341029
4735+ scalaparse.unit.SuccessTests.125 4ms
4736Checking...
4737
47381
47395
474018
474167
4742260
47431029
4744+ scalaparse.unit.SuccessTests.126 4ms
4745Checking...
4746
47471
47485
474918
475067
4751260
47521029
4753+ scalaparse.unit.SuccessTests.127 5ms
4754Checking...
4755
47561
47575
475818
475967
4760260
47611029
4762+ scalaparse.unit.SuccessTests.128 4ms
4763Checking...
4764
47651
47665
476718
476867
4769260
47701029
4771+ scalaparse.unit.SuccessTests.129 7ms
4772Checking...
4773
47741
47755
477618
477767
4778260
47791029
4780+ scalaparse.unit.SuccessTests.130 7ms
4781Checking...
4782
47831
47845
478518
478667
4787260
47881029
4789+ scalaparse.unit.SuccessTests.131 3ms
4790Checking...
4791
47921
47935
479418
479567
4796260
47971029
4798+ scalaparse.unit.SuccessTests.132 1ms
4799Checking...
4800
48011
48025
480318
480467
4805260
48061029
4807+ scalaparse.unit.SuccessTests.133 8ms
4808Checking...
4809
48101
48115
481218
481367
4814260
48151029
4816+ scalaparse.unit.SuccessTests.134 9ms
4817Checking...
4818
48191
48205
482118
482267
4823260
48241029
4825+ scalaparse.unit.SuccessTests.135 5ms
4826Checking...
4827
48281
48295
483018
483167
4832260
48331029
4834+ scalaparse.unit.SuccessTests.136 5ms
4835Checking...
4836
48371
48385
483918
484067
4841260
48421029
4843+ scalaparse.unit.SuccessTests.137 6ms
4844Checking...
4845
48461
48475
484818
484967
4850260
48511029
4852+ scalaparse.unit.SuccessTests.138 6ms
4853Checking...
4854
48551
48565
485718
485867
4859260
48601029
4861+ scalaparse.unit.SuccessTests.139 6ms
4862Checking...
4863
48641
48655
486618
486767
4868260
48691029
4870+ scalaparse.unit.SuccessTests.140 3ms
4871Checking...
4872
48731
48745
487518
487667
4877260
48781029
4879+ scalaparse.unit.SuccessTests.141 6ms
4880Checking...
4881
48821
48835
488418
488567
4886260
48871029
4888+ scalaparse.unit.SuccessTests.142 4ms
4889Checking...
4890
48911
48925
489318
489467
4895260
48961029
4897+ scalaparse.unit.SuccessTests.143 3ms
4898Checking...
4899
49001
49015
490218
490367
4904260
49051029
4906+ scalaparse.unit.SuccessTests.144 10ms
4907Checking...
4908
49091
49105
491118
491267
4913260
49141029
4915+ scalaparse.unit.SuccessTests.145 5ms
4916Checking...
4917
49181
49195
492018
492167
4922260
49231029
4924+ scalaparse.unit.SuccessTests.146 3ms
4925Checking...
4926
49271
49285
492918
493067
4931260
49321029
4933+ scalaparse.unit.SuccessTests.147 7ms
4934Checking...
4935
49361
49375
493818
493967
4940260
49411029
4942+ scalaparse.unit.SuccessTests.148 4ms
4943Checking...
4944
49451
49465
494718
494867
4949260
49501029
4951+ scalaparse.unit.SuccessTests.149 2ms
4952Checking...
4953
49541
49555
495618
495767
4958260
49591029
4960+ scalaparse.unit.SuccessTests.150 3ms
4961Checking...
4962
49631
49645
496518
496667
4967260
49681029
4969+ scalaparse.unit.SuccessTests.151 5ms
4970Checking...
4971
49721
49735
497418
497567
4976260
49771029
4978+ scalaparse.unit.SuccessTests.152 5ms
4979Checking...
4980
49811
49825
498318
498467
4985260
49861029
4987+ scalaparse.unit.SuccessTests.153 7ms
4988Checking...
4989
49901
49915
499218
499367
4994260
49951029
4996+ scalaparse.unit.SuccessTests.154 30ms
4997Checking...
4998
49991
50005
500118
500267
5003260
50041029
5005+ scalaparse.unit.SuccessTests.155 5ms
5006Checking...
5007
50081
50095
501018
501167
5012260
50131029
5014+ scalaparse.unit.SuccessTests.156 2ms
5015Checking...
5016
50171
50185
501918
502067
5021260
50221029
5023+ scalaparse.unit.SuccessTests.157 5ms
5024Checking...
5025
50261
50275
502818
502967
5030260
50311029
5032+ scalaparse.unit.SuccessTests.158 6ms
5033Checking...
5034
50351
50365
503718
503867
5039260
50401029
5041+ scalaparse.unit.SuccessTests.159 2ms
5042Checking...
5043
50441
50455
504618
504767
5048260
50491029
5050+ scalaparse.unit.SuccessTests.160 4ms
5051Checking...
5052
50531
50545
505518
505667
5057260
50581029
5059+ scalaparse.unit.SuccessTests.161 3ms
5060Checking...
5061
50621
50635
506418
506567
5066260
50671029
5068+ scalaparse.unit.SuccessTests.162 2ms
5069Checking...
5070
50711
50725
507318
507467
5075260
50761029
5077+ scalaparse.unit.SuccessTests.163 3ms
5078Checking...
5079
50801
50815
508218
508367
5084260
50851029
5086+ scalaparse.unit.SuccessTests.164 4ms
5087Checking...
5088
50891
50905
509118
509267
5093260
50941029
5095+ scalaparse.unit.SuccessTests.165 13ms
5096Checking...
5097
50981
50995
510018
510167
5102260
51031029
5104+ scalaparse.unit.SuccessTests.166 4ms
5105Checking...
5106
51071
51085
510918
511067
5111260
51121029
5113+ scalaparse.unit.SuccessTests.167 18ms
5114Checking...
5115
51161
51175
511818
511967
5120260
51211029
5122+ scalaparse.unit.SuccessTests.168 5ms
5123Checking...
5124
51251
51265
512718
512867
5129260
51301029
5131+ scalaparse.unit.SuccessTests.169 3ms
5132Checking...
5133
51341
51355
513618
513767
5138260
51391029
5140+ scalaparse.unit.SuccessTests.170 3ms
5141Checking...
5142
51431
51445
514518
514667
5147260
51481029
5149+ scalaparse.unit.SuccessTests.171 25ms
5150Checking...
5151
51521
51535
515418
515567
5156260
51571029
5158+ scalaparse.unit.SuccessTests.172 7ms
5159Checking...
5160
51611
51625
516318
516467
5165260
51661029
5167+ scalaparse.unit.SuccessTests.173 7ms
5168Checking...
5169
51701
51715
517218
517367
5174260
51751029
5176+ scalaparse.unit.SuccessTests.174 5ms
5177Checking...
5178
51791
51805
518118
518267
5183260
51841029
5185+ scalaparse.unit.SuccessTests.175 3ms
5186Checking...
5187
51881
51895
519018
519167
5192260
51931029
5194+ scalaparse.unit.SuccessTests.176 9ms
5195Checking...
5196
51971
51985
519918
520067
5201260
52021029
5203+ scalaparse.unit.SuccessTests.177 9ms
5204Checking...
5205
52061
52075
520818
520967
5210260
52111029
5212+ scalaparse.unit.SuccessTests.178 7ms
5213Checking...
5214
52151
52165
521718
521867
5219260
52201029
5221+ scalaparse.unit.SuccessTests.179 3ms
5222Checking...
5223
52241
52255
522618
522767
5228260
52291029
5230+ scalaparse.unit.SuccessTests.180 3ms
5231Checking...
5232
52331
52345
523518
523667
5237260
52381029
5239+ scalaparse.unit.SuccessTests.181 4ms
5240Checking...
5241
52421
52435
524418
524567
5246260
52471029
5248+ scalaparse.unit.SuccessTests.182 4ms
5249Checking...
5250
52511
52525
525318
525467
5255260
52561029
5257+ scalaparse.unit.SuccessTests.183 5ms
5258Checking...
5259
52601
52615
526218
526367
5264260
52651029
5266+ scalaparse.unit.SuccessTests.184 2ms
5267Checking...
5268
52691
52705
527118
527267
5273260
52741029
5275+ scalaparse.unit.SuccessTests.185 3ms
5276Checking...
5277
52781
52795
528018
528167
5282260
52831029
5284+ scalaparse.unit.SuccessTests.186 2ms
5285Checking...
5286
52871
52885
528918
529067
5291260
52921029
5293+ scalaparse.unit.SuccessTests.187 9ms
5294Checking...
5295
52961
52975
529818
529967
5300260
53011029
5302+ scalaparse.unit.SuccessTests.188 1ms
5303Checking...
5304
53051
53065
530718
530867
5309260
53101029
5311+ scalaparse.unit.SuccessTests.189 5ms
5312Checking...
5313
53141
53155
531618
531767
5318260
53191029
5320+ scalaparse.unit.SuccessTests.190 20ms
5321Checking...
5322
53231
53245
532518
532667
5327260
53281029
5329+ scalaparse.unit.SuccessTests.191 19ms
5330Checking...
5331
53321
53335
533418
533567
5336260
53371029
5338+ scalaparse.unit.SuccessTests.192 32ms
5339Checking...
5340
53411
53425
534318
534467
5345260
53461029
5347+ scalaparse.unit.SuccessTests.193 14ms
5348Checking...
5349
53501
53515
535218
535367
5354260
53551029
5356+ scalaparse.unit.SuccessTests.194 1ms
5357Checking...
5358
53591
53605
536118
536267
5363260
53641029
5365+ scalaparse.unit.SuccessTests.195 3ms
5366Checking...
5367
53681
53695
537018
537167
5372260
53731029
5374+ scalaparse.unit.SuccessTests.196 2ms
5375Checking...
5376
53771
53785
537918
538067
5381260
53821029
5383+ scalaparse.unit.SuccessTests.197 0ms
5384Checking...
5385
53861
53875
538818
538967
5390260
53911029
5392+ scalaparse.unit.SuccessTests.198 0ms
5393----------------------------------- Results -----------------------------------
5394- scalaparse.unit.SuccessTests 1235ms
5395 + 0 37ms
5396 + 1 4ms
5397 + 2 3ms
5398 + 3 6ms
5399 + 4 2ms
5400 + 5 9ms
5401 + 6 17ms
5402 + 7 11ms
5403 + 8 7ms
5404 + 9 7ms
5405 + 10 16ms
5406 + 11 18ms
5407 + 12 11ms
5408 + 13 8ms
5409 + 14 9ms
5410 + 15 6ms
5411 + 16 7ms
5412 + 17 5ms
5413 + 18 7ms
5414 + 19 7ms
5415 + 20 5ms
5416 + 21 6ms
5417 + 22 5ms
5418 + 23 4ms
5419 + 24 6ms
5420 + 25 6ms
5421 + 26 4ms
5422 + 27 9ms
5423 + 28 6ms
5424 + 29 6ms
5425 + 30 9ms
5426 + 31 5ms
5427 + 32 4ms
5428 + 33 6ms
5429 + 34 3ms
5430 + 35 3ms
5431 + 36 10ms
5432 + 37 3ms
5433 + 38 2ms
5434 + 39 7ms
5435 + 40 12ms
5436 + 41 9ms
5437 + 42 12ms
5438 + 43 6ms
5439 + 44 4ms
5440 + 45 7ms
5441 + 46 8ms
5442 + 47 9ms
5443 + 48 6ms
5444 + 49 7ms
5445 + 50 8ms
5446 + 51 6ms
5447 + 52 6ms
5448 + 53 4ms
5449 + 54 3ms
5450 + 55 13ms
5451 + 56 4ms
5452 + 57 4ms
5453 + 58 3ms
5454 + 59 4ms
5455 + 60 6ms
5456 + 61 19ms
5457 + 62 4ms
5458 + 63 5ms
5459 + 64 1ms
5460 + 65 4ms
5461 + 66 6ms
5462 + 67 7ms
5463 + 68 4ms
5464 + 69 4ms
5465 + 70 2ms
5466 + 71 5ms
5467 + 72 10ms
5468 + 73 9ms
5469 + 74 5ms
5470 + 75 1ms
5471 + 76 2ms
5472 + 77 3ms
5473 + 78 2ms
5474 + 79 3ms
5475 + 80 1ms
5476 + 81 1ms
5477 + 82 2ms
5478 + 83 2ms
5479 + 84 6ms
5480 + 85 6ms
5481 + 86 4ms
5482 + 87 6ms
5483 + 88 8ms
5484 + 89 9ms
5485 + 90 8ms
5486 + 91 6ms
5487 + 92 9ms
5488 + 93 5ms
5489 + 94 6ms
5490 + 95 6ms
5491 + 96 8ms
5492 + 97 4ms
5493 + 98 5ms
5494 + 99 4ms
5495 + 100 1ms
5496 + 101 5ms
5497 + 102 6ms
5498 + 103 4ms
5499 + 104 2ms
5500 + 105 1ms
5501 + 106 2ms
5502 + 107 4ms
5503 + 108 6ms
5504 + 109 7ms
5505 + 110 2ms
5506 + 111 12ms
5507 + 112 10ms
5508 + 113 7ms
5509 + 114 5ms
5510 + 115 2ms
5511 + 116 7ms
5512 + 117 4ms
5513 + 118 4ms
5514 + 119 6ms
5515 + 120 4ms
5516 + 121 3ms
5517 + 122 15ms
5518 + 123 2ms
5519 + 124 2ms
5520 + 125 4ms
5521 + 126 4ms
5522 + 127 5ms
5523 + 128 4ms
5524 + 129 7ms
5525 + 130 7ms
5526 + 131 3ms
5527 + 132 1ms
5528 + 133 8ms
5529 + 134 9ms
5530 + 135 5ms
5531 + 136 5ms
5532 + 137 6ms
5533 + 138 6ms
5534 + 139 6ms
5535 + 140 3ms
5536 + 141 6ms
5537 + 142 4ms
5538 + 143 3ms
5539 + 144 10ms
5540 + 145 5ms
5541 + 146 3ms
5542 + 147 7ms
5543 + 148 4ms
5544 + 149 2ms
5545 + 150 3ms
5546 + 151 5ms
5547 + 152 5ms
5548 + 153 7ms
5549 + 154 30ms
5550 + 155 5ms
5551 + 156 2ms
5552 + 157 5ms
5553 + 158 6ms
5554 + 159 2ms
5555 + 160 4ms
5556 + 161 3ms
5557 + 162 2ms
5558 + 163 3ms
5559 + 164 4ms
5560 + 165 13ms
5561 + 166 4ms
5562 + 167 18ms
5563 + 168 5ms
5564 + 169 3ms
5565 + 170 3ms
5566 + 171 25ms
5567 + 172 7ms
5568 + 173 7ms
5569 + 174 5ms
5570 + 175 3ms
5571 + 176 9ms
5572 + 177 9ms
5573 + 178 7ms
5574 + 179 3ms
5575 + 180 3ms
5576 + 181 4ms
5577 + 182 4ms
5578 + 183 5ms
5579 + 184 2ms
5580 + 185 3ms
5581 + 186 2ms
5582 + 187 9ms
5583 + 188 1ms
5584 + 189 5ms
5585 + 190 20ms
5586 + 191 19ms
5587 + 192 32ms
5588 + 193 14ms
5589 + 194 1ms
5590 + 195 3ms
5591 + 196 2ms
5592 + 197 0ms
5593 + 198 0ms
5594- scalaparse.unit.FailureTests 172ms
5595 + 0 21ms 7
5596 + 1 1ms 7
5597 + 2 7ms 7
5598 + 3 2ms 7
5599 + 4 6ms 7
5600 + 5 1ms 7
5601 + 6 3ms 7
5602 + 7 1ms 7
5603 + 8 5ms 7
5604 + 9 1ms 7
5605 + 10 1ms 7
5606 + 11 1ms 7
5607 + 12 1ms 7
5608 + 13 3ms 7
5609 + 14 0ms 7
5610 + 15 1ms 7
5611 + 16 2ms 7
5612 + 17 1ms 7
5613 + 18 5ms 7
5614 + 19 7ms 7
5615 + 20 1ms 7
5616 + 21 3ms 7
5617 + 22 5ms 7
5618 + 23 0ms 7
5619 + 24 5ms 7
5620 + 25 2ms 7
5621 + 26 2ms 7
5622 + 27 1ms 7
5623 + 28 2ms 7
5624 + 29 1ms 7
5625 + 30 1ms 7
5626 + 31 2ms 7
5627 + 32 2ms 7
5628 + 33 1ms 7
5629 + 34 1ms 7
5630 + 35 1ms 7
5631 + 36 1ms 7
5632 + 37 1ms 7
5633 + 38 1ms 7
5634 + 39 1ms 7
5635 + 40 1ms 7
5636 + 41 1ms 7
5637 + 42 1ms 7
5638 + 43 1ms 7
5639 + 44 0ms 7
5640 + 45 1ms 7
5641 + 46 0ms 7
5642 + 47 2ms 7
5643 + 48 1ms 7
5644 + 49 1ms 7
5645 + 50 1ms 7
5646 + 51 1ms 7
5647 + 52 0ms 7
5648 + 53 2ms 7
5649 + 54 2ms 7
5650 + 55 1ms 7
5651 + 56 2ms 7
5652 + 57 2ms 7
5653 + 58 2ms 7
5654 + 59 2ms 7
5655 + 60 2ms 7
5656 + 61 1ms 7
5657 + 62 3ms 7
5658 + 63 3ms 7
5659 + 64 1ms 7
5660 + 65 0ms 7
5661 + 66 1ms 7
5662 + 67 1ms 7
5663 + 68 1ms 7
5664 + 69 0ms 7
5665 + 70 0ms 7
5666 + 71 0ms 7
5667 + 72 1ms 7
5668 + 73 1ms 7
5669 + 74 1ms 7
5670 + 75 1ms 7
5671 + 76 1ms 7
5672 + 77 1ms 7
5673 + 78 1ms 7
5674 + 79 1ms 7
5675 + 80 1ms 7
5676 + 81 1ms 7
5677 + 82 1ms 7
5678 + 83 1ms 7
5679 + 84 2ms 7
5680 + 85 1ms 7
5681 + 86 1ms 7
5682 + 87 6ms 7
5683 + 88 2ms 7
5684 + 89 1ms 7
5685 + 90 2ms 7
5686 + 91 2ms 7
5687 + 92 2ms 7
5688 + 93 0ms 7
5689- scalaparse.unit.TrailingCommasTests 662ms
5690 - pos 470ms
5691 + ArgumentExprs1 210ms
5692 + ArgumentExprs2 35ms
5693 + Params 16ms
5694 + ClassParams 31ms
5695 + SimpleExpr1 28ms
5696 + TypeArgs 17ms
5697 + TypeParamClause 5ms
5698 + FunTypeParamClause 8ms
5699 + SimpleType 19ms
5700 + FunctionArgTypes 17ms
5701 + SimplePattern 59ms
5702 + ImportSelectors 3ms
5703 + Bindings 22ms
5704 - neg 192ms
5705 + ArgumentExprs1 93ms 7
5706 + ArgumentExprs2 9ms 7
5707 + ArgumentExprs3 8ms 7
5708 + ArgumentExprs4 6ms 7
5709 + Params1 13ms 7
5710 + Params2 5ms 7
5711 + ClassParams1 8ms 7
5712 + ClassParams2 3ms 7
5713 + SimpleExpr 6ms 7
5714 + TypeArgs 3ms 7
5715 + TypeParamClause 2ms 7
5716 + FunTypeParamClause 2ms 7
5717 + SimpleType 3ms 7
5718 + FunctionArgTypes 3ms 7
5719 + SimplePattern 9ms 7
5720 + ImportSelectors 4ms 7
5721 + Import 2ms 7
5722 + ValDcl 2ms 7
5723 + VarDcl 2ms 7
5724 + VarDef 2ms 7
5725 + PatDef 3ms 7
5726 + Tuple1 value case 2ms 7
5727 + Tuple1 type case 2ms 7
5728
5729Tests: 329, Passed: 329, Failed: 0
5730Successfully evaluated scalaparse.jvm[3.8.0-RC6].test.test
5731Publishing Artifact(com.lihaoyi,scalaparse_3,3.1.1-1-2bb3c3-DIRTY9e9a6411) to ivy repo /root/.ivy2/local
5732Successfully evaluated scalaparse.jvm[3.8.0-RC6].publishLocal
5733
5734************************
5735Build summary:
5736[{
5737 "module": "fastparse",
5738 "compile": {"status": "ok", "tookMs": 13730, "warnings": 0, "errors": 0},
5739 "doc": {"status": "ok", "tookMs": 6964, "files": 1, "totalSizeKb": 2976},
5740 "test-compile": {"status": "ok", "tookMs": 37692, "warnings": 0, "errors": 0},
5741 "test": {"status": "ok", "tookMs": 2512, "passed": 202, "failed": 0, "ignored": 0, "skipped": 0, "total": 202, "byFramework": []},
5742 "publish": {"status": "ok", "tookMs": 412},
5743 "metadata": {
5744 "crossScalaVersions": ["2.13.14", "2.12.19", "3.3.3"]
5745}
5746},{
5747 "module": "cssparse",
5748 "compile": {"status": "ok", "tookMs": 17588, "warnings": 0, "errors": 0},
5749 "doc": {"status": "ok", "tookMs": 4549, "files": 1, "totalSizeKb": 2825},
5750 "test-compile": {"status": "ok", "tookMs": 7128, "warnings": 0, "errors": 0},
5751 "test": {"status": "ok", "tookMs": 3177, "passed": 13, "failed": 0, "ignored": 0, "skipped": 0, "total": 13, "byFramework": []},
5752 "publish": {"status": "ok", "tookMs": 362},
5753 "metadata": {
5754 "crossScalaVersions": ["2.13.14", "2.12.19", "3.3.3"]
5755}
5756},{
5757 "module": "scalaparse",
5758 "compile": {"status": "ok", "tookMs": 30241, "warnings": 0, "errors": 0},
5759 "doc": {"status": "ok", "tookMs": 8031, "files": 1, "totalSizeKb": 2726},
5760 "test-compile": {"status": "ok", "tookMs": 8279, "warnings": 0, "errors": 0},
5761 "test": {"status": "ok", "tookMs": 3563, "passed": 329, "failed": 0, "ignored": 0, "skipped": 0, "total": 329, "byFramework": []},
5762 "publish": {"status": "ok", "tookMs": 349},
5763 "metadata": {
5764 "crossScalaVersions": ["2.13.14", "2.12.19", "3.3.3"]
5765}
5766}]
5767************************"
5768
5769Checking patch build.sc...
5770Checking patch .mill-version...
5771Applied patch build.sc cleanly.
5772Applied patch .mill-version cleanly.