Build Logs
com-lihaoyi/fastparse • 3.8.0-RC5:2025-12-31
Errors
14
Warnings
2332
Total Lines
5773
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 1 58.3M 1 925k 0 0 1458k 0 0:00:40 --:--:-- 0:00:40 1458k
63 68 58.3M 68 40.1M 0 0 23.7M 0 0:00:02 0:00:01 0:00:01 37.2M
64100 58.3M 100 58.3M 0 0 30.8M 0 0:00:01 0:00:01 --:--:-- 45.7M
65Preparing Java 17.0.8 runtime; this may take a minute or two ...
66Compiling compiler interface...
67[info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
68[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
69[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]
70[warn] given arguments: <none>
71[warn] after adaptation: Target.command((): Unit)
72[warn] def mimaReportBinaryIssues() = if (this.isInstanceOf[ScalaNativeModule] || (this.isInstanceOf[ScalaJSModule])) T.command() else super.mimaReportBinaryIssues()
73[warn] ^
74[warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
75[warn] .iterator()
76[warn] ^
77[warn] /build/repo/MillCommunityBuild.sc:291:12: The outer reference in this type test cannot be checked at run time.
78[warn] case module: CommunityBuildPublishModule =>
79[warn] ^
80[warn] three warnings found
81[info] done compiling
82Try build using ./mill
83Compiling compiler interface...
84[info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
85[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
86[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]
87[warn] given arguments: <none>
88[warn] after adaptation: Target.command((): Unit)
89[warn] def mimaReportBinaryIssues() = if (this.isInstanceOf[ScalaNativeModule] || (this.isInstanceOf[ScalaJSModule])) T.command() else super.mimaReportBinaryIssues()
90[warn] ^
91[warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
92[warn] .iterator()
93[warn] ^
94[warn] /build/repo/MillCommunityBuild.sc:291:12: The outer reference in this type test cannot be checked at run time.
95[warn] case module: CommunityBuildPublishModule =>
96[warn] ^
97[warn] three warnings found
98[info] done compiling
99Build 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>\""}]}
100Parsed config: ProjectBuildConfig(ProjectsConfig(List(com.lihaoyi%pythonparse),Map()),CompileOnly)
101Excluding target 'com.lihaoyi%pythonparse' - matches exclusion rule: 'com.lihaoyi%pythonparse'
102
103Starting build for fastparse - [0/3]
104Failed to resolve scalaVersion, assume it's Scala 3 project
105Failed to resolve scalaVersion, assume it's Scala 3 project
106[info] compiling 14 Scala sources to /build/repo/out/fastparse/jvm/3.7.4/compile.dest/classes ...
107[warn] -- Warning: /build/repo/fastparse/src-3/fastparse/internal/MacroInlineImpls.scala:78:52
108[warn] 78 | inline def filterInline[T](inline lhs: ParsingRun[_])(f: T => Boolean)(ctx1: ParsingRun[_]): ParsingRun[T] = {
109[warn] | ^
110[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
111[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
112[warn] -- Warning: /build/repo/fastparse/src-3/fastparse/internal/MacroInlineImpls.scala:78:90
113[warn] 78 | inline def filterInline[T](inline lhs: ParsingRun[_])(f: T => Boolean)(ctx1: ParsingRun[_]): ParsingRun[T] = {
114[warn] | ^
115[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
116[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
117[warn] -- Warning: /build/repo/fastparse/src-3/fastparse/internal/MacroInlineImpls.scala:92:23
118[warn] 92 | ctx1: ParsingRun[_]
119[warn] | ^
120[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
121[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
122[warn] -- Warning: /build/repo/fastparse/src-3/fastparse/internal/MacroInlineImpls.scala:117:49
123[warn] 117 | inline def cutInline[T](inline lhs: ParsingRun[_])(ctx0: ParsingRun[_]): ParsingRun[T] = {
124[warn] | ^
125[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
126[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
127[warn] -- Warning: /build/repo/fastparse/src-3/fastparse/internal/MacroInlineImpls.scala:117:70
128[warn] 117 | inline def cutInline[T](inline lhs: ParsingRun[_])(ctx0: ParsingRun[_]): ParsingRun[T] = {
129[warn] | ^
130[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
131[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
132[warn] -- Warning: /build/repo/fastparse/src-3/fastparse/internal/MacroInlineImpls.scala:133:27
133[warn] 133 | ctx: Expr[ParsingRun[_]]
134[warn] | ^
135[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
136[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
137[warn] -- Warning: /build/repo/fastparse/src-3/fastparse/internal/MacroRepImpls.scala:21:27
138[warn] 21 | sep: Expr[ParsingRun[_]],
139[warn] | ^
140[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
141[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
142[warn] -- Warning: /build/repo/fastparse/src-3/fastparse/internal/MacroRepImpls.scala:27:26
143[warn] 27 | ctx0: Expr[ParsingRun[_]])(using quotes: Quotes): Expr[ParsingRun[V]] = {
144[warn] | ^
145[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
146[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
147[warn] -- Warning: /build/repo/fastparse/src-3/fastparse/package.scala:17:39 ----------
148[warn] 17 | implicit def DiscardParserValue(p: P[_]): P[Unit] = {
149[warn] | ^
150[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
151[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
152[warn] -- Warning: /build/repo/fastparse/src-3/fastparse/package.scala:26:73 ----------
153[warn] 26 | inline def P[T](inline t: P[T])(implicit name: sourcecode.Name, ctx: P[_]): P[T] =
154[warn] | ^
155[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
156[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
157[warn] -- Warning: /build/repo/fastparse/src-3/fastparse/package.scala:51:33 ----------
158[warn] 51 | inline def /(implicit ctx: P[_]): P[T] = MacroInlineImpls.cutInline[T](parse0)(ctx) // macro MacroImpls.cutMacro[T]
159[warn] | ^
160[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
161[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
162[warn] -- Warning: /build/repo/fastparse/src-3/fastparse/package.scala:103:15 ---------
163[warn] 103 | ctx: P[_]
164[warn] | ^
165[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
166[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
167[warn] -- Warning: /build/repo/fastparse/src-3/fastparse/package.scala:113:15 ---------
168[warn] 113 | ctx: P[_]
169[warn] | ^
170[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
171[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
172[warn] -- Warning: /build/repo/fastparse/src-3/fastparse/package.scala:122:91 ---------
173[warn] 122 | inline def ~~/[V, R](inline other: P[V])(using s: Implicits.Sequencer[T, V, R], ctx: P[_]): P[R] =
174[warn] | ^
175[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
176[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
177[warn] -- Warning: /build/repo/fastparse/src-3/fastparse/package.scala:129:90 ---------
178[warn] 129 | inline def ~~[V, R](inline other: P[V])(using s: Implicits.Sequencer[T, V, R], ctx: P[_]): P[R] =
179[warn] | ^
180[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
181[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
182[warn] -- Warning: /build/repo/fastparse/src-3/fastparse/package.scala:178:25 ---------
183[warn] 178 | inline sep: => P[_] = null,
184[warn] | ^
185[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
186[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
187[warn] -- Warning: /build/repo/fastparse/src-3/fastparse/package.scala:210:25 ---------
188[warn] 210 | inline sep: => P[_] = null,
189[warn] | ^
190[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
191[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
192[warn] -- Warning: /build/repo/fastparse/src-3/fastparse/package.scala:279:34 ---------
193[warn] 279 | inline def &(inline parse: => P[_])(implicit ctx: P[_]): P[Unit] = {
194[warn] | ^
195[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
196[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
197[warn] -- Warning: /build/repo/fastparse/src-3/fastparse/package.scala:279:54 ---------
198[warn] 279 | inline def &(inline parse: => P[_])(implicit ctx: P[_]): P[Unit] = {
199[warn] | ^
200[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
201[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
202[warn] -- Warning: /build/repo/fastparse/src-3/fastparse/package.scala:304:66 ---------
203[warn] 304 | implicit class LogByNameOps[T](parse0: => P[T])(implicit ctx: P[_]) {
204[warn] | ^
205[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
206[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
207[warn] -- Warning: /build/repo/fastparse/src-3/fastparse/package.scala:321:65 ---------
208[warn] 321 | inline def CharPred(inline p: Char => Boolean)(implicit ctx: P[_]): P[Unit] = MacroInlineImpls.charPredInline(p)(ctx)
209[warn] | ^
210[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
211[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
212[warn] -- Warning: /build/repo/fastparse/src-3/fastparse/package.scala:326:52 ---------
213[warn] 326 | inline def CharIn(inline s: String*)(using ctx: P[_]): P[Unit] =
214[warn] | ^
215[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
216[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
217[warn] -- Warning: /build/repo/fastparse/src-3/fastparse/package.scala:332:74 ---------
218[warn] 332 | inline def CharsWhileIn(inline s: String, min: Int = 1)(implicit ctx: P[_]): P[Unit] =
219[warn] | ^
220[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
221[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
222[warn] -- Warning: /build/repo/fastparse/src-3/fastparse/package.scala:338:81 ---------
223[warn] 338 | inline def CharsWhile(inline p: Char => Boolean, min: Int = 1)(implicit ctx: P[_]): P[Unit] =
224[warn] | ^
225[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
226[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
227[warn] -- Warning: /build/repo/fastparse/src-3/fastparse/package.scala:344:57 ---------
228[warn] 344 | inline def StringIn(inline s: String*)(implicit ctx: P[_]): P[Unit] =
229[warn] | ^
230[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
231[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
232[warn] -- Warning: /build/repo/fastparse/src-3/fastparse/package.scala:350:67 ---------
233[warn] 350 | inline def StringInIgnoreCase(inline s: String*)(implicit ctx: P[_]): P[Unit] =
234[warn] | ^
235[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
236[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
237[warn] -- Warning: /build/repo/fastparse/src/fastparse/Implicits.scala:32:20 ----------
238[warn] 32 | protected[this] def Sequencer0[A, B, C](f: (A, B) => C) = new Sequencer.NarySequencer(f)
239[warn] | ^
240[warn] |Ignoring [this] qualifier.
241[warn] |This syntax will be deprecated in the future; it should be dropped.
242[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
243[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
244[warn] -- Warning: /build/repo/fastparse/src/fastparse/Parsed.scala:115:45 ------------
245[warn] 115 | val originalParser: ParsingRun[_] => ParsingRun[_],
246[warn] | ^
247[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
248[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
249[warn] -- Warning: /build/repo/fastparse/src/fastparse/Parsed.scala:115:62 ------------
250[warn] 115 | val originalParser: ParsingRun[_] => ParsingRun[_],
251[warn] | ^
252[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
253[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
254[warn] -- Warning: /build/repo/fastparse/src/fastparse/ParserInput.scala:122:16 -------
255[warn] 122 | private[this] lazy val lineNumberLookup = Util.lineNumberLookup(data)
256[warn] | ^
257[warn] |Ignoring [this] qualifier.
258[warn] |This syntax will be deprecated in the future; it should be dropped.
259[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
260[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
261[warn] -- Warning: /build/repo/fastparse/src/fastparse/ParsingRun.scala:107:58 --------
262[warn] 107 | val originalParser: ParsingRun[_] => ParsingRun[_],
263[warn] | ^
264[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
265[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
266[warn] -- Warning: /build/repo/fastparse/src/fastparse/ParsingRun.scala:107:75 --------
267[warn] 107 | val originalParser: ParsingRun[_] => ParsingRun[_],
268[warn] | ^
269[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
270[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
271[warn] -- Warning: /build/repo/fastparse/src/fastparse/SharedPackageDefs.scala:31:25 --
272[warn] 31 | parser: P[_] => P[T],
273[warn] | ^
274[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
275[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
276[warn] -- Warning: /build/repo/fastparse/src/fastparse/SharedPackageDefs.scala:46:33 --
277[warn] 46 | parser: P[_] => P[T],
278[warn] | ^
279[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
280[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
281[warn] -- Warning: /build/repo/fastparse/src/fastparse/SharedPackageDefs.scala:94:26 --
282[warn] 94 | def End(implicit ctx: P[_]): P[Unit] = {
283[warn] | ^
284[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
285[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
286[warn] -- Warning: /build/repo/fastparse/src/fastparse/SharedPackageDefs.scala:106:28 -
287[warn] 106 | def Start(implicit ctx: P[_]): P[Unit] = {
288[warn] | ^
289[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
290[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
291[warn] -- Warning: /build/repo/fastparse/src/fastparse/SharedPackageDefs.scala:125:45 -
292[warn] 125 | def NoTrace[T](p: => P[T])(implicit ctx: P[_]): P[T] = {
293[warn] | ^
294[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
295[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
296[warn] -- Warning: /build/repo/fastparse/src/fastparse/SharedPackageDefs.scala:138:27 -
297[warn] 138 | def Pass(implicit ctx: P[_]): P[Unit] = {
298[warn] | ^
299[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
300[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
301[warn] -- Warning: /build/repo/fastparse/src/fastparse/SharedPackageDefs.scala:148:36 -
302[warn] 148 | def Pass[T](v: T)(implicit ctx: P[_]): P[T] = {
303[warn] | ^
304[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
305[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
306[warn] -- Warning: /build/repo/fastparse/src/fastparse/SharedPackageDefs.scala:157:27 -
307[warn] 157 | def Fail(implicit ctx: P[_]): P[Nothing] = Fail("fail")
308[warn] | ^
309[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
310[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
311[warn] -- Warning: /build/repo/fastparse/src/fastparse/SharedPackageDefs.scala:162:40 -
312[warn] 162 | def Fail(msg: String)(implicit ctx: P[_]): P[Nothing] = {
313[warn] | ^
314[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
315[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
316[warn] -- Warning: /build/repo/fastparse/src/fastparse/SharedPackageDefs.scala:173:28 -
317[warn] 173 | def Index(implicit ctx: P[_]): P[Int] = {
318[warn] | ^
319[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
320[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
321[warn] -- Warning: /build/repo/fastparse/src/fastparse/SharedPackageDefs.scala:183:30 -
322[warn] 183 | def AnyChar(implicit ctx: P[_]): P[Unit] = {
323[warn] | ^
324[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
325[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
326[warn] -- Warning: /build/repo/fastparse/src/fastparse/SharedPackageDefs.scala:199:33 -
327[warn] 199 | def SingleChar(implicit ctx: P[_]): P[Char] = {
328[warn] | ^
329[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
330[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
331[warn] -- Warning: /build/repo/fastparse/src/fastparse/SharedPackageDefs.scala:214:47 -
332[warn] 214 | def NoCut[T](parse: => P[T])(implicit ctx: P[_]): P[T] = {
333[warn] | ^
334[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
335[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
336[warn] -- Warning: /build/repo/fastparse/src/fastparse/SharedPackageDefs.scala:251:50 -
337[warn] 251 | def log[T](parse0: () => P[T])(implicit ctx: P[_], name: sourcecode.Name, logger: Logger = Logger.stdout): P[T] = {
338[warn] | ^
339[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
340[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
341[warn] -- Warning: /build/repo/fastparse/src/fastparse/SharedPackageDefs.scala:288:68 -
342[warn] 288 | def logAfter[T](parse0: () => P[T], msg: => Any)(implicit ctx: P[_], logger: Logger = Logger.stdout): P[T] = {
343[warn] | ^
344[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
345[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
346[warn] -- Warning: /build/repo/fastparse/src/fastparse/SharedPackageDefs.scala:296:69 -
347[warn] 296 | def logBefore[T](parse0: () => P[T], msg: => Any)(implicit ctx: P[_], logger: Logger = Logger.stdout): P[T] = {
348[warn] | ^
349[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
350[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
351[warn] -- Warning: /build/repo/fastparse/src/fastparse/Whitespace.scala:8:28 ----------
352[warn] 8 | def apply(ctx: ParsingRun[_]): ParsingRun[Unit]
353[warn] | ^
354[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
355[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
356[warn] -- Warning: /build/repo/fastparse/src/fastparse/Whitespace.scala:15:30 ---------
357[warn] 15 | def apply(ctx: ParsingRun[_]) = ctx.freshSuccessUnit()
358[warn] | ^
359[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
360[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
361[warn] -- Warning: /build/repo/fastparse/src/fastparse/Whitespace.scala:25:30 ---------
362[warn] 25 | def apply(ctx: ParsingRun[_]) = {
363[warn] | ^
364[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
365[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
366[warn] -- Warning: /build/repo/fastparse/src/fastparse/Whitespace.scala:44:30 ---------
367[warn] 44 | def apply(ctx: ParsingRun[_]) = {
368[warn] | ^
369[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
370[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
371[warn] -- Warning: /build/repo/fastparse/src/fastparse/Whitespace.scala:64:30 ---------
372[warn] 64 | def apply(ctx: ParsingRun[_]) = {
373[warn] | ^
374[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
375[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
376[warn] -- Warning: /build/repo/fastparse/src/fastparse/Whitespace.scala:98:30 ---------
377[warn] 98 | def apply(ctx: ParsingRun[_]) = {
378[warn] | ^
379[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
380[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
381[warn] -- Warning: /build/repo/fastparse/src/fastparse/Whitespace.scala:159:30 --------
382[warn] 159 | def apply(ctx: ParsingRun[_]) = {
383[warn] | ^
384[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
385[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
386[warn] -- Warning: /build/repo/fastparse/src/fastparse/Whitespace.scala:221:30 --------
387[warn] 221 | def apply(ctx: ParsingRun[_]) = {
388[warn] | ^
389[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
390[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
391[warn] -- Warning: /build/repo/fastparse/src/fastparse/internal/UberBuffer.scala:8:16 -
392[warn] 8 | private[this] var data = new Array[Char](initSize)
393[warn] | ^
394[warn] |Ignoring [this] qualifier.
395[warn] |This syntax will be deprecated in the future; it should be dropped.
396[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
397[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
398[warn] -- Warning: /build/repo/fastparse/src/fastparse/internal/UberBuffer.scala:9:16 -
399[warn] 9 | private[this] var readPos = 0
400[warn] | ^
401[warn] |Ignoring [this] qualifier.
402[warn] |This syntax will be deprecated in the future; it should be dropped.
403[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
404[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
405[warn] -- Warning: /build/repo/fastparse/src/fastparse/internal/UberBuffer.scala:10:16
406[warn] 10 | private[this] var writePos = 0
407[warn] | ^
408[warn] |Ignoring [this] qualifier.
409[warn] |This syntax will be deprecated in the future; it should be dropped.
410[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
411[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
412[warn] -- Warning: /build/repo/fastparse/src/fastparse/internal/UberBuffer.scala:36:16
413[warn] 36 | private[this] def writeAvailable = {
414[warn] | ^
415[warn] |Ignoring [this] qualifier.
416[warn] |This syntax will be deprecated in the future; it should be dropped.
417[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
418[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
419[warn] -- Warning: /build/repo/fastparse/src/fastparse/internal/UberBuffer.scala:52:16
420[warn] 52 | private[this] def expand() = {
421[warn] | ^
422[warn] |Ignoring [this] qualifier.
423[warn] |This syntax will be deprecated in the future; it should be dropped.
424[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
425[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
426[warn] -- Warning: /build/repo/fastparse/src/fastparse/internal/UberBuffer.scala:102:16
427[warn] 102 | private[this] def incr(n: Int, d: Long) = {
428[warn] | ^
429[warn] |Ignoring [this] qualifier.
430[warn] |This syntax will be deprecated in the future; it should be dropped.
431[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
432[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
433[warn] -- Warning: /build/repo/out/fastparse/jvm/3.7.4/generatedSources.dest/fastparse/SequencerGen.scala:4:24
434[warn] 4 | protected[this] def Sequencer0[A, B, C](f: (A, B) => C): Sequencer[A, B, C]
435[warn] | ^
436[warn] |Ignoring [this] qualifier.
437[warn] |This syntax will be deprecated in the future; it should be dropped.
438[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
439[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
440[warn] -- Warning: /build/repo/out/fastparse/jvm/3.7.4/generatedSources.dest/fastparse/SequencerGen.scala:127:24
441[warn] 127 | protected[this] def Sequencer0[A, B, C](f: (A, B) => C): Sequencer[A, B, C]
442[warn] | ^
443[warn] |Ignoring [this] qualifier.
444[warn] |This syntax will be deprecated in the future; it should be dropped.
445[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
446[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
447[info] [patched file /build/repo/fastparse/src/fastparse/Parsed.scala]
448[info] [patched file /build/repo/fastparse/src/fastparse/Implicits.scala]
449[info] [patched file /build/repo/fastparse/src/fastparse/ParserInput.scala]
450[info] [patched file /build/repo/fastparse/src-3/fastparse/package.scala]
451[info] [patched file /build/repo/fastparse/src/fastparse/Whitespace.scala]
452[info] [patched file /build/repo/out/fastparse/jvm/3.7.4/generatedSources.dest/fastparse/SequencerGen.scala]
453[info] [patched file /build/repo/fastparse/src-3/fastparse/internal/MacroInlineImpls.scala]
454[info] [patched file /build/repo/fastparse/src-3/fastparse/internal/MacroRepImpls.scala]
455[info] [patched file /build/repo/fastparse/src/fastparse/SharedPackageDefs.scala]
456[info] [patched file /build/repo/fastparse/src/fastparse/internal/UberBuffer.scala]
457[info] [patched file /build/repo/fastparse/src/fastparse/ParsingRun.scala]
458[warn] there were 8 feature warnings; re-run with -feature for details
459[warn] 65 warnings found
460[info] [patched file /build/repo/fastparse/src/fastparse/Parsed.scala]
461[info] [patched file /build/repo/fastparse/src/fastparse/Implicits.scala]
462[info] [patched file /build/repo/fastparse/src/fastparse/ParserInput.scala]
463[info] [patched file /build/repo/fastparse/src-3/fastparse/package.scala]
464[info] [patched file /build/repo/fastparse/src/fastparse/Whitespace.scala]
465[info] [patched file /build/repo/out/fastparse/jvm/3.7.4/generatedSources.dest/fastparse/SequencerGen.scala]
466[info] [patched file /build/repo/fastparse/src-3/fastparse/internal/MacroInlineImpls.scala]
467[info] [patched file /build/repo/fastparse/src-3/fastparse/internal/MacroRepImpls.scala]
468[info] [patched file /build/repo/fastparse/src/fastparse/SharedPackageDefs.scala]
469[info] [patched file /build/repo/fastparse/src/fastparse/internal/UberBuffer.scala]
470[info] [patched file /build/repo/fastparse/src/fastparse/ParsingRun.scala]
471[warn] there were 11 feature warnings; re-run with -feature for details
472[warn] 66 warnings found
473[info] done compiling
474Successfully evaluated fastparse.jvm[3.7.4].compile
475Skipping unused scalacOptions: -source, -rewrite
476Flag -classpath set repeatedly
477-- Warning: fastparse/src/fastparse/SharedPackageDefs.scala:125:6 --------------
478125 | def NoTrace[T](p: => P[T])(implicit ctx: P[?]): P[T] = {
479 | ^
480 | Couldn't resolve a member for the given link query: ByNameOps.opaque
481-- Warning: fastparse/src/fastparse/SharedPackageDefs.scala:199:6 --------------
482199 | def SingleChar(implicit ctx: P[?]): P[Char] = {
483 | ^
484 | Couldn't resolve a member for the given link query: EagerOps.flatMapX
485-- Warning: fastparse/src/fastparse/Parsed.scala:190:8 -------------------------
486190 | def msg = failure.msg
487 | ^
488 | Couldn't resolve a member for the given link query: reportParseMsg
489-- Warning: fastparse/src-3/fastparse/package.scala:63:15 ----------------------
49063 | inline def map[V](inline f: T => V): P[V] = MacroInlineImpls.mapInline[T, V](parse0)(f)
491 | ^
492 | Couldn't resolve a member for the given link query: !
493-- Warning: fastparse/src-3/fastparse/package.scala:304:17 ---------------------
494304 | implicit class LogByNameOps[T](parse0: => P[T])(implicit ctx: P[?]) {
495 | ^
496 | Couldn't resolve a member for the given link query: ByNameOps
497-- Warning: fastparse/src-3/fastparse/package.scala:344:13 ---------------------
498344 | inline def StringIn(inline s: String*)(implicit ctx: P[?]): P[Unit] =
499 | ^
500 | Couldn't resolve a member for the given link query: EagerOps.|
501-- Warning: fastparse/src-3/fastparse/package.scala:350:13 ---------------------
502350 | inline def StringInIgnoreCase(inline s: String*)(implicit ctx: P[?]): P[Unit] =
503 | ^
504 | Couldn't resolve a member for the given link query: EagerOps.|
5058 warnings found
506Successfully evaluated fastparse.jvm[3.7.4].docJar
507Failed to resolve scalaVersion, assume it's Scala 3 project
508Failed to resolve scalaVersion, assume it's Scala 3 project
509[info] compiling 14 Scala sources to /build/repo/out/fastparse/jvm/3.7.4/test/compile.dest/classes ...
510[warn] -- Warning: /build/repo/fastparse/test/src-2.12+/fastparse/CustomWhitespaceMathTests.scala:11:40
511[warn] 11 | def apply(ctx: fastparse.ParsingRun[_]): P[Unit] = {
512[warn] | ^
513[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
514[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
515[warn] -- Warning: /build/repo/fastparse/test/src-2.12+/fastparse/CustomWhitespaceMathTests.scala:34:50
516[warn] 34 | val Parsed.Success(value, _) = parse(str, expr(_))
517[warn] | ^^^^
518[warn] |Context bounds will map to context parameters.
519[warn] |A `using` clause is needed to pass explicit arguments to them.
520[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
521[warn] -- Warning: /build/repo/fastparse/test/src-2.12+/fastparse/CustomWhitespaceMathTests.scala:48:36
522[warn] 48 | val failure = parse(input, expr(_)).asInstanceOf[Parsed.Failure]
523[warn] | ^^^^
524[warn] |Context bounds will map to context parameters.
525[warn] |A `using` clause is needed to pass explicit arguments to them.
526[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
527[warn] -- Warning: /build/repo/fastparse/test/src-2.12+/fastparse/IteratorTests.scala:62:62
528[warn] 62 | implicit val whitespace: Whitespace = { implicit ctx: P[_] =>
529[warn] | ^
530[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
531[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
532[warn] -- Warning: /build/repo/fastparse/test/src-2.12+/fastparse/IteratorTests.scala:213:64
533[warn] 213 | implicit def whitespace: Whitespace = { implicit ctx: P[_] =>
534[warn] | ^
535[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
536[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
537[warn] -- Warning: /build/repo/fastparse/test/src-2.12+/fastparse/IteratorTests.scala:30:81
538[warn] 30 | val Parsed.Success(res, i) = parse(Iterator("ab", "cd", "cd", "cd", "ef"), p(_))
539[warn] | ^
540[warn] |Context bounds will map to context parameters.
541[warn] |A `using` clause is needed to pass explicit arguments to them.
542[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
543[warn] -- Warning: /build/repo/fastparse/test/src-2.12+/fastparse/IteratorTests.scala:42:10
544[warn] 42 | p(_)
545[warn] | ^
546[warn] |Context bounds will map to context parameters.
547[warn] |A `using` clause is needed to pass explicit arguments to them.
548[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
549[warn] -- Warning: /build/repo/fastparse/test/src-2.12+/fastparse/IteratorTests.scala:54:48
550[warn] 54 | val Parsed.Success(res, i) = parse(input, p(_))
551[warn] | ^
552[warn] |Context bounds will map to context parameters.
553[warn] |A `using` clause is needed to pass explicit arguments to them.
554[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
555[warn] -- Warning: /build/repo/fastparse/test/src-2.12+/fastparse/IteratorTests.scala:70:48
556[warn] 70 | val Parsed.Success(res, i) = parse(input, p(_))
557[warn] | ^
558[warn] |Context bounds will map to context parameters.
559[warn] |A `using` clause is needed to pass explicit arguments to them.
560[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
561[warn] -- Warning: /build/repo/fastparse/test/src-2.12+/fastparse/IteratorTests.scala:84:48
562[warn] 84 | val Parsed.Success(res, i) = parse(input, capt(_))
563[warn] | ^^^^
564[warn] |Context bounds will map to context parameters.
565[warn] |A `using` clause is needed to pass explicit arguments to them.
566[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
567[warn] -- Warning: /build/repo/fastparse/test/src-2.12+/fastparse/IteratorTests.scala:96:50
568[warn] 96 | val Parsed.Success(res, i) = parse(input, capt(_))
569[warn] | ^^^^
570[warn] |Context bounds will map to context parameters.
571[warn] |A `using` clause is needed to pass explicit arguments to them.
572[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
573[warn] -- Warning: /build/repo/fastparse/test/src-2.12+/fastparse/IteratorTests.scala:111:50
574[warn] 111 | val Parsed.Success(_, i1) = parse(input1, nocut(_))
575[warn] | ^^^^^
576[warn] |Context bounds will map to context parameters.
577[warn] |A `using` clause is needed to pass explicit arguments to them.
578[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
579[warn] -- Warning: /build/repo/fastparse/test/src-2.12+/fastparse/IteratorTests.scala:118:50
580[warn] 118 | val Parsed.Success(_, i2) = parse(input2, nocut(_))
581[warn] | ^^^^^
582[warn] |Context bounds will map to context parameters.
583[warn] |A `using` clause is needed to pass explicit arguments to them.
584[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
585[warn] -- Warning: /build/repo/fastparse/test/src-2.12+/fastparse/IteratorTests.scala:132:50
586[warn] 132 | val Parsed.Success(_, i1) = parse(input1, either(_))
587[warn] | ^^^^^^
588[warn] |Context bounds will map to context parameters.
589[warn] |A `using` clause is needed to pass explicit arguments to them.
590[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
591[warn] -- Warning: /build/repo/fastparse/test/src-2.12+/fastparse/IteratorTests.scala:143:50
592[warn] 143 | val Parsed.Success(_, i2) = parse(input1, eitherCutted(_))
593[warn] | ^^^^^^^^^^^^
594[warn] |Context bounds will map to context parameters.
595[warn] |A `using` clause is needed to pass explicit arguments to them.
596[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
597[warn] -- Warning: /build/repo/fastparse/test/src-2.12+/fastparse/IteratorTests.scala:151:50
598[warn] 151 | val Parsed.Success(_, i3) = parse(input2, either(_))
599[warn] | ^^^^^^
600[warn] |Context bounds will map to context parameters.
601[warn] |A `using` clause is needed to pass explicit arguments to them.
602[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
603[warn] -- Warning: /build/repo/fastparse/test/src-2.12+/fastparse/IteratorTests.scala:158:50
604[warn] 158 | val Parsed.Success(_, i4) = parse(input3, either(_))
605[warn] | ^^^^^^
606[warn] |Context bounds will map to context parameters.
607[warn] |A `using` clause is needed to pass explicit arguments to them.
608[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
609[warn] -- Warning: /build/repo/fastparse/test/src-2.12+/fastparse/IteratorTests.scala:172:50
610[warn] 172 | val Parsed.Success(_, i1) = parse(input1, rep(_))
611[warn] | ^^^
612[warn] |Context bounds will map to context parameters.
613[warn] |A `using` clause is needed to pass explicit arguments to them.
614[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
615[warn] -- Warning: /build/repo/fastparse/test/src-2.12+/fastparse/IteratorTests.scala:179:50
616[warn] 179 | val Parsed.Success(_, i2) = parse(input2, rep(_))
617[warn] | ^^^
618[warn] |Context bounds will map to context parameters.
619[warn] |A `using` clause is needed to pass explicit arguments to them.
620[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
621[warn] -- Warning: /build/repo/fastparse/test/src-2.12+/fastparse/IteratorTests.scala:187:50
622[warn] 187 | val Parsed.Success(_, i3) = parse(input3, repCutted(_))
623[warn] | ^^^^^^^^^
624[warn] |Context bounds will map to context parameters.
625[warn] |A `using` clause is needed to pass explicit arguments to them.
626[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
627[warn] -- Warning: /build/repo/fastparse/test/src-2.12+/fastparse/IteratorTests.scala:204:50
628[warn] 204 | val Parsed.Success(res, _) = parse(input, all(_))
629[warn] | ^^^
630[warn] |Context bounds will map to context parameters.
631[warn] |A `using` clause is needed to pass explicit arguments to them.
632[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
633[warn] -- Warning: /build/repo/fastparse/test/src-2.12+/fastparse/IteratorTests.scala:222:50
634[warn] 222 | val Parsed.Success(_, i1) = parse(input1, ab(_))
635[warn] | ^^
636[warn] |Context bounds will map to context parameters.
637[warn] |A `using` clause is needed to pass explicit arguments to them.
638[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
639[warn] -- Warning: /build/repo/fastparse/test/src-2.12+/fastparse/IteratorTests.scala:231:50
640[warn] 231 | val Parsed.Success(_, i2) = parse(input2, ab(_))
641[warn] | ^^
642[warn] |Context bounds will map to context parameters.
643[warn] |A `using` clause is needed to pass explicit arguments to them.
644[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
645[warn] -- Warning: /build/repo/fastparse/test/src-2.12+/fastparse/IteratorTests.scala:240:36
646[warn] 240 | val parsed3 = parse(input3, ab(_))
647[warn] | ^^
648[warn] |Context bounds will map to context parameters.
649[warn] |A `using` clause is needed to pass explicit arguments to them.
650[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
651[warn] -- Warning: /build/repo/fastparse/test/src-2.12+/fastparse/IteratorTests.scala:250:48
652[warn] 250 | val Parsed.Success(_, i) = parse(input, p(_))
653[warn] | ^
654[warn] |Context bounds will map to context parameters.
655[warn] |A `using` clause is needed to pass explicit arguments to them.
656[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
657[warn] -- Warning: /build/repo/fastparse/test/src-2.12+/fastparse/IteratorTests.scala:268:61
658[warn] 268 | val t = scala.util.Try{ parse(Iterator("[", " ", "]"), p(_)).asInstanceOf[Parsed.Failure].extra.traced }
659[warn] | ^
660[warn] |Context bounds will map to context parameters.
661[warn] |A `using` clause is needed to pass explicit arguments to them.
662[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
663[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:255:33 -
664[warn] 255 | def errorMessage[T](p: P[_] => P[T], str: String) =
665[warn] | ^
666[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
667[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
668[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:567:24 -
669[warn] 567 | def expr[$: P]: P[_] = P(num | sum).log
670[warn] | ^
671[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
672[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
673[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:21:61 --
674[warn] 21 | val Parsed.Success(value, successIndex) = parse("a", parseA(_))
675[warn] | ^^^^^^
676[warn] |Context bounds will map to context parameters.
677[warn] |A `using` clause is needed to pass explicit arguments to them.
678[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
679[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:25:65 --
680[warn] 25 | val f @ Parsed.Failure(label, index, extra) = parse("b", parseA(_))
681[warn] | ^^^^^^
682[warn] |Context bounds will map to context parameters.
683[warn] |A `using` clause is needed to pass explicit arguments to them.
684[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
685[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:37:73 --
686[warn] 37 | val f @ Parsed.Failure(failureString, index, extra) = parse("d", parseA(_))
687[warn] | ^^^^^^
688[warn] |Context bounds will map to context parameters.
689[warn] |A `using` clause is needed to pass explicit arguments to them.
690[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
691[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:70:47 --
692[warn] 70 | val Parsed.Success(_, 2) = parse("ab", ab(_))
693[warn] | ^^
694[warn] |Context bounds will map to context parameters.
695[warn] |A `using` clause is needed to pass explicit arguments to them.
696[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
697[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:72:50 --
698[warn] 72 | val Parsed.Failure(_, 1, _) = parse("aa", ab(_))
699[warn] | ^^
700[warn] |Context bounds will map to context parameters.
701[warn] |A `using` clause is needed to pass explicit arguments to them.
702[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
703[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:77:53 --
704[warn] 77 | val Parsed.Success(_, 8) = parse("aaaaaaab", ab(_))
705[warn] | ^^
706[warn] |Context bounds will map to context parameters.
707[warn] |A `using` clause is needed to pass explicit arguments to them.
708[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
709[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:78:50 --
710[warn] 78 | val Parsed.Success(_, 4) = parse("aaaba", ab(_))
711[warn] | ^^
712[warn] |Context bounds will map to context parameters.
713[warn] |A `using` clause is needed to pass explicit arguments to them.
714[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
715[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:81:53 --
716[warn] 81 | val Parsed.Success(_, 8) = parse("abababac", abc(_))
717[warn] | ^^^
718[warn] |Context bounds will map to context parameters.
719[warn] |A `using` clause is needed to pass explicit arguments to them.
720[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
721[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:82:55 --
722[warn] 82 | val Parsed.Failure(_, 3, _) = parse("abaabac", abc(_))
723[warn] | ^^^
724[warn] |Context bounds will map to context parameters.
725[warn] |A `using` clause is needed to pass explicit arguments to them.
726[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
727[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:85:58 --
728[warn] 85 | val Parsed.Success(_, 7) = parse("ababababababa", ab4(_))
729[warn] | ^^^
730[warn] |Context bounds will map to context parameters.
731[warn] |A `using` clause is needed to pass explicit arguments to them.
732[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
733[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:88:49 --
734[warn] 88 | val Parsed.Success(_, 4) = parse("abab", ab2exactly(_))
735[warn] | ^^^^^^^^^^
736[warn] |Context bounds will map to context parameters.
737[warn] |A `using` clause is needed to pass explicit arguments to them.
738[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
739[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:91:50 --
740[warn] 91 | val Parsed.Failure(_, 1, _) = parse("ac", ab4c(_))
741[warn] | ^^^^
742[warn] |Context bounds will map to context parameters.
743[warn] |A `using` clause is needed to pass explicit arguments to them.
744[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
745[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:92:49 --
746[warn] 92 | val Parsed.Success(_, 4) = parse("abac", ab4c(_))
747[warn] | ^^^^
748[warn] |Context bounds will map to context parameters.
749[warn] |A `using` clause is needed to pass explicit arguments to them.
750[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
751[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:93:53 --
752[warn] 93 | val Parsed.Success(_, 8) = parse("abababac", ab4c(_))
753[warn] | ^^^^
754[warn] |Context bounds will map to context parameters.
755[warn] |A `using` clause is needed to pass explicit arguments to them.
756[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
757[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:94:58 --
758[warn] 94 | val Parsed.Failure(_, 7, _) = parse("ababababac", ab4c(_))
759[warn] | ^^^^
760[warn] |Context bounds will map to context parameters.
761[warn] |A `using` clause is needed to pass explicit arguments to them.
762[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
763[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:100:52 -
764[warn] 100 | val Parsed.Success("aba", 3) = parse("aba", option(_))
765[warn] | ^^^^^^
766[warn] |Context bounds will map to context parameters.
767[warn] |A `using` clause is needed to pass explicit arguments to them.
768[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
769[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:101:53 -
770[warn] 101 | val Parsed.Success("aba", 4) = parse("caba", option(_))
771[warn] | ^^^^^^
772[warn] |Context bounds will map to context parameters.
773[warn] |A `using` clause is needed to pass explicit arguments to them.
774[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
775[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:107:51 -
776[warn] 107 | val Parsed.Success(_, 6) = parse("aaaaab", either(_))
777[warn] | ^^^^^^
778[warn] |Context bounds will map to context parameters.
779[warn] |A `using` clause is needed to pass explicit arguments to them.
780[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
781[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:108:58 -
782[warn] 108 | val f @ Parsed.Failure(_, 5, _) = parse("aaaaae", either(_))
783[warn] | ^^^^^^
784[warn] |Context bounds will map to context parameters.
785[warn] |A `using` clause is needed to pass explicit arguments to them.
786[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
787[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:120:50 -
788[warn] 120 | val Parsed.Success(_, 4) = parse("aaaba", noEnd(_))
789[warn] | ^^^^^
790[warn] |Context bounds will map to context parameters.
791[warn] |A `using` clause is needed to pass explicit arguments to them.
792[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
793[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:121:53 -
794[warn] 121 | val Parsed.Failure(_, 4, _) = parse("aaaba", withEnd(_))
795[warn] | ^^^^^^^
796[warn] |Context bounds will map to context parameters.
797[warn] |A `using` clause is needed to pass explicit arguments to them.
798[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
799[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:127:54 -
800[warn] 127 | val Parsed.Success("abab", 4) = parse("abab", ab(_))
801[warn] | ^^
802[warn] |Context bounds will map to context parameters.
803[warn] |A `using` clause is needed to pass explicit arguments to them.
804[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
805[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:128:56 -
806[warn] 128 | val Parsed.Success("babab", 5) = parse("babab", ab(_))
807[warn] | ^^
808[warn] |Context bounds will map to context parameters.
809[warn] |A `using` clause is needed to pass explicit arguments to them.
810[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
811[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:130:51 -
812[warn] 130 | val Parsed.Failure(_, 2, _) = parse("abb", ab(_))
813[warn] | ^^
814[warn] |Context bounds will map to context parameters.
815[warn] |A `using` clause is needed to pass explicit arguments to them.
816[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
817[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:134:41 -
818[warn] 134 | val Parsed.Success((), 0) = parse("asdad", Pass(_))
819[warn] | ^^^^^^^^^^^^^^^^^^^^^^^
820[warn] |pattern's type fastparse.Parsed.Success[Unit] is more specialized than the right hand side expression's type fastparse.Parsed[Unit]
821[warn] |
822[warn] |If the narrowing is intentional, this can be communicated by adding `: @unchecked` after the expression,
823[warn] |which may result in a MatchError at runtime.
824[warn] |This patch can be rewritten automatically under -rewrite -source 3.2-migration.
825[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:135:43 -
826[warn] 135 | val Parsed.Failure(_, 0, _) = parse("asdad", Fail(_))
827[warn] | ^^^^^^^^^^^^^^^^^^^^^^^
828[warn] |pattern's type fastparse.Parsed.Failure is more specialized than the right hand side expression's type fastparse.Parsed[Nothing]
829[warn] |
830[warn] |If the narrowing is intentional, this can be communicated by adding `: @unchecked` after the expression,
831[warn] |which may result in a MatchError at runtime.
832[warn] |This patch can be rewritten automatically under -rewrite -source 3.2-migration.
833[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:138:57 -
834[warn] 138 | val Parsed.Failure(_, 0, extra) = parse("asdad", failWithLabel(_))
835[warn] | ^^^^^^^^^^^^^
836[warn] |Context bounds will map to context parameters.
837[warn] |A `using` clause is needed to pass explicit arguments to them.
838[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
839[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:145:63 -
840[warn] 145 | val Parsed.Success(9, _) = parse("hayhayhayneedlehay", finder(_))
841[warn] | ^^^^^^
842[warn] |Context bounds will map to context parameters.
843[warn] |A `using` clause is needed to pass explicit arguments to them.
844[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
845[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:151:53 -
846[warn] 151 | val Parsed.Success("aaa", 4) = parse("aaab", capture1(_))
847[warn] | ^^^^^^^^
848[warn] |Context bounds will map to context parameters.
849[warn] |A `using` clause is needed to pass explicit arguments to them.
850[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
851[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:155:60 -
852[warn] 155 | val Parsed.Success(("aaa", "b"), 4) = parse("aaab", capture2(_))
853[warn] | ^^^^^^^^
854[warn] |Context bounds will map to context parameters.
855[warn] |A `using` clause is needed to pass explicit arguments to them.
856[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
857[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:159:66 -
858[warn] 159 | val Parsed.Success(("aaa", "b", "c"), 5) = parse("aaabc", capture3(_))
859[warn] | ^^^^^^^^
860[warn] |Context bounds will map to context parameters.
861[warn] |A `using` clause is needed to pass explicit arguments to them.
862[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
863[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:163:66 -
864[warn] 163 | val Parsed.Success(Seq("a", "a", "a"), 4) = parse("aaab", captureRep(_))
865[warn] | ^^^^^^^^^^
866[warn] |Context bounds will map to context parameters.
867[warn] |A `using` clause is needed to pass explicit arguments to them.
868[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
869[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:167:57 -
870[warn] 167 | val Parsed.Success(Some("b"), 4) = parse("aaab", captureOpt(_))
871[warn] | ^^^^^^^^^^
872[warn] |Context bounds will map to context parameters.
873[warn] |A `using` clause is needed to pass explicit arguments to them.
874[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
875[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:173:50 -
876[warn] 173 | val Parsed.Success("-", 3) = parse("'-'", ab(_))
877[warn] | ^^
878[warn] |Context bounds will map to context parameters.
879[warn] |A `using` clause is needed to pass explicit arguments to them.
880[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
881[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:175:56 -
882[warn] 175 | val Parsed.Failure(stack, 2, _) = parse("'-='", ab(_))
883[warn] | ^^
884[warn] |Context bounds will map to context parameters.
885[warn] |A `using` clause is needed to pass explicit arguments to them.
886[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
887[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:182:62 -
888[warn] 182 | val Parsed.Success(Seq("hello"), _) = parse("hello ", keyword(_))
889[warn] | ^^^^^^^
890[warn] |Context bounds will map to context parameters.
891[warn] |A `using` clause is needed to pass explicit arguments to them.
892[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
893[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:183:54 -
894[warn] 183 | val Parsed.Success(Seq(), _) = parse("hello", keyword(_))
895[warn] | ^^^^^^^
896[warn] |Context bounds will map to context parameters.
897[warn] |A `using` clause is needed to pass explicit arguments to them.
898[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
899[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:184:55 -
900[warn] 184 | val Parsed.Success(Seq(), _) = parse("helloX", keyword(_))
901[warn] | ^^^^^^^
902[warn] |Context bounds will map to context parameters.
903[warn] |A `using` clause is needed to pass explicit arguments to them.
904[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
905[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:190:68 -
906[warn] 190 | val Parsed.Success("hello-world", _) = parse("hello-world", keyword(_))
907[warn] | ^^^^^^^
908[warn] |Context bounds will map to context parameters.
909[warn] |A `using` clause is needed to pass explicit arguments to them.
910[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
911[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:191:68 -
912[warn] 191 | val Parsed.Success("hello_world", _) = parse("hello_world", keyword(_))
913[warn] | ^^^^^^^
914[warn] |Context bounds will map to context parameters.
915[warn] |A `using` clause is needed to pass explicit arguments to them.
916[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
917[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:193:59 -
918[warn] 193 | val Parsed.Failure(_, 5, _) = parse("hello world", keyword(_))
919[warn] | ^^^^^^^
920[warn] |Context bounds will map to context parameters.
921[warn] |A `using` clause is needed to pass explicit arguments to them.
922[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
923[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:201:54 -
924[warn] 201 | val Parsed.Success("1100", _) = parse("1100", binary(_))
925[warn] | ^^^^^^
926[warn] |Context bounds will map to context parameters.
927[warn] |A `using` clause is needed to pass explicit arguments to them.
928[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
929[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:202:50 -
930[warn] 202 | val Parsed.Success(12, _) = parse("1100", binaryNum(_))
931[warn] | ^^^^^^^^^
932[warn] |Context bounds will map to context parameters.
933[warn] |A `using` clause is needed to pass explicit arguments to them.
934[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
935[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:209:54 -
936[warn] 209 | val Parsed.Success("1100", _) = parse("1100", binary(_))
937[warn] | ^^^^^^
938[warn] |Context bounds will map to context parameters.
939[warn] |A `using` clause is needed to pass explicit arguments to them.
940[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
941[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:210:53 -
942[warn] 210 | val Parsed.Failure(_, _, _) = parse("11001", binaryNum(_))
943[warn] | ^^^^^^^^^
944[warn] |Context bounds will map to context parameters.
945[warn] |A `using` clause is needed to pass explicit arguments to them.
946[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
947[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:218:54 -
948[warn] 218 | val Parsed.Success("a", _) = parse("<a></a>", xml(_))
949[warn] | ^^^
950[warn] |Context bounds will map to context parameters.
951[warn] |A `using` clause is needed to pass explicit arguments to them.
952[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
953[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:219:66 -
954[warn] 219 | val Parsed.Success("abcde", _) = parse("<abcde></abcde>", xml(_))
955[warn] | ^^^
956[warn] |Context bounds will map to context parameters.
957[warn] |A `using` clause is needed to pass explicit arguments to them.
958[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
959[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:221:47 -
960[warn] 221 | val failure = parse("<abcde></edcba>", xml(_)).asInstanceOf[Parsed.Failure]
961[warn] | ^^^
962[warn] |Context bounds will map to context parameters.
963[warn] |A `using` clause is needed to pass explicit arguments to them.
964[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
965[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:236:54 -
966[warn] 236 | val Parsed.Success("a", _) = parse("<a></a>", xml(_))
967[warn] | ^^^
968[warn] |Context bounds will map to context parameters.
969[warn] |A `using` clause is needed to pass explicit arguments to them.
970[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
971[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:237:66 -
972[warn] 237 | val Parsed.Success("abcde", _) = parse("<abcde></abcde>", xml(_))
973[warn] | ^^^
974[warn] |Context bounds will map to context parameters.
975[warn] |A `using` clause is needed to pass explicit arguments to them.
976[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
977[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:239:47 -
978[warn] 239 | val failure = parse("<abcde></edcba>", xml(_)).asInstanceOf[Parsed.Failure]
979[warn] | ^^^
980[warn] |Context bounds will map to context parameters.
981[warn] |A `using` clause is needed to pass explicit arguments to them.
982[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
983[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:247:48 -
984[warn] 247 | val Parsed.Success(12, _) = parse("12", even(_))
985[warn] | ^^^^
986[warn] |Context bounds will map to context parameters.
987[warn] |A `using` clause is needed to pass explicit arguments to them.
988[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
989[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:248:35 -
990[warn] 248 | val failure = parse("123", even(_)).asInstanceOf[Parsed.Failure]
991[warn] | ^^^^
992[warn] |Context bounds will map to context parameters.
993[warn] |A `using` clause is needed to pass explicit arguments to them.
994[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
995[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:261:32 -
996[warn] 261 | val err1 = errorMessage(numberPlate(_), "11-A1-22")
997[warn] | ^^^^^^^^^^^
998[warn] |Context bounds will map to context parameters.
999[warn] |A `using` clause is needed to pass explicit arguments to them.
1000[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1001[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:267:32 -
1002[warn] 267 | val err2 = errorMessage(opaqueNumberPlate(_), "11-A1-22")
1003[warn] | ^^^^^^^^^^^^^^^^^
1004[warn] |Context bounds will map to context parameters.
1005[warn] |A `using` clause is needed to pass explicit arguments to them.
1006[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1007[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:276:53 -
1008[warn] 276 | val Parsed.Success("ABC", _) = parse("ABC.", cp(_))
1009[warn] | ^^
1010[warn] |Context bounds will map to context parameters.
1011[warn] |A `using` clause is needed to pass explicit arguments to them.
1012[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1013[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:277:52 -
1014[warn] 277 | val Parsed.Failure(_, 2, _) = parse("ABc.", cp(_))
1015[warn] | ^^
1016[warn] |Context bounds will map to context parameters.
1017[warn] |A `using` clause is needed to pass explicit arguments to them.
1018[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1019[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:283:66 -
1020[warn] 283 | val Parsed.Success("aaabbccxyz", _) = parse("aaabbccxyz", ci(_))
1021[warn] | ^^
1022[warn] |Context bounds will map to context parameters.
1023[warn] |A `using` clause is needed to pass explicit arguments to them.
1024[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1025[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:284:60 -
1026[warn] 284 | val Parsed.Failure(_, 7, _) = parse("aaabbccdxyz.", ci(_))
1027[warn] | ^^
1028[warn] |Context bounds will map to context parameters.
1029[warn] |A `using` clause is needed to pass explicit arguments to them.
1030[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1031[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:289:61 -
1032[warn] 289 | val Parsed.Success("12345", _) = parse("12345abcde", digits(_))
1033[warn] | ^^^^^^
1034[warn] |Context bounds will map to context parameters.
1035[warn] |A `using` clause is needed to pass explicit arguments to them.
1036[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1037[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:290:59 -
1038[warn] 290 | val Parsed.Success("123", _) = parse("123abcde45", digits(_))
1039[warn] | ^^^^^^
1040[warn] |Context bounds will map to context parameters.
1041[warn] |A `using` clause is needed to pass explicit arguments to them.
1042[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1043[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:296:56 -
1044[warn] 296 | val Parsed.Success("12345", _) = parse("12345", cw(_))
1045[warn] | ^^
1046[warn] |Context bounds will map to context parameters.
1047[warn] |A `using` clause is needed to pass explicit arguments to them.
1048[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1049[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:297:55 -
1050[warn] 297 | val Parsed.Success("123", _) = parse("123 45", cw(_))
1051[warn] | ^^
1052[warn] |Context bounds will map to context parameters.
1053[warn] |A `using` clause is needed to pass explicit arguments to them.
1054[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1055[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:302:56 -
1056[warn] 302 | val Parsed.Success("12345", _) = parse("12345", cw(_))
1057[warn] | ^^
1058[warn] |Context bounds will map to context parameters.
1059[warn] |A `using` clause is needed to pass explicit arguments to them.
1060[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1061[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:303:55 -
1062[warn] 303 | val Parsed.Success("123", _) = parse("123 45", cw(_))
1063[warn] | ^^
1064[warn] |Context bounds will map to context parameters.
1065[warn] |A `using` clause is needed to pass explicit arguments to them.
1066[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1067[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:309:73 -
1068[warn] 309 | val Parsed.Success(Seq("cow", "cattle"), _) = parse("cowcattle", si(_))
1069[warn] | ^^
1070[warn] |Context bounds will map to context parameters.
1071[warn] |A `using` clause is needed to pass explicit arguments to them.
1072[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1073[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:310:60 -
1074[warn] 310 | val Parsed.Success(Seq("cow"), _) = parse("cowmoo", si(_))
1075[warn] | ^^
1076[warn] |Context bounds will map to context parameters.
1077[warn] |A `using` clause is needed to pass explicit arguments to them.
1078[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1079[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:311:50 -
1080[warn] 311 | val Parsed.Failure(_, _, _) = parse("co", si(_))
1081[warn] | ^^
1082[warn] |Context bounds will map to context parameters.
1083[warn] |A `using` clause is needed to pass explicit arguments to them.
1084[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1085[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:320:58 -
1086[warn] 320 | val Parsed.Success("abcd", _) = parse("val abcd", nocut(_))
1087[warn] | ^^^^^
1088[warn] |Context bounds will map to context parameters.
1089[warn] |A `using` clause is needed to pass explicit arguments to them.
1090[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1091[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:322:40 -
1092[warn] 322 | val failure = parse("val 1234", nocut(_)).asInstanceOf[Parsed.Failure]
1093[warn] | ^^^^^
1094[warn] |Context bounds will map to context parameters.
1095[warn] |A `using` clause is needed to pass explicit arguments to them.
1096[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1097[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:334:58 -
1098[warn] 334 | val Parsed.Success("abcd", _) = parse("val abcd", nocut(_))
1099[warn] | ^^^^^
1100[warn] |Context bounds will map to context parameters.
1101[warn] |A `using` clause is needed to pass explicit arguments to them.
1102[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1103[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:336:40 -
1104[warn] 336 | val failure = parse("val 1234", nocut(_)).asInstanceOf[Parsed.Failure]
1105[warn] | ^^^^^
1106[warn] |Context bounds will map to context parameters.
1107[warn] |A `using` clause is needed to pass explicit arguments to them.
1108[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1109[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:349:64 -
1110[warn] 349 | val Parsed.Success(Seq("abcd"), _) = parse("val abcd;", stmts(_))
1111[warn] | ^^^^^
1112[warn] |Context bounds will map to context parameters.
1113[warn] |A `using` clause is needed to pass explicit arguments to them.
1114[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1115[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:350:80 -
1116[warn] 350 | val Parsed.Success(Seq("abcd", "efg"), _) = parse("val abcd; val efg;", stmts(_))
1117[warn] | ^^^^^
1118[warn] |Context bounds will map to context parameters.
1119[warn] |A `using` clause is needed to pass explicit arguments to them.
1120[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1121[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:352:46 -
1122[warn] 352 | val failure = parse("val abcd; val ", stmts(_)).asInstanceOf[Parsed.Failure]
1123[warn] | ^^^^^
1124[warn] |Context bounds will map to context parameters.
1125[warn] |A `using` clause is needed to pass explicit arguments to them.
1126[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1127[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:365:64 -
1128[warn] 365 | val Parsed.Success(Seq("abcd"), _) = parse("val abcd;", stmts(_))
1129[warn] | ^^^^^
1130[warn] |Context bounds will map to context parameters.
1131[warn] |A `using` clause is needed to pass explicit arguments to them.
1132[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1133[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:366:80 -
1134[warn] 366 | val Parsed.Success(Seq("abcd", "efg"), _) = parse("val abcd; val efg;", stmts(_))
1135[warn] | ^^^^^
1136[warn] |Context bounds will map to context parameters.
1137[warn] |A `using` clause is needed to pass explicit arguments to them.
1138[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1139[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:368:46 -
1140[warn] 368 | val failure = parse("val abcd; val ", stmts(_)).asInstanceOf[Parsed.Failure]
1141[warn] | ^^^^^
1142[warn] |Context bounds will map to context parameters.
1143[warn] |A `using` clause is needed to pass explicit arguments to them.
1144[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1145[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:380:64 -
1146[warn] 380 | val Parsed.Success(Seq("1", "23"), _) = parse("(1,23)", tuple(_))
1147[warn] | ^^^^^
1148[warn] |Context bounds will map to context parameters.
1149[warn] |A `using` clause is needed to pass explicit arguments to them.
1150[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1151[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:382:36 -
1152[warn] 382 | val failure = parse("(1,)", tuple(_)).asInstanceOf[Parsed.Failure]
1153[warn] | ^^^^^
1154[warn] |Context bounds will map to context parameters.
1155[warn] |A `using` clause is needed to pass explicit arguments to them.
1156[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1157[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:394:64 -
1158[warn] 394 | val Parsed.Success(Seq("1", "23"), _) = parse("(1,23)", tuple(_))
1159[warn] | ^^^^^
1160[warn] |Context bounds will map to context parameters.
1161[warn] |A `using` clause is needed to pass explicit arguments to them.
1162[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1163[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:396:36 -
1164[warn] 396 | val failure = parse("(1,)", tuple(_)).asInstanceOf[Parsed.Failure]
1165[warn] | ^^^^^
1166[warn] |Context bounds will map to context parameters.
1167[warn] |A `using` clause is needed to pass explicit arguments to them.
1168[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1169[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:409:64 -
1170[warn] 409 | val Parsed.Success(Seq("1", "23"), _) = parse("(1,23)", tuple(_))
1171[warn] | ^^^^^
1172[warn] |Context bounds will map to context parameters.
1173[warn] |A `using` clause is needed to pass explicit arguments to them.
1174[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1175[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:411:36 -
1176[warn] 411 | val failure = parse("(1,)", tuple(_)).asInstanceOf[Parsed.Failure]
1177[warn] | ^^^^^
1178[warn] |Context bounds will map to context parameters.
1179[warn] |A `using` clause is needed to pass explicit arguments to them.
1180[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1181[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:423:53 -
1182[warn] 423 | val Parsed.Success((), _) = parse("12:30pm", time1(_))
1183[warn] | ^^^^^
1184[warn] |Context bounds will map to context parameters.
1185[warn] |A `using` clause is needed to pass explicit arguments to them.
1186[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1187[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:424:51 -
1188[warn] 424 | val Parsed.Success((), _) = parse("17:45", time2(_))
1189[warn] | ^^^^^
1190[warn] |Context bounds will map to context parameters.
1191[warn] |A `using` clause is needed to pass explicit arguments to them.
1192[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1193[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:426:53 -
1194[warn] 426 | val Parsed.Success((), _) = parse("12:30pm", time(_))
1195[warn] | ^^^^
1196[warn] |Context bounds will map to context parameters.
1197[warn] |A `using` clause is needed to pass explicit arguments to them.
1198[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1199[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:427:37 -
1200[warn] 427 | val failure = parse("17:45", time(_)).asInstanceOf[Parsed.Failure]
1201[warn] | ^^^^
1202[warn] |Context bounds will map to context parameters.
1203[warn] |A `using` clause is needed to pass explicit arguments to them.
1204[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1205[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:435:53 -
1206[warn] 435 | val Parsed.Success((), _) = parse("12:30pm", time1(_))
1207[warn] | ^^^^^
1208[warn] |Context bounds will map to context parameters.
1209[warn] |A `using` clause is needed to pass explicit arguments to them.
1210[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1211[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:436:51 -
1212[warn] 436 | val Parsed.Success((), _) = parse("17:45", time2(_))
1213[warn] | ^^^^^
1214[warn] |Context bounds will map to context parameters.
1215[warn] |A `using` clause is needed to pass explicit arguments to them.
1216[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1217[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:438:53 -
1218[warn] 438 | val Parsed.Success((), _) = parse("12:30pm", time(_))
1219[warn] | ^^^^
1220[warn] |Context bounds will map to context parameters.
1221[warn] |A `using` clause is needed to pass explicit arguments to them.
1222[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1223[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:439:51 -
1224[warn] 439 | val Parsed.Success((), _) = parse("17:45", time(_))
1225[warn] | ^^^^
1226[warn] |Context bounds will map to context parameters.
1227[warn] |A `using` clause is needed to pass explicit arguments to them.
1228[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1229[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:455:32 -
1230[warn] 455 | parse("(1+(2+3x))+4", Foo.expr(_)),
1231[warn] | ^^^^^^^^
1232[warn] |Context bounds will map to context parameters.
1233[warn] |A `using` clause is needed to pass explicit arguments to them.
1234[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1235[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:469:32 -
1236[warn] 469 | parse("(1+(2+3x))+4", Foo.expr(_)),
1237[warn] | ^^^^^^^^
1238[warn] |Context bounds will map to context parameters.
1239[warn] |A `using` clause is needed to pass explicit arguments to them.
1240[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1241[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:481:20 -
1242[warn] 481 | parse("AB", Foo(_))
1243[warn] | ^^^
1244[warn] |Context bounds will map to context parameters.
1245[warn] |A `using` clause is needed to pass explicit arguments to them.
1246[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1247[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:507:30 -
1248[warn] 507 | parse("(1+(2+3x))+4", Foo.expr(_))
1249[warn] | ^^^^^^^^
1250[warn] |Context bounds will map to context parameters.
1251[warn] |A `using` clause is needed to pass explicit arguments to them.
1252[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1253[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:540:69 -
1254[warn] 540 | val Parsed.Success((0, "1", 1, (2, "2", 3)), _) = parse("1+2", Add(_))
1255[warn] | ^^^
1256[warn] |Context bounds will map to context parameters.
1257[warn] |A `using` clause is needed to pass explicit arguments to them.
1258[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1259[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:552:34 -
1260[warn] 552 | val folded = parse(input, andOr(_)).fold(
1261[warn] | ^^^^^
1262[warn] |Context bounds will map to context parameters.
1263[warn] |A `using` clause is needed to pass explicit arguments to them.
1264[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1265[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:569:65 -
1266[warn] 569 | val Parsed.Failure(_, _, extra) = fastparse.parse("(1+?)", expr(_))
1267[warn] | ^^^^
1268[warn] |Context bounds will map to context parameters.
1269[warn] |A `using` clause is needed to pass explicit arguments to them.
1270[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1271[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:13:30 --
1272[warn] 13 | parser: P[_] => P[_]) = {
1273[warn] | ^
1274[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
1275[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1276[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:13:38 --
1277[warn] 13 | parser: P[_] => P[_]) = {
1278[warn] | ^
1279[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
1280[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1281[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:28:26 --
1282[warn] 28 | def check(parser: P[_] => P[_]) = {
1283[warn] | ^
1284[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
1285[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1286[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:28:34 --
1287[warn] 28 | def check(parser: P[_] => P[_]) = {
1288[warn] | ^
1289[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
1290[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1291[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:522:26 -
1292[warn] 522 | def check(parser: P[_] => P[_]) = checkOffset(
1293[warn] | ^
1294[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
1295[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1296[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:522:34 -
1297[warn] 522 | def check(parser: P[_] => P[_]) = checkOffset(
1298[warn] | ^
1299[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
1300[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1301[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:14:65 --
1302[warn] 14 | val f @ Parsed.Failure(failureString, index, extra) = parse(input, parser(_))
1303[warn] | ^^^^^^^^^^^^^^^^^^^^^^^
1304[warn] |pattern's type fastparse.Parsed.Failure is more specialized than the right hand side expression's type fastparse.Parsed[Any]
1305[warn] |
1306[warn] |If the narrowing is intentional, this can be communicated by adding `: @unchecked` after the expression,
1307[warn] |which may result in a MatchError at runtime.
1308[warn] |This patch can be rewritten automatically under -rewrite -source 3.2-migration.
1309[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:29:67 --
1310[warn] 29 | val f @ Parsed.Failure(failureString, index, extra) = parse("d", parser(_))
1311[warn] | ^^^^^^^^^^^^^^^^^^^^^
1312[warn] |pattern's type fastparse.Parsed.Failure is more specialized than the right hand side expression's type fastparse.Parsed[Any]
1313[warn] |
1314[warn] |If the narrowing is intentional, this can be communicated by adding `: @unchecked` after the expression,
1315[warn] |which may result in a MatchError at runtime.
1316[warn] |This patch can be rewritten automatically under -rewrite -source 3.2-migration.
1317[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:41:8 ---
1318[warn] 41 | parseA(_)
1319[warn] | ^^^^^^
1320[warn] |Context bounds will map to context parameters.
1321[warn] |A `using` clause is needed to pass explicit arguments to them.
1322[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1323[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:46:8 ---
1324[warn] 46 | parseA(_)
1325[warn] | ^^^^^^
1326[warn] |Context bounds will map to context parameters.
1327[warn] |A `using` clause is needed to pass explicit arguments to them.
1328[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1329[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:51:8 ---
1330[warn] 51 | parseA(_)
1331[warn] | ^^^^^^
1332[warn] |Context bounds will map to context parameters.
1333[warn] |A `using` clause is needed to pass explicit arguments to them.
1334[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1335[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:56:8 ---
1336[warn] 56 | parseA(_)
1337[warn] | ^^^^^^
1338[warn] |Context bounds will map to context parameters.
1339[warn] |A `using` clause is needed to pass explicit arguments to them.
1340[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1341[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:61:8 ---
1342[warn] 61 | parseA(_)
1343[warn] | ^^^^^^
1344[warn] |Context bounds will map to context parameters.
1345[warn] |A `using` clause is needed to pass explicit arguments to them.
1346[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1347[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:66:8 ---
1348[warn] 66 | parseA(_)
1349[warn] | ^^^^^^
1350[warn] |Context bounds will map to context parameters.
1351[warn] |A `using` clause is needed to pass explicit arguments to them.
1352[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1353[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:73:10 --
1354[warn] 73 | parseA(_)
1355[warn] | ^^^^^^
1356[warn] |Context bounds will map to context parameters.
1357[warn] |A `using` clause is needed to pass explicit arguments to them.
1358[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1359[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:79:10 --
1360[warn] 79 | parseA(_)
1361[warn] | ^^^^^^
1362[warn] |Context bounds will map to context parameters.
1363[warn] |A `using` clause is needed to pass explicit arguments to them.
1364[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1365[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:85:10 --
1366[warn] 85 | parseA(_)
1367[warn] | ^^^^^^
1368[warn] |Context bounds will map to context parameters.
1369[warn] |A `using` clause is needed to pass explicit arguments to them.
1370[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1371[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:91:10 --
1372[warn] 91 | parseA(_)
1373[warn] | ^^^^^^
1374[warn] |Context bounds will map to context parameters.
1375[warn] |A `using` clause is needed to pass explicit arguments to them.
1376[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1377[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:97:10 --
1378[warn] 97 | parseA(_)
1379[warn] | ^^^^^^
1380[warn] |Context bounds will map to context parameters.
1381[warn] |A `using` clause is needed to pass explicit arguments to them.
1382[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1383[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:103:10 -
1384[warn] 103 | parseA(_)
1385[warn] | ^^^^^^
1386[warn] |Context bounds will map to context parameters.
1387[warn] |A `using` clause is needed to pass explicit arguments to them.
1388[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1389[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:113:55 -
1390[warn] 113 | val f1 @ Parsed.Failure(_, _, _) = parse("ad", parseA(_))
1391[warn] | ^^^^^^
1392[warn] |Context bounds will map to context parameters.
1393[warn] |A `using` clause is needed to pass explicit arguments to them.
1394[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1395[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:119:56 -
1396[warn] 119 | val f2 @ Parsed.Failure(_, _, _) = parse("a,d", parseA(_))
1397[warn] | ^^^^^^
1398[warn] |Context bounds will map to context parameters.
1399[warn] |A `using` clause is needed to pass explicit arguments to them.
1400[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1401[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:132:57 -
1402[warn] 132 | val f1 @ Parsed.Failure(_, _, _) = parse("abab", parseA(_))
1403[warn] | ^^^^^^
1404[warn] |Context bounds will map to context parameters.
1405[warn] |A `using` clause is needed to pass explicit arguments to them.
1406[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1407[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:143:55 -
1408[warn] 143 | val f1 @ Parsed.Failure(_, _, _) = parse("ax", parseA(_))
1409[warn] | ^^^^^^
1410[warn] |Context bounds will map to context parameters.
1411[warn] |A `using` clause is needed to pass explicit arguments to them.
1412[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1413[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:149:56 -
1414[warn] 149 | val f2 @ Parsed.Failure(_, _, _) = parse("a,x", parseA(_))
1415[warn] | ^^^^^^
1416[warn] |Context bounds will map to context parameters.
1417[warn] |A `using` clause is needed to pass explicit arguments to them.
1418[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1419[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:163:10 -
1420[warn] 163 | parseA(_)
1421[warn] | ^^^^^^
1422[warn] |Context bounds will map to context parameters.
1423[warn] |A `using` clause is needed to pass explicit arguments to them.
1424[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1425[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:173:10 -
1426[warn] 173 | parseA(_)
1427[warn] | ^^^^^^
1428[warn] |Context bounds will map to context parameters.
1429[warn] |A `using` clause is needed to pass explicit arguments to them.
1430[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1431[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:191:10 -
1432[warn] 191 | parseA(_)
1433[warn] | ^^^^^^
1434[warn] |Context bounds will map to context parameters.
1435[warn] |A `using` clause is needed to pass explicit arguments to them.
1436[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1437[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:202:10 -
1438[warn] 202 | parseA(_)
1439[warn] | ^^^^^^
1440[warn] |Context bounds will map to context parameters.
1441[warn] |A `using` clause is needed to pass explicit arguments to them.
1442[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1443[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:219:10 -
1444[warn] 219 | parseA(_)
1445[warn] | ^^^^^^
1446[warn] |Context bounds will map to context parameters.
1447[warn] |A `using` clause is needed to pass explicit arguments to them.
1448[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1449[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:231:10 -
1450[warn] 231 | multiple(_)
1451[warn] | ^^^^^^^^
1452[warn] |Context bounds will map to context parameters.
1453[warn] |A `using` clause is needed to pass explicit arguments to them.
1454[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1455[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:243:10 -
1456[warn] 243 | multiple(_)
1457[warn] | ^^^^^^^^
1458[warn] |Context bounds will map to context parameters.
1459[warn] |A `using` clause is needed to pass explicit arguments to them.
1460[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1461[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:254:10 -
1462[warn] 254 | items(_)
1463[warn] | ^^^^^
1464[warn] |Context bounds will map to context parameters.
1465[warn] |A `using` clause is needed to pass explicit arguments to them.
1466[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1467[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:266:10 -
1468[warn] 266 | all(_)
1469[warn] | ^^^
1470[warn] |Context bounds will map to context parameters.
1471[warn] |A `using` clause is needed to pass explicit arguments to them.
1472[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1473[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:279:10 -
1474[warn] 279 | a(_)
1475[warn] | ^
1476[warn] |Context bounds will map to context parameters.
1477[warn] |A `using` clause is needed to pass explicit arguments to them.
1478[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1479[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:290:12 -
1480[warn] 290 | parse(_)
1481[warn] | ^^^^^
1482[warn] |Context bounds will map to context parameters.
1483[warn] |A `using` clause is needed to pass explicit arguments to them.
1484[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1485[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:300:12 -
1486[warn] 300 | parse(_)
1487[warn] | ^^^^^
1488[warn] |Context bounds will map to context parameters.
1489[warn] |A `using` clause is needed to pass explicit arguments to them.
1490[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1491[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:323:12 -
1492[warn] 323 | parse(_)
1493[warn] | ^^^^^
1494[warn] |Context bounds will map to context parameters.
1495[warn] |A `using` clause is needed to pass explicit arguments to them.
1496[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1497[warn] -- [E220] Type Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:359:51
1498[warn] 359 | def parse[$: P] = P( !CharIn("0-6").log("lhs") ~ CharIn("4-8").log("rhs") ~ End ).log
1499[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
1500[warn] |Argument for implicit parameter logger was supplied using a default argument.
1501[warn] |
1502[warn] | longer explanation available when compiling with `-explain`
1503[warn] -- [E220] Type Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:359:78
1504[warn] 359 | def parse[$: P] = P( !CharIn("0-6").log("lhs") ~ CharIn("4-8").log("rhs") ~ End ).log
1505[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
1506[warn] |Argument for implicit parameter logger was supplied using a default argument.
1507[warn] |
1508[warn] | longer explanation available when compiling with `-explain`
1509[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:360:12 -
1510[warn] 360 | parse(_)
1511[warn] | ^^^^^
1512[warn] |Context bounds will map to context parameters.
1513[warn] |A `using` clause is needed to pass explicit arguments to them.
1514[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1515[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/GnipSubSyntaxTest.scala:34:42
1516[warn] 34 | def apply(rule: String) = parse(rule, GnipRuleParser.parse(_))
1517[warn] | ^^^^^^^^^^^^^^^^^^^^
1518[warn] |Context bounds will map to context parameters.
1519[warn] |A `using` clause is needed to pass explicit arguments to them.
1520[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1521[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/IndentationTests.scala:41:50
1522[warn] 41 | val Parsed.Success(value, _) = parse(str, expr(_))
1523[warn] | ^^^^
1524[warn] |Context bounds will map to context parameters.
1525[warn] |A `using` clause is needed to pass explicit arguments to them.
1526[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1527[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/IndentationTests.scala:127:35
1528[warn] 127 | val failure = parse(input, expr(_)).asInstanceOf[Parsed.Failure]
1529[warn] | ^^^^
1530[warn] |Context bounds will map to context parameters.
1531[warn] |A `using` clause is needed to pass explicit arguments to them.
1532[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1533[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/JsonTests.scala:60:66 -----
1534[warn] 60 | P( "[" ~/ jsonExpr.rep(sep=","./) ~ space ~ "]").map(Js.Arr(_:_*))
1535[warn] | ^
1536[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
1537[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1538[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/JsonTests.scala:65:62 -----
1539[warn] 65 | P( "{" ~/ pair.rep(sep=","./) ~ space ~ "}").map(Js.Obj(_:_*))
1540[warn] | ^
1541[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
1542[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1543[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/JsonTests.scala:81:21 -----
1544[warn] 81 | def check(p: P[_] => P[Any], s: String) = parse(s, p) match{
1545[warn] | ^
1546[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
1547[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1548[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/JsonTests.scala:89:21 -----
1549[warn] 89 | test - check(number(_), "12031.33123E-2")
1550[warn] | ^^^^^^
1551[warn] |Context bounds will map to context parameters.
1552[warn] |A `using` clause is needed to pass explicit arguments to them.
1553[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1554[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/JsonTests.scala:90:21 -----
1555[warn] 90 | test - check(string(_), "\"i am a cow lol omfg\"")
1556[warn] | ^^^^^^
1557[warn] |Context bounds will map to context parameters.
1558[warn] |A `using` clause is needed to pass explicit arguments to them.
1559[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1560[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/JsonTests.scala:91:21 -----
1561[warn] 91 | test - check(array(_), """[1, 2, "omg", ["wtf", "bbq", 42]]""")
1562[warn] | ^^^^^
1563[warn] |Context bounds will map to context parameters.
1564[warn] |A `using` clause is needed to pass explicit arguments to them.
1565[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1566[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/JsonTests.scala:92:21 -----
1567[warn] 92 | test - check(obj(_), """{"omg": "123", "wtf": 456, "bbq": "789"}""")
1568[warn] | ^^^
1569[warn] |Context bounds will map to context parameters.
1570[warn] |A `using` clause is needed to pass explicit arguments to them.
1571[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1572[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/JsonTests.scala:96:54 -----
1573[warn] 96 | parse("""{"omg": "123", "wtf": 12.4123}""", jsonExpr(_))
1574[warn] | ^^^^^^^^
1575[warn] |Context bounds will map to context parameters.
1576[warn] |A `using` clause is needed to pass explicit arguments to them.
1577[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1578[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/JsonTests.scala:100:34 ----
1579[warn] 100 | test("bigJsonExpr") - check(jsonExpr(_), """
1580[warn] | ^^^^^^^^
1581[warn] |Context bounds will map to context parameters.
1582[warn] |A `using` clause is needed to pass explicit arguments to them.
1583[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1584[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/JsonTests.scala:141:17 ----
1585[warn] 141 | parse(s, jsonExpr(_)) match{
1586[warn] | ^^^^^^^^
1587[warn] |Context bounds will map to context parameters.
1588[warn] |A `using` clause is needed to pass explicit arguments to them.
1589[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1590[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/Main.scala:9:51 -----------
1591[warn] 9 | val Parsed.Failure(_, _, extra) = parse("lol", combined(_))
1592[warn] | ^^^^^^^^
1593[warn] |Context bounds will map to context parameters.
1594[warn] |A `using` clause is needed to pass explicit arguments to them.
1595[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1596[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/MathTests.scala:32:46 -----
1597[warn] 32 | val Parsed.Success(2, _) = parse("1+1", expr(_))
1598[warn] | ^^^^
1599[warn] |Context bounds will map to context parameters.
1600[warn] |A `using` clause is needed to pass explicit arguments to them.
1601[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1602[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/MathTests.scala:33:55 -----
1603[warn] 33 | val Parsed.Success(15, _) = parse("(1+1*2)+3*4", expr(_))
1604[warn] | ^^^^
1605[warn] |Context bounds will map to context parameters.
1606[warn] |A `using` clause is needed to pass explicit arguments to them.
1607[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1608[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/MathTests.scala:34:63 -----
1609[warn] 34 | val Parsed.Success(21, _) = parse("((1+1*2)+(3*4*5))/3", expr(_))
1610[warn] | ^^^^
1611[warn] |Context bounds will map to context parameters.
1612[warn] |A `using` clause is needed to pass explicit arguments to them.
1613[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1614[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/MathTests.scala:35:69 -----
1615[warn] 35 | val Parsed.Failure(expected, failIndex, extra) = parse("1+1*", expr(_))
1616[warn] | ^^^^
1617[warn] |Context bounds will map to context parameters.
1618[warn] |A `using` clause is needed to pass explicit arguments to them.
1619[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1620[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/MathTests.scala:48:35 -----
1621[warn] 48 | val failure = parse(input, expr(_)).asInstanceOf[Parsed.Failure]
1622[warn] | ^^^^
1623[warn] |Context bounds will map to context parameters.
1624[warn] |A `using` clause is needed to pass explicit arguments to them.
1625[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1626[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/MathTests.scala:62:57 -----
1627[warn] 62 | val failure2 = parse(input.grouped(chunkSize), expr(_)).asInstanceOf[Parsed.Failure]
1628[warn] | ^^^^
1629[warn] |Context bounds will map to context parameters.
1630[warn] |A `using` clause is needed to pass explicit arguments to them.
1631[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1632[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/MathTests.scala:104:37 ----
1633[warn] 104 | parse("((1+1*2)+(3*4*5))/3", expr(_), instrument = instrument)
1634[warn] | ^^^^
1635[warn] |Context bounds will map to context parameters.
1636[warn] |A `using` clause is needed to pass explicit arguments to them.
1637[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1638[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/MathTests.scala:127:37 ----
1639[warn] 127 | parse("((1+1*2)+(3*4*5))/3", expr(_), instrument = instrument)
1640[warn] | ^^^^
1641[warn] |Context bounds will map to context parameters.
1642[warn] |A `using` clause is needed to pass explicit arguments to them.
1643[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1644[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/MathTests.scala:142:36 ----
1645[warn] 142 | parse("((1+1*2)+(3*4*))/3", expr(_), instrument = instrument)
1646[warn] | ^^^^
1647[warn] |Context bounds will map to context parameters.
1648[warn] |A `using` clause is needed to pass explicit arguments to them.
1649[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1650[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:10:25 --
1651[warn] 10 | def check[T](parser: P[_] => P[T], input: (String, Int), rhs: Parsed[T]) = {
1652[warn] | ^
1653[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
1654[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1655[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:22:29 --
1656[warn] 22 | def checkFail[T](parser: P[_] => P[T], input: (String, Int), expectedFailureIndex: Int) = {
1657[warn] | ^
1658[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
1659[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1660[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:258:48 -
1661[warn] 258 | val Parsed.Success(_, _) = parse("aaa bbb", parser(_))
1662[warn] | ^^^^^^
1663[warn] |Context bounds will map to context parameters.
1664[warn] |A `using` clause is needed to pass explicit arguments to them.
1665[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1666[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:259:49 -
1667[warn] 259 | val Parsed.Success(_, _) = parse("aa bb", parser(_))
1668[warn] | ^^^^^^
1669[warn] |Context bounds will map to context parameters.
1670[warn] |A `using` clause is needed to pass explicit arguments to them.
1671[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1672[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:260:50 -
1673[warn] 260 | val Parsed.Failure(_, _, _) = parse("aaa bb", parser(_))
1674[warn] | ^^^^^^
1675[warn] |Context bounds will map to context parameters.
1676[warn] |A `using` clause is needed to pass explicit arguments to them.
1677[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1678[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:261:49 -
1679[warn] 261 | val Parsed.Failure(_, _, _) = parse("aaa b", parser(_))
1680[warn] | ^^^^^^
1681[warn] |Context bounds will map to context parameters.
1682[warn] |A `using` clause is needed to pass explicit arguments to them.
1683[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1684[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:267:47 -
1685[warn] 267 | val Parsed.Success(_, _) = parse("aaabbb", parser(_))
1686[warn] | ^^^^^^
1687[warn] |Context bounds will map to context parameters.
1688[warn] |A `using` clause is needed to pass explicit arguments to them.
1689[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1690[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:268:45 -
1691[warn] 268 | val Parsed.Success(_, _) = parse("aabb", parser(_))
1692[warn] | ^^^^^^
1693[warn] |Context bounds will map to context parameters.
1694[warn] |A `using` clause is needed to pass explicit arguments to them.
1695[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1696[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:269:51 -
1697[warn] 269 | val Parsed.Failure(_, _, _) = parse("aaa bbb", parser(_))
1698[warn] | ^^^^^^
1699[warn] |Context bounds will map to context parameters.
1700[warn] |A `using` clause is needed to pass explicit arguments to them.
1701[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1702[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:270:49 -
1703[warn] 270 | val Parsed.Failure(_, _, _) = parse("aa bb", parser(_))
1704[warn] | ^^^^^^
1705[warn] |Context bounds will map to context parameters.
1706[warn] |A `using` clause is needed to pass explicit arguments to them.
1707[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1708[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:110:47 -
1709[warn] 110 | val Parsed.Failure(_, _, _) = parse(wat, fail1(_))
1710[warn] | ^^^^^
1711[warn] |Context bounds will map to context parameters.
1712[warn] |A `using` clause is needed to pass explicit arguments to them.
1713[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1714[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:112:47 -
1715[warn] 112 | val Parsed.Failure(_, _, _) = parse(wat, fail2(_))
1716[warn] | ^^^^^
1717[warn] |Context bounds will map to context parameters.
1718[warn] |A `using` clause is needed to pass explicit arguments to them.
1719[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1720[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:121:57 -
1721[warn] 121 | val Parsed.Failure(_,0,_) = parse("worldlols", parser(_))
1722[warn] | ^^^^^^
1723[warn] |Context bounds will map to context parameters.
1724[warn] |A `using` clause is needed to pass explicit arguments to them.
1725[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1726[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:123:58 -
1727[warn] 123 | val Parsed.Failure(_,6,_) = parse("worldxlols", parser(_))
1728[warn] | ^^^^^^
1729[warn] |Context bounds will map to context parameters.
1730[warn] |A `using` clause is needed to pass explicit arguments to them.
1731[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1732[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:126:56 -
1733[warn] 126 | val Parsed.Failure(_,6,_) = parse("worldxam", parser(_))
1734[warn] | ^^^^^^
1735[warn] |Context bounds will map to context parameters.
1736[warn] |A `using` clause is needed to pass explicit arguments to them.
1737[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1738[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:128:57 -
1739[warn] 128 | val Parsed.Failure(_,9,_) = parse("worldxama", parser(_))
1740[warn] | ^^^^^^
1741[warn] |Context bounds will map to context parameters.
1742[warn] |A `using` clause is needed to pass explicit arguments to them.
1743[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1744[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:133:57 -
1745[warn] 133 | val Parsed.Failure(_,0,_) = parse("worldlols", parser2(_))
1746[warn] | ^^^^^^^
1747[warn] |Context bounds will map to context parameters.
1748[warn] |A `using` clause is needed to pass explicit arguments to them.
1749[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1750[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:134:58 -
1751[warn] 134 | val Parsed.Failure(_,0,_) = parse("worldxlols", parser2(_))
1752[warn] | ^^^^^^^
1753[warn] |Context bounds will map to context parameters.
1754[warn] |A `using` clause is needed to pass explicit arguments to them.
1755[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1756[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:136:56 -
1757[warn] 136 | val Parsed.Failure(_,8,_) = parse("worldxam", parser2(_))
1758[warn] | ^^^^^^^
1759[warn] |Context bounds will map to context parameters.
1760[warn] |A `using` clause is needed to pass explicit arguments to them.
1761[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1762[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:137:57 -
1763[warn] 137 | val Parsed.Failure(_,9,_) = parse("worldxama", parser2(_))
1764[warn] | ^^^^^^^
1765[warn] |Context bounds will map to context parameters.
1766[warn] |A `using` clause is needed to pass explicit arguments to them.
1767[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1768[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:140:60 -
1769[warn] 140 | val Parsed.Failure(_,11,_) = parse("worldxamaba", parser2(_))
1770[warn] | ^^^^^^^
1771[warn] |Context bounds will map to context parameters.
1772[warn] |A `using` clause is needed to pass explicit arguments to them.
1773[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1774[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:146:57 -
1775[warn] 146 | val Parsed.Success((), 0) = parse("worldlols", parser(_))
1776[warn] | ^^^^^^
1777[warn] |Context bounds will map to context parameters.
1778[warn] |A `using` clause is needed to pass explicit arguments to them.
1779[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1780[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:148:58 -
1781[warn] 148 | val Parsed.Failure(_,6,_) = parse("worldxlols", parser(_))
1782[warn] | ^^^^^^
1783[warn] |Context bounds will map to context parameters.
1784[warn] |A `using` clause is needed to pass explicit arguments to them.
1785[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1786[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:151:56 -
1787[warn] 151 | val Parsed.Failure(_,6,_) = parse("worldxam", parser(_))
1788[warn] | ^^^^^^
1789[warn] |Context bounds will map to context parameters.
1790[warn] |A `using` clause is needed to pass explicit arguments to them.
1791[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1792[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:153:57 -
1793[warn] 153 | val Parsed.Failure(_,9,_) = parse("worldxama", parser(_))
1794[warn] | ^^^^^^
1795[warn] |Context bounds will map to context parameters.
1796[warn] |A `using` clause is needed to pass explicit arguments to them.
1797[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1798[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:158:57 -
1799[warn] 158 | val Parsed.Success((), 0) = parse("worldlols", parser2(_))
1800[warn] | ^^^^^^^
1801[warn] |Context bounds will map to context parameters.
1802[warn] |A `using` clause is needed to pass explicit arguments to them.
1803[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1804[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:159:58 -
1805[warn] 159 | val Parsed.Success((), 0) = parse("worldxlols", parser2(_))
1806[warn] | ^^^^^^^
1807[warn] |Context bounds will map to context parameters.
1808[warn] |A `using` clause is needed to pass explicit arguments to them.
1809[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1810[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:161:56 -
1811[warn] 161 | val Parsed.Failure(_,8,_) = parse("worldxam", parser2(_))
1812[warn] | ^^^^^^^
1813[warn] |Context bounds will map to context parameters.
1814[warn] |A `using` clause is needed to pass explicit arguments to them.
1815[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1816[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:162:57 -
1817[warn] 162 | val Parsed.Failure(_,9,_) = parse("worldxama", parser2(_))
1818[warn] | ^^^^^^^
1819[warn] |Context bounds will map to context parameters.
1820[warn] |A `using` clause is needed to pass explicit arguments to them.
1821[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1822[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:165:60 -
1823[warn] 165 | val Parsed.Failure(_,11,_) = parse("worldxamaba", parser2(_))
1824[warn] | ^^^^^^^
1825[warn] |Context bounds will map to context parameters.
1826[warn] |A `using` clause is needed to pass explicit arguments to them.
1827[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1828[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:171:57 -
1829[warn] 171 | val Parsed.Success((), 0) = parse("worldlols", parser(_))
1830[warn] | ^^^^^^
1831[warn] |Context bounds will map to context parameters.
1832[warn] |A `using` clause is needed to pass explicit arguments to them.
1833[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1834[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:173:58 -
1835[warn] 173 | val Parsed.Failure(_,6,_) = parse("worldxlols", parser(_))
1836[warn] | ^^^^^^
1837[warn] |Context bounds will map to context parameters.
1838[warn] |A `using` clause is needed to pass explicit arguments to them.
1839[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1840[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:176:56 -
1841[warn] 176 | val Parsed.Failure(_,6,_) = parse("worldxam", parser(_))
1842[warn] | ^^^^^^
1843[warn] |Context bounds will map to context parameters.
1844[warn] |A `using` clause is needed to pass explicit arguments to them.
1845[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1846[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:178:57 -
1847[warn] 178 | val Parsed.Failure(_,9,_) = parse("worldxama", parser(_))
1848[warn] | ^^^^^^
1849[warn] |Context bounds will map to context parameters.
1850[warn] |A `using` clause is needed to pass explicit arguments to them.
1851[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1852[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:183:57 -
1853[warn] 183 | val Parsed.Success((), 0) = parse("worldlols", parser2(_))
1854[warn] | ^^^^^^^
1855[warn] |Context bounds will map to context parameters.
1856[warn] |A `using` clause is needed to pass explicit arguments to them.
1857[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1858[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:184:58 -
1859[warn] 184 | val Parsed.Success((), 0) = parse("worldxlols", parser2(_))
1860[warn] | ^^^^^^^
1861[warn] |Context bounds will map to context parameters.
1862[warn] |A `using` clause is needed to pass explicit arguments to them.
1863[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1864[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:186:56 -
1865[warn] 186 | val Parsed.Failure(_,8,_) = parse("worldxam", parser2(_))
1866[warn] | ^^^^^^^
1867[warn] |Context bounds will map to context parameters.
1868[warn] |A `using` clause is needed to pass explicit arguments to them.
1869[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1870[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:187:57 -
1871[warn] 187 | val Parsed.Failure(_,9,_) = parse("worldxama", parser2(_))
1872[warn] | ^^^^^^^
1873[warn] |Context bounds will map to context parameters.
1874[warn] |A `using` clause is needed to pass explicit arguments to them.
1875[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1876[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:190:60 -
1877[warn] 190 | val Parsed.Failure(_,11,_) = parse("worldxamaba", parser2(_))
1878[warn] | ^^^^^^^
1879[warn] |Context bounds will map to context parameters.
1880[warn] |A `using` clause is needed to pass explicit arguments to them.
1881[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1882[warn] -- [E220] Type Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:225:62
1883[warn] 225 | def p[$: P] = P( &("Hello" ~/ "Boo") ~ "lol" | "".log("<empty>") )
1884[warn] | ^^^^^^^^^^^^^^^^^
1885[warn] |Argument for implicit parameter logger was supplied using a default argument.
1886[warn] |
1887[warn] | longer explanation available when compiling with `-explain`
1888[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:236:27 -
1889[warn] 236 | val f = parse("cow", parser(_)).asInstanceOf[Parsed.Failure]
1890[warn] | ^^^^^^
1891[warn] |Context bounds will map to context parameters.
1892[warn] |A `using` clause is needed to pass explicit arguments to them.
1893[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1894[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:247:41 -
1895[warn] 247 | val trace = fastparse.parse("AAB", Test(_)).asInstanceOf[Parsed.Failure].trace()
1896[warn] | ^^^^
1897[warn] |Context bounds will map to context parameters.
1898[warn] |A `using` clause is needed to pass explicit arguments to them.
1899[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1900[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/WhitespaceMathTests.scala:29:50
1901[warn] 29 | val Parsed.Success(value, _) = parse(str, expr(_))
1902[warn] | ^^^^
1903[warn] |Context bounds will map to context parameters.
1904[warn] |A `using` clause is needed to pass explicit arguments to them.
1905[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1906[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/WhitespaceMathTests.scala:44:36
1907[warn] 44 | val failure = parse(input, expr(_)).asInstanceOf[Parsed.Failure]
1908[warn] | ^^^^
1909[warn] |Context bounds will map to context parameters.
1910[warn] |A `using` clause is needed to pass explicit arguments to them.
1911[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
1912[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/WhitespaceTests.scala:12:39
1913[warn] 12 | val Parsed.Success((), 0) = parse("", p)
1914[warn] | ^^^^^^^^^^^^
1915[warn] |pattern's type fastparse.Parsed.Success[Unit] is more specialized than the right hand side expression's type fastparse.Parsed[Unit]
1916[warn] |
1917[warn] |If the narrowing is intentional, this can be communicated by adding `: @unchecked` after the expression,
1918[warn] |which may result in a MatchError at runtime.
1919[warn] |This patch can be rewritten automatically under -rewrite -source 3.2-migration.
1920[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/WhitespaceTests.scala:13:39
1921[warn] 13 | val Parsed.Success((), 0) = parse("/", p)
1922[warn] | ^^^^^^^^^^^^^
1923[warn] |pattern's type fastparse.Parsed.Success[Unit] is more specialized than the right hand side expression's type fastparse.Parsed[Unit]
1924[warn] |
1925[warn] |If the narrowing is intentional, this can be communicated by adding `: @unchecked` after the expression,
1926[warn] |which may result in a MatchError at runtime.
1927[warn] |This patch can be rewritten automatically under -rewrite -source 3.2-migration.
1928[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/WhitespaceTests.scala:14:39
1929[warn] 14 | val Parsed.Success((), 1) = parse(" /", p)
1930[warn] | ^^^^^^^^^^^^^^
1931[warn] |pattern's type fastparse.Parsed.Success[Unit] is more specialized than the right hand side expression's type fastparse.Parsed[Unit]
1932[warn] |
1933[warn] |If the narrowing is intentional, this can be communicated by adding `: @unchecked` after the expression,
1934[warn] |which may result in a MatchError at runtime.
1935[warn] |This patch can be rewritten automatically under -rewrite -source 3.2-migration.
1936[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/WhitespaceTests.scala:15:39
1937[warn] 15 | val Parsed.Success((), 1) = parse(" / ", p)
1938[warn] | ^^^^^^^^^^^^^^^
1939[warn] |pattern's type fastparse.Parsed.Success[Unit] is more specialized than the right hand side expression's type fastparse.Parsed[Unit]
1940[warn] |
1941[warn] |If the narrowing is intentional, this can be communicated by adding `: @unchecked` after the expression,
1942[warn] |which may result in a MatchError at runtime.
1943[warn] |This patch can be rewritten automatically under -rewrite -source 3.2-migration.
1944[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/WhitespaceTests.scala:16:39
1945[warn] 16 | val Parsed.Success((), 2) = parse("//", p)
1946[warn] | ^^^^^^^^^^^^^^
1947[warn] |pattern's type fastparse.Parsed.Success[Unit] is more specialized than the right hand side expression's type fastparse.Parsed[Unit]
1948[warn] |
1949[warn] |If the narrowing is intentional, this can be communicated by adding `: @unchecked` after the expression,
1950[warn] |which may result in a MatchError at runtime.
1951[warn] |This patch can be rewritten automatically under -rewrite -source 3.2-migration.
1952[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/WhitespaceTests.scala:17:39
1953[warn] 17 | val Parsed.Success((), 3) = parse(" //", p)
1954[warn] | ^^^^^^^^^^^^^^^
1955[warn] |pattern's type fastparse.Parsed.Success[Unit] is more specialized than the right hand side expression's type fastparse.Parsed[Unit]
1956[warn] |
1957[warn] |If the narrowing is intentional, this can be communicated by adding `: @unchecked` after the expression,
1958[warn] |which may result in a MatchError at runtime.
1959[warn] |This patch can be rewritten automatically under -rewrite -source 3.2-migration.
1960[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/WhitespaceTests.scala:18:39
1961[warn] 18 | val Parsed.Success((), 4) = parse(" // ", p)
1962[warn] | ^^^^^^^^^^^^^^^^
1963[warn] |pattern's type fastparse.Parsed.Success[Unit] is more specialized than the right hand side expression's type fastparse.Parsed[Unit]
1964[warn] |
1965[warn] |If the narrowing is intentional, this can be communicated by adding `: @unchecked` after the expression,
1966[warn] |which may result in a MatchError at runtime.
1967[warn] |This patch can be rewritten automatically under -rewrite -source 3.2-migration.
1968[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/WhitespaceTests.scala:19:40
1969[warn] 19 | val Parsed.Success((), 13) = parse(" // / / // /*", p)
1970[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^
1971[warn] |pattern's type fastparse.Parsed.Success[Unit] is more specialized than the right hand side expression's type fastparse.Parsed[Unit]
1972[warn] |
1973[warn] |If the narrowing is intentional, this can be communicated by adding `: @unchecked` after the expression,
1974[warn] |which may result in a MatchError at runtime.
1975[warn] |This patch can be rewritten automatically under -rewrite -source 3.2-migration.
1976[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/WhitespaceTests.scala:20:39
1977[warn] 20 | val Parsed.Success((), 4) = parse("/**/", p)
1978[warn] | ^^^^^^^^^^^^^^^^
1979[warn] |pattern's type fastparse.Parsed.Success[Unit] is more specialized than the right hand side expression's type fastparse.Parsed[Unit]
1980[warn] |
1981[warn] |If the narrowing is intentional, this can be communicated by adding `: @unchecked` after the expression,
1982[warn] |which may result in a MatchError at runtime.
1983[warn] |This patch can be rewritten automatically under -rewrite -source 3.2-migration.
1984[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/WhitespaceTests.scala:21:39
1985[warn] 21 | val Parsed.Success((), 5) = parse("/* */", p)
1986[warn] | ^^^^^^^^^^^^^^^^^
1987[warn] |pattern's type fastparse.Parsed.Success[Unit] is more specialized than the right hand side expression's type fastparse.Parsed[Unit]
1988[warn] |
1989[warn] |If the narrowing is intentional, this can be communicated by adding `: @unchecked` after the expression,
1990[warn] |which may result in a MatchError at runtime.
1991[warn] |This patch can be rewritten automatically under -rewrite -source 3.2-migration.
1992[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/WhitespaceTests.scala:22:39
1993[warn] 22 | val Parsed.Success((), 6) = parse("/****/", p)
1994[warn] | ^^^^^^^^^^^^^^^^^^
1995[warn] |pattern's type fastparse.Parsed.Success[Unit] is more specialized than the right hand side expression's type fastparse.Parsed[Unit]
1996[warn] |
1997[warn] |If the narrowing is intentional, this can be communicated by adding `: @unchecked` after the expression,
1998[warn] |which may result in a MatchError at runtime.
1999[warn] |This patch can be rewritten automatically under -rewrite -source 3.2-migration.
2000[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/WhitespaceTests.scala:23:39
2001[warn] 23 | val Parsed.Success((), 9) = parse("/** * **/", p)
2002[warn] | ^^^^^^^^^^^^^^^^^^^^^
2003[warn] |pattern's type fastparse.Parsed.Success[Unit] is more specialized than the right hand side expression's type fastparse.Parsed[Unit]
2004[warn] |
2005[warn] |If the narrowing is intentional, this can be communicated by adding `: @unchecked` after the expression,
2006[warn] |which may result in a MatchError at runtime.
2007[warn] |This patch can be rewritten automatically under -rewrite -source 3.2-migration.
2008[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/WhitespaceTests.scala:24:40
2009[warn] 24 | val Parsed.Success((), 15) = parse("/** // * // **/", p)
2010[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
2011[warn] |pattern's type fastparse.Parsed.Success[Unit] is more specialized than the right hand side expression's type fastparse.Parsed[Unit]
2012[warn] |
2013[warn] |If the narrowing is intentional, this can be communicated by adding `: @unchecked` after the expression,
2014[warn] |which may result in a MatchError at runtime.
2015[warn] |This patch can be rewritten automatically under -rewrite -source 3.2-migration.
2016[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/WhitespaceTests.scala:29:42
2017[warn] 29 | val Parsed.Failure(_, 11, _) = parse("/** /* /**/", ScalaWhitespace.whitespace.apply(_))
2018[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2019[warn] |pattern's type fastparse.Parsed.Failure is more specialized than the right hand side expression's type fastparse.Parsed[Unit]
2020[warn] |
2021[warn] |If the narrowing is intentional, this can be communicated by adding `: @unchecked` after the expression,
2022[warn] |which may result in a MatchError at runtime.
2023[warn] |This patch can be rewritten automatically under -rewrite -source 3.2-migration.
2024[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/WhitespaceTests.scala:30:39
2025[warn] 30 | val Parsed.Success((), 8) = parse("/*/**/*/", ScalaWhitespace.whitespace.apply(_))
2026[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2027[warn] |pattern's type fastparse.Parsed.Success[Unit] is more specialized than the right hand side expression's type fastparse.Parsed[Unit]
2028[warn] |
2029[warn] |If the narrowing is intentional, this can be communicated by adding `: @unchecked` after the expression,
2030[warn] |which may result in a MatchError at runtime.
2031[warn] |This patch can be rewritten automatically under -rewrite -source 3.2-migration.
2032[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/WhitespaceTests.scala:35:40
2033[warn] 35 | val Parsed.Success((), 11) = parse("/** /* /**/", JavaWhitespace.whitespace.apply(_))
2034[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2035[warn] |pattern's type fastparse.Parsed.Success[Unit] is more specialized than the right hand side expression's type fastparse.Parsed[Unit]
2036[warn] |
2037[warn] |If the narrowing is intentional, this can be communicated by adding `: @unchecked` after the expression,
2038[warn] |which may result in a MatchError at runtime.
2039[warn] |This patch can be rewritten automatically under -rewrite -source 3.2-migration.
2040[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/WhitespaceTests.scala:36:39
2041[warn] 36 | val Parsed.Success((), 6) = parse("/*/**/*/", JavaWhitespace.whitespace.apply(_))
2042[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2043[warn] |pattern's type fastparse.Parsed.Success[Unit] is more specialized than the right hand side expression's type fastparse.Parsed[Unit]
2044[warn] |
2045[warn] |If the narrowing is intentional, this can be communicated by adding `: @unchecked` after the expression,
2046[warn] |which may result in a MatchError at runtime.
2047[warn] |This patch can be rewritten automatically under -rewrite -source 3.2-migration.
2048[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/WhitespaceTests.scala:41:40
2049[warn] 41 | val Parsed.Success((), 11) = parse("/** /* /**/", JsonnetWhitespace.whitespace.apply(_))
2050[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2051[warn] |pattern's type fastparse.Parsed.Success[Unit] is more specialized than the right hand side expression's type fastparse.Parsed[Unit]
2052[warn] |
2053[warn] |If the narrowing is intentional, this can be communicated by adding `: @unchecked` after the expression,
2054[warn] |which may result in a MatchError at runtime.
2055[warn] |This patch can be rewritten automatically under -rewrite -source 3.2-migration.
2056[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/WhitespaceTests.scala:42:39
2057[warn] 42 | val Parsed.Success((), 6) = parse("/*/**/*/", JsonnetWhitespace.whitespace.apply(_))
2058[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2059[warn] |pattern's type fastparse.Parsed.Success[Unit] is more specialized than the right hand side expression's type fastparse.Parsed[Unit]
2060[warn] |
2061[warn] |If the narrowing is intentional, this can be communicated by adding `: @unchecked` after the expression,
2062[warn] |which may result in a MatchError at runtime.
2063[warn] |This patch can be rewritten automatically under -rewrite -source 3.2-migration.
2064[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/fastparse/test/src/fastparse/IndentationTests.scala:11:39
2065[warn] 11 | def eval(tree: (String, Seq[Int])) = tree match{
2066[warn] | ^^^^
2067[warn] | match may not be exhaustive.
2068[warn] |
2069[warn] | It would fail on pattern case: (_, _)
2070[warn] |
2071[warn] | longer explanation available when compiling with `-explain`
2072[info] [patched file /build/repo/fastparse/test/src/fastparse/GnipSubSyntaxTest.scala]
2073[info] [patched file /build/repo/fastparse/test/src/fastparse/MathTests.scala]
2074[info] [patched file /build/repo/fastparse/test/src/fastparse/WhitespaceTests.scala]
2075[info] [patched file /build/repo/fastparse/test/src/fastparse/Main.scala]
2076[info] [patched file /build/repo/fastparse/test/src-2.12+/fastparse/IteratorTests.scala]
2077[info] [patched file /build/repo/fastparse/test/src/fastparse/ExampleTests.scala]
2078[info] [patched file /build/repo/fastparse/test/src/fastparse/ParsingTests.scala]
2079[info] [patched file /build/repo/fastparse/test/src/fastparse/FailureTests.scala]
2080[info] [patched file /build/repo/fastparse/test/src/fastparse/IndentationTests.scala]
2081[info] [patched file /build/repo/fastparse/test/src-2.12+/fastparse/CustomWhitespaceMathTests.scala]
2082[info] [patched file /build/repo/fastparse/test/src/fastparse/WhitespaceMathTests.scala]
2083[info] [patched file /build/repo/fastparse/test/src/fastparse/JsonTests.scala]
2084[warn] there was 1 deprecation warning; re-run with -deprecation for details
2085[warn] 256 warnings found
2086[info] done compiling
2087Successfully evaluated fastparse.jvm[3.7.4].test.compile
2088Publishing Artifact(com.lihaoyi,fastparse_3,3.1.1-DIRTYc36cafd6) to ivy repo /root/.ivy2/local
2089Successfully evaluated fastparse.jvm[3.7.4].publishLocal
2090
2091Starting build for scalaparse - [1/3]
2092Failed to resolve scalaVersion, assume it's Scala 3 project
2093[info] compiling 8 Scala sources to /build/repo/out/scalaparse/jvm/3.7.4/compile.dest/classes ...
2094[warn] -- Warning: /build/repo/scalaparse/src/scalaparse/Core.scala:17:24 -------------
2095[warn] 17 | ctx: P[_]): P[R] =
2096[warn] | ^
2097[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
2098[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2099[warn] -- Warning: /build/repo/scalaparse/src/scalaparse/Xml.scala:18:16 --------------
2100[warn] 18 | private[this] object Xml {
2101[warn] | ^
2102[warn] |Ignoring [this] qualifier.
2103[warn] |This syntax will be deprecated in the future; it should be dropped.
2104[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
2105[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2106[info] [patched file /build/repo/scalaparse/src/scalaparse/Core.scala]
2107[info] [patched file /build/repo/scalaparse/src/scalaparse/Xml.scala]
2108[warn] two warnings found
2109[info] done compiling
2110Successfully evaluated scalaparse.jvm[3.7.4].compile
2111Skipping unused scalacOptions: -source, -rewrite
2112Flag -classpath set repeatedly
21131 warning found
2114Successfully evaluated scalaparse.jvm[3.7.4].docJar
2115Failed to resolve scalaVersion, assume it's Scala 3 project
2116Failed to resolve scalaVersion, assume it's Scala 3 project
2117[info] compiling 4 Scala sources to /build/repo/out/scalaparse/jvm/3.7.4/test/compile.dest/classes ...
2118[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/TestUtil.scala:19:17 ----
2119[warn] 19 | parse(input, Scala.CompilationUnit(_)) match{
2120[warn] | ^^^^^^^^^^^^^^^^^^^^^
2121[warn] |Context bounds will map to context parameters.
2122[warn] |A `using` clause is needed to pass explicit arguments to them.
2123[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
2124[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/TestUtil.scala:87:27 ----
2125[warn] 87 | val res = parse(input, Scala.CompilationUnit(_))
2126[warn] | ^^^^^^^^^^^^^^^^^^^^^
2127[warn] |Context bounds will map to context parameters.
2128[warn] |A `using` clause is needed to pass explicit arguments to them.
2129[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
2130[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:756:2
2131[warn] 756 | test - checkNeg(
2132[warn] | ^
2133[warn] | Line is indented too far to the left, or a `}` is missing
2134[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:766:2
2135[warn] 766 | test - checkNeg(
2136[warn] | ^
2137[warn] | Line is indented too far to the left, or a `}` is missing
2138[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:774:2
2139[warn] 774 | test - checkNeg(
2140[warn] | ^
2141[warn] | Line is indented too far to the left, or a `}` is missing
2142[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:782:2
2143[warn] 782 | test - checkNeg(
2144[warn] | ^
2145[warn] | Line is indented too far to the left, or a `}` is missing
2146[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:790:2
2147[warn] 790 | test - checkNeg(
2148[warn] | ^
2149[warn] | Line is indented too far to the left, or a `}` is missing
2150[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:798:2
2151[warn] 798 | test - checkNeg(
2152[warn] | ^
2153[warn] | Line is indented too far to the left, or a `}` is missing
2154[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:806:2
2155[warn] 806 | test - checkNeg(
2156[warn] | ^
2157[warn] | Line is indented too far to the left, or a `}` is missing
2158[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:814:2
2159[warn] 814 | test - checkNeg(
2160[warn] | ^
2161[warn] | Line is indented too far to the left, or a `}` is missing
2162[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:822:2
2163[warn] 822 | test - checkNeg(
2164[warn] | ^
2165[warn] | Line is indented too far to the left, or a `}` is missing
2166[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:830:2
2167[warn] 830 | test - checkNeg(
2168[warn] | ^
2169[warn] | Line is indented too far to the left, or a `}` is missing
2170[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:838:2
2171[warn] 838 | test - checkNeg(
2172[warn] | ^
2173[warn] | Line is indented too far to the left, or a `}` is missing
2174[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:847:2
2175[warn] 847 | test - checkNeg(
2176[warn] | ^
2177[warn] | Line is indented too far to the left, or a `}` is missing
2178[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:855:2
2179[warn] 855 | test - checkNeg(
2180[warn] | ^
2181[warn] | Line is indented too far to the left, or a `}` is missing
2182[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:863:2
2183[warn] 863 | test - checkNeg(
2184[warn] | ^
2185[warn] | Line is indented too far to the left, or a `}` is missing
2186[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:871:2
2187[warn] 871 | test - checkNeg(
2188[warn] | ^
2189[warn] | Line is indented too far to the left, or a `}` is missing
2190[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:879:2
2191[warn] 879 | test - checkNeg(
2192[warn] | ^
2193[warn] | Line is indented too far to the left, or a `}` is missing
2194[warn] -- [E129] Potential Issue Warning: /build/repo/scalaparse/test/src/scalaparse/unit/TrailingCommasTests.scala:219:5
2195[warn] 219 | }
2196[warn] | ^
2197[warn] | A pure expression does nothing in statement position
2198[warn] |
2199[warn] | longer explanation available when compiling with `-explain`
2200[info] [patched file /build/repo/scalaparse/test/src/scalaparse/TestUtil.scala]
2201[warn] there were 2 deprecation warnings; re-run with -deprecation for details
2202[warn] 20 warnings found
2203[info] done compiling
2204Successfully evaluated scalaparse.jvm[3.7.4].test.compile
2205Publishing Artifact(com.lihaoyi,scalaparse_3,3.1.1-DIRTYfb2ebf3b) to ivy repo /root/.ivy2/local
2206Successfully evaluated scalaparse.jvm[3.7.4].publishLocal
2207
2208Starting build for cssparse - [2/3]
2209Failed to resolve scalaVersion, assume it's Scala 3 project
2210[info] compiling 3 Scala sources to /build/repo/out/cssparse/jvm/3.7.4/compile.dest/classes ...
2211[info] done compiling
2212Successfully evaluated cssparse.jvm[3.7.4].compile
2213Skipping unused scalacOptions: -source, -rewrite
2214Flag -classpath set repeatedly
22151 warning found
2216Successfully evaluated cssparse.jvm[3.7.4].docJar
2217Failed to resolve scalaVersion, assume it's Scala 3 project
2218Failed to resolve scalaVersion, assume it's Scala 3 project
2219[info] compiling 4 Scala sources to /build/repo/out/cssparse/jvm/3.7.4/test/compile.dest/classes ...
2220[warn] -- Warning: /build/repo/cssparse/test/src-jvm/cssparse/TestUtil.scala:20:27 ----
2221[warn] 20 | val res = parse(input, CssRulesParser.ruleList(_))
2222[warn] | ^^^^^^^^^^^^^^^^^^^^^^^
2223[warn] |Context bounds will map to context parameters.
2224[warn] |A `using` clause is needed to pass explicit arguments to them.
2225[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
2226[warn] -- Warning: /build/repo/cssparse/test/src-jvm/cssparse/TestUtil.scala:24:34 ----
2227[warn] 24 | val res2 = parse(parsedInput, CssRulesParser.ruleList(_))
2228[warn] | ^^^^^^^^^^^^^^^^^^^^^^^
2229[warn] |Context bounds will map to context parameters.
2230[warn] |A `using` clause is needed to pass explicit arguments to them.
2231[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
2232[warn] -- Warning: /build/repo/cssparse/test/src-jvm/cssparse/TestUtil.scala:56:63 ----
2233[warn] 56 | val parsedInput = PrettyPrinter.printRuleList(parse(input, CssRulesParser.ruleList(_)).get.value)
2234[warn] | ^^^^^^^^^^^^^^^^^^^^^^^
2235[warn] |Context bounds will map to context parameters.
2236[warn] |A `using` clause is needed to pass explicit arguments to them.
2237[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
2238[warn] -- Warning: /build/repo/cssparse/test/src/cssparse/CssTests.scala:24:10 --------
2239[warn] 24 | CssRulesParser.ruleList(_)
2240[warn] | ^^^^^^^^^^^^^^^^^^^^^^^
2241[warn] |Context bounds will map to context parameters.
2242[warn] |A `using` clause is needed to pass explicit arguments to them.
2243[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
2244[warn] -- Warning: /build/repo/cssparse/test/src/cssparse/CssTests.scala:57:27 --------
2245[warn] 57 | """.stripMargin, CssRulesParser.ruleList(_)) : @unchecked
2246[warn] | ^^^^^^^^^^^^^^^^^^^^^^^
2247[warn] |Context bounds will map to context parameters.
2248[warn] |A `using` clause is needed to pass explicit arguments to them.
2249[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
2250[warn] -- Warning: /build/repo/cssparse/test/src/cssparse/CssTests.scala:84:27 --------
2251[warn] 84 | """.stripMargin, CssRulesParser.ruleList(_)) : @unchecked
2252[warn] | ^^^^^^^^^^^^^^^^^^^^^^^
2253[warn] |Context bounds will map to context parameters.
2254[warn] |A `using` clause is needed to pass explicit arguments to them.
2255[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
2256[warn] -- Warning: /build/repo/cssparse/test/src/cssparse/CssTests.scala:111:27 -------
2257[warn] 111 | """.stripMargin, CssRulesParser.ruleList(_)) : @unchecked
2258[warn] | ^^^^^^^^^^^^^^^^^^^^^^^
2259[warn] |Context bounds will map to context parameters.
2260[warn] |A `using` clause is needed to pass explicit arguments to them.
2261[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
2262[warn] -- Warning: /build/repo/cssparse/test/src/cssparse/CssTests.scala:139:27 -------
2263[warn] 139 | """.stripMargin, CssRulesParser.ruleList(_)) : @unchecked
2264[warn] | ^^^^^^^^^^^^^^^^^^^^^^^
2265[warn] |Context bounds will map to context parameters.
2266[warn] |A `using` clause is needed to pass explicit arguments to them.
2267[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
2268[warn] -- Warning: /build/repo/cssparse/test/src/cssparse/CssTests.scala:160:27 -------
2269[warn] 160 | """.stripMargin, CssRulesParser.ruleList(_)) : @unchecked
2270[warn] | ^^^^^^^^^^^^^^^^^^^^^^^
2271[warn] |Context bounds will map to context parameters.
2272[warn] |A `using` clause is needed to pass explicit arguments to them.
2273[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
2274[warn] -- Warning: /build/repo/cssparse/test/src/cssparse/CssTests.scala:182:27 -------
2275[warn] 182 | """.stripMargin, CssRulesParser.ruleList(_)) : @unchecked
2276[warn] | ^^^^^^^^^^^^^^^^^^^^^^^
2277[warn] |Context bounds will map to context parameters.
2278[warn] |A `using` clause is needed to pass explicit arguments to them.
2279[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
2280[warn] -- Warning: /build/repo/cssparse/test/src/cssparse/CssTests.scala:205:27 -------
2281[warn] 205 | """.stripMargin, CssRulesParser.ruleList(_)) : @unchecked
2282[warn] | ^^^^^^^^^^^^^^^^^^^^^^^
2283[warn] |Context bounds will map to context parameters.
2284[warn] |A `using` clause is needed to pass explicit arguments to them.
2285[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
2286[warn] -- Warning: /build/repo/cssparse/test/src/cssparse/PrettyPrinterTests.scala:162:62
2287[warn] 162 | val pretty = PrettyPrinter.printRuleList(parse(input, CssRulesParser.ruleList(_)).get.value)
2288[warn] | ^^^^^^^^^^^^^^^^^^^^^^^
2289[warn] |Context bounds will map to context parameters.
2290[warn] |A `using` clause is needed to pass explicit arguments to them.
2291[warn] |This code can be rewritten automatically under -rewrite -source 3.4-migration.
2292[info] [patched file /build/repo/cssparse/test/src/cssparse/PrettyPrinterTests.scala]
2293[info] [patched file /build/repo/cssparse/test/src-jvm/cssparse/TestUtil.scala]
2294[info] [patched file /build/repo/cssparse/test/src/cssparse/CssTests.scala]
2295[warn] there were 2 deprecation warnings; re-run with -deprecation for details
2296[warn] 13 warnings found
2297[info] done compiling
2298Successfully evaluated cssparse.jvm[3.7.4].test.compile
2299Publishing Artifact(com.lihaoyi,cssparse_3,3.1.1-DIRTY27c5b64b) to ivy repo /root/.ivy2/local
2300Successfully evaluated cssparse.jvm[3.7.4].publishLocal
2301
2302************************
2303Build summary:
2304[{
2305 "module": "fastparse",
2306 "compile": {"status": "ok", "tookMs": 12677, "warnings": 0, "errors": 0},
2307 "doc": {"status": "ok", "tookMs": 7247, "files": 1, "totalSizeKb": 2977},
2308 "test-compile": {"status": "ok", "tookMs": 37161, "warnings": 0, "errors": 0},
2309 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2310 "publish": {"status": "ok", "tookMs": 371},
2311 "metadata": {
2312 "crossScalaVersions": ["2.13.14", "2.12.19", "3.3.3"]
2313}
2314},{
2315 "module": "scalaparse",
2316 "compile": {"status": "ok", "tookMs": 26496, "warnings": 0, "errors": 0},
2317 "doc": {"status": "ok", "tookMs": 5210, "files": 1, "totalSizeKb": 2728},
2318 "test-compile": {"status": "ok", "tookMs": 9385, "warnings": 0, "errors": 0},
2319 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2320 "publish": {"status": "ok", "tookMs": 444},
2321 "metadata": {
2322 "crossScalaVersions": ["2.13.14", "2.12.19", "3.3.3"]
2323}
2324},{
2325 "module": "cssparse",
2326 "compile": {"status": "ok", "tookMs": 17087, "warnings": 0, "errors": 0},
2327 "doc": {"status": "ok", "tookMs": 4666, "files": 1, "totalSizeKb": 2824},
2328 "test-compile": {"status": "ok", "tookMs": 7031, "warnings": 0, "errors": 0},
2329 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2330 "publish": {"status": "ok", "tookMs": 415},
2331 "metadata": {
2332 "crossScalaVersions": ["2.13.14", "2.12.19", "3.3.3"]
2333}
2334}]
2335************************"
2336
2337Checking patch build.sc...
2338Applied patch build.sc cleanly.
2339Commit migration rewrites
2340Switched to a new branch 'opencb/migrate-source-3.4'
2341[opencb/migrate-source-3.4 a8c7232] Apply Scala compiler rewrites using -source:3.4-migration using Scala 3.7.4
2342 28 files changed, 322 insertions(+), 322 deletions(-)
2343----
2344Preparing build for 3.8.0-RC5
2345Scala binary version found: 3.8
2346Implicitly using source version 3.8
2347Scala binary version found: 3.8
2348Implicitly using source version 3.8
2349Would try to apply common scalacOption (best-effort, sbt/mill only):
2350Append: ,REQUIRE:-source:3.8
2351Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
2352
2353Try apply source patch:
2354Path: build.sc
2355Pattern: val scala3 = "3.3.3"
2356Replacement: val scala3 = "3.8.0-RC5"
2357Successfully applied pattern 'val scala3 = "3.3.3"' in build.sc
2358----
2359Starting build for 3.8.0-RC5
2360Execute tests: true
2361Mill project found:
2362Found explicit mill version 0.11.7-86-18d144 in ./mill-version
2363Force upgrade of millVersion 0.11.7-86-18d144 to 0.11.13
2364Detected mill version=0.11.13, binary version: 0.11
2365No prepare script found for project com-lihaoyi/fastparse
2366Apply scalafix rules to ./build.sc
2367Successfully applied pattern 'package build\n' in /build/repo/MillCommunityBuild.sc
2368Successfully applied pattern 'import CommunityBuildCore.' in /build/repo/MillCommunityBuild.sc
2369Successfully applied pattern 'import MillVersionCompat.' in /build/repo/MillCommunityBuild.sc
2370##################################
2371Scala version: 3.8.0-RC5
2372Targets: com.lihaoyi%cssparse com.lihaoyi%fastparse com.lihaoyi%pythonparse com.lihaoyi%scalaparse
2373Project 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>\""}]}
2374##################################
2375 % Total % Received % Xferd Average Speed Time Time Time Current
2376 Dload Upload Total Spent Left Speed
2377
2378 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
2379 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
2380
2381 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
2382
2383 13 59.2M 13 8127k 0 0 9526k 0 0:00:06 --:--:-- 0:00:06 9526k
2384100 59.2M 100 59.2M 0 0 34.6M 0 0:00:01 0:00:01 --:--:-- 59.7M
2385[info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
2386[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
2387[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]
2388[warn] given arguments: <none>
2389[warn] after adaptation: Target.command((): Unit)
2390[warn] def mimaReportBinaryIssues() = if (this.isInstanceOf[ScalaNativeModule] || (this.isInstanceOf[ScalaJSModule])) T.command() else super.mimaReportBinaryIssues()
2391[warn] ^
2392[warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
2393[warn] .iterator()
2394[warn] ^
2395[warn] /build/repo/MillCommunityBuild.sc:291:12: The outer reference in this type test cannot be checked at run time.
2396[warn] case module: CommunityBuildPublishModule =>
2397[warn] ^
2398[warn] three warnings found
2399[info] done compiling
2400Try build using ./mill
2401[info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
2402[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
2403[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]
2404[warn] given arguments: <none>
2405[warn] after adaptation: Target.command((): Unit)
2406[warn] def mimaReportBinaryIssues() = if (this.isInstanceOf[ScalaNativeModule] || (this.isInstanceOf[ScalaJSModule])) T.command() else super.mimaReportBinaryIssues()
2407[warn] ^
2408[warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
2409[warn] .iterator()
2410[warn] ^
2411[warn] /build/repo/MillCommunityBuild.sc:291:12: The outer reference in this type test cannot be checked at run time.
2412[warn] case module: CommunityBuildPublishModule =>
2413[warn] ^
2414[warn] three warnings found
2415[info] done compiling
2416Build 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>\""}]}
2417Parsed config: ProjectBuildConfig(ProjectsConfig(List(com.lihaoyi%pythonparse),Map()),Full)
2418Excluding target 'com.lihaoyi%pythonparse' - matches exclusion rule: 'com.lihaoyi%pythonparse'
2419
2420Starting build for fastparse - [0/3]
2421Failed to resolve scalaVersion, assume it's Scala 3 project
2422Failed to resolve scalaVersion, assume it's Scala 3 project
2423[info] compiling 14 Scala sources to /build/repo/out/fastparse/jvm/3.8.0-RC5/compile.dest/classes ...
2424[warn] -- Warning: /build/repo/out/fastparse/jvm/3.8.0-RC5/generatedSources.dest/fastparse/SequencerGen.scala:4:17
2425[warn] 4 | protected[this] def Sequencer0[A, B, C](f: (A, B) => C): Sequencer[A, B, C]
2426[warn] | ^^^^^^
2427[warn] |Ignoring [this] qualifier.
2428[warn] |The syntax `protected[this]` will be deprecated in the future; just write `protected` instead.
2429[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
2430[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2431[warn] -- Warning: /build/repo/out/fastparse/jvm/3.8.0-RC5/generatedSources.dest/fastparse/SequencerGen.scala:127:17
2432[warn] 127 | protected[this] def Sequencer0[A, B, C](f: (A, B) => C): Sequencer[A, B, C]
2433[warn] | ^^^^^^
2434[warn] |Ignoring [this] qualifier.
2435[warn] |The syntax `protected[this]` will be deprecated in the future; just write `protected` instead.
2436[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
2437[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2438[warn] there were 8 feature warnings; re-run with -feature for details
2439[warn] three warnings found
2440[warn] there were 11 feature warnings; re-run with -feature for details
2441[warn] four warnings found
2442[info] done compiling
2443Successfully evaluated fastparse.jvm[3.8.0-RC5].compile
2444Option -classpath was updated
2445-- Warning: fastparse/src/fastparse/SharedPackageDefs.scala:125:6 --------------
2446125 | def NoTrace[T](p: => P[T])(implicit ctx: P[?]): P[T] = {
2447 | ^
2448 | Couldn't resolve a member for the given link query: ByNameOps.opaque
2449-- Warning: fastparse/src/fastparse/SharedPackageDefs.scala:199:6 --------------
2450199 | def SingleChar(implicit ctx: P[?]): P[Char] = {
2451 | ^
2452 | Couldn't resolve a member for the given link query: EagerOps.flatMapX
2453-- Warning: fastparse/src/fastparse/Parsed.scala:190:8 -------------------------
2454190 | def msg = failure.msg
2455 | ^
2456 | Couldn't resolve a member for the given link query: reportParseMsg
2457-- Warning: fastparse/src-3/fastparse/package.scala:63:15 ----------------------
245863 | inline def map[V](inline f: T => V): P[V] = MacroInlineImpls.mapInline[T, V](parse0)(f)
2459 | ^
2460 | Couldn't resolve a member for the given link query: !
2461-- Warning: fastparse/src-3/fastparse/package.scala:304:17 ---------------------
2462304 | implicit class LogByNameOps[T](parse0: => P[T])(implicit ctx: P[?]) {
2463 | ^
2464 | Couldn't resolve a member for the given link query: ByNameOps
2465-- Warning: fastparse/src-3/fastparse/package.scala:344:13 ---------------------
2466344 | inline def StringIn(inline s: String*)(implicit ctx: P[?]): P[Unit] =
2467 | ^
2468 | Couldn't resolve a member for the given link query: EagerOps.|
2469-- Warning: fastparse/src-3/fastparse/package.scala:350:13 ---------------------
2470350 | inline def StringInIgnoreCase(inline s: String*)(implicit ctx: P[?]): P[Unit] =
2471 | ^
2472 | Couldn't resolve a member for the given link query: EagerOps.|
24738 warnings found
2474Successfully evaluated fastparse.jvm[3.8.0-RC5].docJar
2475Failed to resolve scalaVersion, assume it's Scala 3 project
2476Failed to resolve scalaVersion, assume it's Scala 3 project
2477[info] compiling 14 Scala sources to /build/repo/out/fastparse/jvm/3.8.0-RC5/test/compile.dest/classes ...
2478[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:134:56 -
2479[warn] 134 | val Parsed.Success((), 0) = parse("asdad", Pass(_)): @unchecked
2480[warn] | ^
2481[warn] |Implicit parameters should be provided with a `using` clause.
2482[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
2483[warn] |To disable the warning, please use the following option:
2484[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
2485[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ExampleTests.scala:135:58 -
2486[warn] 135 | val Parsed.Failure(_, 0, _) = parse("asdad", Fail(_)): @unchecked
2487[warn] | ^
2488[warn] |Implicit parameters should be provided with a `using` clause.
2489[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
2490[warn] |To disable the warning, please use the following option:
2491[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
2492[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:359:52 -
2493[warn] 359 | def parse[$: P] = P( !CharIn("0-6").log("lhs") ~ CharIn("4-8").log("rhs") ~ End ).log
2494[warn] | ^^^^^
2495[warn] |Implicit parameters should be provided with a `using` clause.
2496[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
2497[warn] |To disable the warning, please use the following option:
2498[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
2499[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/FailureTests.scala:359:79 -
2500[warn] 359 | def parse[$: P] = P( !CharIn("0-6").log("lhs") ~ CharIn("4-8").log("rhs") ~ End ).log
2501[warn] | ^^^^^
2502[warn] |Implicit parameters should be provided with a `using` clause.
2503[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
2504[warn] |To disable the warning, please use the following option:
2505[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
2506[warn] -- Warning: /build/repo/fastparse/test/src/fastparse/ParsingTests.scala:225:63 -
2507[warn] 225 | def p[$: P] = P( &("Hello" ~/ "Boo") ~ "lol" | "".log("<empty>") )
2508[warn] | ^^^^^^^^^
2509[warn] |Implicit parameters should be provided with a `using` clause.
2510[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
2511[warn] |To disable the warning, please use the following option:
2512[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
2513[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/fastparse/test/src/fastparse/IndentationTests.scala:11:39
2514[warn] 11 | def eval(tree: (String, Seq[Int])) = tree match{
2515[warn] | ^^^^
2516[warn] | match may not be exhaustive.
2517[warn] |
2518[warn] | It would fail on pattern case: (_, _)
2519[warn] |
2520[warn] | longer explanation available when compiling with `-explain`
2521[warn] there was 1 deprecation warning; re-run with -deprecation for details
2522[warn] 7 warnings found
2523[info] done compiling
2524Successfully evaluated fastparse.jvm[3.8.0-RC5].test.compile
2525-------------------------------- Running Tests --------------------------------
2526+ fastparse.WhitespaceTests.scala 19ms
2527+ fastparse.WhitespaceTests.java 1ms
2528+ fastparse.WhitespaceTests.jsonnet 1ms
2529-------------------------------- Running Tests --------------------------------
2530+ fastparse.UtilTests.hello1 10ms
2531+ fastparse.UtilTests.hello2 1ms
2532+ fastparse.UtilTests.unix 0ms
2533+ fastparse.UtilTests.carriageReturnOnly 0ms
2534+ fastparse.UtilTests.windows 0ms
2535+ fastparse.UtilTests.reverseWindows 0ms
2536-------------------------------- Running Tests --------------------------------
2537+ test.fastparse.GnipSubSyntaxTest.fail 61ms
2538-------------------------------- Running Tests --------------------------------
2539+ test.fastparse.ParsingTests.literal 15ms
2540+ test.fastparse.ParsingTests.literalIgnoreCase 4ms
2541+ test.fastparse.ParsingTests.repeat 4ms
2542+ test.fastparse.ParsingTests.either 2ms
2543+ test.fastparse.ParsingTests.sequence 1ms
2544+ test.fastparse.ParsingTests.errors 1ms
2545+ test.fastparse.ParsingTests.fail 1ms
2546+ test.fastparse.ParsingTests.cut.local.either 6ms
2547+ test.fastparse.ParsingTests.cut.local.optional 3ms
2548+ test.fastparse.ParsingTests.cut.local.rep 3ms
2549+ test.fastparse.ParsingTests.cut.sequence 3ms
2550+ test.fastparse.ParsingTests.cut.rep 2ms
2551+ test.fastparse.ParsingTests.cut.optional 1ms
2552+ test.fastparse.ParsingTests.cut.flatMap 1ms
2553+ test.fastparse.ParsingTests.cut.filter 1ms
2554+<empty>:0
2555-<empty>:0:Success(0)
2556+ test.fastparse.ParsingTests.cut.lookaheadNot 12ms
2557+ test.fastparse.ParsingTests.stringInIgnoreCase 1ms
2558+ test.fastparse.ParsingTests.failureMsg 7ms
2559+ test.fastparse.ParsingTests.whitespaceFlatMap 3ms
2560+ test.fastparse.ParsingTests.opaqueTerminals 2ms
2561-------------------------------- Running Tests --------------------------------
2562+ test.fastparse.JsonTests.pass.parts.0 3ms
2563+ test.fastparse.JsonTests.pass.parts.1 0ms
2564+ test.fastparse.JsonTests.pass.parts.2 0ms
2565+ test.fastparse.JsonTests.pass.parts.3 0ms
2566+ test.fastparse.JsonTests.pass.jsonExpr 1ms
2567+ test.fastparse.JsonTests.pass.bigJsonExpr 1ms
2568+ test.fastparse.JsonTests.fail.0 2ms
2569+ test.fastparse.JsonTests.fail.1 0ms
2570+ test.fastparse.JsonTests.fail.2 0ms
2571+ test.fastparse.JsonTests.fail.3 0ms
2572+ test.fastparse.JsonTests.fail.4 0ms
2573+ test.fastparse.JsonTests.fail.5 0ms
2574+ test.fastparse.JsonTests.fail.6 0ms
2575+ test.fastparse.JsonTests.fail.7 0ms
2576+ test.fastparse.JsonTests.fail.8 0ms
2577+ test.fastparse.JsonTests.fail.9 0ms
2578-------------------------------- Running Tests --------------------------------
2579+ test.fastparse.MathTests.pass 5ms
2580+ test.fastparse.MathTests.fail 9ms
2581+ test.fastparse.MathTests.instrument.simple 2ms
2582+ test.fastparse.MathTests.instrument.continuation 5ms
2583-------------------------------- Running Tests --------------------------------
2584+ test.fastparse.ExampleTests.basic.simple 7ms
2585+ test.fastparse.ExampleTests.basic.failures 4ms
2586+ test.fastparse.ExampleTests.basic.sequence 0ms
2587+ test.fastparse.ExampleTests.basic.repeat 4ms
2588+ test.fastparse.ExampleTests.basic.option 1ms
2589+ test.fastparse.ExampleTests.basic.either 4ms
2590+ test.fastparse.ExampleTests.basic.end 1ms
2591+ test.fastparse.ExampleTests.basic.start 1ms
2592+ test.fastparse.ExampleTests.basic.passfail 2ms
2593+ test.fastparse.ExampleTests.basic.index 0ms
2594+ test.fastparse.ExampleTests.basic.capturing 3ms
2595+ test.fastparse.ExampleTests.basic.anychar 1ms
2596+ test.fastparse.ExampleTests.basic.lookahead 2ms
2597+ test.fastparse.ExampleTests.basic.neglookahead 2ms
2598+ test.fastparse.ExampleTests.basic.map 0ms
2599+ test.fastparse.ExampleTests.basic.collect 3ms
2600+ test.fastparse.ExampleTests.basic.flatMap 4ms
2601+ test.fastparse.ExampleTests.basic.flatMapFor 3ms
2602+ test.fastparse.ExampleTests.basic.filter 2ms
2603+ test.fastparse.ExampleTests.basic.opaque 3ms
2604+ test.fastparse.ExampleTests.charX.charPred 2ms
2605+ test.fastparse.ExampleTests.charX.charIn 1ms
2606+ test.fastparse.ExampleTests.charX.charsWhile 1ms
2607+ test.fastparse.ExampleTests.charX.charsWhileIn 1ms
2608+ test.fastparse.ExampleTests.charX.stringIn 1ms
2609+ test.fastparse.ExampleTests.cuts.nocut 4ms
2610+ test.fastparse.ExampleTests.cuts.withcut 2ms
2611+ test.fastparse.ExampleTests.cuts.repnocut 3ms
2612+ test.fastparse.ExampleTests.cuts.repcut 3ms
2613+ test.fastparse.ExampleTests.cuts.delimiternocut 2ms
2614+ test.fastparse.ExampleTests.cuts.delimitercut 2ms
2615+ test.fastparse.ExampleTests.cuts.endcut 3ms
2616+time:1:1, cut
2617-time:1:1:Success(1:8, cut)
2618+time:1:1, cut
2619-time:1:1:Failure(time:1:1 / time1:1:1 / ("am" | "pm"):1:6 ..."17:45", cut)
2620+ test.fastparse.ExampleTests.cuts.composecut 7ms
2621+ test.fastparse.ExampleTests.cuts.composenocut 2ms
2622+ test.fastparse.ExampleTests.debugging.original 1ms
2623+ test.fastparse.ExampleTests.debugging.cuts 1ms
2624+ test.fastparse.ExampleTests.debugging.logSimple 3ms
2625+ test.fastparse.ExampleTests.debugging.log 6ms
2626+ test.fastparse.ExampleTests.higherorder 0ms
2627+ test.fastparse.ExampleTests.folding 2ms
2628+expr:1:1, cut
2629 +num:1:1
2630 -num:1:1:Failure(num:1:1 / [0-9]:1:1 ..."(1+?)")
2631 +sum:1:1
2632 +expr:1:2, cut
2633 +num:1:2
2634 -num:1:2:Success(1:3)
2635 -expr:1:2:Success(1:3, cut)
2636 +expr:1:4, cut
2637 +num:1:4
2638 -num:1:4:Failure(num:1:4 / [0-9]:1:4 ..."?)")
2639 +sum:1:4
2640 -sum:1:4:Failure(sum:1:4 / "(":1:4 ..."?)")
2641 -expr:1:4:Failure(expr:1:4 / (num | sum):1:4 ..."?)", cut)
2642 -sum:1:1:Failure(sum:1:1 / expr:1:4 / (num | sum):1:4 ..."(1+?)", cut)
2643-expr:1:1:Failure(expr:1:1 / sum:1:1 / expr:1:4 / (num | sum):1:4 ..."(1+?)", cut)
2644+ test.fastparse.ExampleTests.errorHandlingExplanation 5ms
2645-------------------------------- Running Tests --------------------------------
2646+ test.fastparse.FailureTests.simple.either 3ms
2647+ test.fastparse.FailureTests.simple.option 1ms
2648+ test.fastparse.FailureTests.simple.rep 1ms
2649+ test.fastparse.FailureTests.simple.repApply 1ms
2650+ test.fastparse.FailureTests.simple.repX 1ms
2651+ test.fastparse.FailureTests.simple.repXApply 1ms
2652+ test.fastparse.FailureTests.simple.deep.option 2ms
2653+ test.fastparse.FailureTests.simple.deep.either 1ms
2654+ test.fastparse.FailureTests.simple.deep.rep 1ms
2655+ test.fastparse.FailureTests.simple.deep.repApply 1ms
2656+ test.fastparse.FailureTests.simple.deep.repX 1ms
2657+ test.fastparse.FailureTests.simple.deep.repXApply 1ms
26581
2659+ test.fastparse.FailureTests.misc.sep 5ms 1
2660+ test.fastparse.FailureTests.misc.repTooFew 2ms
2661+ test.fastparse.FailureTests.misc.sepCut 2ms
2662+ test.fastparse.FailureTests.misc.aggregateInNamedParser 2ms
2663+ test.fastparse.FailureTests.misc.manualSep 1ms
2664+ test.fastparse.FailureTests.misc.sequentialEithers 10ms
2665+ test.fastparse.FailureTests.misc.passingNamedParsersAggregateIsShallow 5ms
2666+ test.fastparse.FailureTests.misc.passingNamedParsersEitherAggregateIsShallow 2ms
2667+ test.fastparse.FailureTests.misc.repSeparatorIsNotIncludedInFailureMsgWhenCut 1ms
2668+ test.fastparse.FailureTests.misc.repSeparatorIsNotIncludedInFailureMsgWhenCutX 1ms
2669+ test.fastparse.FailureTests.misc.repSeparatorsBeforeTraceIndexDontPolluteFailureGroups 1ms
2670+ test.fastparse.FailureTests.misc.repSeparatorsBeforeTraceIndexDontPolluteFailureGroups2 1ms
2671+ test.fastparse.FailureTests.misc.repSeparatorsBeforeTraceIndexDontPolluteFailureGroups3 1ms
2672+ test.fastparse.FailureTests.misc.repNotEnoughForMin.afterBody 1ms
2673+ test.fastparse.FailureTests.misc.repNotEnoughForMin.afterSep 0ms
2674+ test.fastparse.FailureTests.misc.lookahead.positive 1ms
2675+parse:1:1, cut
2676 +lhs:1:1, cut
2677 -lhs:1:1:Failure([0-6]:1:1 ..."9", cut)
2678 +rhs:1:1, cut
2679 -rhs:1:1:Failure([4-8]:1:1 ..."9", cut)
2680-parse:1:1:Failure(parse:1:1 / [4-8]:1:1 ..."9", cut)
2681+parse:1:1, cut
2682 +lhs:1:1, cut
2683 -lhs:1:1:Failure([0-6]:1:1 ..."9", cut)
2684 +rhs:1:1, cut
2685 -rhs:1:1:Failure([4-8]:1:1 ..."9", cut)
2686-parse:1:1:Failure(parse:1:1 / [4-8]:1:1 ..."9", cut)
2687+ test.fastparse.FailureTests.misc.lookahead.negative3 3ms
2688+ test.fastparse.FailureTests.offset.opt 6ms
2689+ test.fastparse.FailureTests.offset.optRep 1ms
2690+ test.fastparse.FailureTests.offset.opt3 1ms
2691+ test.fastparse.FailureTests.offset.opt4 2ms
2692+ test.fastparse.FailureTests.offset.opt5 1ms
2693+ test.fastparse.FailureTests.offset.rep 3ms
2694+ test.fastparse.FailureTests.offset.rep_3 1ms
2695+ test.fastparse.FailureTests.offset.rep_4 2ms
2696+ test.fastparse.FailureTests.offset.repX 1ms
2697+ test.fastparse.FailureTests.offset.repSep 1ms
2698+ test.fastparse.FailureTests.offset.repXSep 1ms
2699+ test.fastparse.FailureTests.offset.rep1 1ms
2700+ test.fastparse.FailureTests.offset.repX1 1ms
2701+ test.fastparse.FailureTests.offset.rep1Sep 1ms
2702+ test.fastparse.FailureTests.offset.repX1Sep 1ms
2703+ test.fastparse.FailureTests.offset.either1 1ms
2704+ test.fastparse.FailureTests.offset.either2 1ms
2705+ test.fastparse.FailureTests.offset.either3 1ms
2706+ test.fastparse.FailureTests.offset.opEither 1ms
2707+ test.fastparse.FailureTests.offset.optEitherRep1 1ms
2708+ test.fastparse.FailureTests.offset.optOpt 1ms
2709+ test.fastparse.FailureTests.offset.optRepX 1ms
2710+ test.fastparse.FailureTests.downstream.opt 3ms
2711+ test.fastparse.FailureTests.downstream.optLeft 1ms
2712+ test.fastparse.FailureTests.downstream.opt2 1ms
2713+ test.fastparse.FailureTests.downstream.optLeft2 1ms
2714+ test.fastparse.FailureTests.downstream.either1 1ms
2715+ test.fastparse.FailureTests.downstream.either2 1ms
2716+ test.fastparse.FailureTests.downstream.either3 1ms
2717+ test.fastparse.FailureTests.downstream.rep 1ms
2718+ test.fastparse.FailureTests.downstream.repApply 1ms
2719+ test.fastparse.FailureTests.downstream.repLeft 1ms
2720+ test.fastparse.FailureTests.downstream.repX 1ms
2721+ test.fastparse.FailureTests.downstream.repXLeft 1ms
2722+ test.fastparse.FailureTests.downstream.repSep 1ms
2723+ test.fastparse.FailureTests.downstream.repSepLeft 1ms
2724+ test.fastparse.FailureTests.whitespace.opt3 2ms
2725+ test.fastparse.FailureTests.whitespace.opt4 1ms
2726+ test.fastparse.FailureTests.whitespace.optEitherRep1 1ms
2727+ test.fastparse.FailureTests.whitespace.opt2 1ms
2728+ test.fastparse.FailureTests.whitespace.optLeft2 1ms
2729+ test.fastparse.FailureTests.whitespaceFail.noSeparator1 2ms
2730+ test.fastparse.FailureTests.whitespaceFail.noSeparator2 0ms
2731+ test.fastparse.FailureTests.whitespaceFail.afterSeparator1 0ms
2732+ test.fastparse.FailureTests.whitespaceFail.afterSeparator2 0ms
2733+ test.fastparse.FailureTests.whitespaceFail.beforeSeparator1 0ms
2734+ test.fastparse.FailureTests.whitespaceFail.beforeSeparator2 0ms
2735-------------------------------- Running Tests --------------------------------
2736+ test.fastparse.IndentationTests.pass 5ms
2737+ test.fastparse.IndentationTests.fail.0 1ms
2738+ test.fastparse.IndentationTests.fail.1 1ms
2739+ test.fastparse.IndentationTests.fail.2 0ms
2740-------------------------------- Running Tests --------------------------------
2741+ test.fastparse.CustomWhitespaceMathTests.pass.0 2ms
2742+ test.fastparse.CustomWhitespaceMathTests.pass.1 0ms
2743+ test.fastparse.CustomWhitespaceMathTests.pass.2 0ms
2744+ test.fastparse.CustomWhitespaceMathTests.pass.3 0ms
2745+ test.fastparse.CustomWhitespaceMathTests.pass.4 0ms
2746+ test.fastparse.CustomWhitespaceMathTests.pass.5 0ms
2747+ test.fastparse.CustomWhitespaceMathTests.pass.6 0ms
2748+ test.fastparse.CustomWhitespaceMathTests.fail.0 2ms
2749+ test.fastparse.CustomWhitespaceMathTests.fail.1 0ms
2750-------------------------------- Running Tests --------------------------------
2751+ test.fastparse.WhitespaceMathTests.pass.0 2ms
2752+ test.fastparse.WhitespaceMathTests.pass.1 0ms
2753+ test.fastparse.WhitespaceMathTests.pass.2 0ms
2754+ test.fastparse.WhitespaceMathTests.pass.3 0ms
2755+ test.fastparse.WhitespaceMathTests.pass.4 0ms
2756+ test.fastparse.WhitespaceMathTests.pass.5 0ms
2757+ test.fastparse.WhitespaceMathTests.pass.6 0ms
2758+ test.fastparse.WhitespaceMathTests.fail.0 3ms
2759+ test.fastparse.WhitespaceMathTests.fail.1 0ms
2760-------------------------------- Running Tests --------------------------------
2761+ test.fastparse.IteratorTests.basic 1ms
2762+ test.fastparse.IteratorTests.readable 2ms
2763+p:0, cut
2764-p:0:Success(4, cut)
2765+ test.fastparse.IteratorTests.immediateCutDrop 16ms
2766+ test.fastparse.IteratorTests.whitespaceImmediateCutDrop 0ms
27679
2768+ test.fastparse.IteratorTests.topLevelNoCuts 3ms
2769+ test.fastparse.IteratorTests.cuts.capturing 2ms
2770+ test.fastparse.IteratorTests.cuts.nocut 1ms
2771+ test.fastparse.IteratorTests.cuts.either 2ms
2772+ test.fastparse.IteratorTests.cuts.rep 2ms
2773+ test.fastparse.IteratorTests.cuts.all 0ms
2774+ test.fastparse.IteratorTests.cuts.whitespaceApi 2ms
2775+ test.fastparse.IteratorTests.cuts.zeroDrops 1ms
2776+ test.fastparse.IteratorTests.traceFailure 1ms
2777----------------------------------- Results -----------------------------------
2778- test.fastparse.IteratorTests 33ms
2779 + basic 1ms
2780 + readable 2ms
2781 + immediateCutDrop 16ms
2782 + whitespaceImmediateCutDrop 0ms
2783 + topLevelNoCuts 3ms
2784 - cuts 10ms
2785 + capturing 2ms
2786 + nocut 1ms
2787 + either 2ms
2788 + rep 2ms
2789 + all 0ms
2790 + whitespaceApi 2ms
2791 + zeroDrops 1ms
2792 + traceFailure 1ms
2793- test.fastparse.WhitespaceMathTests 5ms
2794 - pass 2ms
2795 + 0 2ms
2796 + 1 0ms
2797 + 2 0ms
2798 + 3 0ms
2799 + 4 0ms
2800 + 5 0ms
2801 + 6 0ms
2802 - fail 3ms
2803 + 0 3ms
2804 + 1 0ms
2805- test.fastparse.CustomWhitespaceMathTests 4ms
2806 - pass 2ms
2807 + 0 2ms
2808 + 1 0ms
2809 + 2 0ms
2810 + 3 0ms
2811 + 4 0ms
2812 + 5 0ms
2813 + 6 0ms
2814 - fail 2ms
2815 + 0 2ms
2816 + 1 0ms
2817- test.fastparse.IndentationTests 7ms
2818 + pass 5ms
2819 - fail 2ms
2820 + 0 1ms
2821 + 1 1ms
2822 + 2 0ms
2823- test.fastparse.FailureTests 109ms
2824 - simple 15ms
2825 + either 3ms
2826 + option 1ms
2827 + rep 1ms
2828 + repApply 1ms
2829 + repX 1ms
2830 + repXApply 1ms
2831 - deep 7ms
2832 + option 2ms
2833 + either 1ms
2834 + rep 1ms
2835 + repApply 1ms
2836 + repX 1ms
2837 + repXApply 1ms
2838 - misc 39ms
2839 + sep 5ms 1
2840 + repTooFew 2ms
2841 + sepCut 2ms
2842 + aggregateInNamedParser 2ms
2843 + manualSep 1ms
2844 + sequentialEithers 10ms
2845 + passingNamedParsersAggregateIsShallow 5ms
2846 + passingNamedParsersEitherAggregateIsShallow 2ms
2847 + repSeparatorIsNotIncludedInFailureMsgWhenCut 1ms
2848 + repSeparatorIsNotIncludedInFailureMsgWhenCutX 1ms
2849 + repSeparatorsBeforeTraceIndexDontPolluteFailureGroups 1ms
2850 + repSeparatorsBeforeTraceIndexDontPolluteFailureGroups2 1ms
2851 + repSeparatorsBeforeTraceIndexDontPolluteFailureGroups3 1ms
2852 - repNotEnoughForMin 1ms
2853 + afterBody 1ms
2854 + afterSep 0ms
2855 - lookahead 4ms
2856 + positive 1ms
2857 + negative3 3ms
2858 - offset 31ms
2859 + opt 6ms
2860 + optRep 1ms
2861 + opt3 1ms
2862 + opt4 2ms
2863 + opt5 1ms
2864 + rep 3ms
2865 + rep_3 1ms
2866 + rep_4 2ms
2867 + repX 1ms
2868 + repSep 1ms
2869 + repXSep 1ms
2870 + rep1 1ms
2871 + repX1 1ms
2872 + rep1Sep 1ms
2873 + repX1Sep 1ms
2874 + either1 1ms
2875 + either2 1ms
2876 + either3 1ms
2877 + opEither 1ms
2878 + optEitherRep1 1ms
2879 + optOpt 1ms
2880 + optRepX 1ms
2881 - downstream 16ms
2882 + opt 3ms
2883 + optLeft 1ms
2884 + opt2 1ms
2885 + optLeft2 1ms
2886 + either1 1ms
2887 + either2 1ms
2888 + either3 1ms
2889 + rep 1ms
2890 + repApply 1ms
2891 + repLeft 1ms
2892 + repX 1ms
2893 + repXLeft 1ms
2894 + repSep 1ms
2895 + repSepLeft 1ms
2896 - whitespace 6ms
2897 + opt3 2ms
2898 + opt4 1ms
2899 + optEitherRep1 1ms
2900 + opt2 1ms
2901 + optLeft2 1ms
2902 - whitespaceFail 2ms
2903 + noSeparator1 2ms
2904 + noSeparator2 0ms
2905 + afterSeparator1 0ms
2906 + afterSeparator2 0ms
2907 + beforeSeparator1 0ms
2908 + beforeSeparator2 0ms
2909- test.fastparse.ExampleTests 99ms
2910 - basic 47ms
2911 + simple 7ms
2912 + failures 4ms
2913 + sequence 0ms
2914 + repeat 4ms
2915 + option 1ms
2916 + either 4ms
2917 + end 1ms
2918 + start 1ms
2919 + passfail 2ms
2920 + index 0ms
2921 + capturing 3ms
2922 + anychar 1ms
2923 + lookahead 2ms
2924 + neglookahead 2ms
2925 + map 0ms
2926 + collect 3ms
2927 + flatMap 4ms
2928 + flatMapFor 3ms
2929 + filter 2ms
2930 + opaque 3ms
2931 - charX 6ms
2932 + charPred 2ms
2933 + charIn 1ms
2934 + charsWhile 1ms
2935 + charsWhileIn 1ms
2936 + stringIn 1ms
2937 - cuts 28ms
2938 + nocut 4ms
2939 + withcut 2ms
2940 + repnocut 3ms
2941 + repcut 3ms
2942 + delimiternocut 2ms
2943 + delimitercut 2ms
2944 + endcut 3ms
2945 + composecut 7ms
2946 + composenocut 2ms
2947 - debugging 11ms
2948 + original 1ms
2949 + cuts 1ms
2950 + logSimple 3ms
2951 + log 6ms
2952 + higherorder 0ms
2953 + folding 2ms
2954 + errorHandlingExplanation 5ms
2955- test.fastparse.MathTests 21ms
2956 + pass 5ms
2957 + fail 9ms
2958 - instrument 7ms
2959 + simple 2ms
2960 + continuation 5ms
2961- test.fastparse.JsonTests 7ms
2962 - pass 5ms
2963 - parts 3ms
2964 + 0 3ms
2965 + 1 0ms
2966 + 2 0ms
2967 + 3 0ms
2968 + jsonExpr 1ms
2969 + bigJsonExpr 1ms
2970 - fail 2ms
2971 + 0 2ms
2972 + 1 0ms
2973 + 2 0ms
2974 + 3 0ms
2975 + 4 0ms
2976 + 5 0ms
2977 + 6 0ms
2978 + 7 0ms
2979 + 8 0ms
2980 + 9 0ms
2981- test.fastparse.ParsingTests 73ms
2982 + literal 15ms
2983 + literalIgnoreCase 4ms
2984 + repeat 4ms
2985 + either 2ms
2986 + sequence 1ms
2987 + errors 1ms
2988 + fail 1ms
2989 - cut 32ms
2990 - local 12ms
2991 + either 6ms
2992 + optional 3ms
2993 + rep 3ms
2994 + sequence 3ms
2995 + rep 2ms
2996 + optional 1ms
2997 + flatMap 1ms
2998 + filter 1ms
2999 + lookaheadNot 12ms
3000 + stringInIgnoreCase 1ms
3001 + failureMsg 7ms
3002 + whitespaceFlatMap 3ms
3003 + opaqueTerminals 2ms
3004- test.fastparse.GnipSubSyntaxTest 61ms
3005 + fail 61ms
3006- fastparse.UtilTests 11ms
3007 + hello1 10ms
3008 + hello2 1ms
3009 + unix 0ms
3010 + carriageReturnOnly 0ms
3011 + windows 0ms
3012 + reverseWindows 0ms
3013- fastparse.WhitespaceTests 21ms
3014 + scala 19ms
3015 + java 1ms
3016 + jsonnet 1ms
3017
3018Tests: 202, Passed: 202, Failed: 0
3019Successfully evaluated fastparse.jvm[3.8.0-RC5].test.test
3020Publishing Artifact(com.lihaoyi,fastparse_3,3.1.1-1-a8c723-DIRTY60199737) to ivy repo /root/.ivy2/local
3021Successfully evaluated fastparse.jvm[3.8.0-RC5].publishLocal
3022
3023Starting build for scalaparse - [1/3]
3024Failed to resolve scalaVersion, assume it's Scala 3 project
3025[info] compiling 8 Scala sources to /build/repo/out/scalaparse/jvm/3.8.0-RC5/compile.dest/classes ...
3026[warn] -- Warning: /build/repo/scalaparse/src/scalaparse/syntax/Basic.scala:53:87 -----
3027[warn] 53 | def O[$: P](s: String) = P( s ~ (!Basic.OpChar | &(NoTrace(StringIn("/*", "//")))) )(s"`$s`", implicitly)
3028[warn] | ^^^^^^^
3029[warn] |Implicit parameters should be provided with a `using` clause.
3030[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
3031[warn] |To disable the warning, please use the following option:
3032[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
3033[warn] -- Warning: /build/repo/scalaparse/src/scalaparse/syntax/Basic.scala:51:81 -----
3034[warn] 51 | def W[$: P](s: String) = P( s ~ !CharPred(Basic.LetterDigitDollarUnderscore) )(s"`$s`", implicitly)
3035[warn] | ^^^^^^^
3036[warn] |Implicit parameters should be provided with a `using` clause.
3037[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
3038[warn] |To disable the warning, please use the following option:
3039[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
3040[warn] two warnings found
3041[info] done compiling
3042Successfully evaluated scalaparse.jvm[3.8.0-RC5].compile
3043Option -classpath was updated
30441 warning found
3045Successfully evaluated scalaparse.jvm[3.8.0-RC5].docJar
3046Failed to resolve scalaVersion, assume it's Scala 3 project
3047Failed to resolve scalaVersion, assume it's Scala 3 project
3048[info] compiling 4 Scala sources to /build/repo/out/scalaparse/jvm/3.8.0-RC5/test/compile.dest/classes ...
3049[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/TestUtil.scala:31:21 ----
3050[warn] 31 | { implicitly(input)
3051[warn] | ^^^^^
3052[warn] |Implicit parameters should be provided with a `using` clause.
3053[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
3054[warn] |To disable the warning, please use the following option:
3055[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
3056[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/TestUtil.scala:32:21 ----
3057[warn] 32 | implicitly(stack)
3058[warn] | ^^^^^
3059[warn] |Implicit parameters should be provided with a `using` clause.
3060[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
3061[warn] |To disable the warning, please use the following option:
3062[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
3063[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/TestUtil.scala:33:21 ----
3064[warn] 33 | implicitly(index)
3065[warn] | ^^^^^
3066[warn] |Implicit parameters should be provided with a `using` clause.
3067[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
3068[warn] |To disable the warning, please use the following option:
3069[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
3070[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/TestUtil.scala:34:21 ----
3071[warn] 34 | implicitly(parsedFound)
3072[warn] | ^^^^^^^^^^^
3073[warn] |Implicit parameters should be provided with a `using` clause.
3074[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
3075[warn] |To disable the warning, please use the following option:
3076[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
3077[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/TestUtil.scala:43:27 ----
3078[warn] 43 | assert({implicitly(input); false})
3079[warn] | ^^^^^
3080[warn] |Implicit parameters should be provided with a `using` clause.
3081[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
3082[warn] |To disable the warning, please use the following option:
3083[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
3084[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:756:2
3085[warn] 756 | test - checkNeg(
3086[warn] | ^
3087[warn] | Line is indented too far to the left, or a `}` is missing
3088[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:766:2
3089[warn] 766 | test - checkNeg(
3090[warn] | ^
3091[warn] | Line is indented too far to the left, or a `}` is missing
3092[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:774:2
3093[warn] 774 | test - checkNeg(
3094[warn] | ^
3095[warn] | Line is indented too far to the left, or a `}` is missing
3096[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:782:2
3097[warn] 782 | test - checkNeg(
3098[warn] | ^
3099[warn] | Line is indented too far to the left, or a `}` is missing
3100[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:790:2
3101[warn] 790 | test - checkNeg(
3102[warn] | ^
3103[warn] | Line is indented too far to the left, or a `}` is missing
3104[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:798:2
3105[warn] 798 | test - checkNeg(
3106[warn] | ^
3107[warn] | Line is indented too far to the left, or a `}` is missing
3108[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:806:2
3109[warn] 806 | test - checkNeg(
3110[warn] | ^
3111[warn] | Line is indented too far to the left, or a `}` is missing
3112[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:814:2
3113[warn] 814 | test - checkNeg(
3114[warn] | ^
3115[warn] | Line is indented too far to the left, or a `}` is missing
3116[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:822:2
3117[warn] 822 | test - checkNeg(
3118[warn] | ^
3119[warn] | Line is indented too far to the left, or a `}` is missing
3120[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:830:2
3121[warn] 830 | test - checkNeg(
3122[warn] | ^
3123[warn] | Line is indented too far to the left, or a `}` is missing
3124[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:838:2
3125[warn] 838 | test - checkNeg(
3126[warn] | ^
3127[warn] | Line is indented too far to the left, or a `}` is missing
3128[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:847:2
3129[warn] 847 | test - checkNeg(
3130[warn] | ^
3131[warn] | Line is indented too far to the left, or a `}` is missing
3132[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:855:2
3133[warn] 855 | test - checkNeg(
3134[warn] | ^
3135[warn] | Line is indented too far to the left, or a `}` is missing
3136[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:863:2
3137[warn] 863 | test - checkNeg(
3138[warn] | ^
3139[warn] | Line is indented too far to the left, or a `}` is missing
3140[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:871:2
3141[warn] 871 | test - checkNeg(
3142[warn] | ^
3143[warn] | Line is indented too far to the left, or a `}` is missing
3144[warn] -- Warning: /build/repo/scalaparse/test/src/scalaparse/unit/FailureTests.scala:879:2
3145[warn] 879 | test - checkNeg(
3146[warn] | ^
3147[warn] | Line is indented too far to the left, or a `}` is missing
3148[warn] -- [E129] Potential Issue Warning: /build/repo/scalaparse/test/src/scalaparse/unit/TrailingCommasTests.scala:219:5
3149[warn] 219 | }
3150[warn] | ^
3151[warn] | A pure expression does nothing in statement position
3152[warn] |
3153[warn] | longer explanation available when compiling with `-explain`
3154[warn] there were 2 deprecation warnings; re-run with -deprecation for details
3155[warn] 23 warnings found
3156[info] done compiling
3157Successfully evaluated scalaparse.jvm[3.8.0-RC5].test.compile
3158-------------------------------- Running Tests --------------------------------
3159====================================================================================================
3160+ scalaparse.unit.FailureTests.0 197ms 7
3161====================================================================================================
3162+ scalaparse.unit.FailureTests.1 14ms 7
3163====================================================================================================
3164+ scalaparse.unit.FailureTests.2 61ms 7
3165====================================================================================================
3166+ scalaparse.unit.FailureTests.3 14ms 7
3167====================================================================================================
3168+ scalaparse.unit.FailureTests.4 45ms 7
3169====================================================================================================
3170+ scalaparse.unit.FailureTests.5 9ms 7
3171====================================================================================================
3172+ scalaparse.unit.FailureTests.6 15ms 7
3173====================================================================================================
3174+ scalaparse.unit.FailureTests.7 10ms 7
3175====================================================================================================
3176+ scalaparse.unit.FailureTests.8 18ms 7
3177====================================================================================================
3178+ scalaparse.unit.FailureTests.9 6ms 7
3179====================================================================================================
3180+ scalaparse.unit.FailureTests.10 12ms 7
3181====================================================================================================
3182+ scalaparse.unit.FailureTests.11 2ms 7
3183====================================================================================================
3184+ scalaparse.unit.FailureTests.12 4ms 7
3185====================================================================================================
3186+ scalaparse.unit.FailureTests.13 17ms 7
3187====================================================================================================
3188+ scalaparse.unit.FailureTests.14 3ms 7
3189====================================================================================================
3190+ scalaparse.unit.FailureTests.15 2ms 7
3191====================================================================================================
3192+ scalaparse.unit.FailureTests.16 11ms 7
3193====================================================================================================
3194+ scalaparse.unit.FailureTests.17 4ms 7
3195====================================================================================================
3196+ scalaparse.unit.FailureTests.18 11ms 7
3197====================================================================================================
3198+ scalaparse.unit.FailureTests.19 18ms 7
3199====================================================================================================
3200+ scalaparse.unit.FailureTests.20 4ms 7
3201====================================================================================================
3202+ scalaparse.unit.FailureTests.21 6ms 7
3203====================================================================================================
3204+ scalaparse.unit.FailureTests.22 5ms 7
3205====================================================================================================
3206+ scalaparse.unit.FailureTests.23 1ms 7
3207====================================================================================================
3208+ scalaparse.unit.FailureTests.24 11ms 7
3209====================================================================================================
3210+ scalaparse.unit.FailureTests.25 10ms 7
3211====================================================================================================
3212+ scalaparse.unit.FailureTests.26 7ms 7
3213====================================================================================================
3214+ scalaparse.unit.FailureTests.27 8ms 7
3215====================================================================================================
3216+ scalaparse.unit.FailureTests.28 11ms 7
3217====================================================================================================
3218+ scalaparse.unit.FailureTests.29 4ms 7
3219====================================================================================================
3220+ scalaparse.unit.FailureTests.30 4ms 7
3221====================================================================================================
3222+ scalaparse.unit.FailureTests.31 4ms 7
3223====================================================================================================
3224+ scalaparse.unit.FailureTests.32 9ms 7
3225====================================================================================================
3226+ scalaparse.unit.FailureTests.33 8ms 7
3227====================================================================================================
3228+ scalaparse.unit.FailureTests.34 4ms 7
3229====================================================================================================
3230+ scalaparse.unit.FailureTests.35 4ms 7
3231====================================================================================================
3232+ scalaparse.unit.FailureTests.36 2ms 7
3233====================================================================================================
3234+ scalaparse.unit.FailureTests.37 2ms 7
3235====================================================================================================
3236+ scalaparse.unit.FailureTests.38 6ms 7
3237====================================================================================================
3238+ scalaparse.unit.FailureTests.39 5ms 7
3239====================================================================================================
3240+ scalaparse.unit.FailureTests.40 3ms 7
3241====================================================================================================
3242+ scalaparse.unit.FailureTests.41 8ms 7
3243====================================================================================================
3244+ scalaparse.unit.FailureTests.42 4ms 7
3245====================================================================================================
3246+ scalaparse.unit.FailureTests.43 5ms 7
3247====================================================================================================
3248+ scalaparse.unit.FailureTests.44 3ms 7
3249====================================================================================================
3250+ scalaparse.unit.FailureTests.45 3ms 7
3251====================================================================================================
3252+ scalaparse.unit.FailureTests.46 3ms 7
3253====================================================================================================
3254+ scalaparse.unit.FailureTests.47 4ms 7
3255====================================================================================================
3256+ scalaparse.unit.FailureTests.48 2ms 7
3257====================================================================================================
3258+ scalaparse.unit.FailureTests.49 2ms 7
3259====================================================================================================
3260+ scalaparse.unit.FailureTests.50 3ms 7
3261====================================================================================================
3262+ scalaparse.unit.FailureTests.51 2ms 7
3263====================================================================================================
3264+ scalaparse.unit.FailureTests.52 1ms 7
3265====================================================================================================
3266+ scalaparse.unit.FailureTests.53 5ms 7
3267====================================================================================================
3268+ scalaparse.unit.FailureTests.54 4ms 7
3269====================================================================================================
3270+ scalaparse.unit.FailureTests.55 3ms 7
3271====================================================================================================
3272+ scalaparse.unit.FailureTests.56 4ms 7
3273====================================================================================================
3274+ scalaparse.unit.FailureTests.57 4ms 7
3275====================================================================================================
3276+ scalaparse.unit.FailureTests.58 3ms 7
3277====================================================================================================
3278+ scalaparse.unit.FailureTests.59 3ms 7
3279====================================================================================================
3280+ scalaparse.unit.FailureTests.60 5ms 7
3281====================================================================================================
3282+ scalaparse.unit.FailureTests.61 4ms 7
3283====================================================================================================
3284+ scalaparse.unit.FailureTests.62 4ms 7
3285====================================================================================================
3286+ scalaparse.unit.FailureTests.63 7ms 7
3287====================================================================================================
3288+ scalaparse.unit.FailureTests.64 3ms 7
3289====================================================================================================
3290+ scalaparse.unit.FailureTests.65 1ms 7
3291====================================================================================================
3292+ scalaparse.unit.FailureTests.66 1ms 7
3293====================================================================================================
3294+ scalaparse.unit.FailureTests.67 2ms 7
3295====================================================================================================
3296+ scalaparse.unit.FailureTests.68 2ms 7
3297====================================================================================================
3298+ scalaparse.unit.FailureTests.69 0ms 7
3299====================================================================================================
3300+ scalaparse.unit.FailureTests.70 0ms 7
3301====================================================================================================
3302+ scalaparse.unit.FailureTests.71 1ms 7
3303====================================================================================================
3304+ scalaparse.unit.FailureTests.72 4ms 7
3305====================================================================================================
3306+ scalaparse.unit.FailureTests.73 2ms 7
3307====================================================================================================
3308+ scalaparse.unit.FailureTests.74 2ms 7
3309====================================================================================================
3310+ scalaparse.unit.FailureTests.75 1ms 7
3311====================================================================================================
3312+ scalaparse.unit.FailureTests.76 1ms 7
3313====================================================================================================
3314+ scalaparse.unit.FailureTests.77 1ms 7
3315====================================================================================================
3316+ scalaparse.unit.FailureTests.78 1ms 7
3317====================================================================================================
3318+ scalaparse.unit.FailureTests.79 1ms 7
3319====================================================================================================
3320+ scalaparse.unit.FailureTests.80 1ms 7
3321====================================================================================================
3322+ scalaparse.unit.FailureTests.81 1ms 7
3323====================================================================================================
3324+ scalaparse.unit.FailureTests.82 1ms 7
3325====================================================================================================
3326+ scalaparse.unit.FailureTests.83 1ms 7
3327====================================================================================================
3328+ scalaparse.unit.FailureTests.84 1ms 7
3329====================================================================================================
3330+ scalaparse.unit.FailureTests.85 0ms 7
3331====================================================================================================
3332+ scalaparse.unit.FailureTests.86 1ms 7
3333====================================================================================================
3334+ scalaparse.unit.FailureTests.87 4ms 7
3335====================================================================================================
3336+ scalaparse.unit.FailureTests.88 2ms 7
3337====================================================================================================
3338+ scalaparse.unit.FailureTests.89 1ms 7
3339====================================================================================================
3340+ scalaparse.unit.FailureTests.90 2ms 7
3341====================================================================================================
3342+ scalaparse.unit.FailureTests.91 2ms 7
3343====================================================================================================
3344+ scalaparse.unit.FailureTests.92 3ms 7
3345====================================================================================================
3346+ scalaparse.unit.FailureTests.93 0ms 7
3347-------------------------------- Running Tests --------------------------------
3348running
3349Checking...
3350
33511
33525
335318
335467
3355260
33561029
3357+ scalaparse.unit.SuccessTests.0 53ms
3358Checking...
3359
33601
33615
336218
336367
3364260
33651029
3366+ scalaparse.unit.SuccessTests.1 6ms
3367Checking...
3368
33691
33705
337118
337267
3373260
33741029
3375+ scalaparse.unit.SuccessTests.2 12ms
3376Checking...
3377
33781
33795
338018
338167
3382260
33831029
3384+ scalaparse.unit.SuccessTests.3 13ms
3385Checking...
3386
33871
33885
338918
339067
3391260
33921029
3393+ scalaparse.unit.SuccessTests.4 9ms
3394Checking...
3395
33961
33975
339818
339967
3400260
34011029
3402+ scalaparse.unit.SuccessTests.5 33ms
3403Checking...
3404
34051
34065
340718
340867
3409260
34101029
3411+ scalaparse.unit.SuccessTests.6 39ms
3412Checking...
3413
34141
34155
341618
341767
3418260
34191029
3420+ scalaparse.unit.SuccessTests.7 17ms
3421Checking...
3422
34231
34245
342518
342667
3427260
34281029
3429+ scalaparse.unit.SuccessTests.8 7ms
3430Checking...
3431
34321
34335
343418
343567
3436260
34371029
3438+ scalaparse.unit.SuccessTests.9 12ms
3439Checking...
3440
34411
34425
344318
344467
3445260
34461029
3447+ scalaparse.unit.SuccessTests.10 7ms
3448Checking...
3449
34501
34515
345218
345367
3454260
34551029
3456+ scalaparse.unit.SuccessTests.11 33ms
3457Checking...
3458
34591
34605
346118
346267
3463260
34641029
3465+ scalaparse.unit.SuccessTests.12 20ms
3466Checking...
3467
34681
34695
347018
347167
3472260
34731029
3474+ scalaparse.unit.SuccessTests.13 10ms
3475Checking...
3476
34771
34785
347918
348067
3481260
34821029
3483+ scalaparse.unit.SuccessTests.14 15ms
3484Checking...
3485
34861
34875
348818
348967
3490260
34911029
3492+ scalaparse.unit.SuccessTests.15 11ms
3493Checking...
3494
34951
34965
349718
349867
3499260
35001029
3501+ scalaparse.unit.SuccessTests.16 14ms
3502Checking...
3503
35041
35055
350618
350767
3508260
35091029
3510+ scalaparse.unit.SuccessTests.17 9ms
3511Checking...
3512
35131
35145
351518
351667
3517260
35181029
3519+ scalaparse.unit.SuccessTests.18 10ms
3520Checking...
3521
35221
35235
352418
352567
3526260
35271029
3528+ scalaparse.unit.SuccessTests.19 8ms
3529Checking...
3530
35311
35325
353318
353467
3535260
35361029
3537+ scalaparse.unit.SuccessTests.20 8ms
3538Checking...
3539
35401
35415
354218
354367
3544260
35451029
3546+ scalaparse.unit.SuccessTests.21 10ms
3547Checking...
3548
35491
35505
355118
355267
3553260
35541029
3555+ scalaparse.unit.SuccessTests.22 9ms
3556Checking...
3557
35581
35595
356018
356167
3562260
35631029
3564+ scalaparse.unit.SuccessTests.23 6ms
3565Checking...
3566
35671
35685
356918
357067
3571260
35721029
3573+ scalaparse.unit.SuccessTests.24 8ms
3574Checking...
3575
35761
35775
357818
357967
3580260
35811029
3582+ scalaparse.unit.SuccessTests.25 9ms
3583Checking...
3584
35851
35865
358718
358867
3589260
35901029
3591+ scalaparse.unit.SuccessTests.26 9ms
3592Checking...
3593
35941
35955
359618
359767
3598260
35991029
3600+ scalaparse.unit.SuccessTests.27 15ms
3601Checking...
3602
36031
36045
360518
360667
3607260
36081029
3609+ scalaparse.unit.SuccessTests.28 9ms
3610Checking...
3611
36121
36135
361418
361567
3616260
36171029
3618+ scalaparse.unit.SuccessTests.29 11ms
3619Checking...
3620
36211
36225
362318
362467
3625260
36261029
3627+ scalaparse.unit.SuccessTests.30 14ms
3628Checking...
3629
36301
36315
363218
363367
3634260
36351029
3636+ scalaparse.unit.SuccessTests.31 10ms
3637Checking...
3638
36391
36405
364118
364267
3643260
36441029
3645+ scalaparse.unit.SuccessTests.32 7ms
3646Checking...
3647
36481
36495
365018
365167
3652260
36531029
3654+ scalaparse.unit.SuccessTests.33 9ms
3655Checking...
3656
36571
36585
365918
366067
3661260
36621029
3663+ scalaparse.unit.SuccessTests.34 7ms
3664Checking...
3665
36661
36675
366818
366967
3670260
36711029
3672+ scalaparse.unit.SuccessTests.35 6ms
3673Checking...
3674
36751
36765
367718
367867
3679260
36801029
3681+ scalaparse.unit.SuccessTests.36 23ms
3682Checking...
3683
36841
36855
368618
368767
3688260
36891029
3690+ scalaparse.unit.SuccessTests.37 7ms
3691Checking...
3692
36931
36945
369518
369667
3697260
36981029
3699+ scalaparse.unit.SuccessTests.38 3ms
3700Checking...
3701
37021
37035
370418
370567
3706260
37071029
3708+ scalaparse.unit.SuccessTests.39 14ms
3709Checking...
3710
37111
37125
371318
371467
3715260
37161029
3717+ scalaparse.unit.SuccessTests.40 24ms
3718Checking...
3719
37201
37215
372218
372367
3724260
37251029
3726+ scalaparse.unit.SuccessTests.41 22ms
3727Checking...
3728
37291
37305
373118
373267
3733260
37341029
3735+ scalaparse.unit.SuccessTests.42 33ms
3736Checking...
3737
37381
37395
374018
374167
3742260
37431029
3744+ scalaparse.unit.SuccessTests.43 14ms
3745Checking...
3746
37471
37485
374918
375067
3751260
37521029
3753+ scalaparse.unit.SuccessTests.44 11ms
3754Checking...
3755
37561
37575
375818
375967
3760260
37611029
3762+ scalaparse.unit.SuccessTests.45 11ms
3763Checking...
3764
37651
37665
376718
376867
3769260
37701029
3771+ scalaparse.unit.SuccessTests.46 16ms
3772Checking...
3773
37741
37755
377618
377767
3778260
37791029
3780+ scalaparse.unit.SuccessTests.47 11ms
3781Checking...
3782
37831
37845
378518
378667
3787260
37881029
3789+ scalaparse.unit.SuccessTests.48 8ms
3790Checking...
3791
37921
37935
379418
379567
3796260
37971029
3798+ scalaparse.unit.SuccessTests.49 11ms
3799Checking...
3800
38011
38025
380318
380467
3805260
38061029
3807+ scalaparse.unit.SuccessTests.50 13ms
3808Checking...
3809
38101
38115
381218
381367
3814260
38151029
3816+ scalaparse.unit.SuccessTests.51 11ms
3817Checking...
3818
38191
38205
382118
382267
3823260
38241029
3825+ scalaparse.unit.SuccessTests.52 9ms
3826Checking...
3827
38281
38295
383018
383167
3832260
38331029
3834+ scalaparse.unit.SuccessTests.53 6ms
3835Checking...
3836
38371
38385
383918
384067
3841260
38421029
3843+ scalaparse.unit.SuccessTests.54 6ms
3844Checking...
3845
38461
38475
384818
384967
3850260
38511029
3852+ scalaparse.unit.SuccessTests.55 10ms
3853Checking...
3854
38551
38565
385718
385867
3859260
38601029
3861+ scalaparse.unit.SuccessTests.56 6ms
3862Checking...
3863
38641
38655
386618
386767
3868260
38691029
3870+ scalaparse.unit.SuccessTests.57 8ms
3871Checking...
3872
38731
38745
387518
387667
3877260
38781029
3879+ scalaparse.unit.SuccessTests.58 5ms
3880Checking...
3881
38821
38835
388418
388567
3886260
38871029
3888+ scalaparse.unit.SuccessTests.59 8ms
3889Checking...
3890
38911
38925
389318
389467
3895260
38961029
3897+ scalaparse.unit.SuccessTests.60 14ms
3898Checking...
3899
39001
39015
390218
390367
3904260
39051029
3906+ scalaparse.unit.SuccessTests.61 18ms
3907Checking...
3908
39091
39105
391118
391267
3913260
39141029
3915+ scalaparse.unit.SuccessTests.62 4ms
3916Checking...
3917
39181
39195
392018
392167
3922260
39231029
3924+ scalaparse.unit.SuccessTests.63 7ms
3925Checking...
3926
39271
39285
392918
393067
3931260
39321029
3933+ scalaparse.unit.SuccessTests.64 2ms
3934Checking...
3935
39361
39375
393818
393967
3940260
39411029
3942+ scalaparse.unit.SuccessTests.65 6ms
3943Checking...
3944
39451
39465
394718
394867
3949260
39501029
3951+ scalaparse.unit.SuccessTests.66 7ms
3952Checking...
3953
39541
39555
395618
395767
3958260
39591029
3960+ scalaparse.unit.SuccessTests.67 10ms
3961Checking...
3962
39631
39645
396518
396667
3967260
39681029
3969+ scalaparse.unit.SuccessTests.68 5ms
3970Checking...
3971
39721
39735
397418
397567
3976260
39771029
3978+ scalaparse.unit.SuccessTests.69 7ms
3979Checking...
3980
39811
39825
398318
398467
3985260
39861029
3987+ scalaparse.unit.SuccessTests.70 4ms
3988Checking...
3989
39901
39915
399218
399367
3994260
39951029
3996+ scalaparse.unit.SuccessTests.71 6ms
3997Checking...
3998
39991
40005
400118
400267
4003260
40041029
4005+ scalaparse.unit.SuccessTests.72 10ms
4006Checking...
4007
40081
40095
401018
401167
4012260
40131029
4014+ scalaparse.unit.SuccessTests.73 9ms
4015Checking...
4016
40171
40185
401918
402067
4021260
40221029
4023+ scalaparse.unit.SuccessTests.74 5ms
4024Checking...
4025
40261
40275
402818
402967
4030260
40311029
4032+ scalaparse.unit.SuccessTests.75 2ms
4033Checking...
4034
40351
40365
403718
403867
4039260
40401029
4041+ scalaparse.unit.SuccessTests.76 3ms
4042Checking...
4043
40441
40455
404618
404767
4048260
40491029
4050+ scalaparse.unit.SuccessTests.77 2ms
4051Checking...
4052
40531
40545
405518
405667
4057260
40581029
4059+ scalaparse.unit.SuccessTests.78 2ms
4060Checking...
4061
40621
40635
406418
406567
4066260
40671029
4068+ scalaparse.unit.SuccessTests.79 2ms
4069Checking...
4070
40711
40725
407318
407467
4075260
40761029
4077+ scalaparse.unit.SuccessTests.80 2ms
4078Checking...
4079
40801
40815
408218
408367
4084260
40851029
4086+ scalaparse.unit.SuccessTests.81 1ms
4087Checking...
4088
40891
40905
409118
409267
4093260
40941029
4095+ scalaparse.unit.SuccessTests.82 2ms
4096Checking...
4097
40981
40995
410018
410167
4102260
41031029
4104+ scalaparse.unit.SuccessTests.83 2ms
4105Checking...
4106
41071
41085
410918
411067
4111260
41121029
4113+ scalaparse.unit.SuccessTests.84 8ms
4114Checking...
4115
41161
41175
411818
411967
4120260
41211029
4122+ scalaparse.unit.SuccessTests.85 7ms
4123Checking...
4124
41251
41265
412718
412867
4129260
41301029
4131+ scalaparse.unit.SuccessTests.86 3ms
4132Checking...
4133
41341
41355
413618
413767
4138260
41391029
4140+ scalaparse.unit.SuccessTests.87 8ms
4141Checking...
4142
41431
41445
414518
414667
4147260
41481029
4149+ scalaparse.unit.SuccessTests.88 8ms
4150Checking...
4151
41521
41535
415418
415567
4156260
41571029
4158+ scalaparse.unit.SuccessTests.89 9ms
4159Checking...
4160
41611
41625
416318
416467
4165260
41661029
4167+ scalaparse.unit.SuccessTests.90 6ms
4168Checking...
4169
41701
41715
417218
417367
4174260
41751029
4176+ scalaparse.unit.SuccessTests.91 5ms
4177Checking...
4178
41791
41805
418118
418267
4183260
41841029
4185+ scalaparse.unit.SuccessTests.92 8ms
4186Checking...
4187
41881
41895
419018
419167
4192260
41931029
4194+ scalaparse.unit.SuccessTests.93 8ms
4195Checking...
4196
41971
41985
419918
420067
4201260
42021029
4203+ scalaparse.unit.SuccessTests.94 8ms
4204Checking...
4205
42061
42075
420818
420967
4210260
42111029
4212+ scalaparse.unit.SuccessTests.95 7ms
4213Checking...
4214
42151
42165
421718
421867
4219260
42201029
4221+ scalaparse.unit.SuccessTests.96 9ms
4222Checking...
4223
42241
42255
422618
422767
4228260
42291029
4230+ scalaparse.unit.SuccessTests.97 5ms
4231Checking...
4232
42331
42345
423518
423667
4237260
42381029
4239+ scalaparse.unit.SuccessTests.98 6ms
4240Checking...
4241
42421
42435
424418
424567
4246260
42471029
4248+ scalaparse.unit.SuccessTests.99 4ms
4249Checking...
4250
42511
42525
425318
425467
4255260
42561029
4257+ scalaparse.unit.SuccessTests.100 3ms
4258Checking...
4259
42601
42615
426218
426367
4264260
42651029
4266+ scalaparse.unit.SuccessTests.101 7ms
4267Checking...
4268
42691
42705
427118
427267
4273260
42741029
4275+ scalaparse.unit.SuccessTests.102 8ms
4276Checking...
4277
42781
42795
428018
428167
4282260
42831029
4284+ scalaparse.unit.SuccessTests.103 3ms
4285Checking...
4286
42871
42885
428918
429067
4291260
42921029
4293+ scalaparse.unit.SuccessTests.104 7ms
4294Checking...
4295
42961
42975
429818
429967
4300260
43011029
4302+ scalaparse.unit.SuccessTests.105 4ms
4303Checking...
4304
43051
43065
430718
430867
4309260
43101029
4311+ scalaparse.unit.SuccessTests.106 3ms
4312Checking...
4313
43141
43155
431618
431767
4318260
43191029
4320+ scalaparse.unit.SuccessTests.107 4ms
4321Checking...
4322
43231
43245
432518
432667
4327260
43281029
4329+ scalaparse.unit.SuccessTests.108 4ms
4330Checking...
4331
43321
43335
433418
433567
4336260
43371029
4338+ scalaparse.unit.SuccessTests.109 4ms
4339Checking...
4340
43411
43425
434318
434467
4345260
43461029
4347+ scalaparse.unit.SuccessTests.110 3ms
4348Checking...
4349
43501
43515
435218
435367
4354260
43551029
4356+ scalaparse.unit.SuccessTests.111 5ms
4357Checking...
4358
43591
43605
436118
436267
4363260
43641029
4365+ scalaparse.unit.SuccessTests.112 10ms
4366Checking...
4367
43681
43695
437018
437167
4372260
43731029
4374+ scalaparse.unit.SuccessTests.113 6ms
4375Checking...
4376
43771
43785
437918
438067
4381260
43821029
4383+ scalaparse.unit.SuccessTests.114 5ms
4384Checking...
4385
43861
43875
438818
438967
4390260
43911029
4392+ scalaparse.unit.SuccessTests.115 7ms
4393Checking...
4394
43951
43965
439718
439867
4399260
44001029
4401+ scalaparse.unit.SuccessTests.116 7ms
4402Checking...
4403
44041
44055
440618
440767
4408260
44091029
4410+ scalaparse.unit.SuccessTests.117 5ms
4411Checking...
4412
44131
44145
441518
441667
4417260
44181029
4419+ scalaparse.unit.SuccessTests.118 5ms
4420Checking...
4421
44221
44235
442418
442567
4426260
44271029
4428+ scalaparse.unit.SuccessTests.119 15ms
4429Checking...
4430
44311
44325
443318
443467
4435260
44361029
4437+ scalaparse.unit.SuccessTests.120 6ms
4438Checking...
4439
44401
44415
444218
444367
4444260
44451029
4446+ scalaparse.unit.SuccessTests.121 5ms
4447Checking...
4448
44491
44505
445118
445267
4453260
44541029
4455+ scalaparse.unit.SuccessTests.122 20ms
4456Checking...
4457
44581
44595
446018
446167
4462260
44631029
4464+ scalaparse.unit.SuccessTests.123 5ms
4465Checking...
4466
44671
44685
446918
447067
4471260
44721029
4473+ scalaparse.unit.SuccessTests.124 2ms
4474Checking...
4475
44761
44775
447818
447967
4480260
44811029
4482+ scalaparse.unit.SuccessTests.125 5ms
4483Checking...
4484
44851
44865
448718
448867
4489260
44901029
4491+ scalaparse.unit.SuccessTests.126 3ms
4492Checking...
4493
44941
44955
449618
449767
4498260
44991029
4500+ scalaparse.unit.SuccessTests.127 5ms
4501Checking...
4502
45031
45045
450518
450667
4507260
45081029
4509+ scalaparse.unit.SuccessTests.128 4ms
4510Checking...
4511
45121
45135
451418
451567
4516260
45171029
4518+ scalaparse.unit.SuccessTests.129 8ms
4519Checking...
4520
45211
45225
452318
452467
4525260
45261029
4527+ scalaparse.unit.SuccessTests.130 7ms
4528Checking...
4529
45301
45315
453218
453367
4534260
45351029
4536+ scalaparse.unit.SuccessTests.131 3ms
4537Checking...
4538
45391
45405
454118
454267
4543260
45441029
4545+ scalaparse.unit.SuccessTests.132 5ms
4546Checking...
4547
45481
45495
455018
455167
4552260
45531029
4554+ scalaparse.unit.SuccessTests.133 7ms
4555Checking...
4556
45571
45585
455918
456067
4561260
45621029
4563+ scalaparse.unit.SuccessTests.134 8ms
4564Checking...
4565
45661
45675
456818
456967
4570260
45711029
4572+ scalaparse.unit.SuccessTests.135 4ms
4573Checking...
4574
45751
45765
457718
457867
4579260
45801029
4581+ scalaparse.unit.SuccessTests.136 13ms
4582Checking...
4583
45841
45855
458618
458767
4588260
45891029
4590+ scalaparse.unit.SuccessTests.137 5ms
4591Checking...
4592
45931
45945
459518
459667
4597260
45981029
4599+ scalaparse.unit.SuccessTests.138 5ms
4600Checking...
4601
46021
46035
460418
460567
4606260
46071029
4608+ scalaparse.unit.SuccessTests.139 3ms
4609Checking...
4610
46111
46125
461318
461467
4615260
46161029
4617+ scalaparse.unit.SuccessTests.140 1ms
4618Checking...
4619
46201
46215
462218
462367
4624260
46251029
4626+ scalaparse.unit.SuccessTests.141 5ms
4627Checking...
4628
46291
46305
463118
463267
4633260
46341029
4635+ scalaparse.unit.SuccessTests.142 4ms
4636Checking...
4637
46381
46395
464018
464167
4642260
46431029
4644+ scalaparse.unit.SuccessTests.143 3ms
4645Checking...
4646
46471
46485
464918
465067
4651260
46521029
4653+ scalaparse.unit.SuccessTests.144 11ms
4654Checking...
4655
46561
46575
465818
465967
4660260
46611029
4662+ scalaparse.unit.SuccessTests.145 5ms
4663Checking...
4664
46651
46665
466718
466867
4669260
46701029
4671+ scalaparse.unit.SuccessTests.146 5ms
4672Checking...
4673
46741
46755
467618
467767
4678260
46791029
4680+ scalaparse.unit.SuccessTests.147 8ms
4681Checking...
4682
46831
46845
468518
468667
4687260
46881029
4689+ scalaparse.unit.SuccessTests.148 3ms
4690Checking...
4691
46921
46935
469418
469567
4696260
46971029
4698+ scalaparse.unit.SuccessTests.149 3ms
4699Checking...
4700
47011
47025
470318
470467
4705260
47061029
4707+ scalaparse.unit.SuccessTests.150 3ms
4708Checking...
4709
47101
47115
471218
471367
4714260
47151029
4716+ scalaparse.unit.SuccessTests.151 6ms
4717Checking...
4718
47191
47205
472118
472267
4723260
47241029
4725+ scalaparse.unit.SuccessTests.152 5ms
4726Checking...
4727
47281
47295
473018
473167
4732260
47331029
4734+ scalaparse.unit.SuccessTests.153 10ms
4735Checking...
4736
47371
47385
473918
474067
4741260
47421029
4743+ scalaparse.unit.SuccessTests.154 34ms
4744Checking...
4745
47461
47475
474818
474967
4750260
47511029
4752+ scalaparse.unit.SuccessTests.155 7ms
4753Checking...
4754
47551
47565
475718
475867
4759260
47601029
4761+ scalaparse.unit.SuccessTests.156 4ms
4762Checking...
4763
47641
47655
476618
476767
4768260
47691029
4770+ scalaparse.unit.SuccessTests.157 6ms
4771Checking...
4772
47731
47745
477518
477667
4777260
47781029
4779+ scalaparse.unit.SuccessTests.158 7ms
4780Checking...
4781
47821
47835
478418
478567
4786260
47871029
4788+ scalaparse.unit.SuccessTests.159 2ms
4789Checking...
4790
47911
47925
479318
479467
4795260
47961029
4797+ scalaparse.unit.SuccessTests.160 4ms
4798Checking...
4799
48001
48015
480218
480367
4804260
48051029
4806+ scalaparse.unit.SuccessTests.161 3ms
4807Checking...
4808
48091
48105
481118
481267
4813260
48141029
4815+ scalaparse.unit.SuccessTests.162 3ms
4816Checking...
4817
48181
48195
482018
482167
4822260
48231029
4824+ scalaparse.unit.SuccessTests.163 3ms
4825Checking...
4826
48271
48285
482918
483067
4831260
48321029
4833+ scalaparse.unit.SuccessTests.164 5ms
4834Checking...
4835
48361
48375
483818
483967
4840260
48411029
4842+ scalaparse.unit.SuccessTests.165 17ms
4843Checking...
4844
48451
48465
484718
484867
4849260
48501029
4851+ scalaparse.unit.SuccessTests.166 5ms
4852Checking...
4853
48541
48555
485618
485767
4858260
48591029
4860+ scalaparse.unit.SuccessTests.167 23ms
4861Checking...
4862
48631
48645
486518
486667
4867260
48681029
4869+ scalaparse.unit.SuccessTests.168 7ms
4870Checking...
4871
48721
48735
487418
487567
4876260
48771029
4878+ scalaparse.unit.SuccessTests.169 6ms
4879Checking...
4880
48811
48825
488318
488467
4885260
48861029
4887+ scalaparse.unit.SuccessTests.170 3ms
4888Checking...
4889
48901
48915
489218
489367
4894260
48951029
4896+ scalaparse.unit.SuccessTests.171 26ms
4897Checking...
4898
48991
49005
490118
490267
4903260
49041029
4905+ scalaparse.unit.SuccessTests.172 9ms
4906Checking...
4907
49081
49095
491018
491167
4912260
49131029
4914+ scalaparse.unit.SuccessTests.173 7ms
4915Checking...
4916
49171
49185
491918
492067
4921260
49221029
4923+ scalaparse.unit.SuccessTests.174 7ms
4924Checking...
4925
49261
49275
492818
492967
4930260
49311029
4932+ scalaparse.unit.SuccessTests.175 4ms
4933Checking...
4934
49351
49365
493718
493867
4939260
49401029
4941+ scalaparse.unit.SuccessTests.176 10ms
4942Checking...
4943
49441
49455
494618
494767
4948260
49491029
4950+ scalaparse.unit.SuccessTests.177 9ms
4951Checking...
4952
49531
49545
495518
495667
4957260
49581029
4959+ scalaparse.unit.SuccessTests.178 8ms
4960Checking...
4961
49621
49635
496418
496567
4966260
49671029
4968+ scalaparse.unit.SuccessTests.179 3ms
4969Checking...
4970
49711
49725
497318
497467
4975260
49761029
4977+ scalaparse.unit.SuccessTests.180 4ms
4978Checking...
4979
49801
49815
498218
498367
4984260
49851029
4986+ scalaparse.unit.SuccessTests.181 4ms
4987Checking...
4988
49891
49905
499118
499267
4993260
49941029
4995+ scalaparse.unit.SuccessTests.182 6ms
4996Checking...
4997
49981
49995
500018
500167
5002260
50031029
5004+ scalaparse.unit.SuccessTests.183 7ms
5005Checking...
5006
50071
50085
500918
501067
5011260
50121029
5013+ scalaparse.unit.SuccessTests.184 2ms
5014Checking...
5015
50161
50175
501818
501967
5020260
50211029
5022+ scalaparse.unit.SuccessTests.185 3ms
5023Checking...
5024
50251
50265
502718
502867
5029260
50301029
5031+ scalaparse.unit.SuccessTests.186 3ms
5032Checking...
5033
50341
50355
503618
503767
5038260
50391029
5040+ scalaparse.unit.SuccessTests.187 7ms
5041Checking...
5042
50431
50445
504518
504667
5047260
50481029
5049+ scalaparse.unit.SuccessTests.188 2ms
5050Checking...
5051
50521
50535
505418
505567
5056260
50571029
5058+ scalaparse.unit.SuccessTests.189 4ms
5059Checking...
5060
50611
50625
506318
506467
5065260
50661029
5067+ scalaparse.unit.SuccessTests.190 17ms
5068Checking...
5069
50701
50715
507218
507367
5074260
50751029
5076+ scalaparse.unit.SuccessTests.191 19ms
5077Checking...
5078
50791
50805
508118
508267
5083260
50841029
5085+ scalaparse.unit.SuccessTests.192 34ms
5086Checking...
5087
50881
50895
509018
509167
5092260
50931029
5094+ scalaparse.unit.SuccessTests.193 5ms
5095Checking...
5096
50971
50985
509918
510067
5101260
51021029
5103+ scalaparse.unit.SuccessTests.194 0ms
5104Checking...
5105
51061
51075
510818
510967
5110260
51111029
5112+ scalaparse.unit.SuccessTests.195 3ms
5113Checking...
5114
51151
51165
511718
511867
5119260
51201029
5121+ scalaparse.unit.SuccessTests.196 5ms
5122Checking...
5123
51241
51255
512618
512767
5128260
51291029
5130+ scalaparse.unit.SuccessTests.197 0ms
5131Checking...
5132
51331
51345
513518
513667
5137260
51381029
5139+ scalaparse.unit.SuccessTests.198 0ms
5140-------------------------------- Running Tests --------------------------------
5141Checking...
5142
51431
51445
514518
514667
5147260
51481029
5149+ scalaparse.unit.TrailingCommasTests.pos.ArgumentExprs1 22ms
5150Checking...
5151
51521
51535
515418
515567
5156260
51571029
5158+ scalaparse.unit.TrailingCommasTests.pos.ArgumentExprs2 8ms
5159Checking...
5160
51611
51625
516318
516467
5165260
51661029
5167+ scalaparse.unit.TrailingCommasTests.pos.Params 4ms
5168Checking...
5169
51701
51715
517218
517367
5174260
51751029
5176+ scalaparse.unit.TrailingCommasTests.pos.ClassParams 7ms
5177Checking...
5178
51791
51805
518118
518267
5183260
51841029
5185+ scalaparse.unit.TrailingCommasTests.pos.SimpleExpr1 6ms
5186Checking...
5187
51881
51895
519018
519167
5192260
51931029
5194+ scalaparse.unit.TrailingCommasTests.pos.TypeArgs 3ms
5195Checking...
5196
51971
51985
519918
520067
5201260
52021029
5203+ scalaparse.unit.TrailingCommasTests.pos.TypeParamClause 1ms
5204Checking...
5205
52061
52075
520818
520967
5210260
52111029
5212+ scalaparse.unit.TrailingCommasTests.pos.FunTypeParamClause 2ms
5213Checking...
5214
52151
52165
521718
521867
5219260
52201029
5221+ scalaparse.unit.TrailingCommasTests.pos.SimpleType 4ms
5222Checking...
5223
52241
52255
522618
522767
5228260
52291029
5230+ scalaparse.unit.TrailingCommasTests.pos.FunctionArgTypes 5ms
5231Checking...
5232
52331
52345
523518
523667
5237260
52381029
5239+ scalaparse.unit.TrailingCommasTests.pos.SimplePattern 16ms
5240Checking...
5241
52421
52435
524418
524567
5246260
52471029
5248+ scalaparse.unit.TrailingCommasTests.pos.ImportSelectors 1ms
5249Checking...
5250
52511
52525
525318
525467
5255260
52561029
5257+ scalaparse.unit.TrailingCommasTests.pos.Bindings 6ms
5258====================================================================================================
5259+ scalaparse.unit.TrailingCommasTests.neg.ArgumentExprs1 10ms 7
5260====================================================================================================
5261+ scalaparse.unit.TrailingCommasTests.neg.ArgumentExprs2 1ms 7
5262====================================================================================================
5263+ scalaparse.unit.TrailingCommasTests.neg.ArgumentExprs3 1ms 7
5264====================================================================================================
5265+ scalaparse.unit.TrailingCommasTests.neg.ArgumentExprs4 1ms 7
5266====================================================================================================
5267+ scalaparse.unit.TrailingCommasTests.neg.Params1 2ms 7
5268====================================================================================================
5269+ scalaparse.unit.TrailingCommasTests.neg.Params2 1ms 7
5270====================================================================================================
5271+ scalaparse.unit.TrailingCommasTests.neg.ClassParams1 1ms 7
5272====================================================================================================
5273+ scalaparse.unit.TrailingCommasTests.neg.ClassParams2 1ms 7
5274====================================================================================================
5275+ scalaparse.unit.TrailingCommasTests.neg.SimpleExpr 1ms 7
5276====================================================================================================
5277+ scalaparse.unit.TrailingCommasTests.neg.TypeArgs 1ms 7
5278====================================================================================================
5279+ scalaparse.unit.TrailingCommasTests.neg.TypeParamClause 0ms 7
5280====================================================================================================
5281+ scalaparse.unit.TrailingCommasTests.neg.FunTypeParamClause 0ms 7
5282====================================================================================================
5283+ scalaparse.unit.TrailingCommasTests.neg.SimpleType 1ms 7
5284====================================================================================================
5285+ scalaparse.unit.TrailingCommasTests.neg.FunctionArgTypes 0ms 7
5286====================================================================================================
5287+ scalaparse.unit.TrailingCommasTests.neg.SimplePattern 1ms 7
5288====================================================================================================
5289+ scalaparse.unit.TrailingCommasTests.neg.ImportSelectors 0ms 7
5290====================================================================================================
5291+ scalaparse.unit.TrailingCommasTests.neg.Import 0ms 7
5292====================================================================================================
5293+ scalaparse.unit.TrailingCommasTests.neg.ValDcl 0ms 7
5294====================================================================================================
5295+ scalaparse.unit.TrailingCommasTests.neg.VarDcl 0ms 7
5296====================================================================================================
5297+ scalaparse.unit.TrailingCommasTests.neg.VarDef 0ms 7
5298====================================================================================================
5299+ scalaparse.unit.TrailingCommasTests.neg.PatDef 1ms 7
5300====================================================================================================
5301+ scalaparse.unit.TrailingCommasTests.neg.Tuple1 value case 0ms 7
5302====================================================================================================
5303+ scalaparse.unit.TrailingCommasTests.neg.Tuple1 type case 1ms 7
5304----------------------------------- Results -----------------------------------
5305- scalaparse.unit.TrailingCommasTests 109ms
5306 - pos 85ms
5307 + ArgumentExprs1 22ms
5308 + ArgumentExprs2 8ms
5309 + Params 4ms
5310 + ClassParams 7ms
5311 + SimpleExpr1 6ms
5312 + TypeArgs 3ms
5313 + TypeParamClause 1ms
5314 + FunTypeParamClause 2ms
5315 + SimpleType 4ms
5316 + FunctionArgTypes 5ms
5317 + SimplePattern 16ms
5318 + ImportSelectors 1ms
5319 + Bindings 6ms
5320 - neg 24ms
5321 + ArgumentExprs1 10ms 7
5322 + ArgumentExprs2 1ms 7
5323 + ArgumentExprs3 1ms 7
5324 + ArgumentExprs4 1ms 7
5325 + Params1 2ms 7
5326 + Params2 1ms 7
5327 + ClassParams1 1ms 7
5328 + ClassParams2 1ms 7
5329 + SimpleExpr 1ms 7
5330 + TypeArgs 1ms 7
5331 + TypeParamClause 0ms 7
5332 + FunTypeParamClause 0ms 7
5333 + SimpleType 1ms 7
5334 + FunctionArgTypes 0ms 7
5335 + SimplePattern 1ms 7
5336 + ImportSelectors 0ms 7
5337 + Import 0ms 7
5338 + ValDcl 0ms 7
5339 + VarDcl 0ms 7
5340 + VarDef 0ms 7
5341 + PatDef 1ms 7
5342 + Tuple1 value case 0ms 7
5343 + Tuple1 type case 1ms 7
5344- scalaparse.unit.SuccessTests 1673ms
5345 + 0 53ms
5346 + 1 6ms
5347 + 2 12ms
5348 + 3 13ms
5349 + 4 9ms
5350 + 5 33ms
5351 + 6 39ms
5352 + 7 17ms
5353 + 8 7ms
5354 + 9 12ms
5355 + 10 7ms
5356 + 11 33ms
5357 + 12 20ms
5358 + 13 10ms
5359 + 14 15ms
5360 + 15 11ms
5361 + 16 14ms
5362 + 17 9ms
5363 + 18 10ms
5364 + 19 8ms
5365 + 20 8ms
5366 + 21 10ms
5367 + 22 9ms
5368 + 23 6ms
5369 + 24 8ms
5370 + 25 9ms
5371 + 26 9ms
5372 + 27 15ms
5373 + 28 9ms
5374 + 29 11ms
5375 + 30 14ms
5376 + 31 10ms
5377 + 32 7ms
5378 + 33 9ms
5379 + 34 7ms
5380 + 35 6ms
5381 + 36 23ms
5382 + 37 7ms
5383 + 38 3ms
5384 + 39 14ms
5385 + 40 24ms
5386 + 41 22ms
5387 + 42 33ms
5388 + 43 14ms
5389 + 44 11ms
5390 + 45 11ms
5391 + 46 16ms
5392 + 47 11ms
5393 + 48 8ms
5394 + 49 11ms
5395 + 50 13ms
5396 + 51 11ms
5397 + 52 9ms
5398 + 53 6ms
5399 + 54 6ms
5400 + 55 10ms
5401 + 56 6ms
5402 + 57 8ms
5403 + 58 5ms
5404 + 59 8ms
5405 + 60 14ms
5406 + 61 18ms
5407 + 62 4ms
5408 + 63 7ms
5409 + 64 2ms
5410 + 65 6ms
5411 + 66 7ms
5412 + 67 10ms
5413 + 68 5ms
5414 + 69 7ms
5415 + 70 4ms
5416 + 71 6ms
5417 + 72 10ms
5418 + 73 9ms
5419 + 74 5ms
5420 + 75 2ms
5421 + 76 3ms
5422 + 77 2ms
5423 + 78 2ms
5424 + 79 2ms
5425 + 80 2ms
5426 + 81 1ms
5427 + 82 2ms
5428 + 83 2ms
5429 + 84 8ms
5430 + 85 7ms
5431 + 86 3ms
5432 + 87 8ms
5433 + 88 8ms
5434 + 89 9ms
5435 + 90 6ms
5436 + 91 5ms
5437 + 92 8ms
5438 + 93 8ms
5439 + 94 8ms
5440 + 95 7ms
5441 + 96 9ms
5442 + 97 5ms
5443 + 98 6ms
5444 + 99 4ms
5445 + 100 3ms
5446 + 101 7ms
5447 + 102 8ms
5448 + 103 3ms
5449 + 104 7ms
5450 + 105 4ms
5451 + 106 3ms
5452 + 107 4ms
5453 + 108 4ms
5454 + 109 4ms
5455 + 110 3ms
5456 + 111 5ms
5457 + 112 10ms
5458 + 113 6ms
5459 + 114 5ms
5460 + 115 7ms
5461 + 116 7ms
5462 + 117 5ms
5463 + 118 5ms
5464 + 119 15ms
5465 + 120 6ms
5466 + 121 5ms
5467 + 122 20ms
5468 + 123 5ms
5469 + 124 2ms
5470 + 125 5ms
5471 + 126 3ms
5472 + 127 5ms
5473 + 128 4ms
5474 + 129 8ms
5475 + 130 7ms
5476 + 131 3ms
5477 + 132 5ms
5478 + 133 7ms
5479 + 134 8ms
5480 + 135 4ms
5481 + 136 13ms
5482 + 137 5ms
5483 + 138 5ms
5484 + 139 3ms
5485 + 140 1ms
5486 + 141 5ms
5487 + 142 4ms
5488 + 143 3ms
5489 + 144 11ms
5490 + 145 5ms
5491 + 146 5ms
5492 + 147 8ms
5493 + 148 3ms
5494 + 149 3ms
5495 + 150 3ms
5496 + 151 6ms
5497 + 152 5ms
5498 + 153 10ms
5499 + 154 34ms
5500 + 155 7ms
5501 + 156 4ms
5502 + 157 6ms
5503 + 158 7ms
5504 + 159 2ms
5505 + 160 4ms
5506 + 161 3ms
5507 + 162 3ms
5508 + 163 3ms
5509 + 164 5ms
5510 + 165 17ms
5511 + 166 5ms
5512 + 167 23ms
5513 + 168 7ms
5514 + 169 6ms
5515 + 170 3ms
5516 + 171 26ms
5517 + 172 9ms
5518 + 173 7ms
5519 + 174 7ms
5520 + 175 4ms
5521 + 176 10ms
5522 + 177 9ms
5523 + 178 8ms
5524 + 179 3ms
5525 + 180 4ms
5526 + 181 4ms
5527 + 182 6ms
5528 + 183 7ms
5529 + 184 2ms
5530 + 185 3ms
5531 + 186 3ms
5532 + 187 7ms
5533 + 188 2ms
5534 + 189 4ms
5535 + 190 17ms
5536 + 191 19ms
5537 + 192 34ms
5538 + 193 5ms
5539 + 194 0ms
5540 + 195 3ms
5541 + 196 5ms
5542 + 197 0ms
5543 + 198 0ms
5544- scalaparse.unit.FailureTests 720ms
5545 + 0 197ms 7
5546 + 1 14ms 7
5547 + 2 61ms 7
5548 + 3 14ms 7
5549 + 4 45ms 7
5550 + 5 9ms 7
5551 + 6 15ms 7
5552 + 7 10ms 7
5553 + 8 18ms 7
5554 + 9 6ms 7
5555 + 10 12ms 7
5556 + 11 2ms 7
5557 + 12 4ms 7
5558 + 13 17ms 7
5559 + 14 3ms 7
5560 + 15 2ms 7
5561 + 16 11ms 7
5562 + 17 4ms 7
5563 + 18 11ms 7
5564 + 19 18ms 7
5565 + 20 4ms 7
5566 + 21 6ms 7
5567 + 22 5ms 7
5568 + 23 1ms 7
5569 + 24 11ms 7
5570 + 25 10ms 7
5571 + 26 7ms 7
5572 + 27 8ms 7
5573 + 28 11ms 7
5574 + 29 4ms 7
5575 + 30 4ms 7
5576 + 31 4ms 7
5577 + 32 9ms 7
5578 + 33 8ms 7
5579 + 34 4ms 7
5580 + 35 4ms 7
5581 + 36 2ms 7
5582 + 37 2ms 7
5583 + 38 6ms 7
5584 + 39 5ms 7
5585 + 40 3ms 7
5586 + 41 8ms 7
5587 + 42 4ms 7
5588 + 43 5ms 7
5589 + 44 3ms 7
5590 + 45 3ms 7
5591 + 46 3ms 7
5592 + 47 4ms 7
5593 + 48 2ms 7
5594 + 49 2ms 7
5595 + 50 3ms 7
5596 + 51 2ms 7
5597 + 52 1ms 7
5598 + 53 5ms 7
5599 + 54 4ms 7
5600 + 55 3ms 7
5601 + 56 4ms 7
5602 + 57 4ms 7
5603 + 58 3ms 7
5604 + 59 3ms 7
5605 + 60 5ms 7
5606 + 61 4ms 7
5607 + 62 4ms 7
5608 + 63 7ms 7
5609 + 64 3ms 7
5610 + 65 1ms 7
5611 + 66 1ms 7
5612 + 67 2ms 7
5613 + 68 2ms 7
5614 + 69 0ms 7
5615 + 70 0ms 7
5616 + 71 1ms 7
5617 + 72 4ms 7
5618 + 73 2ms 7
5619 + 74 2ms 7
5620 + 75 1ms 7
5621 + 76 1ms 7
5622 + 77 1ms 7
5623 + 78 1ms 7
5624 + 79 1ms 7
5625 + 80 1ms 7
5626 + 81 1ms 7
5627 + 82 1ms 7
5628 + 83 1ms 7
5629 + 84 1ms 7
5630 + 85 0ms 7
5631 + 86 1ms 7
5632 + 87 4ms 7
5633 + 88 2ms 7
5634 + 89 1ms 7
5635 + 90 2ms 7
5636 + 91 2ms 7
5637 + 92 3ms 7
5638 + 93 0ms 7
5639
5640Tests: 329, Passed: 329, Failed: 0
5641Successfully evaluated scalaparse.jvm[3.8.0-RC5].test.test
5642Publishing Artifact(com.lihaoyi,scalaparse_3,3.1.1-1-a8c723-DIRTY60199737) to ivy repo /root/.ivy2/local
5643Successfully evaluated scalaparse.jvm[3.8.0-RC5].publishLocal
5644
5645Starting build for cssparse - [2/3]
5646Failed to resolve scalaVersion, assume it's Scala 3 project
5647[info] compiling 3 Scala sources to /build/repo/out/cssparse/jvm/3.8.0-RC5/compile.dest/classes ...
5648[info] done compiling
5649Successfully evaluated cssparse.jvm[3.8.0-RC5].compile
5650Option -classpath was updated
56511 warning found
5652Successfully evaluated cssparse.jvm[3.8.0-RC5].docJar
5653Failed to resolve scalaVersion, assume it's Scala 3 project
5654Failed to resolve scalaVersion, assume it's Scala 3 project
5655[info] compiling 4 Scala sources to /build/repo/out/cssparse/jvm/3.8.0-RC5/test/compile.dest/classes ...
5656[warn] there were 2 deprecation warnings; re-run with -deprecation for details
5657[warn] one warning found
5658[info] done compiling
5659Successfully evaluated cssparse.jvm[3.8.0-RC5].test.compile
5660-------------------------------- Running Tests --------------------------------
5661+ cssparse.PrettyPrinterTests.basic.test1 132ms
5662+ cssparse.PrettyPrinterTests.basic.test2 28ms
5663+ cssparse.PrettyPrinterTests.basic.test3 20ms
5664-------------------------------- Running Tests --------------------------------
5665+ cssparse.CssTests.basic.test1 3ms
5666+ cssparse.CssTests.basic.test2 2ms
5667+ cssparse.CssTests.basic.test3 2ms
5668+ cssparse.CssTests.basic.test4 2ms
5669+ cssparse.CssTests.basic.test5 1ms
5670+ cssparse.CssTests.basic.test6 1ms
5671+ cssparse.CssTests.basic.test7 2ms
5672+ cssparse.CssTests.basic.issue-#255: comments at the end of a block 1ms
5673-------------------------------- Running Tests --------------------------------
5674target/files/bootstrap.css
5675DOWNLOADING
5676--2025-12-31 20:42:17-- https://github.com/twbs/bootstrap/raw/2c2ac3356425e192f7537227508c809a14aa5850/dist/css/bootstrap.css
5677Resolving github.com (github.com)... 140.82.113.4
5678Connecting to github.com (github.com)|140.82.113.4|:443... connected.
5679HTTP request sent, awaiting response... 302 Found
5680Location: https://raw.githubusercontent.com/twbs/bootstrap/2c2ac3356425e192f7537227508c809a14aa5850/dist/css/bootstrap.css [following]
5681--2025-12-31 20:42:18-- https://raw.githubusercontent.com/twbs/bootstrap/2c2ac3356425e192f7537227508c809a14aa5850/dist/css/bootstrap.css
5682Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.111.133, 185.199.108.133, 185.199.110.133, ...
5683Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.111.133|:443... connected.
5684HTTP request sent, awaiting response... 200 OK
5685Length: 146010 (143K) [text/plain]
5686Saving to: ‘out/repos/bootstrap.css’
5687
5688 0K .......... .......... .......... .......... .......... 35% 5.26M 0s
5689 50K .......... .......... .......... .......... .......... 70% 17.1M 0s
5690 100K .......... .......... .......... .......... .. 100% 8.26M=0.02s
5691
56922025-12-31 20:42:18 (8.11 MB/s) - ‘out/repos/bootstrap.css’ saved [146010/146010]
5693
5694ERROR org.w3c.css.sac.CSSParseException: Error in expression; ':' found after identifier "progid". Line: 3586 Column:17
5695ERROR org.w3c.css.sac.CSSParseException: Error in expression; ':' found after identifier "progid". Line: 6336 Column:17
5696ERROR org.w3c.css.sac.CSSParseException: Error in expression; ':' found after identifier "progid". Line: 6346 Column:17
5697ERROR org.w3c.css.sac.CSSParseException: Error in expression; ':' found after identifier "progid". Line: 3896 Column:17
5698ERROR org.w3c.css.sac.CSSParseException: Error in expression; ':' found after identifier "progid". Line: 6834 Column:17
5699ERROR org.w3c.css.sac.CSSParseException: Error in expression; ':' found after identifier "progid". Line: 6845 Column:17
5700+ cssparse.ProjectTests.twbs/bootstrap/raw/2c2ac3356425e192f7537227508c809a14aa5850/dist/css/bootstrap.css 1356ms
5701target/files/bootstrap.min.css
5702DOWNLOADING
5703--2025-12-31 20:42:19-- https://github.com/twbs/bootstrap/raw/2c2ac3356425e192f7537227508c809a14aa5850/dist/css/bootstrap.min.css
5704Resolving github.com (github.com)... 140.82.113.4
5705Connecting to github.com (github.com)|140.82.113.4|:443... connected.
5706HTTP request sent, awaiting response... 302 Found
5707Location: https://raw.githubusercontent.com/twbs/bootstrap/2c2ac3356425e192f7537227508c809a14aa5850/dist/css/bootstrap.min.css [following]
5708--2025-12-31 20:42:19-- https://raw.githubusercontent.com/twbs/bootstrap/2c2ac3356425e192f7537227508c809a14aa5850/dist/css/bootstrap.min.css
5709Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.108.133, 185.199.109.133, 185.199.110.133, ...
5710Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.108.133|:443... connected.
5711HTTP request sent, awaiting response... 200 OK
5712Length: 121200 (118K) [text/plain]
5713Saving to: ‘out/repos/bootstrap.min.css’
5714
5715 0K .......... .......... .......... .......... .......... 42% 5.38M 0s
5716 50K .......... .......... .......... .......... .......... 84% 16.3M 0s
5717 100K .......... ........ 100% 191M=0.01s
5718
57192025-12-31 20:42:19 (9.50 MB/s) - ‘out/repos/bootstrap.min.css’ saved [121200/121200]
5720
5721ERROR org.w3c.css.sac.CSSParseException: Error in expression; ':' found after identifier "progid". Line: 5 Column:56298
5722ERROR org.w3c.css.sac.CSSParseException: Error in expression; ':' found after identifier "progid". Line: 5 Column:113847
5723ERROR org.w3c.css.sac.CSSParseException: Error in expression; ':' found after identifier "progid". Line: 5 Column:114390
5724ERROR org.w3c.css.sac.CSSParseException: Invalid color "#000\9". Line: 5 Column:115558
5725ERROR org.w3c.css.sac.CSSParseException: Error in expression; ':' found after identifier "progid". Line: 3896 Column:17
5726ERROR org.w3c.css.sac.CSSParseException: Error in expression; ':' found after identifier "progid". Line: 6834 Column:17
5727ERROR org.w3c.css.sac.CSSParseException: Error in expression; ':' found after identifier "progid". Line: 6845 Column:17
5728ERROR org.w3c.css.sac.CSSParseException: Invalid color "#000\9". Line: 6909 Column:21
5729+ cssparse.ProjectTests.twbs/bootstrap/raw/2c2ac3356425e192f7537227508c809a14aa5850/dist/css/bootstrap.min.css 970ms
5730Tests: 13, Passed: 13, Failed: 0
5731Successfully evaluated cssparse.jvm[3.8.0-RC5].test.test
5732Publishing Artifact(com.lihaoyi,cssparse_3,3.1.1-1-a8c723-DIRTY60199737) to ivy repo /root/.ivy2/local
5733Successfully evaluated cssparse.jvm[3.8.0-RC5].publishLocal
5734
5735************************
5736Build summary:
5737[{
5738 "module": "fastparse",
5739 "compile": {"status": "ok", "tookMs": 13045, "warnings": 0, "errors": 0},
5740 "doc": {"status": "ok", "tookMs": 7122, "files": 1, "totalSizeKb": 2976},
5741 "test-compile": {"status": "ok", "tookMs": 36340, "warnings": 0, "errors": 0},
5742 "test": {"status": "ok", "tookMs": 2349, "passed": 202, "failed": 0, "ignored": 0, "skipped": 0, "total": 202, "byFramework": []},
5743 "publish": {"status": "ok", "tookMs": 421},
5744 "metadata": {
5745 "crossScalaVersions": ["2.13.14", "2.12.19", "3.3.3"]
5746}
5747},{
5748 "module": "scalaparse",
5749 "compile": {"status": "ok", "tookMs": 29408, "warnings": 0, "errors": 0},
5750 "doc": {"status": "ok", "tookMs": 5597, "files": 1, "totalSizeKb": 2726},
5751 "test-compile": {"status": "ok", "tookMs": 11418, "warnings": 0, "errors": 0},
5752 "test": {"status": "ok", "tookMs": 4358, "passed": 329, "failed": 0, "ignored": 0, "skipped": 0, "total": 329, "byFramework": []},
5753 "publish": {"status": "ok", "tookMs": 457},
5754 "metadata": {
5755 "crossScalaVersions": ["2.13.14", "2.12.19", "3.3.3"]
5756}
5757},{
5758 "module": "cssparse",
5759 "compile": {"status": "ok", "tookMs": 24306, "warnings": 0, "errors": 0},
5760 "doc": {"status": "ok", "tookMs": 5901, "files": 1, "totalSizeKb": 2825},
5761 "test-compile": {"status": "ok", "tookMs": 9127, "warnings": 0, "errors": 0},
5762 "test": {"status": "ok", "tookMs": 3706, "passed": 13, "failed": 0, "ignored": 0, "skipped": 0, "total": 13, "byFramework": []},
5763 "publish": {"status": "ok", "tookMs": 371},
5764 "metadata": {
5765 "crossScalaVersions": ["2.13.14", "2.12.19", "3.3.3"]
5766}
5767}]
5768************************"
5769
5770Checking patch build.sc...
5771Checking patch .mill-version...
5772Applied patch build.sc cleanly.
5773Applied patch .mill-version cleanly.