Build Logs
com-lihaoyi/fastparse • 3.8.0-RC2:2025-11-28
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 88 58.3M 88 51.6M 0 0 63.9M 0 --:--:-- --:--:-- --:--:-- 63.9M
63100 58.3M 100 58.3M 0 0 69.9M 0 --:--:-- --:--:-- --:--:-- 276M
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/Whitespace.scala]
447[info] [patched file /build/repo/fastparse/src/fastparse/Parsed.scala]
448[info] [patched file /build/repo/out/fastparse/jvm/3.7.4/generatedSources.dest/fastparse/SequencerGen.scala]
449[info] [patched file /build/repo/fastparse/src/fastparse/Implicits.scala]
450[info] [patched file /build/repo/fastparse/src-3/fastparse/internal/MacroInlineImpls.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/package.scala]
454[info] [patched file /build/repo/fastparse/src/fastparse/SharedPackageDefs.scala]
455[info] [patched file /build/repo/fastparse/src/fastparse/internal/UberBuffer.scala]
456[info] [patched file /build/repo/fastparse/src/fastparse/ParserInput.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/Whitespace.scala]
460[info] [patched file /build/repo/fastparse/src/fastparse/Parsed.scala]
461[info] [patched file /build/repo/out/fastparse/jvm/3.7.4/generatedSources.dest/fastparse/SequencerGen.scala]
462[info] [patched file /build/repo/fastparse/src/fastparse/Implicits.scala]
463[info] [patched file /build/repo/fastparse/src-3/fastparse/internal/MacroInlineImpls.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/package.scala]
467[info] [patched file /build/repo/fastparse/src/fastparse/SharedPackageDefs.scala]
468[info] [patched file /build/repo/fastparse/src/fastparse/internal/UberBuffer.scala]
469[info] [patched file /build/repo/fastparse/src/fastparse/ParserInput.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/fastparse/SharedPackageDefs.scala:125:6 --------------
477125 | def NoTrace[T](p: => P[T])(implicit ctx: P[?]): P[T] = {
478 | ^
479 | Couldn't resolve a member for the given link query: ByNameOps.opaque
480-- Warning: fastparse/src/fastparse/SharedPackageDefs.scala:199:6 --------------
481199 | def SingleChar(implicit ctx: P[?]): P[Char] = {
482 | ^
483 | Couldn't resolve a member for the given link query: EagerOps.flatMapX
484-- Warning: fastparse/src/fastparse/Parsed.scala:190:8 -------------------------
485190 | def msg = failure.msg
486 | ^
487 | Couldn't resolve a member for the given link query: reportParseMsg
488-- Warning: fastparse/src-3/fastparse/package.scala:63:15 ----------------------
48963 | inline def map[V](inline f: T => V): P[V] = MacroInlineImpls.mapInline[T, V](parse0)(f)
490 | ^
491 | Couldn't resolve a member for the given link query: !
492-- Warning: fastparse/src-3/fastparse/package.scala:304:17 ---------------------
493304 | implicit class LogByNameOps[T](parse0: => P[T])(implicit ctx: P[?]) {
494 | ^
495 | Couldn't resolve a member for the given link query: ByNameOps
496-- Warning: fastparse/src-3/fastparse/package.scala:344:13 ---------------------
497344 | inline def StringIn(inline s: String*)(implicit ctx: P[?]): P[Unit] =
498 | ^
499 | Couldn't resolve a member for the given link query: EagerOps.|
500-- Warning: fastparse/src-3/fastparse/package.scala:350:13 ---------------------
501350 | inline def StringInIgnoreCase(inline s: String*)(implicit ctx: P[?]): P[Unit] =
502 | ^
503 | Couldn't resolve a member for the given link query: EagerOps.|
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/fastparse/FailureTests.scala]
2072[info] [patched file /build/repo/fastparse/test/src/fastparse/WhitespaceMathTests.scala]
2073[info] [patched file /build/repo/fastparse/test/src/fastparse/ExampleTests.scala]
2074[info] [patched file /build/repo/fastparse/test/src/fastparse/GnipSubSyntaxTest.scala]
2075[info] [patched file /build/repo/fastparse/test/src/fastparse/JsonTests.scala]
2076[info] [patched file /build/repo/fastparse/test/src/fastparse/Main.scala]
2077[info] [patched file /build/repo/fastparse/test/src-2.12+/fastparse/IteratorTests.scala]
2078[info] [patched file /build/repo/fastparse/test/src/fastparse/WhitespaceTests.scala]
2079[info] [patched file /build/repo/fastparse/test/src-2.12+/fastparse/CustomWhitespaceMathTests.scala]
2080[info] [patched file /build/repo/fastparse/test/src/fastparse/IndentationTests.scala]
2081[info] [patched file /build/repo/fastparse/test/src/fastparse/ParsingTests.scala]
2082[info] [patched file /build/repo/fastparse/test/src/fastparse/MathTests.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/Core.scala]
2106[info] [patched file /build/repo/scalaparse/src/scalaparse/Xml.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/cssparse/CssTests.scala]
2292[info] [patched file /build/repo/cssparse/test/src-jvm/cssparse/TestUtil.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": 12673, "warnings": 0, "errors": 0},
2306 "doc": {"status": "ok", "tookMs": 7292, "files": 1, "totalSizeKb": 2977},
2307 "test-compile": {"status": "ok", "tookMs": 35524, "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": 515},
2310 "metadata": {
2311 "crossScalaVersions": ["2.13.14", "2.12.19", "3.3.3"]
2312}
2313},{
2314 "module": "scalaparse",
2315 "compile": {"status": "ok", "tookMs": 27931, "warnings": 0, "errors": 0},
2316 "doc": {"status": "ok", "tookMs": 4976, "files": 1, "totalSizeKb": 2728},
2317 "test-compile": {"status": "ok", "tookMs": 9856, "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": 493},
2320 "metadata": {
2321 "crossScalaVersions": ["2.13.14", "2.12.19", "3.3.3"]
2322}
2323},{
2324 "module": "cssparse",
2325 "compile": {"status": "ok", "tookMs": 23213, "warnings": 0, "errors": 0},
2326 "doc": {"status": "ok", "tookMs": 6131, "files": 1, "totalSizeKb": 2824},
2327 "test-compile": {"status": "ok", "tookMs": 7805, "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": 490},
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 3b0d724] 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-RC2
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-RC2"
2356Successfully applied pattern 'val scala3 = "3.3.3"' in build.sc
2357----
2358Starting build for 3.8.0-RC2
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-RC2
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 89 59.2M 89 53.2M 0 0 69.6M 0 --:--:-- --:--:-- --:--:-- 69.6M
2383100 59.2M 100 59.2M 0 0 75.3M 0 --:--:-- --:--:-- --:--:-- 273M
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 scalaparse - [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-RC2/compile.dest/classes ...
2423[warn] -- Warning: /build/repo/out/fastparse/jvm/3.8.0-RC2/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-RC2/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
2442Failed to resolve scalaVersion, assume it's Scala 3 project
2443[info] compiling 8 Scala sources to /build/repo/out/scalaparse/jvm/3.8.0-RC2/compile.dest/classes ...
2444[warn] -- Warning: /build/repo/scalaparse/src/scalaparse/syntax/Basic.scala:53:87 -----
2445[warn] 53 | def O[$: P](s: String) = P( s ~ (!Basic.OpChar | &(NoTrace(StringIn("/*", "//")))) )(s"`$s`", implicitly)
2446[warn] | ^^^^^^^
2447[warn] |Implicit parameters should be provided with a `using` clause.
2448[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
2449[warn] |To disable the warning, please use the following option:
2450[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
2451[warn] -- Warning: /build/repo/scalaparse/src/scalaparse/syntax/Basic.scala:51:81 -----
2452[warn] 51 | def W[$: P](s: String) = P( s ~ !CharPred(Basic.LetterDigitDollarUnderscore) )(s"`$s`", implicitly)
2453[warn] | ^^^^^^^
2454[warn] |Implicit parameters should be provided with a `using` clause.
2455[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
2456[warn] |To disable the warning, please use the following option:
2457[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
2458[warn] two warnings found
2459[info] done compiling
2460Successfully evaluated scalaparse.jvm[3.8.0-RC2].compile
2461Option -classpath was updated
24621 warning found
2463Successfully evaluated scalaparse.jvm[3.8.0-RC2].docJar
2464Failed to resolve scalaVersion, assume it's Scala 3 project
2465Failed to resolve scalaVersion, assume it's Scala 3 project
2466[info] compiling 4 Scala sources to /build/repo/out/scalaparse/jvm/3.8.0-RC2/test/compile.dest/classes ...
2467[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/TestUtil.scala:31:21 ----
2468[warn] 31 | { implicitly(input)
2469[warn] | ^^^^^
2470[warn] |Implicit parameters should be provided with a `using` clause.
2471[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
2472[warn] |To disable the warning, please use the following option:
2473[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
2474[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/TestUtil.scala:32:21 ----
2475[warn] 32 | implicitly(stack)
2476[warn] | ^^^^^
2477[warn] |Implicit parameters should be provided with a `using` clause.
2478[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
2479[warn] |To disable the warning, please use the following option:
2480[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
2481[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/TestUtil.scala:33:21 ----
2482[warn] 33 | implicitly(index)
2483[warn] | ^^^^^
2484[warn] |Implicit parameters should be provided with a `using` clause.
2485[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
2486[warn] |To disable the warning, please use the following option:
2487[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
2488[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/TestUtil.scala:34:21 ----
2489[warn] 34 | implicitly(parsedFound)
2490[warn] | ^^^^^^^^^^^
2491[warn] |Implicit parameters should be provided with a `using` clause.
2492[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
2493[warn] |To disable the warning, please use the following option:
2494[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
2495[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/TestUtil.scala:43:27 ----
2496[warn] 43 | assert({implicitly(input); false})
2497[warn] | ^^^^^
2498[warn] |Implicit parameters should be provided with a `using` clause.
2499[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
2500[warn] |To disable the warning, please use the following option:
2501[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
2502[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:756:2
2503[warn] 756 | test - checkNeg(
2504[warn] | ^
2505[warn] | Line is indented too far to the left, or a `}` is missing
2506[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:766:2
2507[warn] 766 | test - checkNeg(
2508[warn] | ^
2509[warn] | Line is indented too far to the left, or a `}` is missing
2510[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:774:2
2511[warn] 774 | test - checkNeg(
2512[warn] | ^
2513[warn] | Line is indented too far to the left, or a `}` is missing
2514[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:782:2
2515[warn] 782 | test - checkNeg(
2516[warn] | ^
2517[warn] | Line is indented too far to the left, or a `}` is missing
2518[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:790:2
2519[warn] 790 | test - checkNeg(
2520[warn] | ^
2521[warn] | Line is indented too far to the left, or a `}` is missing
2522[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:798:2
2523[warn] 798 | test - checkNeg(
2524[warn] | ^
2525[warn] | Line is indented too far to the left, or a `}` is missing
2526[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:806:2
2527[warn] 806 | test - checkNeg(
2528[warn] | ^
2529[warn] | Line is indented too far to the left, or a `}` is missing
2530[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:814:2
2531[warn] 814 | test - checkNeg(
2532[warn] | ^
2533[warn] | Line is indented too far to the left, or a `}` is missing
2534[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:822:2
2535[warn] 822 | test - checkNeg(
2536[warn] | ^
2537[warn] | Line is indented too far to the left, or a `}` is missing
2538[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:830:2
2539[warn] 830 | test - checkNeg(
2540[warn] | ^
2541[warn] | Line is indented too far to the left, or a `}` is missing
2542[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:838:2
2543[warn] 838 | test - checkNeg(
2544[warn] | ^
2545[warn] | Line is indented too far to the left, or a `}` is missing
2546[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:847:2
2547[warn] 847 | test - checkNeg(
2548[warn] | ^
2549[warn] | Line is indented too far to the left, or a `}` is missing
2550[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:855:2
2551[warn] 855 | test - checkNeg(
2552[warn] | ^
2553[warn] | Line is indented too far to the left, or a `}` is missing
2554[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:863:2
2555[warn] 863 | test - checkNeg(
2556[warn] | ^
2557[warn] | Line is indented too far to the left, or a `}` is missing
2558[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:871:2
2559[warn] 871 | test - checkNeg(
2560[warn] | ^
2561[warn] | Line is indented too far to the left, or a `}` is missing
2562[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:879:2
2563[warn] 879 | test - checkNeg(
2564[warn] | ^
2565[warn] | Line is indented too far to the left, or a `}` is missing
2566[warn] -- [E129] Potential Issue Warning: /build/repo/scalaparse/test/src/scalaparse/unit/TrailingCommasTests.scala:219:5
2567[warn] 219 | }
2568[warn] | ^
2569[warn] | A pure expression does nothing in statement position
2570[warn] |
2571[warn] | longer explanation available when compiling with `-explain`
2572[warn] there were 2 deprecation warnings; re-run with -deprecation for details
2573[warn] 23 warnings found
2574[info] done compiling
2575Successfully evaluated scalaparse.jvm[3.8.0-RC2].test.compile
2576-------------------------------- Running Tests --------------------------------
2577Checking...
2578
25791
25805
258118
258267
2583260
25841029
2585+ scalaparse.unit.TrailingCommasTests.pos.ArgumentExprs1 197ms
2586Checking...
2587
25881
25895
259018
259167
2592260
25931029
2594+ scalaparse.unit.TrailingCommasTests.pos.ArgumentExprs2 35ms
2595Checking...
2596
25971
25985
259918
260067
2601260
26021029
2603+ scalaparse.unit.TrailingCommasTests.pos.Params 17ms
2604Checking...
2605
26061
26075
260818
260967
2610260
26111029
2612+ scalaparse.unit.TrailingCommasTests.pos.ClassParams 23ms
2613Checking...
2614
26151
26165
261718
261867
2619260
26201029
2621+ scalaparse.unit.TrailingCommasTests.pos.SimpleExpr1 27ms
2622Checking...
2623
26241
26255
262618
262767
2628260
26291029
2630+ scalaparse.unit.TrailingCommasTests.pos.TypeArgs 16ms
2631Checking...
2632
26331
26345
263518
263667
2637260
26381029
2639+ scalaparse.unit.TrailingCommasTests.pos.TypeParamClause 4ms
2640Checking...
2641
26421
26435
264418
264567
2646260
26471029
2648+ scalaparse.unit.TrailingCommasTests.pos.FunTypeParamClause 6ms
2649Checking...
2650
26511
26525
265318
265467
2655260
26561029
2657+ scalaparse.unit.TrailingCommasTests.pos.SimpleType 19ms
2658Checking...
2659
26601
26615
266218
266367
2664260
26651029
2666+ scalaparse.unit.TrailingCommasTests.pos.FunctionArgTypes 12ms
2667Checking...
2668
26691
26705
267118
267267
2673260
26741029
2675+ scalaparse.unit.TrailingCommasTests.pos.SimplePattern 54ms
2676Checking...
2677
26781
26795
268018
268167
2682260
26831029
2684+ scalaparse.unit.TrailingCommasTests.pos.ImportSelectors 4ms
2685Checking...
2686
26871
26885
268918
269067
2691260
26921029
2693+ scalaparse.unit.TrailingCommasTests.pos.Bindings 21ms
2694====================================================================================================
2695+ scalaparse.unit.TrailingCommasTests.neg.ArgumentExprs1 78ms 7
2696====================================================================================================
2697+ scalaparse.unit.TrailingCommasTests.neg.ArgumentExprs2 9ms 7
2698====================================================================================================
2699+ scalaparse.unit.TrailingCommasTests.neg.ArgumentExprs3 8ms 7
2700====================================================================================================
2701+ scalaparse.unit.TrailingCommasTests.neg.ArgumentExprs4 5ms 7
2702====================================================================================================
2703+ scalaparse.unit.TrailingCommasTests.neg.Params1 11ms 7
2704====================================================================================================
2705+ scalaparse.unit.TrailingCommasTests.neg.Params2 4ms 7
2706====================================================================================================
2707+ scalaparse.unit.TrailingCommasTests.neg.ClassParams1 6ms 7
2708====================================================================================================
2709+ scalaparse.unit.TrailingCommasTests.neg.ClassParams2 5ms 7
2710====================================================================================================
2711+ scalaparse.unit.TrailingCommasTests.neg.SimpleExpr 5ms 7
2712====================================================================================================
2713+ scalaparse.unit.TrailingCommasTests.neg.TypeArgs 3ms 7
2714====================================================================================================
2715+ scalaparse.unit.TrailingCommasTests.neg.TypeParamClause 2ms 7
2716====================================================================================================
2717+ scalaparse.unit.TrailingCommasTests.neg.FunTypeParamClause 2ms 7
2718====================================================================================================
2719+ scalaparse.unit.TrailingCommasTests.neg.SimpleType 3ms 7
2720====================================================================================================
2721+ scalaparse.unit.TrailingCommasTests.neg.FunctionArgTypes 2ms 7
2722====================================================================================================
2723+ scalaparse.unit.TrailingCommasTests.neg.SimplePattern 7ms 7
2724====================================================================================================
2725+ scalaparse.unit.TrailingCommasTests.neg.ImportSelectors 3ms 7
2726====================================================================================================
2727+ scalaparse.unit.TrailingCommasTests.neg.Import 1ms 7
2728====================================================================================================
2729+ scalaparse.unit.TrailingCommasTests.neg.ValDcl 2ms 7
2730====================================================================================================
2731+ scalaparse.unit.TrailingCommasTests.neg.VarDcl 2ms 7
2732====================================================================================================
2733+ scalaparse.unit.TrailingCommasTests.neg.VarDef 2ms 7
2734====================================================================================================
2735+ scalaparse.unit.TrailingCommasTests.neg.PatDef 2ms 7
2736====================================================================================================
2737+ scalaparse.unit.TrailingCommasTests.neg.Tuple1 value case 2ms 7
2738====================================================================================================
2739+ scalaparse.unit.TrailingCommasTests.neg.Tuple1 type case 2ms 7
2740-------------------------------- Running Tests --------------------------------
2741====================================================================================================
2742+ scalaparse.unit.FailureTests.0 20ms 7
2743====================================================================================================
2744+ scalaparse.unit.FailureTests.1 2ms 7
2745====================================================================================================
2746+ scalaparse.unit.FailureTests.2 7ms 7
2747====================================================================================================
2748+ scalaparse.unit.FailureTests.3 2ms 7
2749====================================================================================================
2750+ scalaparse.unit.FailureTests.4 6ms 7
2751====================================================================================================
2752+ scalaparse.unit.FailureTests.5 1ms 7
2753====================================================================================================
2754+ scalaparse.unit.FailureTests.6 3ms 7
2755====================================================================================================
2756+ scalaparse.unit.FailureTests.7 2ms 7
2757====================================================================================================
2758+ scalaparse.unit.FailureTests.8 6ms 7
2759====================================================================================================
2760+ scalaparse.unit.FailureTests.9 2ms 7
2761====================================================================================================
2762+ scalaparse.unit.FailureTests.10 2ms 7
2763====================================================================================================
2764+ scalaparse.unit.FailureTests.11 1ms 7
2765====================================================================================================
2766+ scalaparse.unit.FailureTests.12 2ms 7
2767====================================================================================================
2768+ scalaparse.unit.FailureTests.13 4ms 7
2769====================================================================================================
2770+ scalaparse.unit.FailureTests.14 1ms 7
2771====================================================================================================
2772+ scalaparse.unit.FailureTests.15 1ms 7
2773====================================================================================================
2774+ scalaparse.unit.FailureTests.16 2ms 7
2775====================================================================================================
2776+ scalaparse.unit.FailureTests.17 2ms 7
2777====================================================================================================
2778+ scalaparse.unit.FailureTests.18 5ms 7
2779====================================================================================================
2780+ scalaparse.unit.FailureTests.19 7ms 7
2781====================================================================================================
2782+ scalaparse.unit.FailureTests.20 1ms 7
2783====================================================================================================
2784+ scalaparse.unit.FailureTests.21 2ms 7
2785====================================================================================================
2786+ scalaparse.unit.FailureTests.22 2ms 7
2787====================================================================================================
2788+ scalaparse.unit.FailureTests.23 0ms 7
2789====================================================================================================
2790+ scalaparse.unit.FailureTests.24 4ms 7
2791====================================================================================================
2792+ scalaparse.unit.FailureTests.25 2ms 7
2793====================================================================================================
2794+ scalaparse.unit.FailureTests.26 2ms 7
2795====================================================================================================
2796+ scalaparse.unit.FailureTests.27 1ms 7
2797====================================================================================================
2798+ scalaparse.unit.FailureTests.28 2ms 7
2799====================================================================================================
2800+ scalaparse.unit.FailureTests.29 2ms 7
2801====================================================================================================
2802+ scalaparse.unit.FailureTests.30 1ms 7
2803====================================================================================================
2804+ scalaparse.unit.FailureTests.31 2ms 7
2805====================================================================================================
2806+ scalaparse.unit.FailureTests.32 2ms 7
2807====================================================================================================
2808+ scalaparse.unit.FailureTests.33 1ms 7
2809====================================================================================================
2810+ scalaparse.unit.FailureTests.34 1ms 7
2811====================================================================================================
2812+ scalaparse.unit.FailureTests.35 2ms 7
2813====================================================================================================
2814+ scalaparse.unit.FailureTests.36 1ms 7
2815====================================================================================================
2816+ scalaparse.unit.FailureTests.37 2ms 7
2817====================================================================================================
2818+ scalaparse.unit.FailureTests.38 2ms 7
2819====================================================================================================
2820+ scalaparse.unit.FailureTests.39 2ms 7
2821====================================================================================================
2822+ scalaparse.unit.FailureTests.40 1ms 7
2823====================================================================================================
2824+ scalaparse.unit.FailureTests.41 2ms 7
2825====================================================================================================
2826+ scalaparse.unit.FailureTests.42 1ms 7
2827====================================================================================================
2828+ scalaparse.unit.FailureTests.43 2ms 7
2829====================================================================================================
2830+ scalaparse.unit.FailureTests.44 1ms 7
2831====================================================================================================
2832+ scalaparse.unit.FailureTests.45 2ms 7
2833====================================================================================================
2834+ scalaparse.unit.FailureTests.46 1ms 7
2835====================================================================================================
2836+ scalaparse.unit.FailureTests.47 2ms 7
2837====================================================================================================
2838+ scalaparse.unit.FailureTests.48 1ms 7
2839====================================================================================================
2840+ scalaparse.unit.FailureTests.49 1ms 7
2841====================================================================================================
2842+ scalaparse.unit.FailureTests.50 2ms 7
2843====================================================================================================
2844+ scalaparse.unit.FailureTests.51 1ms 7
2845====================================================================================================
2846+ scalaparse.unit.FailureTests.52 1ms 7
2847====================================================================================================
2848+ scalaparse.unit.FailureTests.53 3ms 7
2849====================================================================================================
2850+ scalaparse.unit.FailureTests.54 2ms 7
2851====================================================================================================
2852+ scalaparse.unit.FailureTests.55 2ms 7
2853====================================================================================================
2854+ scalaparse.unit.FailureTests.56 3ms 7
2855====================================================================================================
2856+ scalaparse.unit.FailureTests.57 2ms 7
2857====================================================================================================
2858+ scalaparse.unit.FailureTests.58 2ms 7
2859====================================================================================================
2860+ scalaparse.unit.FailureTests.59 2ms 7
2861====================================================================================================
2862+ scalaparse.unit.FailureTests.60 2ms 7
2863====================================================================================================
2864+ scalaparse.unit.FailureTests.61 1ms 7
2865====================================================================================================
2866+ scalaparse.unit.FailureTests.62 3ms 7
2867====================================================================================================
2868+ scalaparse.unit.FailureTests.63 6ms 7
2869====================================================================================================
2870+ scalaparse.unit.FailureTests.64 1ms 7
2871====================================================================================================
2872+ scalaparse.unit.FailureTests.65 1ms 7
2873====================================================================================================
2874+ scalaparse.unit.FailureTests.66 1ms 7
2875====================================================================================================
2876+ scalaparse.unit.FailureTests.67 2ms 7
2877====================================================================================================
2878+ scalaparse.unit.FailureTests.68 2ms 7
2879====================================================================================================
2880+ scalaparse.unit.FailureTests.69 1ms 7
2881====================================================================================================
2882+ scalaparse.unit.FailureTests.70 0ms 7
2883====================================================================================================
2884+ scalaparse.unit.FailureTests.71 1ms 7
2885====================================================================================================
2886+ scalaparse.unit.FailureTests.72 1ms 7
2887====================================================================================================
2888+ scalaparse.unit.FailureTests.73 1ms 7
2889====================================================================================================
2890+ scalaparse.unit.FailureTests.74 1ms 7
2891====================================================================================================
2892+ scalaparse.unit.FailureTests.75 1ms 7
2893====================================================================================================
2894+ scalaparse.unit.FailureTests.76 1ms 7
2895====================================================================================================
2896+ scalaparse.unit.FailureTests.77 1ms 7
2897====================================================================================================
2898+ scalaparse.unit.FailureTests.78 1ms 7
2899====================================================================================================
2900+ scalaparse.unit.FailureTests.79 1ms 7
2901====================================================================================================
2902+ scalaparse.unit.FailureTests.80 1ms 7
2903====================================================================================================
2904+ scalaparse.unit.FailureTests.81 0ms 7
2905====================================================================================================
2906+ scalaparse.unit.FailureTests.82 1ms 7
2907====================================================================================================
2908+ scalaparse.unit.FailureTests.83 1ms 7
2909====================================================================================================
2910+ scalaparse.unit.FailureTests.84 1ms 7
2911====================================================================================================
2912+ scalaparse.unit.FailureTests.85 0ms 7
2913====================================================================================================
2914+ scalaparse.unit.FailureTests.86 1ms 7
2915====================================================================================================
2916+ scalaparse.unit.FailureTests.87 5ms 7
2917====================================================================================================
2918+ scalaparse.unit.FailureTests.88 2ms 7
2919====================================================================================================
2920+ scalaparse.unit.FailureTests.89 3ms 7
2921====================================================================================================
2922+ scalaparse.unit.FailureTests.90 2ms 7
2923====================================================================================================
2924+ scalaparse.unit.FailureTests.91 3ms 7
2925====================================================================================================
2926+ scalaparse.unit.FailureTests.92 3ms 7
2927====================================================================================================
2928+ scalaparse.unit.FailureTests.93 0ms 7
2929-------------------------------- Running Tests --------------------------------
2930running
2931Checking...
2932
29331
29345
293518
293667
2937260
29381029
2939+ scalaparse.unit.SuccessTests.0 34ms
2940Checking...
2941
29421
29435
294418
294567
2946260
29471029
2948+ scalaparse.unit.SuccessTests.1 3ms
2949Checking...
2950
29511
29525
295318
295467
2955260
29561029
2957+ scalaparse.unit.SuccessTests.2 3ms
2958Checking...
2959
29601
29615
296218
296367
2964260
29651029
2966+ scalaparse.unit.SuccessTests.3 4ms
2967Checking...
2968
29691
29705
297118
297267
2973260
29741029
2975+ scalaparse.unit.SuccessTests.4 2ms
2976Checking...
2977
29781
29795
298018
298167
2982260
29831029
2984+ scalaparse.unit.SuccessTests.5 13ms
2985Checking...
2986
29871
29885
298918
299067
2991260
29921029
2993+ scalaparse.unit.SuccessTests.6 16ms
2994Checking...
2995
29961
29975
299818
299967
3000260
30011029
3002+ scalaparse.unit.SuccessTests.7 8ms
3003Checking...
3004
30051
30065
300718
300867
3009260
30101029
3011+ scalaparse.unit.SuccessTests.8 5ms
3012Checking...
3013
30141
30155
301618
301767
3018260
30191029
3020+ scalaparse.unit.SuccessTests.9 8ms
3021Checking...
3022
30231
30245
302518
302667
3027260
30281029
3029+ scalaparse.unit.SuccessTests.10 5ms
3030Checking...
3031
30321
30335
303418
303567
3036260
30371029
3038+ scalaparse.unit.SuccessTests.11 17ms
3039Checking...
3040
30411
30425
304318
304467
3045260
30461029
3047+ scalaparse.unit.SuccessTests.12 12ms
3048Checking...
3049
30501
30515
305218
305367
3054260
30551029
3056+ scalaparse.unit.SuccessTests.13 8ms
3057Checking...
3058
30591
30605
306118
306267
3063260
30641029
3065+ scalaparse.unit.SuccessTests.14 11ms
3066Checking...
3067
30681
30695
307018
307167
3072260
30731029
3074+ scalaparse.unit.SuccessTests.15 7ms
3075Checking...
3076
30771
30785
307918
308067
3081260
30821029
3083+ scalaparse.unit.SuccessTests.16 8ms
3084Checking...
3085
30861
30875
308818
308967
3090260
30911029
3092+ scalaparse.unit.SuccessTests.17 4ms
3093Checking...
3094
30951
30965
309718
309867
3099260
31001029
3101+ scalaparse.unit.SuccessTests.18 8ms
3102Checking...
3103
31041
31055
310618
310767
3108260
31091029
3110+ scalaparse.unit.SuccessTests.19 7ms
3111Checking...
3112
31131
31145
311518
311667
3117260
31181029
3119+ scalaparse.unit.SuccessTests.20 5ms
3120Checking...
3121
31221
31235
312418
312567
3126260
31271029
3128+ scalaparse.unit.SuccessTests.21 7ms
3129Checking...
3130
31311
31325
313318
313467
3135260
31361029
3137+ scalaparse.unit.SuccessTests.22 7ms
3138Checking...
3139
31401
31415
314218
314367
3144260
31451029
3146+ scalaparse.unit.SuccessTests.23 5ms
3147Checking...
3148
31491
31505
315118
315267
3153260
31541029
3155+ scalaparse.unit.SuccessTests.24 20ms
3156Checking...
3157
31581
31595
316018
316167
3162260
31631029
3164+ scalaparse.unit.SuccessTests.25 5ms
3165Checking...
3166
31671
31685
316918
317067
3171260
31721029
3173+ scalaparse.unit.SuccessTests.26 5ms
3174Checking...
3175
31761
31775
317818
317967
3180260
31811029
3182+ scalaparse.unit.SuccessTests.27 7ms
3183Checking...
3184
31851
31865
318718
318867
3189260
31901029
3191+ scalaparse.unit.SuccessTests.28 6ms
3192Checking...
3193
31941
31955
319618
319767
3198260
31991029
3200+ scalaparse.unit.SuccessTests.29 5ms
3201Checking...
3202
32031
32045
320518
320667
3207260
32081029
3209+ scalaparse.unit.SuccessTests.30 8ms
3210Checking...
3211
32121
32135
321418
321567
3216260
32171029
3218+ scalaparse.unit.SuccessTests.31 5ms
3219Checking...
3220
32211
32225
322318
322467
3225260
32261029
3227+ scalaparse.unit.SuccessTests.32 4ms
3228Checking...
3229
32301
32315
323218
323367
3234260
32351029
3236+ scalaparse.unit.SuccessTests.33 4ms
3237Checking...
3238
32391
32405
324118
324267
3243260
32441029
3245+ scalaparse.unit.SuccessTests.34 4ms
3246Checking...
3247
32481
32495
325018
325167
3252260
32531029
3254+ scalaparse.unit.SuccessTests.35 4ms
3255Checking...
3256
32571
32585
325918
326067
3261260
32621029
3263+ scalaparse.unit.SuccessTests.36 10ms
3264Checking...
3265
32661
32675
326818
326967
3270260
32711029
3272+ scalaparse.unit.SuccessTests.37 5ms
3273Checking...
3274
32751
32765
327718
327867
3279260
32801029
3281+ scalaparse.unit.SuccessTests.38 2ms
3282Checking...
3283
32841
32855
328618
328767
3288260
32891029
3290+ scalaparse.unit.SuccessTests.39 7ms
3291Checking...
3292
32931
32945
329518
329667
3297260
32981029
3299+ scalaparse.unit.SuccessTests.40 12ms
3300Checking...
3301
33021
33035
330418
330567
3306260
33071029
3308+ scalaparse.unit.SuccessTests.41 8ms
3309Checking...
3310
33111
33125
331318
331467
3315260
33161029
3317+ scalaparse.unit.SuccessTests.42 12ms
3318Checking...
3319
33201
33215
332218
332367
3324260
33251029
3326+ scalaparse.unit.SuccessTests.43 6ms
3327Checking...
3328
33291
33305
333118
333267
3333260
33341029
3335+ scalaparse.unit.SuccessTests.44 5ms
3336Checking...
3337
33381
33395
334018
334167
3342260
33431029
3344+ scalaparse.unit.SuccessTests.45 7ms
3345Checking...
3346
33471
33485
334918
335067
3351260
33521029
3353+ scalaparse.unit.SuccessTests.46 9ms
3354Checking...
3355
33561
33575
335818
335967
3360260
33611029
3362+ scalaparse.unit.SuccessTests.47 9ms
3363Checking...
3364
33651
33665
336718
336867
3369260
33701029
3371+ scalaparse.unit.SuccessTests.48 5ms
3372Checking...
3373
33741
33755
337618
337767
3378260
33791029
3380+ scalaparse.unit.SuccessTests.49 10ms
3381Checking...
3382
33831
33845
338518
338667
3387260
33881029
3389+ scalaparse.unit.SuccessTests.50 11ms
3390Checking...
3391
33921
33935
339418
339567
3396260
33971029
3398+ scalaparse.unit.SuccessTests.51 8ms
3399Checking...
3400
34011
34025
340318
340467
3405260
34061029
3407+ scalaparse.unit.SuccessTests.52 8ms
3408Checking...
3409
34101
34115
341218
341367
3414260
34151029
3416+ scalaparse.unit.SuccessTests.53 5ms
3417Checking...
3418
34191
34205
342118
342267
3423260
34241029
3425+ scalaparse.unit.SuccessTests.54 5ms
3426Checking...
3427
34281
34295
343018
343167
3432260
34331029
3434+ scalaparse.unit.SuccessTests.55 9ms
3435Checking...
3436
34371
34385
343918
344067
3441260
34421029
3443+ scalaparse.unit.SuccessTests.56 5ms
3444Checking...
3445
34461
34475
344818
344967
3450260
34511029
3452+ scalaparse.unit.SuccessTests.57 5ms
3453Checking...
3454
34551
34565
345718
345867
3459260
34601029
3461+ scalaparse.unit.SuccessTests.58 4ms
3462Checking...
3463
34641
34655
346618
346767
3468260
34691029
3470+ scalaparse.unit.SuccessTests.59 4ms
3471Checking...
3472
34731
34745
347518
347667
3477260
34781029
3479+ scalaparse.unit.SuccessTests.60 7ms
3480Checking...
3481
34821
34835
348418
348567
3486260
34871029
3488+ scalaparse.unit.SuccessTests.61 13ms
3489Checking...
3490
34911
34925
349318
349467
3495260
34961029
3497+ scalaparse.unit.SuccessTests.62 3ms
3498Checking...
3499
35001
35015
350218
350367
3504260
35051029
3506+ scalaparse.unit.SuccessTests.63 7ms
3507Checking...
3508
35091
35105
351118
351267
3513260
35141029
3515+ scalaparse.unit.SuccessTests.64 2ms
3516Checking...
3517
35181
35195
352018
352167
3522260
35231029
3524+ scalaparse.unit.SuccessTests.65 6ms
3525Checking...
3526
35271
35285
352918
353067
3531260
35321029
3533+ scalaparse.unit.SuccessTests.66 8ms
3534Checking...
3535
35361
35375
353818
353967
3540260
35411029
3542+ scalaparse.unit.SuccessTests.67 8ms
3543Checking...
3544
35451
35465
354718
354867
3549260
35501029
3551+ scalaparse.unit.SuccessTests.68 6ms
3552Checking...
3553
35541
35555
355618
355767
3558260
35591029
3560+ scalaparse.unit.SuccessTests.69 5ms
3561Checking...
3562
35631
35645
356518
356667
3567260
35681029
3569+ scalaparse.unit.SuccessTests.70 3ms
3570Checking...
3571
35721
35735
357418
357567
3576260
35771029
3578+ scalaparse.unit.SuccessTests.71 4ms
3579Checking...
3580
35811
35825
358318
358467
3585260
35861029
3587+ scalaparse.unit.SuccessTests.72 9ms
3588Checking...
3589
35901
35915
359218
359367
3594260
35951029
3596+ scalaparse.unit.SuccessTests.73 12ms
3597Checking...
3598
35991
36005
360118
360267
3603260
36041029
3605+ scalaparse.unit.SuccessTests.74 4ms
3606Checking...
3607
36081
36095
361018
361167
3612260
36131029
3614+ scalaparse.unit.SuccessTests.75 2ms
3615Checking...
3616
36171
36185
361918
362067
3621260
36221029
3623+ scalaparse.unit.SuccessTests.76 2ms
3624Checking...
3625
36261
36275
362818
362967
3630260
36311029
3632+ scalaparse.unit.SuccessTests.77 2ms
3633Checking...
3634
36351
36365
363718
363867
3639260
36401029
3641+ scalaparse.unit.SuccessTests.78 2ms
3642Checking...
3643
36441
36455
364618
364767
3648260
36491029
3650+ scalaparse.unit.SuccessTests.79 6ms
3651Checking...
3652
36531
36545
365518
365667
3657260
36581029
3659+ scalaparse.unit.SuccessTests.80 5ms
3660Checking...
3661
36621
36635
366418
366567
3666260
36671029
3668+ scalaparse.unit.SuccessTests.81 3ms
3669Checking...
3670
36711
36725
367318
367467
3675260
36761029
3677+ scalaparse.unit.SuccessTests.82 2ms
3678Checking...
3679
36801
36815
368218
368367
3684260
36851029
3686+ scalaparse.unit.SuccessTests.83 3ms
3687Checking...
3688
36891
36905
369118
369267
3693260
36941029
3695+ scalaparse.unit.SuccessTests.84 10ms
3696Checking...
3697
36981
36995
370018
370167
3702260
37031029
3704+ scalaparse.unit.SuccessTests.85 11ms
3705Checking...
3706
37071
37085
370918
371067
3711260
37121029
3713+ scalaparse.unit.SuccessTests.86 5ms
3714Checking...
3715
37161
37175
371818
371967
3720260
37211029
3722+ scalaparse.unit.SuccessTests.87 8ms
3723Checking...
3724
37251
37265
372718
372867
3729260
37301029
3731+ scalaparse.unit.SuccessTests.88 12ms
3732Checking...
3733
37341
37355
373618
373767
3738260
37391029
3740+ scalaparse.unit.SuccessTests.89 6ms
3741Checking...
3742
37431
37445
374518
374667
3747260
37481029
3749+ scalaparse.unit.SuccessTests.90 5ms
3750Checking...
3751
37521
37535
375418
375567
3756260
37571029
3758+ scalaparse.unit.SuccessTests.91 3ms
3759Checking...
3760
37611
37625
376318
376467
3765260
37661029
3767+ scalaparse.unit.SuccessTests.92 8ms
3768Checking...
3769
37701
37715
377218
377367
3774260
37751029
3776+ scalaparse.unit.SuccessTests.93 6ms
3777Checking...
3778
37791
37805
378118
378267
3783260
37841029
3785+ scalaparse.unit.SuccessTests.94 5ms
3786Checking...
3787
37881
37895
379018
379167
3792260
37931029
3794+ scalaparse.unit.SuccessTests.95 6ms
3795Checking...
3796
37971
37985
379918
380067
3801260
38021029
3803+ scalaparse.unit.SuccessTests.96 6ms
3804Checking...
3805
38061
38075
380818
380967
3810260
38111029
3812+ scalaparse.unit.SuccessTests.97 4ms
3813Checking...
3814
38151
38165
381718
381867
3819260
38201029
3821+ scalaparse.unit.SuccessTests.98 4ms
3822Checking...
3823
38241
38255
382618
382767
3828260
38291029
3830+ scalaparse.unit.SuccessTests.99 3ms
3831Checking...
3832
38331
38345
383518
383667
3837260
38381029
3839+ scalaparse.unit.SuccessTests.100 1ms
3840Checking...
3841
38421
38435
384418
384567
3846260
38471029
3848+ scalaparse.unit.SuccessTests.101 7ms
3849Checking...
3850
38511
38525
385318
385467
3855260
38561029
3857+ scalaparse.unit.SuccessTests.102 7ms
3858Checking...
3859
38601
38615
386218
386367
3864260
38651029
3866+ scalaparse.unit.SuccessTests.103 4ms
3867Checking...
3868
38691
38705
387118
387267
3873260
38741029
3875+ scalaparse.unit.SuccessTests.104 3ms
3876Checking...
3877
38781
38795
388018
388167
3882260
38831029
3884+ scalaparse.unit.SuccessTests.105 2ms
3885Checking...
3886
38871
38885
388918
389067
3891260
38921029
3893+ scalaparse.unit.SuccessTests.106 4ms
3894Checking...
3895
38961
38975
389818
389967
3900260
39011029
3902+ scalaparse.unit.SuccessTests.107 6ms
3903Checking...
3904
39051
39065
390718
390867
3909260
39101029
3911+ scalaparse.unit.SuccessTests.108 6ms
3912Checking...
3913
39141
39155
391618
391767
3918260
39191029
3920+ scalaparse.unit.SuccessTests.109 4ms
3921Checking...
3922
39231
39245
392518
392667
3927260
39281029
3929+ scalaparse.unit.SuccessTests.110 3ms
3930Checking...
3931
39321
39335
393418
393567
3936260
39371029
3938+ scalaparse.unit.SuccessTests.111 6ms
3939Checking...
3940
39411
39425
394318
394467
3945260
39461029
3947+ scalaparse.unit.SuccessTests.112 11ms
3948Checking...
3949
39501
39515
395218
395367
3954260
39551029
3956+ scalaparse.unit.SuccessTests.113 7ms
3957Checking...
3958
39591
39605
396118
396267
3963260
39641029
3965+ scalaparse.unit.SuccessTests.114 3ms
3966Checking...
3967
39681
39695
397018
397167
3972260
39731029
3974+ scalaparse.unit.SuccessTests.115 3ms
3975Checking...
3976
39771
39785
397918
398067
3981260
39821029
3983+ scalaparse.unit.SuccessTests.116 6ms
3984Checking...
3985
39861
39875
398818
398967
3990260
39911029
3992+ scalaparse.unit.SuccessTests.117 4ms
3993Checking...
3994
39951
39965
399718
399867
3999260
40001029
4001+ scalaparse.unit.SuccessTests.118 5ms
4002Checking...
4003
40041
40055
400618
400767
4008260
40091029
4010+ scalaparse.unit.SuccessTests.119 7ms
4011Checking...
4012
40131
40145
401518
401667
4017260
40181029
4019+ scalaparse.unit.SuccessTests.120 4ms
4020Checking...
4021
40221
40235
402418
402567
4026260
40271029
4028+ scalaparse.unit.SuccessTests.121 3ms
4029Checking...
4030
40311
40325
403318
403467
4035260
40361029
4037+ scalaparse.unit.SuccessTests.122 17ms
4038Checking...
4039
40401
40415
404218
404367
4044260
40451029
4046+ scalaparse.unit.SuccessTests.123 5ms
4047Checking...
4048
40491
40505
405118
405267
4053260
40541029
4055+ scalaparse.unit.SuccessTests.124 3ms
4056Checking...
4057
40581
40595
406018
406167
4062260
40631029
4064+ scalaparse.unit.SuccessTests.125 9ms
4065Checking...
4066
40671
40685
406918
407067
4071260
40721029
4073+ scalaparse.unit.SuccessTests.126 3ms
4074Checking...
4075
40761
40775
407818
407967
4080260
40811029
4082+ scalaparse.unit.SuccessTests.127 6ms
4083Checking...
4084
40851
40865
408718
408867
4089260
40901029
4091+ scalaparse.unit.SuccessTests.128 4ms
4092Checking...
4093
40941
40955
409618
409767
4098260
40991029
4100+ scalaparse.unit.SuccessTests.129 6ms
4101Checking...
4102
41031
41045
410518
410667
4107260
41081029
4109+ scalaparse.unit.SuccessTests.130 5ms
4110Checking...
4111
41121
41135
411418
411567
4116260
41171029
4118+ scalaparse.unit.SuccessTests.131 2ms
4119Checking...
4120
41211
41225
412318
412467
4125260
41261029
4127+ scalaparse.unit.SuccessTests.132 2ms
4128Checking...
4129
41301
41315
413218
413367
4134260
41351029
4136+ scalaparse.unit.SuccessTests.133 8ms
4137Checking...
4138
41391
41405
414118
414267
4143260
41441029
4145+ scalaparse.unit.SuccessTests.134 9ms
4146Checking...
4147
41481
41495
415018
415167
4152260
41531029
4154+ scalaparse.unit.SuccessTests.135 4ms
4155Checking...
4156
41571
41585
415918
416067
4161260
41621029
4163+ scalaparse.unit.SuccessTests.136 6ms
4164Checking...
4165
41661
41675
416818
416967
4170260
41711029
4172+ scalaparse.unit.SuccessTests.137 5ms
4173Checking...
4174
41751
41765
417718
417867
4179260
41801029
4181+ scalaparse.unit.SuccessTests.138 7ms
4182Checking...
4183
41841
41855
418618
418767
4188260
41891029
4190+ scalaparse.unit.SuccessTests.139 7ms
4191Checking...
4192
41931
41945
419518
419667
4197260
41981029
4199+ scalaparse.unit.SuccessTests.140 3ms
4200Checking...
4201
42021
42035
420418
420567
4206260
42071029
4208+ scalaparse.unit.SuccessTests.141 6ms
4209Checking...
4210
42111
42125
421318
421467
4215260
42161029
4217+ scalaparse.unit.SuccessTests.142 5ms
4218Checking...
4219
42201
42215
422218
422367
4224260
42251029
4226+ scalaparse.unit.SuccessTests.143 4ms
4227Checking...
4228
42291
42305
423118
423267
4233260
42341029
4235+ scalaparse.unit.SuccessTests.144 8ms
4236Checking...
4237
42381
42395
424018
424167
4242260
42431029
4244+ scalaparse.unit.SuccessTests.145 5ms
4245Checking...
4246
42471
42485
424918
425067
4251260
42521029
4253+ scalaparse.unit.SuccessTests.146 3ms
4254Checking...
4255
42561
42575
425818
425967
4260260
42611029
4262+ scalaparse.unit.SuccessTests.147 6ms
4263Checking...
4264
42651
42665
426718
426867
4269260
42701029
4271+ scalaparse.unit.SuccessTests.148 3ms
4272Checking...
4273
42741
42755
427618
427767
4278260
42791029
4280+ scalaparse.unit.SuccessTests.149 2ms
4281Checking...
4282
42831
42845
428518
428667
4287260
42881029
4289+ scalaparse.unit.SuccessTests.150 5ms
4290Checking...
4291
42921
42935
429418
429567
4296260
42971029
4298+ scalaparse.unit.SuccessTests.151 6ms
4299Checking...
4300
43011
43025
430318
430467
4305260
43061029
4307+ scalaparse.unit.SuccessTests.152 4ms
4308Checking...
4309
43101
43115
431218
431367
4314260
43151029
4316+ scalaparse.unit.SuccessTests.153 9ms
4317Checking...
4318
43191
43205
432118
432267
4323260
43241029
4325+ scalaparse.unit.SuccessTests.154 27ms
4326Checking...
4327
43281
43295
433018
433167
4332260
43331029
4334+ scalaparse.unit.SuccessTests.155 6ms
4335Checking...
4336
43371
43385
433918
434067
4341260
43421029
4343+ scalaparse.unit.SuccessTests.156 4ms
4344Checking...
4345
43461
43475
434818
434967
4350260
43511029
4352+ scalaparse.unit.SuccessTests.157 6ms
4353Checking...
4354
43551
43565
435718
435867
4359260
43601029
4361+ scalaparse.unit.SuccessTests.158 6ms
4362Checking...
4363
43641
43655
436618
436767
4368260
43691029
4370+ scalaparse.unit.SuccessTests.159 3ms
4371Checking...
4372
43731
43745
437518
437667
4377260
43781029
4379+ scalaparse.unit.SuccessTests.160 5ms
4380Checking...
4381
43821
43835
438418
438567
4386260
43871029
4388+ scalaparse.unit.SuccessTests.161 5ms
4389Checking...
4390
43911
43925
439318
439467
4395260
43961029
4397+ scalaparse.unit.SuccessTests.162 4ms
4398Checking...
4399
44001
44015
440218
440367
4404260
44051029
4406+ scalaparse.unit.SuccessTests.163 3ms
4407Checking...
4408
44091
44105
441118
441267
4413260
44141029
4415+ scalaparse.unit.SuccessTests.164 6ms
4416Checking...
4417
44181
44195
442018
442167
4422260
44231029
4424+ scalaparse.unit.SuccessTests.165 14ms
4425Checking...
4426
44271
44285
442918
443067
4431260
44321029
4433+ scalaparse.unit.SuccessTests.166 4ms
4434Checking...
4435
44361
44375
443818
443967
4440260
44411029
4442+ scalaparse.unit.SuccessTests.167 25ms
4443Checking...
4444
44451
44465
444718
444867
4449260
44501029
4451+ scalaparse.unit.SuccessTests.168 5ms
4452Checking...
4453
44541
44555
445618
445767
4458260
44591029
4460+ scalaparse.unit.SuccessTests.169 4ms
4461Checking...
4462
44631
44645
446518
446667
4467260
44681029
4469+ scalaparse.unit.SuccessTests.170 3ms
4470Checking...
4471
44721
44735
447418
447567
4476260
44771029
4478+ scalaparse.unit.SuccessTests.171 7ms
4479Checking...
4480
44811
44825
448318
448467
4485260
44861029
4487+ scalaparse.unit.SuccessTests.172 5ms
4488Checking...
4489
44901
44915
449218
449367
4494260
44951029
4496+ scalaparse.unit.SuccessTests.173 8ms
4497Checking...
4498
44991
45005
450118
450267
4503260
45041029
4505+ scalaparse.unit.SuccessTests.174 9ms
4506Checking...
4507
45081
45095
451018
451167
4512260
45131029
4514+ scalaparse.unit.SuccessTests.175 3ms
4515Checking...
4516
45171
45185
451918
452067
4521260
45221029
4523+ scalaparse.unit.SuccessTests.176 11ms
4524Checking...
4525
45261
45275
452818
452967
4530260
45311029
4532+ scalaparse.unit.SuccessTests.177 8ms
4533Checking...
4534
45351
45365
453718
453867
4539260
45401029
4541+ scalaparse.unit.SuccessTests.178 9ms
4542Checking...
4543
45441
45455
454618
454767
4548260
45491029
4550+ scalaparse.unit.SuccessTests.179 3ms
4551Checking...
4552
45531
45545
455518
455667
4557260
45581029
4559+ scalaparse.unit.SuccessTests.180 4ms
4560Checking...
4561
45621
45635
456418
456567
4566260
45671029
4568+ scalaparse.unit.SuccessTests.181 4ms
4569Checking...
4570
45711
45725
457318
457467
4575260
45761029
4577+ scalaparse.unit.SuccessTests.182 4ms
4578Checking...
4579
45801
45815
458218
458367
4584260
45851029
4586+ scalaparse.unit.SuccessTests.183 6ms
4587Checking...
4588
45891
45905
459118
459267
4593260
45941029
4595+ scalaparse.unit.SuccessTests.184 3ms
4596Checking...
4597
45981
45995
460018
460167
4602260
46031029
4604+ scalaparse.unit.SuccessTests.185 4ms
4605Checking...
4606
46071
46085
460918
461067
4611260
46121029
4613+ scalaparse.unit.SuccessTests.186 2ms
4614Checking...
4615
46161
46175
461818
461967
4620260
46211029
4622+ scalaparse.unit.SuccessTests.187 7ms
4623Checking...
4624
46251
46265
462718
462867
4629260
46301029
4631+ scalaparse.unit.SuccessTests.188 2ms
4632Checking...
4633
46341
46355
463618
463767
4638260
46391029
4640+ scalaparse.unit.SuccessTests.189 4ms
4641Checking...
4642
46431
46445
464518
464667
4647260
46481029
4649+ scalaparse.unit.SuccessTests.190 12ms
4650Checking...
4651
46521
46535
465418
465567
4656260
46571029
4658+ scalaparse.unit.SuccessTests.191 11ms
4659Checking...
4660
46611
46625
466318
466467
4665260
46661029
4667+ scalaparse.unit.SuccessTests.192 32ms
4668Checking...
4669
46701
46715
467218
467367
4674260
46751029
4676+ scalaparse.unit.SuccessTests.193 6ms
4677Checking...
4678
46791
46805
468118
468267
4683260
46841029
4685+ scalaparse.unit.SuccessTests.194 0ms
4686Checking...
4687
46881
46895
469018
469167
4692260
46931029
4694+ scalaparse.unit.SuccessTests.195 2ms
4695Checking...
4696
46971
46985
469918
470067
4701260
47021029
4703+ scalaparse.unit.SuccessTests.196 3ms
4704Checking...
4705
47061
47075
470818
470967
4710260
47111029
4712+ scalaparse.unit.SuccessTests.197 1ms
4713Checking...
4714
47151
47165
471718
471867
4719260
47201029
4721+ scalaparse.unit.SuccessTests.198 0ms
4722----------------------------------- Results -----------------------------------
4723- scalaparse.unit.SuccessTests 1264ms
4724 + 0 34ms
4725 + 1 3ms
4726 + 2 3ms
4727 + 3 4ms
4728 + 4 2ms
4729 + 5 13ms
4730 + 6 16ms
4731 + 7 8ms
4732 + 8 5ms
4733 + 9 8ms
4734 + 10 5ms
4735 + 11 17ms
4736 + 12 12ms
4737 + 13 8ms
4738 + 14 11ms
4739 + 15 7ms
4740 + 16 8ms
4741 + 17 4ms
4742 + 18 8ms
4743 + 19 7ms
4744 + 20 5ms
4745 + 21 7ms
4746 + 22 7ms
4747 + 23 5ms
4748 + 24 20ms
4749 + 25 5ms
4750 + 26 5ms
4751 + 27 7ms
4752 + 28 6ms
4753 + 29 5ms
4754 + 30 8ms
4755 + 31 5ms
4756 + 32 4ms
4757 + 33 4ms
4758 + 34 4ms
4759 + 35 4ms
4760 + 36 10ms
4761 + 37 5ms
4762 + 38 2ms
4763 + 39 7ms
4764 + 40 12ms
4765 + 41 8ms
4766 + 42 12ms
4767 + 43 6ms
4768 + 44 5ms
4769 + 45 7ms
4770 + 46 9ms
4771 + 47 9ms
4772 + 48 5ms
4773 + 49 10ms
4774 + 50 11ms
4775 + 51 8ms
4776 + 52 8ms
4777 + 53 5ms
4778 + 54 5ms
4779 + 55 9ms
4780 + 56 5ms
4781 + 57 5ms
4782 + 58 4ms
4783 + 59 4ms
4784 + 60 7ms
4785 + 61 13ms
4786 + 62 3ms
4787 + 63 7ms
4788 + 64 2ms
4789 + 65 6ms
4790 + 66 8ms
4791 + 67 8ms
4792 + 68 6ms
4793 + 69 5ms
4794 + 70 3ms
4795 + 71 4ms
4796 + 72 9ms
4797 + 73 12ms
4798 + 74 4ms
4799 + 75 2ms
4800 + 76 2ms
4801 + 77 2ms
4802 + 78 2ms
4803 + 79 6ms
4804 + 80 5ms
4805 + 81 3ms
4806 + 82 2ms
4807 + 83 3ms
4808 + 84 10ms
4809 + 85 11ms
4810 + 86 5ms
4811 + 87 8ms
4812 + 88 12ms
4813 + 89 6ms
4814 + 90 5ms
4815 + 91 3ms
4816 + 92 8ms
4817 + 93 6ms
4818 + 94 5ms
4819 + 95 6ms
4820 + 96 6ms
4821 + 97 4ms
4822 + 98 4ms
4823 + 99 3ms
4824 + 100 1ms
4825 + 101 7ms
4826 + 102 7ms
4827 + 103 4ms
4828 + 104 3ms
4829 + 105 2ms
4830 + 106 4ms
4831 + 107 6ms
4832 + 108 6ms
4833 + 109 4ms
4834 + 110 3ms
4835 + 111 6ms
4836 + 112 11ms
4837 + 113 7ms
4838 + 114 3ms
4839 + 115 3ms
4840 + 116 6ms
4841 + 117 4ms
4842 + 118 5ms
4843 + 119 7ms
4844 + 120 4ms
4845 + 121 3ms
4846 + 122 17ms
4847 + 123 5ms
4848 + 124 3ms
4849 + 125 9ms
4850 + 126 3ms
4851 + 127 6ms
4852 + 128 4ms
4853 + 129 6ms
4854 + 130 5ms
4855 + 131 2ms
4856 + 132 2ms
4857 + 133 8ms
4858 + 134 9ms
4859 + 135 4ms
4860 + 136 6ms
4861 + 137 5ms
4862 + 138 7ms
4863 + 139 7ms
4864 + 140 3ms
4865 + 141 6ms
4866 + 142 5ms
4867 + 143 4ms
4868 + 144 8ms
4869 + 145 5ms
4870 + 146 3ms
4871 + 147 6ms
4872 + 148 3ms
4873 + 149 2ms
4874 + 150 5ms
4875 + 151 6ms
4876 + 152 4ms
4877 + 153 9ms
4878 + 154 27ms
4879 + 155 6ms
4880 + 156 4ms
4881 + 157 6ms
4882 + 158 6ms
4883 + 159 3ms
4884 + 160 5ms
4885 + 161 5ms
4886 + 162 4ms
4887 + 163 3ms
4888 + 164 6ms
4889 + 165 14ms
4890 + 166 4ms
4891 + 167 25ms
4892 + 168 5ms
4893 + 169 4ms
4894 + 170 3ms
4895 + 171 7ms
4896 + 172 5ms
4897 + 173 8ms
4898 + 174 9ms
4899 + 175 3ms
4900 + 176 11ms
4901 + 177 8ms
4902 + 178 9ms
4903 + 179 3ms
4904 + 180 4ms
4905 + 181 4ms
4906 + 182 4ms
4907 + 183 6ms
4908 + 184 3ms
4909 + 185 4ms
4910 + 186 2ms
4911 + 187 7ms
4912 + 188 2ms
4913 + 189 4ms
4914 + 190 12ms
4915 + 191 11ms
4916 + 192 32ms
4917 + 193 6ms
4918 + 194 0ms
4919 + 195 2ms
4920 + 196 3ms
4921 + 197 1ms
4922 + 198 0ms
4923- scalaparse.unit.FailureTests 198ms
4924 + 0 20ms 7
4925 + 1 2ms 7
4926 + 2 7ms 7
4927 + 3 2ms 7
4928 + 4 6ms 7
4929 + 5 1ms 7
4930 + 6 3ms 7
4931 + 7 2ms 7
4932 + 8 6ms 7
4933 + 9 2ms 7
4934 + 10 2ms 7
4935 + 11 1ms 7
4936 + 12 2ms 7
4937 + 13 4ms 7
4938 + 14 1ms 7
4939 + 15 1ms 7
4940 + 16 2ms 7
4941 + 17 2ms 7
4942 + 18 5ms 7
4943 + 19 7ms 7
4944 + 20 1ms 7
4945 + 21 2ms 7
4946 + 22 2ms 7
4947 + 23 0ms 7
4948 + 24 4ms 7
4949 + 25 2ms 7
4950 + 26 2ms 7
4951 + 27 1ms 7
4952 + 28 2ms 7
4953 + 29 2ms 7
4954 + 30 1ms 7
4955 + 31 2ms 7
4956 + 32 2ms 7
4957 + 33 1ms 7
4958 + 34 1ms 7
4959 + 35 2ms 7
4960 + 36 1ms 7
4961 + 37 2ms 7
4962 + 38 2ms 7
4963 + 39 2ms 7
4964 + 40 1ms 7
4965 + 41 2ms 7
4966 + 42 1ms 7
4967 + 43 2ms 7
4968 + 44 1ms 7
4969 + 45 2ms 7
4970 + 46 1ms 7
4971 + 47 2ms 7
4972 + 48 1ms 7
4973 + 49 1ms 7
4974 + 50 2ms 7
4975 + 51 1ms 7
4976 + 52 1ms 7
4977 + 53 3ms 7
4978 + 54 2ms 7
4979 + 55 2ms 7
4980 + 56 3ms 7
4981 + 57 2ms 7
4982 + 58 2ms 7
4983 + 59 2ms 7
4984 + 60 2ms 7
4985 + 61 1ms 7
4986 + 62 3ms 7
4987 + 63 6ms 7
4988 + 64 1ms 7
4989 + 65 1ms 7
4990 + 66 1ms 7
4991 + 67 2ms 7
4992 + 68 2ms 7
4993 + 69 1ms 7
4994 + 70 0ms 7
4995 + 71 1ms 7
4996 + 72 1ms 7
4997 + 73 1ms 7
4998 + 74 1ms 7
4999 + 75 1ms 7
5000 + 76 1ms 7
5001 + 77 1ms 7
5002 + 78 1ms 7
5003 + 79 1ms 7
5004 + 80 1ms 7
5005 + 81 0ms 7
5006 + 82 1ms 7
5007 + 83 1ms 7
5008 + 84 1ms 7
5009 + 85 0ms 7
5010 + 86 1ms 7
5011 + 87 5ms 7
5012 + 88 2ms 7
5013 + 89 3ms 7
5014 + 90 2ms 7
5015 + 91 3ms 7
5016 + 92 3ms 7
5017 + 93 0ms 7
5018- scalaparse.unit.TrailingCommasTests 601ms
5019 - pos 435ms
5020 + ArgumentExprs1 197ms
5021 + ArgumentExprs2 35ms
5022 + Params 17ms
5023 + ClassParams 23ms
5024 + SimpleExpr1 27ms
5025 + TypeArgs 16ms
5026 + TypeParamClause 4ms
5027 + FunTypeParamClause 6ms
5028 + SimpleType 19ms
5029 + FunctionArgTypes 12ms
5030 + SimplePattern 54ms
5031 + ImportSelectors 4ms
5032 + Bindings 21ms
5033 - neg 166ms
5034 + ArgumentExprs1 78ms 7
5035 + ArgumentExprs2 9ms 7
5036 + ArgumentExprs3 8ms 7
5037 + ArgumentExprs4 5ms 7
5038 + Params1 11ms 7
5039 + Params2 4ms 7
5040 + ClassParams1 6ms 7
5041 + ClassParams2 5ms 7
5042 + SimpleExpr 5ms 7
5043 + TypeArgs 3ms 7
5044 + TypeParamClause 2ms 7
5045 + FunTypeParamClause 2ms 7
5046 + SimpleType 3ms 7
5047 + FunctionArgTypes 2ms 7
5048 + SimplePattern 7ms 7
5049 + ImportSelectors 3ms 7
5050 + Import 1ms 7
5051 + ValDcl 2ms 7
5052 + VarDcl 2ms 7
5053 + VarDef 2ms 7
5054 + PatDef 2ms 7
5055 + Tuple1 value case 2ms 7
5056 + Tuple1 type case 2ms 7
5057
5058Tests: 329, Passed: 329, Failed: 0
5059Successfully evaluated scalaparse.jvm[3.8.0-RC2].test.test
5060Publishing Artifact(com.lihaoyi,scalaparse_3,3.1.1-1-3b0d72-DIRTY88a5397) to ivy repo /root/.ivy2/local
5061Successfully evaluated scalaparse.jvm[3.8.0-RC2].publishLocal
5062
5063Starting build for cssparse - [1/3]
5064Failed to resolve scalaVersion, assume it's Scala 3 project
5065[info] compiling 3 Scala sources to /build/repo/out/cssparse/jvm/3.8.0-RC2/compile.dest/classes ...
5066[info] done compiling
5067Successfully evaluated cssparse.jvm[3.8.0-RC2].compile
5068Option -classpath was updated
50691 warning found
5070Successfully evaluated cssparse.jvm[3.8.0-RC2].docJar
5071Failed to resolve scalaVersion, assume it's Scala 3 project
5072Failed to resolve scalaVersion, assume it's Scala 3 project
5073[info] compiling 4 Scala sources to /build/repo/out/cssparse/jvm/3.8.0-RC2/test/compile.dest/classes ...
5074[warn] there were 2 deprecation warnings; re-run with -deprecation for details
5075[warn] one warning found
5076[info] done compiling
5077Successfully evaluated cssparse.jvm[3.8.0-RC2].test.compile
5078-------------------------------- Running Tests --------------------------------
5079+ cssparse.PrettyPrinterTests.basic.test1 120ms
5080+ cssparse.PrettyPrinterTests.basic.test2 22ms
5081+ cssparse.PrettyPrinterTests.basic.test3 21ms
5082-------------------------------- Running Tests --------------------------------
5083target/files/bootstrap.css
5084DOWNLOADING
5085--2025-11-28 12:24:47-- https://github.com/twbs/bootstrap/raw/2c2ac3356425e192f7537227508c809a14aa5850/dist/css/bootstrap.css
5086Resolving github.com (github.com)... 140.82.113.4
5087Connecting to github.com (github.com)|140.82.113.4|:443... connected.
5088HTTP request sent, awaiting response... 302 Found
5089Location: https://raw.githubusercontent.com/twbs/bootstrap/2c2ac3356425e192f7537227508c809a14aa5850/dist/css/bootstrap.css [following]
5090--2025-11-28 12:24:47-- https://raw.githubusercontent.com/twbs/bootstrap/2c2ac3356425e192f7537227508c809a14aa5850/dist/css/bootstrap.css
5091Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.109.133, 185.199.110.133, 185.199.111.133, ...
5092Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.109.133|:443... connected.
5093HTTP request sent, awaiting response... 200 OK
5094Length: 146010 (143K) [text/plain]
5095Saving to: ‘out/repos/bootstrap.css’
5096
5097 0K .......... .......... .......... .......... .......... 35% 9.05M 0s
5098 50K .......... .......... .......... .......... .......... 70% 9.76M 0s
5099 100K .......... .......... .......... .......... .. 100% 211M=0.01s
5100
51012025-11-28 12:24:47 (13.1 MB/s) - ‘out/repos/bootstrap.css’ saved [146010/146010]
5102
5103ERROR org.w3c.css.sac.CSSParseException: Error in expression; ':' found after identifier "progid". Line: 3586 Column:17
5104ERROR org.w3c.css.sac.CSSParseException: Error in expression; ':' found after identifier "progid". Line: 6336 Column:17
5105ERROR org.w3c.css.sac.CSSParseException: Error in expression; ':' found after identifier "progid". Line: 6346 Column:17
5106ERROR org.w3c.css.sac.CSSParseException: Error in expression; ':' found after identifier "progid". Line: 3896 Column:17
5107ERROR org.w3c.css.sac.CSSParseException: Error in expression; ':' found after identifier "progid". Line: 6834 Column:17
5108ERROR org.w3c.css.sac.CSSParseException: Error in expression; ':' found after identifier "progid". Line: 6845 Column:17
5109+ cssparse.ProjectTests.twbs/bootstrap/raw/2c2ac3356425e192f7537227508c809a14aa5850/dist/css/bootstrap.css 1185ms
5110target/files/bootstrap.min.css
5111DOWNLOADING
5112--2025-11-28 12:24:48-- https://github.com/twbs/bootstrap/raw/2c2ac3356425e192f7537227508c809a14aa5850/dist/css/bootstrap.min.css
5113Resolving github.com (github.com)... 140.82.114.3
5114Connecting to github.com (github.com)|140.82.114.3|:443... connected.
5115HTTP request sent, awaiting response... 302 Found
5116Location: https://raw.githubusercontent.com/twbs/bootstrap/2c2ac3356425e192f7537227508c809a14aa5850/dist/css/bootstrap.min.css [following]
5117--2025-11-28 12:24:48-- https://raw.githubusercontent.com/twbs/bootstrap/2c2ac3356425e192f7537227508c809a14aa5850/dist/css/bootstrap.min.css
5118Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.108.133, 185.199.110.133, 185.199.109.133, ...
5119Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.108.133|:443... connected.
5120HTTP request sent, awaiting response... 200 OK
5121Length: 121200 (118K) [text/plain]
5122Saving to: ‘out/repos/bootstrap.min.css’
5123
5124 0K .......... .......... .......... .......... .......... 42% 9.10M 0s
5125 50K .......... .......... .......... .......... .......... 84% 35.0M 0s
5126 100K .......... ........ 100% 67.2M=0.007s
5127
51282025-11-28 12:24:49 (16.4 MB/s) - ‘out/repos/bootstrap.min.css’ saved [121200/121200]
5129
5130ERROR org.w3c.css.sac.CSSParseException: Error in expression; ':' found after identifier "progid". Line: 5 Column:56298
5131ERROR org.w3c.css.sac.CSSParseException: Error in expression; ':' found after identifier "progid". Line: 5 Column:113847
5132ERROR org.w3c.css.sac.CSSParseException: Error in expression; ':' found after identifier "progid". Line: 5 Column:114390
5133ERROR org.w3c.css.sac.CSSParseException: Invalid color "#000\9". Line: 5 Column:115558
5134ERROR org.w3c.css.sac.CSSParseException: Error in expression; ':' found after identifier "progid". Line: 3896 Column:17
5135ERROR org.w3c.css.sac.CSSParseException: Error in expression; ':' found after identifier "progid". Line: 6834 Column:17
5136ERROR org.w3c.css.sac.CSSParseException: Error in expression; ':' found after identifier "progid". Line: 6845 Column:17
5137ERROR org.w3c.css.sac.CSSParseException: Invalid color "#000\9". Line: 6909 Column:21
5138+ cssparse.ProjectTests.twbs/bootstrap/raw/2c2ac3356425e192f7537227508c809a14aa5850/dist/css/bootstrap.min.css 645ms
5139-------------------------------- Running Tests --------------------------------
5140+ cssparse.CssTests.basic.test1 4ms
5141+ cssparse.CssTests.basic.test2 2ms
5142+ cssparse.CssTests.basic.test3 2ms
5143+ cssparse.CssTests.basic.test4 1ms
5144+ cssparse.CssTests.basic.test5 1ms
5145+ cssparse.CssTests.basic.test6 1ms
5146+ cssparse.CssTests.basic.test7 2ms
5147+ cssparse.CssTests.basic.issue-#255: comments at the end of a block 1ms
5148Tests: 13, Passed: 13, Failed: 0
5149Successfully evaluated cssparse.jvm[3.8.0-RC2].test.test
5150Publishing Artifact(com.lihaoyi,cssparse_3,3.1.1-1-3b0d72-DIRTY88a5397) to ivy repo /root/.ivy2/local
5151Successfully evaluated cssparse.jvm[3.8.0-RC2].publishLocal
5152
5153Starting build for fastparse - [2/3]
5154Successfully evaluated fastparse.jvm[3.8.0-RC2].compile
5155Option -classpath was updated
5156-- Warning: fastparse/src/fastparse/SharedPackageDefs.scala:125:6 --------------
5157125 | def NoTrace[T](p: => P[T])(implicit ctx: P[?]): P[T] = {
5158 | ^
5159 | Couldn't resolve a member for the given link query: ByNameOps.opaque
5160-- Warning: fastparse/src/fastparse/SharedPackageDefs.scala:199:6 --------------
5161199 | def SingleChar(implicit ctx: P[?]): P[Char] = {
5162 | ^
5163 | Couldn't resolve a member for the given link query: EagerOps.flatMapX
5164-- Warning: fastparse/src/fastparse/Parsed.scala:190:8 -------------------------
5165190 | def msg = failure.msg
5166 | ^
5167 | Couldn't resolve a member for the given link query: reportParseMsg
5168-- Warning: fastparse/src-3/fastparse/package.scala:63:15 ----------------------
516963 | inline def map[V](inline f: T => V): P[V] = MacroInlineImpls.mapInline[T, V](parse0)(f)
5170 | ^
5171 | Couldn't resolve a member for the given link query: !
5172-- Warning: fastparse/src-3/fastparse/package.scala:304:17 ---------------------
5173304 | implicit class LogByNameOps[T](parse0: => P[T])(implicit ctx: P[?]) {
5174 | ^
5175 | Couldn't resolve a member for the given link query: ByNameOps
5176-- Warning: fastparse/src-3/fastparse/package.scala:344:13 ---------------------
5177344 | inline def StringIn(inline s: String*)(implicit ctx: P[?]): P[Unit] =
5178 | ^
5179 | Couldn't resolve a member for the given link query: EagerOps.|
5180-- Warning: fastparse/src-3/fastparse/package.scala:350:13 ---------------------
5181350 | inline def StringInIgnoreCase(inline s: String*)(implicit ctx: P[?]): P[Unit] =
5182 | ^
5183 | Couldn't resolve a member for the given link query: EagerOps.|
51848 warnings found
5185Successfully evaluated fastparse.jvm[3.8.0-RC2].docJar
5186Failed to resolve scalaVersion, assume it's Scala 3 project
5187Failed to resolve scalaVersion, assume it's Scala 3 project
5188[info] compiling 14 Scala sources to /build/repo/out/fastparse/jvm/3.8.0-RC2/test/compile.dest/classes ...
5189[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:134:56 -
5190[warn] 134 | val Parsed.Success((), 0) = parse("asdad", Pass(_)): @unchecked
5191[warn] | ^
5192[warn] |Implicit parameters should be provided with a `using` clause.
5193[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
5194[warn] |To disable the warning, please use the following option:
5195[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
5196[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:135:58 -
5197[warn] 135 | val Parsed.Failure(_, 0, _) = parse("asdad", Fail(_)): @unchecked
5198[warn] | ^
5199[warn] |Implicit parameters should be provided with a `using` clause.
5200[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
5201[warn] |To disable the warning, please use the following option:
5202[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
5203[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:359:52 -
5204[warn] 359 | def parse[$: P] = P( !CharIn("0-6").log("lhs") ~ CharIn("4-8").log("rhs") ~ End ).log
5205[warn] | ^^^^^
5206[warn] |Implicit parameters should be provided with a `using` clause.
5207[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
5208[warn] |To disable the warning, please use the following option:
5209[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
5210[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:359:79 -
5211[warn] 359 | def parse[$: P] = P( !CharIn("0-6").log("lhs") ~ CharIn("4-8").log("rhs") ~ End ).log
5212[warn] | ^^^^^
5213[warn] |Implicit parameters should be provided with a `using` clause.
5214[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
5215[warn] |To disable the warning, please use the following option:
5216[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
5217[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:225:63 -
5218[warn] 225 | def p[$: P] = P( &("Hello" ~/ "Boo") ~ "lol" | "".log("<empty>") )
5219[warn] | ^^^^^^^^^
5220[warn] |Implicit parameters should be provided with a `using` clause.
5221[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
5222[warn] |To disable the warning, please use the following option:
5223[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
5224[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/fastparse/test/src/fastparse/IndentationTests.scala:11:39
5225[warn] 11 | def eval(tree: (String, Seq[Int])) = tree match{
5226[warn] | ^^^^
5227[warn] | match may not be exhaustive.
5228[warn] |
5229[warn] | It would fail on pattern case: (_, _)
5230[warn] |
5231[warn] | longer explanation available when compiling with `-explain`
5232[warn] there was 1 deprecation warning; re-run with -deprecation for details
5233[warn] 7 warnings found
5234[info] done compiling
5235Successfully evaluated fastparse.jvm[3.8.0-RC2].test.compile
5236-------------------------------- Running Tests --------------------------------
5237+ fastparse.UtilTests.hello1 19ms
5238+ fastparse.UtilTests.hello2 1ms
5239+ fastparse.UtilTests.unix 0ms
5240+ fastparse.UtilTests.carriageReturnOnly 0ms
5241+ fastparse.UtilTests.windows 0ms
5242+ fastparse.UtilTests.reverseWindows 0ms
5243-------------------------------- Running Tests --------------------------------
5244+ fastparse.WhitespaceTests.scala 9ms
5245+ fastparse.WhitespaceTests.java 1ms
5246+ fastparse.WhitespaceTests.jsonnet 1ms
5247-------------------------------- Running Tests --------------------------------
5248+ test.fastparse.IteratorTests.basic 19ms
5249+ test.fastparse.IteratorTests.readable 5ms
5250+p:0, cut
5251-p:0:Success(4, cut)
5252+ test.fastparse.IteratorTests.immediateCutDrop 18ms
5253+ test.fastparse.IteratorTests.whitespaceImmediateCutDrop 1ms
52549
5255+ test.fastparse.IteratorTests.topLevelNoCuts 3ms
5256+ test.fastparse.IteratorTests.cuts.capturing 3ms
5257+ test.fastparse.IteratorTests.cuts.nocut 2ms
5258+ test.fastparse.IteratorTests.cuts.either 3ms
5259+ test.fastparse.IteratorTests.cuts.rep 2ms
5260+ test.fastparse.IteratorTests.cuts.all 1ms
5261+ test.fastparse.IteratorTests.cuts.whitespaceApi 2ms
5262+ test.fastparse.IteratorTests.cuts.zeroDrops 1ms
5263+ test.fastparse.IteratorTests.traceFailure 2ms
5264-------------------------------- Running Tests --------------------------------
5265+ test.fastparse.CustomWhitespaceMathTests.pass.0 7ms
5266+ test.fastparse.CustomWhitespaceMathTests.pass.1 0ms
5267+ test.fastparse.CustomWhitespaceMathTests.pass.2 0ms
5268+ test.fastparse.CustomWhitespaceMathTests.pass.3 0ms
5269+ test.fastparse.CustomWhitespaceMathTests.pass.4 0ms
5270+ test.fastparse.CustomWhitespaceMathTests.pass.5 0ms
5271+ test.fastparse.CustomWhitespaceMathTests.pass.6 0ms
5272+ test.fastparse.CustomWhitespaceMathTests.fail.0 7ms
5273+ test.fastparse.CustomWhitespaceMathTests.fail.1 0ms
5274-------------------------------- Running Tests --------------------------------
5275+ test.fastparse.ParsingTests.literal 9ms
5276+ test.fastparse.ParsingTests.literalIgnoreCase 3ms
5277+ test.fastparse.ParsingTests.repeat 3ms
5278+ test.fastparse.ParsingTests.either 2ms
5279+ test.fastparse.ParsingTests.sequence 1ms
5280+ test.fastparse.ParsingTests.errors 1ms
5281+ test.fastparse.ParsingTests.fail 0ms
5282+ test.fastparse.ParsingTests.cut.local.either 6ms
5283+ test.fastparse.ParsingTests.cut.local.optional 3ms
5284+ test.fastparse.ParsingTests.cut.local.rep 4ms
5285+ test.fastparse.ParsingTests.cut.sequence 3ms
5286+ test.fastparse.ParsingTests.cut.rep 2ms
5287+ test.fastparse.ParsingTests.cut.optional 0ms
5288+ test.fastparse.ParsingTests.cut.flatMap 1ms
5289+ test.fastparse.ParsingTests.cut.filter 0ms
5290+<empty>:0
5291-<empty>:0:Success(0)
5292+ test.fastparse.ParsingTests.cut.lookaheadNot 1ms
5293+ test.fastparse.ParsingTests.stringInIgnoreCase 1ms
5294+ test.fastparse.ParsingTests.failureMsg 1ms
5295+ test.fastparse.ParsingTests.whitespaceFlatMap 3ms
5296+ test.fastparse.ParsingTests.opaqueTerminals 3ms
5297-------------------------------- Running Tests --------------------------------
5298+ test.fastparse.IndentationTests.pass 4ms
5299+ test.fastparse.IndentationTests.fail.0 2ms
5300+ test.fastparse.IndentationTests.fail.1 1ms
5301+ test.fastparse.IndentationTests.fail.2 0ms
5302-------------------------------- Running Tests --------------------------------
5303+ test.fastparse.ExampleTests.basic.simple 7ms
5304+ test.fastparse.ExampleTests.basic.failures 4ms
5305+ test.fastparse.ExampleTests.basic.sequence 0ms
5306+ test.fastparse.ExampleTests.basic.repeat 4ms
5307+ test.fastparse.ExampleTests.basic.option 0ms
5308+ test.fastparse.ExampleTests.basic.either 2ms
5309+ test.fastparse.ExampleTests.basic.end 0ms
5310+ test.fastparse.ExampleTests.basic.start 1ms
5311+ test.fastparse.ExampleTests.basic.passfail 2ms
5312+ test.fastparse.ExampleTests.basic.index 0ms
5313+ test.fastparse.ExampleTests.basic.capturing 3ms
5314+ test.fastparse.ExampleTests.basic.anychar 0ms
5315+ test.fastparse.ExampleTests.basic.lookahead 1ms
5316+ test.fastparse.ExampleTests.basic.neglookahead 1ms
5317+ test.fastparse.ExampleTests.basic.map 0ms
5318+ test.fastparse.ExampleTests.basic.collect 3ms
5319+ test.fastparse.ExampleTests.basic.flatMap 3ms
5320+ test.fastparse.ExampleTests.basic.flatMapFor 3ms
5321+ test.fastparse.ExampleTests.basic.filter 1ms
5322+ test.fastparse.ExampleTests.basic.opaque 2ms
5323+ test.fastparse.ExampleTests.charX.charPred 1ms
5324+ test.fastparse.ExampleTests.charX.charIn 1ms
5325+ test.fastparse.ExampleTests.charX.charsWhile 0ms
5326+ test.fastparse.ExampleTests.charX.charsWhileIn 0ms
5327+ test.fastparse.ExampleTests.charX.stringIn 1ms
5328+ test.fastparse.ExampleTests.cuts.nocut 5ms
5329+ test.fastparse.ExampleTests.cuts.withcut 2ms
5330+ test.fastparse.ExampleTests.cuts.repnocut 3ms
5331+ test.fastparse.ExampleTests.cuts.repcut 3ms
5332+ test.fastparse.ExampleTests.cuts.delimiternocut 2ms
5333+ test.fastparse.ExampleTests.cuts.delimitercut 2ms
5334+ test.fastparse.ExampleTests.cuts.endcut 2ms
5335+time:1:1, cut
5336-time:1:1:Success(1:8, cut)
5337+time:1:1, cut
5338-time:1:1:Failure(time:1:1 / time1:1:1 / ("am" | "pm"):1:6 ..."17:45", cut)
5339+ test.fastparse.ExampleTests.cuts.composecut 4ms
5340+ test.fastparse.ExampleTests.cuts.composenocut 2ms
5341+ test.fastparse.ExampleTests.debugging.original 2ms
5342+ test.fastparse.ExampleTests.debugging.cuts 0ms
5343+ test.fastparse.ExampleTests.debugging.logSimple 2ms
5344+ test.fastparse.ExampleTests.debugging.log 5ms
5345+ test.fastparse.ExampleTests.higherorder 1ms
5346+ test.fastparse.ExampleTests.folding 1ms
5347+expr:1:1, cut
5348 +num:1:1
5349 -num:1:1:Failure(num:1:1 / [0-9]:1:1 ..."(1+?)")
5350 +sum:1:1
5351 +expr:1:2, cut
5352 +num:1:2
5353 -num:1:2:Success(1:3)
5354 -expr:1:2:Success(1:3, cut)
5355 +expr:1:4, cut
5356 +num:1:4
5357 -num:1:4:Failure(num:1:4 / [0-9]:1:4 ..."?)")
5358 +sum:1:4
5359 -sum:1:4:Failure(sum:1:4 / "(":1:4 ..."?)")
5360 -expr:1:4:Failure(expr:1:4 / (num | sum):1:4 ..."?)", cut)
5361 -sum:1:1:Failure(sum:1:1 / expr:1:4 / (num | sum):1:4 ..."(1+?)", cut)
5362-expr:1:1:Failure(expr:1:1 / sum:1:1 / expr:1:4 / (num | sum):1:4 ..."(1+?)", cut)
5363+ test.fastparse.ExampleTests.errorHandlingExplanation 5ms
5364-------------------------------- Running Tests --------------------------------
5365+ test.fastparse.MathTests.pass 6ms
5366+ test.fastparse.MathTests.fail 9ms
5367+ test.fastparse.MathTests.instrument.simple 2ms
5368+ test.fastparse.MathTests.instrument.continuation 9ms
5369-------------------------------- Running Tests --------------------------------
5370+ test.fastparse.FailureTests.simple.either 7ms
5371+ test.fastparse.FailureTests.simple.option 1ms
5372+ test.fastparse.FailureTests.simple.rep 1ms
5373+ test.fastparse.FailureTests.simple.repApply 1ms
5374+ test.fastparse.FailureTests.simple.repX 1ms
5375+ test.fastparse.FailureTests.simple.repXApply 1ms
5376+ test.fastparse.FailureTests.simple.deep.option 3ms
5377+ test.fastparse.FailureTests.simple.deep.either 1ms
5378+ test.fastparse.FailureTests.simple.deep.rep 1ms
5379+ test.fastparse.FailureTests.simple.deep.repApply 1ms
5380+ test.fastparse.FailureTests.simple.deep.repX 1ms
5381+ test.fastparse.FailureTests.simple.deep.repXApply 1ms
53821
5383+ test.fastparse.FailureTests.misc.sep 5ms 1
5384+ test.fastparse.FailureTests.misc.repTooFew 1ms
5385+ test.fastparse.FailureTests.misc.sepCut 2ms
5386+ test.fastparse.FailureTests.misc.aggregateInNamedParser 2ms
5387+ test.fastparse.FailureTests.misc.manualSep 1ms
5388+ test.fastparse.FailureTests.misc.sequentialEithers 5ms
5389+ test.fastparse.FailureTests.misc.passingNamedParsersAggregateIsShallow 1ms
5390+ test.fastparse.FailureTests.misc.passingNamedParsersEitherAggregateIsShallow 2ms
5391+ test.fastparse.FailureTests.misc.repSeparatorIsNotIncludedInFailureMsgWhenCut 1ms
5392+ test.fastparse.FailureTests.misc.repSeparatorIsNotIncludedInFailureMsgWhenCutX 1ms
5393+ test.fastparse.FailureTests.misc.repSeparatorsBeforeTraceIndexDontPolluteFailureGroups 1ms
5394+ test.fastparse.FailureTests.misc.repSeparatorsBeforeTraceIndexDontPolluteFailureGroups2 1ms
5395+ test.fastparse.FailureTests.misc.repSeparatorsBeforeTraceIndexDontPolluteFailureGroups3 2ms
5396+ test.fastparse.FailureTests.misc.repNotEnoughForMin.afterBody 1ms
5397+ test.fastparse.FailureTests.misc.repNotEnoughForMin.afterSep 0ms
5398+ test.fastparse.FailureTests.misc.lookahead.positive 1ms
5399+parse:1:1, cut
5400 +lhs:1:1, cut
5401 -lhs:1:1:Failure([0-6]:1:1 ..."9", cut)
5402 +rhs:1:1, cut
5403 -rhs:1:1:Failure([4-8]:1:1 ..."9", cut)
5404-parse:1:1:Failure(parse:1:1 / [4-8]:1:1 ..."9", cut)
5405+parse:1:1, cut
5406 +lhs:1:1, cut
5407 -lhs:1:1:Failure([0-6]:1:1 ..."9", cut)
5408 +rhs:1:1, cut
5409 -rhs:1:1:Failure([4-8]:1:1 ..."9", cut)
5410-parse:1:1:Failure(parse:1:1 / [4-8]:1:1 ..."9", cut)
5411+ test.fastparse.FailureTests.misc.lookahead.negative3 3ms
5412+ test.fastparse.FailureTests.offset.opt 4ms
5413+ test.fastparse.FailureTests.offset.optRep 1ms
5414+ test.fastparse.FailureTests.offset.opt3 1ms
5415+ test.fastparse.FailureTests.offset.opt4 2ms
5416+ test.fastparse.FailureTests.offset.opt5 1ms
5417+ test.fastparse.FailureTests.offset.rep 1ms
5418+ test.fastparse.FailureTests.offset.rep_3 1ms
5419+ test.fastparse.FailureTests.offset.rep_4 1ms
5420+ test.fastparse.FailureTests.offset.repX 1ms
5421+ test.fastparse.FailureTests.offset.repSep 1ms
5422+ test.fastparse.FailureTests.offset.repXSep 1ms
5423+ test.fastparse.FailureTests.offset.rep1 1ms
5424+ test.fastparse.FailureTests.offset.repX1 1ms
5425+ test.fastparse.FailureTests.offset.rep1Sep 1ms
5426+ test.fastparse.FailureTests.offset.repX1Sep 1ms
5427+ test.fastparse.FailureTests.offset.either1 1ms
5428+ test.fastparse.FailureTests.offset.either2 2ms
5429+ test.fastparse.FailureTests.offset.either3 2ms
5430+ test.fastparse.FailureTests.offset.opEither 1ms
5431+ test.fastparse.FailureTests.offset.optEitherRep1 1ms
5432+ test.fastparse.FailureTests.offset.optOpt 1ms
5433+ test.fastparse.FailureTests.offset.optRepX 1ms
5434+ test.fastparse.FailureTests.downstream.opt 3ms
5435+ test.fastparse.FailureTests.downstream.optLeft 1ms
5436+ test.fastparse.FailureTests.downstream.opt2 1ms
5437+ test.fastparse.FailureTests.downstream.optLeft2 1ms
5438+ test.fastparse.FailureTests.downstream.either1 1ms
5439+ test.fastparse.FailureTests.downstream.either2 1ms
5440+ test.fastparse.FailureTests.downstream.either3 1ms
5441+ test.fastparse.FailureTests.downstream.rep 1ms
5442+ test.fastparse.FailureTests.downstream.repApply 1ms
5443+ test.fastparse.FailureTests.downstream.repLeft 1ms
5444+ test.fastparse.FailureTests.downstream.repX 0ms
5445+ test.fastparse.FailureTests.downstream.repXLeft 1ms
5446+ test.fastparse.FailureTests.downstream.repSep 1ms
5447+ test.fastparse.FailureTests.downstream.repSepLeft 0ms
5448+ test.fastparse.FailureTests.whitespace.opt3 2ms
5449+ test.fastparse.FailureTests.whitespace.opt4 1ms
5450+ test.fastparse.FailureTests.whitespace.optEitherRep1 1ms
5451+ test.fastparse.FailureTests.whitespace.opt2 1ms
5452+ test.fastparse.FailureTests.whitespace.optLeft2 2ms
5453+ test.fastparse.FailureTests.whitespaceFail.noSeparator1 2ms
5454+ test.fastparse.FailureTests.whitespaceFail.noSeparator2 0ms
5455+ test.fastparse.FailureTests.whitespaceFail.afterSeparator1 0ms
5456+ test.fastparse.FailureTests.whitespaceFail.afterSeparator2 1ms
5457+ test.fastparse.FailureTests.whitespaceFail.beforeSeparator1 0ms
5458+ test.fastparse.FailureTests.whitespaceFail.beforeSeparator2 1ms
5459-------------------------------- Running Tests --------------------------------
5460+ test.fastparse.JsonTests.pass.parts.0 2ms
5461+ test.fastparse.JsonTests.pass.parts.1 0ms
5462+ test.fastparse.JsonTests.pass.parts.2 1ms
5463+ test.fastparse.JsonTests.pass.parts.3 1ms
5464+ test.fastparse.JsonTests.pass.jsonExpr 1ms
5465+ test.fastparse.JsonTests.pass.bigJsonExpr 1ms
5466+ test.fastparse.JsonTests.fail.0 2ms
5467+ test.fastparse.JsonTests.fail.1 0ms
5468+ test.fastparse.JsonTests.fail.2 0ms
5469+ test.fastparse.JsonTests.fail.3 0ms
5470+ test.fastparse.JsonTests.fail.4 0ms
5471+ test.fastparse.JsonTests.fail.5 0ms
5472+ test.fastparse.JsonTests.fail.6 0ms
5473+ test.fastparse.JsonTests.fail.7 0ms
5474+ test.fastparse.JsonTests.fail.8 1ms
5475+ test.fastparse.JsonTests.fail.9 1ms
5476-------------------------------- Running Tests --------------------------------
5477+ test.fastparse.GnipSubSyntaxTest.fail 31ms
5478-------------------------------- Running Tests --------------------------------
5479+ test.fastparse.WhitespaceMathTests.pass.0 2ms
5480+ test.fastparse.WhitespaceMathTests.pass.1 0ms
5481+ test.fastparse.WhitespaceMathTests.pass.2 0ms
5482+ test.fastparse.WhitespaceMathTests.pass.3 0ms
5483+ test.fastparse.WhitespaceMathTests.pass.4 0ms
5484+ test.fastparse.WhitespaceMathTests.pass.5 0ms
5485+ test.fastparse.WhitespaceMathTests.pass.6 0ms
5486+ test.fastparse.WhitespaceMathTests.fail.0 2ms
5487+ test.fastparse.WhitespaceMathTests.fail.1 0ms
5488----------------------------------- Results -----------------------------------
5489- test.fastparse.WhitespaceMathTests 4ms
5490 - pass 2ms
5491 + 0 2ms
5492 + 1 0ms
5493 + 2 0ms
5494 + 3 0ms
5495 + 4 0ms
5496 + 5 0ms
5497 + 6 0ms
5498 - fail 2ms
5499 + 0 2ms
5500 + 1 0ms
5501- test.fastparse.GnipSubSyntaxTest 31ms
5502 + fail 31ms
5503- test.fastparse.JsonTests 10ms
5504 - pass 6ms
5505 - parts 4ms
5506 + 0 2ms
5507 + 1 0ms
5508 + 2 1ms
5509 + 3 1ms
5510 + jsonExpr 1ms
5511 + bigJsonExpr 1ms
5512 - fail 4ms
5513 + 0 2ms
5514 + 1 0ms
5515 + 2 0ms
5516 + 3 0ms
5517 + 4 0ms
5518 + 5 0ms
5519 + 6 0ms
5520 + 7 0ms
5521 + 8 1ms
5522 + 9 1ms
5523- test.fastparse.FailureTests 103ms
5524 - simple 20ms
5525 + either 7ms
5526 + option 1ms
5527 + rep 1ms
5528 + repApply 1ms
5529 + repX 1ms
5530 + repXApply 1ms
5531 - deep 8ms
5532 + option 3ms
5533 + either 1ms
5534 + rep 1ms
5535 + repApply 1ms
5536 + repX 1ms
5537 + repXApply 1ms
5538 - misc 30ms
5539 + sep 5ms 1
5540 + repTooFew 1ms
5541 + sepCut 2ms
5542 + aggregateInNamedParser 2ms
5543 + manualSep 1ms
5544 + sequentialEithers 5ms
5545 + passingNamedParsersAggregateIsShallow 1ms
5546 + passingNamedParsersEitherAggregateIsShallow 2ms
5547 + repSeparatorIsNotIncludedInFailureMsgWhenCut 1ms
5548 + repSeparatorIsNotIncludedInFailureMsgWhenCutX 1ms
5549 + repSeparatorsBeforeTraceIndexDontPolluteFailureGroups 1ms
5550 + repSeparatorsBeforeTraceIndexDontPolluteFailureGroups2 1ms
5551 + repSeparatorsBeforeTraceIndexDontPolluteFailureGroups3 2ms
5552 - repNotEnoughForMin 1ms
5553 + afterBody 1ms
5554 + afterSep 0ms
5555 - lookahead 4ms
5556 + positive 1ms
5557 + negative3 3ms
5558 - offset 28ms
5559 + opt 4ms
5560 + optRep 1ms
5561 + opt3 1ms
5562 + opt4 2ms
5563 + opt5 1ms
5564 + rep 1ms
5565 + rep_3 1ms
5566 + rep_4 1ms
5567 + repX 1ms
5568 + repSep 1ms
5569 + repXSep 1ms
5570 + rep1 1ms
5571 + repX1 1ms
5572 + rep1Sep 1ms
5573 + repX1Sep 1ms
5574 + either1 1ms
5575 + either2 2ms
5576 + either3 2ms
5577 + opEither 1ms
5578 + optEitherRep1 1ms
5579 + optOpt 1ms
5580 + optRepX 1ms
5581 - downstream 14ms
5582 + opt 3ms
5583 + optLeft 1ms
5584 + opt2 1ms
5585 + optLeft2 1ms
5586 + either1 1ms
5587 + either2 1ms
5588 + either3 1ms
5589 + rep 1ms
5590 + repApply 1ms
5591 + repLeft 1ms
5592 + repX 0ms
5593 + repXLeft 1ms
5594 + repSep 1ms
5595 + repSepLeft 0ms
5596 - whitespace 7ms
5597 + opt3 2ms
5598 + opt4 1ms
5599 + optEitherRep1 1ms
5600 + opt2 1ms
5601 + optLeft2 2ms
5602 - whitespaceFail 4ms
5603 + noSeparator1 2ms
5604 + noSeparator2 0ms
5605 + afterSeparator1 0ms
5606 + afterSeparator2 1ms
5607 + beforeSeparator1 0ms
5608 + beforeSeparator2 1ms
5609- test.fastparse.MathTests 26ms
5610 + pass 6ms
5611 + fail 9ms
5612 - instrument 11ms
5613 + simple 2ms
5614 + continuation 9ms
5615- test.fastparse.ExampleTests 81ms
5616 - basic 37ms
5617 + simple 7ms
5618 + failures 4ms
5619 + sequence 0ms
5620 + repeat 4ms
5621 + option 0ms
5622 + either 2ms
5623 + end 0ms
5624 + start 1ms
5625 + passfail 2ms
5626 + index 0ms
5627 + capturing 3ms
5628 + anychar 0ms
5629 + lookahead 1ms
5630 + neglookahead 1ms
5631 + map 0ms
5632 + collect 3ms
5633 + flatMap 3ms
5634 + flatMapFor 3ms
5635 + filter 1ms
5636 + opaque 2ms
5637 - charX 3ms
5638 + charPred 1ms
5639 + charIn 1ms
5640 + charsWhile 0ms
5641 + charsWhileIn 0ms
5642 + stringIn 1ms
5643 - cuts 25ms
5644 + nocut 5ms
5645 + withcut 2ms
5646 + repnocut 3ms
5647 + repcut 3ms
5648 + delimiternocut 2ms
5649 + delimitercut 2ms
5650 + endcut 2ms
5651 + composecut 4ms
5652 + composenocut 2ms
5653 - debugging 9ms
5654 + original 2ms
5655 + cuts 0ms
5656 + logSimple 2ms
5657 + log 5ms
5658 + higherorder 1ms
5659 + folding 1ms
5660 + errorHandlingExplanation 5ms
5661- test.fastparse.IndentationTests 7ms
5662 + pass 4ms
5663 - fail 3ms
5664 + 0 2ms
5665 + 1 1ms
5666 + 2 0ms
5667- test.fastparse.ParsingTests 47ms
5668 + literal 9ms
5669 + literalIgnoreCase 3ms
5670 + repeat 3ms
5671 + either 2ms
5672 + sequence 1ms
5673 + errors 1ms
5674 + fail 0ms
5675 - cut 20ms
5676 - local 13ms
5677 + either 6ms
5678 + optional 3ms
5679 + rep 4ms
5680 + sequence 3ms
5681 + rep 2ms
5682 + optional 0ms
5683 + flatMap 1ms
5684 + filter 0ms
5685 + lookaheadNot 1ms
5686 + stringInIgnoreCase 1ms
5687 + failureMsg 1ms
5688 + whitespaceFlatMap 3ms
5689 + opaqueTerminals 3ms
5690- test.fastparse.CustomWhitespaceMathTests 14ms
5691 - pass 7ms
5692 + 0 7ms
5693 + 1 0ms
5694 + 2 0ms
5695 + 3 0ms
5696 + 4 0ms
5697 + 5 0ms
5698 + 6 0ms
5699 - fail 7ms
5700 + 0 7ms
5701 + 1 0ms
5702- test.fastparse.IteratorTests 62ms
5703 + basic 19ms
5704 + readable 5ms
5705 + immediateCutDrop 18ms
5706 + whitespaceImmediateCutDrop 1ms
5707 + topLevelNoCuts 3ms
5708 - cuts 14ms
5709 + capturing 3ms
5710 + nocut 2ms
5711 + either 3ms
5712 + rep 2ms
5713 + all 1ms
5714 + whitespaceApi 2ms
5715 + zeroDrops 1ms
5716 + traceFailure 2ms
5717- fastparse.WhitespaceTests 11ms
5718 + scala 9ms
5719 + java 1ms
5720 + jsonnet 1ms
5721- fastparse.UtilTests 20ms
5722 + hello1 19ms
5723 + hello2 1ms
5724 + unix 0ms
5725 + carriageReturnOnly 0ms
5726 + windows 0ms
5727 + reverseWindows 0ms
5728
5729Tests: 202, Passed: 202, Failed: 0
5730Successfully evaluated fastparse.jvm[3.8.0-RC2].test.test
5731Publishing Artifact(com.lihaoyi,fastparse_3,3.1.1-1-3b0d72-DIRTY88a5397) to ivy repo /root/.ivy2/local
5732Successfully evaluated fastparse.jvm[3.8.0-RC2].publishLocal
5733
5734************************
5735Build summary:
5736[{
5737 "module": "scalaparse",
5738 "compile": {"status": "ok", "tookMs": 40067, "warnings": 0, "errors": 0},
5739 "doc": {"status": "ok", "tookMs": 5628, "files": 1, "totalSizeKb": 2728},
5740 "test-compile": {"status": "ok", "tookMs": 8607, "warnings": 0, "errors": 0},
5741 "test": {"status": "ok", "tookMs": 4001, "passed": 329, "failed": 0, "ignored": 0, "skipped": 0, "total": 329, "byFramework": []},
5742 "publish": {"status": "ok", "tookMs": 413},
5743 "metadata": {
5744 "crossScalaVersions": ["2.13.14", "2.12.19", "3.3.3"]
5745}
5746},{
5747 "module": "cssparse",
5748 "compile": {"status": "ok", "tookMs": 19251, "warnings": 0, "errors": 0},
5749 "doc": {"status": "ok", "tookMs": 6242, "files": 1, "totalSizeKb": 2827},
5750 "test-compile": {"status": "ok", "tookMs": 9070, "warnings": 0, "errors": 0},
5751 "test": {"status": "ok", "tookMs": 3126, "passed": 13, "failed": 0, "ignored": 0, "skipped": 0, "total": 13, "byFramework": []},
5752 "publish": {"status": "ok", "tookMs": 419},
5753 "metadata": {
5754 "crossScalaVersions": ["2.13.14", "2.12.19", "3.3.3"]
5755}
5756},{
5757 "module": "fastparse",
5758 "compile": {"status": "ok", "tookMs": 139, "warnings": 0, "errors": 0},
5759 "doc": {"status": "ok", "tookMs": 9491, "files": 1, "totalSizeKb": 2978},
5760 "test-compile": {"status": "ok", "tookMs": 42491, "warnings": 0, "errors": 0},
5761 "test": {"status": "ok", "tookMs": 1780, "passed": 202, "failed": 0, "ignored": 0, "skipped": 0, "total": 202, "byFramework": []},
5762 "publish": {"status": "ok", "tookMs": 294},
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.