Build Logs

sageserpent-open/kineticmerge • 3.8.0-RC6:2026-01-08

Errors

0

Warnings

4027

Total Lines

7673

1##################################
2Clonning https://github.com/sageserpent-open/kineticmerge.git into /build/repo using revision v1.13.2
3##################################
4Note: switching to 'c38cd0b366218677e1fc69238c03fbe32296d6cc'.
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
21Using explicit Scala version for migration: 3.6.3 for source version
22Migrating project for -source:3.6 using Scala 3.6.3
23----
24Preparing build for 3.6.3
25Would try to apply common scalacOption (best-effort, sbt/mill only):
26Append: -rewrite,REQUIRE:-source:3.6-migration
27Remove: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
28
29Try apply source patch:
30Path: src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala
31Pattern: @tailrec
32Replacement:
33Starting compilation server
34Compiling project (Scala 3.7.3, JVM (17))
35Compiled project (Scala 3.7.3, JVM (17))
36Successfully applied pattern '@tailrec' in src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala
37----
38Starting build for 3.6.3
39Execute tests: false
40sbt project found:
41No prepare script found for project sageserpent-open/kineticmerge
42##################################
43Scala version: 3.6.3
44Targets: com.sageserpent%kinetic-merge
45Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","sourceVersion":"3.5","migrationVersions":["3.6+3.6.3","3.7"],"sourcePatches":[{"path":"src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala","pattern":"@tailrec","replaceWith":""}]}
46##################################
47Using extra scalacOptions: -rewrite,REQUIRE:-source:3.6-migration
48Filtering out scalacOptions: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
49[sbt_options] declare -a sbt_options=()
50[process_args] java_version = '17'
51[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
52# Executing command line:
53java
54-Xmx8G
55-Dcommunitybuild.scala=3.6.3
56-Dcommunitybuild.project.dependencies.add=
57-Xmx7G
58-Xms4G
59-Xss8M
60-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
61-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
62-jar
63/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
64"setCrossScalaVersions 3.6.3"
65"++3.6.3 -v"
66"mapScalacOptions "-rewrite,REQUIRE:-source:3.6-migration,-Wconf:msg=can be rewritten automatically under:s" "-indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
67"set every credentials := Nil"
68"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
69"removeScalacOptionsStartingWith -P:wartremover"
70
71moduleMappings
72"runBuild 3.6.3 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","sourceVersion":"3.5","migrationVersions":["3.6+3.6.3","3.7"],"sourcePatches":[{"path":"src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala","pattern":"@tailrec","replaceWith":""}]}""" com.sageserpent%kinetic-merge"
73
74[info] [launcher] getting org.scala-sbt sbt 1.11.7 (this may take some time)...
75[info] welcome to sbt 1.11.7 (Eclipse Adoptium Java 17.0.8)
76[info] loading settings for project repo-build from akka.sbt, build.sbt, plugins.sbt...
77[info] loading project definition from /build/repo/project
78[info] compiling 2 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
79[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
80[info] Compilation completed in 8.892s.
81[info] done compiling
82[info] loading settings for project root from build.sbt, version.sbt...
83[info] set current project to kinetic-merge (in build file:/build/repo/)
84Execute setCrossScalaVersions: 3.6.3
85OpenCB::Changing crossVersion 3.3.7 -> 3.6.3 in root/crossScalaVersions
86[info] set current project to kinetic-merge (in build file:/build/repo/)
87[info] Setting Scala version to 3.6.3 on 1 projects.
88[info] Switching Scala version on:
89[info] * root (3.6.3)
90[info] Excluding projects:
91[info] Reapplying settings...
92[info] set current project to kinetic-merge (in build file:/build/repo/)
93Execute mapScalacOptions: -rewrite,REQUIRE:-source:3.6-migration,-Wconf:msg=can be rewritten automatically under:s -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
94[info] Reapplying settings...
95[info] set current project to kinetic-merge (in build file:/build/repo/)
96[info] Defining Global / credentials, credentials
97[info] The new values will be used by Compile / scalafmtOnly, IntegrationTest / scalafmtOnly and 5 others.
98[info] Run `last` for details.
99[info] Reapplying settings...
100[info] set current project to kinetic-merge (in build file:/build/repo/)
101Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
102[info] Reapplying settings...
103OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
104
105 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
106 Did you mean allExcludeDependencies ?
107 , retry without global scopes
108[info] Reapplying settings...
109[info] set current project to kinetic-merge (in build file:/build/repo/)
110Execute removeScalacOptionsStartingWith: -P:wartremover
111[info] Reapplying settings...
112[info] set current project to kinetic-merge (in build file:/build/repo/)
113[success] Total time: 0 s, completed Jan 8, 2026, 2:33:15 AM
114Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","sourceVersion":"3.5","migrationVersions":["3.6+3.6.3","3.7"],"sourcePatches":[{"path":"src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala","pattern":"@tailrec","replaceWith":""}]}
115Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
116Starting build...
117Projects: Set(root)
118Starting build for ProjectRef(file:/build/repo/,root) (kinetic-merge)... [0/1]
119OpenCB::Exclude Scala3 specific scalacOption `-rewrite` in Scala 2.12.20 module Global
120OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.6-migration` in Scala 2.12.20 module Global
121OpenCB::Filter out '-source:future', matches setting pattern '^-?-source(:.*)?'
122Compile scalacOptions: -java-output-version:17, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.6-migration
123[info] compiling 20 Scala sources to /build/repo/target/scala-3.6.3/classes ...
124[warn] -- Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:1206:34
125[warn] 1206 | given Order[Token] = Token.comparison
126[warn] | ^^^^^^^^^^^^^^^^
127[warn] |method comparison is eta-expanded even though cats.kernel.Order[com.sageserpent.kineticmerge.core.Token] does not have the @FunctionalInterface annotation.
128[warn] -- Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:1207:34
129[warn] 1207 | given Funnel[Token] = Token.funnel
130[warn] | ^^^^^^^^^^^^
131[warn] |method funnel is eta-expanded even though com.google.common.hash.Funnel[com.sageserpent.kineticmerge.core.Token] does not have the @FunctionalInterface annotation.
132[warn] -- Migration Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:858:65
133[warn] 858 | type ParedDownMatch[MatchType <: GenericMatch] = MatchType match
134[warn] | ^
135[warn] |Match type upper bound inferred as GenericMatch, where previously it was defaulted to Any
136[warn] 859 | case GenericMatch => GenericMatch
137[warn] 860 | case PairwiseMatch => PairwiseMatch
138[warn] -- [E205] Potential Issue Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:929:65
139[warn] 929 | .corresponds(leftPotentialAffix)(Eq.eqv)
140[warn] | ^
141[warn] |Given search preference for cats.kernel.Eq[Element] between alternatives
142[warn] | (evidence$2 : cats.kernel.Order[Element])
143[warn] |and
144[warn] | (evidence$1 : cats.kernel.Eq[Element])
145[warn] |will change in the future release.
146[warn] |Current choice : the first alternative
147[warn] |Choice from Scala 3.7 : the second alternative
148[warn] |
149[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
150[warn] |by using @annotation.nowarn("id=205")
151[warn] -- [E205] Potential Issue Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:934:65
152[warn] 934 | .corresponds(leftPotentialAffix)(Eq.eqv))
153[warn] | ^
154[warn] |Given search preference for cats.kernel.Eq[Element] between alternatives
155[warn] | (evidence$2 : cats.kernel.Order[Element])
156[warn] |and
157[warn] | (evidence$1 : cats.kernel.Eq[Element])
158[warn] |will change in the future release.
159[warn] |Current choice : the first alternative
160[warn] |Choice from Scala 3.7 : the second alternative
161[warn] |
162[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
163[warn] |by using @annotation.nowarn("id=205")
164[warn] -- [E205] Potential Issue Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:973:66
165[warn] 973 | .corresponds(rightPotentialAffix)(Eq.eqv)
166[warn] | ^
167[warn] |Given search preference for cats.kernel.Eq[Element] between alternatives
168[warn] | (evidence$2 : cats.kernel.Order[Element])
169[warn] |and
170[warn] | (evidence$1 : cats.kernel.Eq[Element])
171[warn] |will change in the future release.
172[warn] |Current choice : the first alternative
173[warn] |Choice from Scala 3.7 : the second alternative
174[warn] |
175[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
176[warn] |by using @annotation.nowarn("id=205")
177[warn] -- [E205] Potential Issue Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:978:66
178[warn] 978 | .corresponds(rightPotentialAffix)(Eq.eqv))
179[warn] | ^
180[warn] |Given search preference for cats.kernel.Eq[Element] between alternatives
181[warn] | (evidence$2 : cats.kernel.Order[Element])
182[warn] |and
183[warn] | (evidence$1 : cats.kernel.Eq[Element])
184[warn] |will change in the future release.
185[warn] |Current choice : the first alternative
186[warn] |Choice from Scala 3.7 : the second alternative
187[warn] |
188[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
189[warn] |by using @annotation.nowarn("id=205")
190[warn] -- [E205] Potential Issue Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:1470:52
191[warn] 1470 | path -> mergeResult.innerFlatMap(resolution)
192[warn] | ^
193[warn] |Given search preference for cats.kernel.Eq[Element] between alternatives
194[warn] | (evidence$2 : cats.kernel.Order[Element])
195[warn] |and
196[warn] | (evidence$1 : cats.kernel.Eq[Element])
197[warn] |will change in the future release.
198[warn] |Current choice : the first alternative
199[warn] |Choice from Scala 3.7 : the second alternative
200[warn] |
201[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
202[warn] |by using @annotation.nowarn("id=205")
203[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:148:16
204[warn] 148 | (
205[warn] | ^
206[warn] |match may not be exhaustive.
207[warn] |
208[warn] |It would fail on pattern case: (Some(_), _, Some(_)), (Some(_), Some(_), _), (_, Some(_), Some(_)), (Some(_), Some(_), None), (None, None, None)
209[warn] 149 | Option(percentage),
210[warn] 150 | Option(impliedFraction),
211[warn] 151 | Option(explicitFraction)
212[warn] 152 | ).match
213[warn] |
214[warn] | longer explanation available when compiling with `-explain`
215[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:781:10
216[warn] 781 | case (
217[warn] | ^
218[warn] | match may not be exhaustive.
219[warn] |
220[warn] | It would fail on pattern case: (_, (None, None))
221[warn] |
222[warn] | longer explanation available when compiling with `-explain`
223[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:1657:12
224[warn] 1657 | (renamingDescription, transplantationDescription) match
225[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
226[warn] | match may not be exhaustive.
227[warn] |
228[warn] | It would fail on pattern case: (None, None)
229[warn] |
230[warn] | longer explanation available when compiling with `-explain`
231[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:1984:12
232[warn] 1984 | case subsuming: Match.BaseAndLeft[Section[Element]] =>
233[warn] | ^
234[warn] |match may not be exhaustive.
235[warn] |
236[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.Match.BaseAndRight(_, _), com.sageserpent.kineticmerge.core.Match.LeftAndRight(_, _)
237[warn] |
238[warn] | longer explanation available when compiling with `-explain`
239[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:1995:12
240[warn] 1995 | case subsuming: Match.BaseAndRight[Section[Element]] =>
241[warn] | ^
242[warn] |match may not be exhaustive.
243[warn] |
244[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.Match.BaseAndLeft(_, _), com.sageserpent.kineticmerge.core.Match.LeftAndRight(_, _)
245[warn] |
246[warn] | longer explanation available when compiling with `-explain`
247[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2006:12
248[warn] 2006 | case subsuming: Match.LeftAndRight[Section[Element]] =>
249[warn] | ^
250[warn] |match may not be exhaustive.
251[warn] |
252[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.Match.BaseAndLeft(_, _), com.sageserpent.kineticmerge.core.Match.BaseAndRight(_, _)
253[warn] |
254[warn] | longer explanation available when compiling with `-explain`
255[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2288:48
256[warn] 2288 | .modify(_.updatedWith(basePath) { case Some(sectionsSeen) =>
257[warn] | ^
258[warn] | match may not be exhaustive.
259[warn] |
260[warn] | It would fail on pattern case: None
261[warn] |
262[warn] | longer explanation available when compiling with `-explain`
263[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2292:48
264[warn] 2292 | .modify(_.updatedWith(leftPath) { case Some(sectionsSeen) =>
265[warn] | ^
266[warn] | match may not be exhaustive.
267[warn] |
268[warn] | It would fail on pattern case: None
269[warn] |
270[warn] | longer explanation available when compiling with `-explain`
271[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2296:49
272[warn] 2296 | .modify(_.updatedWith(rightPath) { case Some(sectionsSeen) =>
273[warn] | ^
274[warn] | match may not be exhaustive.
275[warn] |
276[warn] | It would fail on pattern case: None
277[warn] |
278[warn] | longer explanation available when compiling with `-explain`
279[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2314:48
280[warn] 2314 | .modify(_.updatedWith(basePath) { case Some(sectionsSeen) =>
281[warn] | ^
282[warn] | match may not be exhaustive.
283[warn] |
284[warn] | It would fail on pattern case: None
285[warn] |
286[warn] | longer explanation available when compiling with `-explain`
287[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2318:48
288[warn] 2318 | .modify(_.updatedWith(leftPath) { case Some(sectionsSeen) =>
289[warn] | ^
290[warn] | match may not be exhaustive.
291[warn] |
292[warn] | It would fail on pattern case: None
293[warn] |
294[warn] | longer explanation available when compiling with `-explain`
295[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2335:48
296[warn] 2335 | .modify(_.updatedWith(basePath) { case Some(sectionsSeen) =>
297[warn] | ^
298[warn] | match may not be exhaustive.
299[warn] |
300[warn] | It would fail on pattern case: None
301[warn] |
302[warn] | longer explanation available when compiling with `-explain`
303[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2339:49
304[warn] 2339 | .modify(_.updatedWith(rightPath) { case Some(sectionsSeen) =>
305[warn] | ^
306[warn] | match may not be exhaustive.
307[warn] |
308[warn] | It would fail on pattern case: None
309[warn] |
310[warn] | longer explanation available when compiling with `-explain`
311[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2356:48
312[warn] 2356 | .modify(_.updatedWith(leftPath) { case Some(sectionsSeen) =>
313[warn] | ^
314[warn] | match may not be exhaustive.
315[warn] |
316[warn] | It would fail on pattern case: None
317[warn] |
318[warn] | longer explanation available when compiling with `-explain`
319[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2360:49
320[warn] 2360 | .modify(_.updatedWith(rightPath) { case Some(sectionsSeen) =>
321[warn] | ^
322[warn] | match may not be exhaustive.
323[warn] |
324[warn] | It would fail on pattern case: None
325[warn] |
326[warn] | longer explanation available when compiling with `-explain`
327[warn] -- [E030] Match case Unreachable Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:509:15
328[warn] 509 | case Some(sections) =>
329[warn] | ^^^^^^^^^^^^^^
330[warn] | Unreachable case
331[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:239:12
332[warn] 239 | (base, left, right) match
333[warn] | ^^^^^^^^^^^^^^^^^^^
334[warn] |match may not be exhaustive.
335[warn] |
336[warn] |It would fail on pattern case: (None, None, None), (None, None, None), (None, None, None)
337[warn] |
338[warn] | longer explanation available when compiling with `-explain`
339[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:394:14
340[warn] 394 | ) { case (partialResult @ head :: _, change) =>
341[warn] | ^
342[warn] | match may not be exhaustive.
343[warn] |
344[warn] | It would fail on pattern case: (Nil, _)
345[warn] |
346[warn] | longer explanation available when compiling with `-explain`
347[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/MoveDestinations.scala:88:6
348[warn] 88 | (left.nonEmpty, right.nonEmpty, coincident.nonEmpty) match
349[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
350[warn] |match may not be exhaustive.
351[warn] |
352[warn] |It would fail on pattern case: (false, false, false), (false, false, false), (false, false, false), (false, false, false), (false, false, false)
353[warn] |
354[warn] | longer explanation available when compiling with `-explain`
355[warn] -- [E030] Match case Unreachable Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/pprintCustomised.scala:16:7
356[warn] 16 | case rangedSeq: RangedSeq[?, ?] =>
357[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
358[warn] | Unreachable case
359[info] [patched file /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala]
360[info] [patched file /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala]
361[info] [patched file /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/LongestCommonSubsequence.scala]
362[warn] 28 warnings found
363[info] done compiling
364Generating version resource: /build/repo/target/scala-3.6.3/resource_managed/main/version.txt for version: 1.13.2
365[info] compiling 3 Scala sources to /build/repo/target/scala-3.6.3/classes ...
366[warn] -- Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:1206:34
367[warn] 1206 | given Order[Token] = Token.comparison
368[warn] | ^^^^^^^^^^^^^^^^
369[warn] |method comparison is eta-expanded even though cats.kernel.Order[com.sageserpent.kineticmerge.core.Token] does not have the @FunctionalInterface annotation.
370[warn] -- Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:1207:34
371[warn] 1207 | given Funnel[Token] = Token.funnel
372[warn] | ^^^^^^^^^^^^
373[warn] |method funnel is eta-expanded even though com.google.common.hash.Funnel[com.sageserpent.kineticmerge.core.Token] does not have the @FunctionalInterface annotation.
374[warn] -- Migration Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:858:65
375[warn] 858 | type ParedDownMatch[MatchType <: GenericMatch] = MatchType match
376[warn] | ^
377[warn] |Match type upper bound inferred as GenericMatch, where previously it was defaulted to Any
378[warn] 859 | case GenericMatch => GenericMatch
379[warn] 860 | case PairwiseMatch => PairwiseMatch
380[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:148:16
381[warn] 148 | (
382[warn] | ^
383[warn] |match may not be exhaustive.
384[warn] |
385[warn] |It would fail on pattern case: (Some(_), _, Some(_)), (Some(_), Some(_), _), (_, Some(_), Some(_)), (Some(_), Some(_), None), (None, None, None)
386[warn] 149 | Option(percentage),
387[warn] 150 | Option(impliedFraction),
388[warn] 151 | Option(explicitFraction)
389[warn] 152 | ).match
390[warn] |
391[warn] | longer explanation available when compiling with `-explain`
392[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:781:10
393[warn] 781 | case (
394[warn] | ^
395[warn] | match may not be exhaustive.
396[warn] |
397[warn] | It would fail on pattern case: (_, (None, None))
398[warn] |
399[warn] | longer explanation available when compiling with `-explain`
400[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:1657:12
401[warn] 1657 | (renamingDescription, transplantationDescription) match
402[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
403[warn] | match may not be exhaustive.
404[warn] |
405[warn] | It would fail on pattern case: (None, None)
406[warn] |
407[warn] | longer explanation available when compiling with `-explain`
408[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:1984:12
409[warn] 1984 | case subsuming: Match.BaseAndLeft[Section[Element]] =>
410[warn] | ^
411[warn] |match may not be exhaustive.
412[warn] |
413[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.Match.BaseAndRight(_, _), com.sageserpent.kineticmerge.core.Match.LeftAndRight(_, _)
414[warn] |
415[warn] | longer explanation available when compiling with `-explain`
416[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:1995:12
417[warn] 1995 | case subsuming: Match.BaseAndRight[Section[Element]] =>
418[warn] | ^
419[warn] |match may not be exhaustive.
420[warn] |
421[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.Match.BaseAndLeft(_, _), com.sageserpent.kineticmerge.core.Match.LeftAndRight(_, _)
422[warn] |
423[warn] | longer explanation available when compiling with `-explain`
424[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2006:12
425[warn] 2006 | case subsuming: Match.LeftAndRight[Section[Element]] =>
426[warn] | ^
427[warn] |match may not be exhaustive.
428[warn] |
429[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.Match.BaseAndLeft(_, _), com.sageserpent.kineticmerge.core.Match.BaseAndRight(_, _)
430[warn] |
431[warn] | longer explanation available when compiling with `-explain`
432[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2288:48
433[warn] 2288 | .modify(_.updatedWith(basePath) { case Some(sectionsSeen) =>
434[warn] | ^
435[warn] | match may not be exhaustive.
436[warn] |
437[warn] | It would fail on pattern case: None
438[warn] |
439[warn] | longer explanation available when compiling with `-explain`
440[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2292:48
441[warn] 2292 | .modify(_.updatedWith(leftPath) { case Some(sectionsSeen) =>
442[warn] | ^
443[warn] | match may not be exhaustive.
444[warn] |
445[warn] | It would fail on pattern case: None
446[warn] |
447[warn] | longer explanation available when compiling with `-explain`
448[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2296:49
449[warn] 2296 | .modify(_.updatedWith(rightPath) { case Some(sectionsSeen) =>
450[warn] | ^
451[warn] | match may not be exhaustive.
452[warn] |
453[warn] | It would fail on pattern case: None
454[warn] |
455[warn] | longer explanation available when compiling with `-explain`
456[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2314:48
457[warn] 2314 | .modify(_.updatedWith(basePath) { case Some(sectionsSeen) =>
458[warn] | ^
459[warn] | match may not be exhaustive.
460[warn] |
461[warn] | It would fail on pattern case: None
462[warn] |
463[warn] | longer explanation available when compiling with `-explain`
464[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2318:48
465[warn] 2318 | .modify(_.updatedWith(leftPath) { case Some(sectionsSeen) =>
466[warn] | ^
467[warn] | match may not be exhaustive.
468[warn] |
469[warn] | It would fail on pattern case: None
470[warn] |
471[warn] | longer explanation available when compiling with `-explain`
472[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2335:48
473[warn] 2335 | .modify(_.updatedWith(basePath) { case Some(sectionsSeen) =>
474[warn] | ^
475[warn] | match may not be exhaustive.
476[warn] |
477[warn] | It would fail on pattern case: None
478[warn] |
479[warn] | longer explanation available when compiling with `-explain`
480[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2339:49
481[warn] 2339 | .modify(_.updatedWith(rightPath) { case Some(sectionsSeen) =>
482[warn] | ^
483[warn] | match may not be exhaustive.
484[warn] |
485[warn] | It would fail on pattern case: None
486[warn] |
487[warn] | longer explanation available when compiling with `-explain`
488[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2356:48
489[warn] 2356 | .modify(_.updatedWith(leftPath) { case Some(sectionsSeen) =>
490[warn] | ^
491[warn] | match may not be exhaustive.
492[warn] |
493[warn] | It would fail on pattern case: None
494[warn] |
495[warn] | longer explanation available when compiling with `-explain`
496[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2360:49
497[warn] 2360 | .modify(_.updatedWith(rightPath) { case Some(sectionsSeen) =>
498[warn] | ^
499[warn] | match may not be exhaustive.
500[warn] |
501[warn] | It would fail on pattern case: None
502[warn] |
503[warn] | longer explanation available when compiling with `-explain`
504[warn] -- [E030] Match case Unreachable Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:509:15
505[warn] 509 | case Some(sections) =>
506[warn] | ^^^^^^^^^^^^^^
507[warn] | Unreachable case
508[warn] 19 warnings found
509[info] done compiling
510[info] compiling 11 Scala sources to /build/repo/target/scala-3.6.3/test-classes ...
511[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:28:34
512[warn] 28 | given Eq[Token] = Token.equality
513[warn] | ^^^^^^^^^^^^^^
514[warn] |method equality is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] does not have the @FunctionalInterface annotation.
515[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:29:34
516[warn] 29 | given Order[Token] = Token.comparison
517[warn] | ^^^^^^^^^^^^^^^^
518[warn] |method comparison is eta-expanded even though cats.kernel.Order[com.sageserpent.kineticmerge.core.Token] does not have the @FunctionalInterface annotation.
519[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:30:34
520[warn] 30 | given Funnel[Token] = Token.funnel
521[warn] | ^^^^^^^^^^^^
522[warn] |method funnel is eta-expanded even though com.google.common.hash.Funnel[com.sageserpent.kineticmerge.core.Token] does not have the @FunctionalInterface annotation.
523[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:161:26
524[warn] 161 | )(configuration): @unchecked
525[warn] | ^
526[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
527[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
528[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
529[warn] | )
530[warn] |and
531[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
532[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
533[warn] |will change in the future release.
534[warn] |Current choice : the first alternative
535[warn] |Choice from Scala 3.7 : the second alternative
536[warn] |
537[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
538[warn] |by using @annotation.nowarn("id=205")
539[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:164:36
540[warn] 164 | codeMotionAnalysis.merge
541[warn] | ^
542[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
543[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
544[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
545[warn] | )
546[warn] |and
547[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
548[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
549[warn] |will change in the future release.
550[warn] |Current choice : the first alternative
551[warn] |Choice from Scala 3.7 : the second alternative
552[warn] |
553[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
554[warn] |by using @annotation.nowarn("id=205")
555[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:217:20
556[warn] 217 | )(configuration): @unchecked
557[warn] | ^
558[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
559[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
560[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
561[warn] | )
562[warn] |and
563[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
564[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
565[warn] |will change in the future release.
566[warn] |Current choice : the first alternative
567[warn] |Choice from Scala 3.7 : the second alternative
568[warn] |
569[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
570[warn] |by using @annotation.nowarn("id=205")
571[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:220:30
572[warn] 220 | codeMotionAnalysis.merge
573[warn] | ^
574[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
575[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
576[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
577[warn] | )
578[warn] |and
579[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
580[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
581[warn] |will change in the future release.
582[warn] |Current choice : the first alternative
583[warn] |Choice from Scala 3.7 : the second alternative
584[warn] |
585[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
586[warn] |by using @annotation.nowarn("id=205")
587[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:299:26
588[warn] 299 | )(configuration): @unchecked
589[warn] | ^
590[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
591[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
592[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
593[warn] | )
594[warn] |and
595[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
596[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
597[warn] |will change in the future release.
598[warn] |Current choice : the first alternative
599[warn] |Choice from Scala 3.7 : the second alternative
600[warn] |
601[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
602[warn] |by using @annotation.nowarn("id=205")
603[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:302:36
604[warn] 302 | codeMotionAnalysis.merge
605[warn] | ^
606[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
607[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
608[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
609[warn] | )
610[warn] |and
611[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
612[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
613[warn] |will change in the future release.
614[warn] |Current choice : the first alternative
615[warn] |Choice from Scala 3.7 : the second alternative
616[warn] |
617[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
618[warn] |by using @annotation.nowarn("id=205")
619[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:396:26
620[warn] 396 | )(configuration): @unchecked
621[warn] | ^
622[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
623[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
624[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
625[warn] | )
626[warn] |and
627[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
628[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
629[warn] |will change in the future release.
630[warn] |Current choice : the first alternative
631[warn] |Choice from Scala 3.7 : the second alternative
632[warn] |
633[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
634[warn] |by using @annotation.nowarn("id=205")
635[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:399:36
636[warn] 399 | codeMotionAnalysis.merge
637[warn] | ^
638[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
639[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
640[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
641[warn] | )
642[warn] |and
643[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
644[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
645[warn] |will change in the future release.
646[warn] |Current choice : the first alternative
647[warn] |Choice from Scala 3.7 : the second alternative
648[warn] |
649[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
650[warn] |by using @annotation.nowarn("id=205")
651[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:439:20
652[warn] 439 | )(configuration): @unchecked
653[warn] | ^
654[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
655[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
656[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
657[warn] | )
658[warn] |and
659[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
660[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
661[warn] |will change in the future release.
662[warn] |Current choice : the first alternative
663[warn] |Choice from Scala 3.7 : the second alternative
664[warn] |
665[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
666[warn] |by using @annotation.nowarn("id=205")
667[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:442:30
668[warn] 442 | codeMotionAnalysis.merge
669[warn] | ^
670[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
671[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
672[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
673[warn] | )
674[warn] |and
675[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
676[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
677[warn] |will change in the future release.
678[warn] |Current choice : the first alternative
679[warn] |Choice from Scala 3.7 : the second alternative
680[warn] |
681[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
682[warn] |by using @annotation.nowarn("id=205")
683[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:489:24
684[warn] 489 | )(configuration): @unchecked
685[warn] | ^
686[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
687[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
688[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
689[warn] | )
690[warn] |and
691[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
692[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
693[warn] |will change in the future release.
694[warn] |Current choice : the first alternative
695[warn] |Choice from Scala 3.7 : the second alternative
696[warn] |
697[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
698[warn] |by using @annotation.nowarn("id=205")
699[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:492:34
700[warn] 492 | codeMotionAnalysis.merge
701[warn] | ^
702[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
703[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
704[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
705[warn] | )
706[warn] |and
707[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
708[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
709[warn] |will change in the future release.
710[warn] |Current choice : the first alternative
711[warn] |Choice from Scala 3.7 : the second alternative
712[warn] |
713[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
714[warn] |by using @annotation.nowarn("id=205")
715[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:548:22
716[warn] 548 | )(configuration): @unchecked
717[warn] | ^
718[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
719[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
720[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
721[warn] | )
722[warn] |and
723[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
724[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
725[warn] |will change in the future release.
726[warn] |Current choice : the first alternative
727[warn] |Choice from Scala 3.7 : the second alternative
728[warn] |
729[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
730[warn] |by using @annotation.nowarn("id=205")
731[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:550:60
732[warn] 550 | val (mergeResultsByPath, _) = codeMotionAnalysis.merge
733[warn] | ^
734[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
735[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
736[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
737[warn] | )
738[warn] |and
739[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
740[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
741[warn] |will change in the future release.
742[warn] |Current choice : the first alternative
743[warn] |Choice from Scala 3.7 : the second alternative
744[warn] |
745[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
746[warn] |by using @annotation.nowarn("id=205")
747[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:612:24
748[warn] 612 | )(configuration): @unchecked
749[warn] | ^
750[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
751[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
752[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
753[warn] | )
754[warn] |and
755[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
756[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
757[warn] |will change in the future release.
758[warn] |Current choice : the first alternative
759[warn] |Choice from Scala 3.7 : the second alternative
760[warn] |
761[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
762[warn] |by using @annotation.nowarn("id=205")
763[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:627:34
764[warn] 627 | codeMotionAnalysis.merge
765[warn] | ^
766[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
767[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
768[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
769[warn] | )
770[warn] |and
771[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
772[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
773[warn] |will change in the future release.
774[warn] |Current choice : the first alternative
775[warn] |Choice from Scala 3.7 : the second alternative
776[warn] |
777[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
778[warn] |by using @annotation.nowarn("id=205")
779[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:695:24
780[warn] 695 | )(configuration): @unchecked
781[warn] | ^
782[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
783[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
784[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
785[warn] | )
786[warn] |and
787[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
788[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
789[warn] |will change in the future release.
790[warn] |Current choice : the first alternative
791[warn] |Choice from Scala 3.7 : the second alternative
792[warn] |
793[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
794[warn] |by using @annotation.nowarn("id=205")
795[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:710:34
796[warn] 710 | codeMotionAnalysis.merge
797[warn] | ^
798[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
799[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
800[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
801[warn] | )
802[warn] |and
803[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
804[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
805[warn] |will change in the future release.
806[warn] |Current choice : the first alternative
807[warn] |Choice from Scala 3.7 : the second alternative
808[warn] |
809[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
810[warn] |by using @annotation.nowarn("id=205")
811[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:821:26
812[warn] 821 | )(configuration): @unchecked
813[warn] | ^
814[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
815[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
816[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
817[warn] | )
818[warn] |and
819[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
820[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
821[warn] |will change in the future release.
822[warn] |Current choice : the first alternative
823[warn] |Choice from Scala 3.7 : the second alternative
824[warn] |
825[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
826[warn] |by using @annotation.nowarn("id=205")
827[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:824:36
828[warn] 824 | codeMotionAnalysis.merge
829[warn] | ^
830[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
831[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
832[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
833[warn] | )
834[warn] |and
835[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
836[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
837[warn] |will change in the future release.
838[warn] |Current choice : the first alternative
839[warn] |Choice from Scala 3.7 : the second alternative
840[warn] |
841[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
842[warn] |by using @annotation.nowarn("id=205")
843[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1020:26
844[warn] 1020 | )(configuration): @unchecked
845[warn] | ^
846[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
847[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
848[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
849[warn] | )
850[warn] |and
851[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
852[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
853[warn] |will change in the future release.
854[warn] |Current choice : the first alternative
855[warn] |Choice from Scala 3.7 : the second alternative
856[warn] |
857[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
858[warn] |by using @annotation.nowarn("id=205")
859[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1023:36
860[warn] 1023 | codeMotionAnalysis.merge
861[warn] | ^
862[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
863[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
864[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
865[warn] | )
866[warn] |and
867[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
868[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
869[warn] |will change in the future release.
870[warn] |Current choice : the first alternative
871[warn] |Choice from Scala 3.7 : the second alternative
872[warn] |
873[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
874[warn] |by using @annotation.nowarn("id=205")
875[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1079:20
876[warn] 1079 | )(configuration): @unchecked
877[warn] | ^
878[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
879[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
880[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
881[warn] | )
882[warn] |and
883[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
884[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
885[warn] |will change in the future release.
886[warn] |Current choice : the first alternative
887[warn] |Choice from Scala 3.7 : the second alternative
888[warn] |
889[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
890[warn] |by using @annotation.nowarn("id=205")
891[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1082:30
892[warn] 1082 | codeMotionAnalysis.merge
893[warn] | ^
894[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
895[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
896[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
897[warn] | )
898[warn] |and
899[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
900[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
901[warn] |will change in the future release.
902[warn] |Current choice : the first alternative
903[warn] |Choice from Scala 3.7 : the second alternative
904[warn] |
905[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
906[warn] |by using @annotation.nowarn("id=205")
907[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1174:20
908[warn] 1174 | )(configuration): @unchecked
909[warn] | ^
910[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
911[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
912[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
913[warn] | )
914[warn] |and
915[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
916[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
917[warn] |will change in the future release.
918[warn] |Current choice : the first alternative
919[warn] |Choice from Scala 3.7 : the second alternative
920[warn] |
921[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
922[warn] |by using @annotation.nowarn("id=205")
923[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1177:30
924[warn] 1177 | codeMotionAnalysis.merge
925[warn] | ^
926[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
927[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
928[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
929[warn] | )
930[warn] |and
931[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
932[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
933[warn] |will change in the future release.
934[warn] |Current choice : the first alternative
935[warn] |Choice from Scala 3.7 : the second alternative
936[warn] |
937[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
938[warn] |by using @annotation.nowarn("id=205")
939[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1218:20
940[warn] 1218 | )(configuration): @unchecked
941[warn] | ^
942[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
943[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
944[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
945[warn] | )
946[warn] |and
947[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
948[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
949[warn] |will change in the future release.
950[warn] |Current choice : the first alternative
951[warn] |Choice from Scala 3.7 : the second alternative
952[warn] |
953[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
954[warn] |by using @annotation.nowarn("id=205")
955[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1221:30
956[warn] 1221 | codeMotionAnalysis.merge
957[warn] | ^
958[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
959[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
960[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
961[warn] | )
962[warn] |and
963[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
964[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
965[warn] |will change in the future release.
966[warn] |Current choice : the first alternative
967[warn] |Choice from Scala 3.7 : the second alternative
968[warn] |
969[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
970[warn] |by using @annotation.nowarn("id=205")
971[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1466:26
972[warn] 1466 | )(configuration): @unchecked
973[warn] | ^
974[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
975[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
976[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
977[warn] | )
978[warn] |and
979[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
980[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
981[warn] |will change in the future release.
982[warn] |Current choice : the first alternative
983[warn] |Choice from Scala 3.7 : the second alternative
984[warn] |
985[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
986[warn] |by using @annotation.nowarn("id=205")
987[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1469:36
988[warn] 1469 | codeMotionAnalysis.merge
989[warn] | ^
990[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
991[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
992[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
993[warn] | )
994[warn] |and
995[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
996[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
997[warn] |will change in the future release.
998[warn] |Current choice : the first alternative
999[warn] |Choice from Scala 3.7 : the second alternative
1000[warn] |
1001[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1002[warn] |by using @annotation.nowarn("id=205")
1003[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1732:26
1004[warn] 1732 | )(configuration): @unchecked
1005[warn] | ^
1006[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
1007[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1008[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
1009[warn] | )
1010[warn] |and
1011[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1012[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
1013[warn] |will change in the future release.
1014[warn] |Current choice : the first alternative
1015[warn] |Choice from Scala 3.7 : the second alternative
1016[warn] |
1017[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1018[warn] |by using @annotation.nowarn("id=205")
1019[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1735:36
1020[warn] 1735 | codeMotionAnalysis.merge
1021[warn] | ^
1022[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
1023[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1024[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
1025[warn] | )
1026[warn] |and
1027[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1028[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
1029[warn] |will change in the future release.
1030[warn] |Current choice : the first alternative
1031[warn] |Choice from Scala 3.7 : the second alternative
1032[warn] |
1033[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1034[warn] |by using @annotation.nowarn("id=205")
1035[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1812:20
1036[warn] 1812 | )(configuration): @unchecked
1037[warn] | ^
1038[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
1039[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1040[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
1041[warn] | )
1042[warn] |and
1043[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1044[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
1045[warn] |will change in the future release.
1046[warn] |Current choice : the first alternative
1047[warn] |Choice from Scala 3.7 : the second alternative
1048[warn] |
1049[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1050[warn] |by using @annotation.nowarn("id=205")
1051[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1815:30
1052[warn] 1815 | codeMotionAnalysis.merge
1053[warn] | ^
1054[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
1055[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1056[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
1057[warn] | )
1058[warn] |and
1059[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1060[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
1061[warn] |will change in the future release.
1062[warn] |Current choice : the first alternative
1063[warn] |Choice from Scala 3.7 : the second alternative
1064[warn] |
1065[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1066[warn] |by using @annotation.nowarn("id=205")
1067[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1887:22
1068[warn] 1887 | )(configuration): @unchecked
1069[warn] | ^
1070[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
1071[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1072[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
1073[warn] | )
1074[warn] |and
1075[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1076[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
1077[warn] |will change in the future release.
1078[warn] |Current choice : the first alternative
1079[warn] |Choice from Scala 3.7 : the second alternative
1080[warn] |
1081[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1082[warn] |by using @annotation.nowarn("id=205")
1083[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1890:32
1084[warn] 1890 | codeMotionAnalysis.merge
1085[warn] | ^
1086[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
1087[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1088[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
1089[warn] | )
1090[warn] |and
1091[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1092[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
1093[warn] |will change in the future release.
1094[warn] |Current choice : the first alternative
1095[warn] |Choice from Scala 3.7 : the second alternative
1096[warn] |
1097[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1098[warn] |by using @annotation.nowarn("id=205")
1099[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1948:22
1100[warn] 1948 | )(configuration): @unchecked
1101[warn] | ^
1102[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
1103[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1104[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
1105[warn] | )
1106[warn] |and
1107[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1108[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
1109[warn] |will change in the future release.
1110[warn] |Current choice : the first alternative
1111[warn] |Choice from Scala 3.7 : the second alternative
1112[warn] |
1113[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1114[warn] |by using @annotation.nowarn("id=205")
1115[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1951:32
1116[warn] 1951 | codeMotionAnalysis.merge
1117[warn] | ^
1118[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
1119[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1120[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
1121[warn] | )
1122[warn] |and
1123[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1124[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
1125[warn] |will change in the future release.
1126[warn] |Current choice : the first alternative
1127[warn] |Choice from Scala 3.7 : the second alternative
1128[warn] |
1129[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1130[warn] |by using @annotation.nowarn("id=205")
1131[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:2009:22
1132[warn] 2009 | )(configuration): @unchecked
1133[warn] | ^
1134[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
1135[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1136[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
1137[warn] | )
1138[warn] |and
1139[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1140[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
1141[warn] |will change in the future release.
1142[warn] |Current choice : the first alternative
1143[warn] |Choice from Scala 3.7 : the second alternative
1144[warn] |
1145[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1146[warn] |by using @annotation.nowarn("id=205")
1147[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:2012:32
1148[warn] 2012 | codeMotionAnalysis.merge
1149[warn] | ^
1150[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
1151[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1152[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
1153[warn] | )
1154[warn] |and
1155[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1156[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
1157[warn] |will change in the future release.
1158[warn] |Current choice : the first alternative
1159[warn] |Choice from Scala 3.7 : the second alternative
1160[warn] |
1161[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1162[warn] |by using @annotation.nowarn("id=205")
1163[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:2065:22
1164[warn] 2065 | )(configuration): @unchecked
1165[warn] | ^
1166[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
1167[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1168[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
1169[warn] | )
1170[warn] |and
1171[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1172[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
1173[warn] |will change in the future release.
1174[warn] |Current choice : the first alternative
1175[warn] |Choice from Scala 3.7 : the second alternative
1176[warn] |
1177[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1178[warn] |by using @annotation.nowarn("id=205")
1179[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:2068:32
1180[warn] 2068 | codeMotionAnalysis.merge
1181[warn] | ^
1182[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
1183[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1184[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
1185[warn] | )
1186[warn] |and
1187[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1188[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
1189[warn] |will change in the future release.
1190[warn] |Current choice : the first alternative
1191[warn] |Choice from Scala 3.7 : the second alternative
1192[warn] |
1193[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1194[warn] |by using @annotation.nowarn("id=205")
1195[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:2195:20
1196[warn] 2195 | )(configuration): @unchecked
1197[warn] | ^
1198[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
1199[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1200[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
1201[warn] | )
1202[warn] |and
1203[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1204[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
1205[warn] |will change in the future release.
1206[warn] |Current choice : the first alternative
1207[warn] |Choice from Scala 3.7 : the second alternative
1208[warn] |
1209[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1210[warn] |by using @annotation.nowarn("id=205")
1211[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:2198:30
1212[warn] 2198 | codeMotionAnalysis.merge
1213[warn] | ^
1214[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
1215[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1216[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
1217[warn] | )
1218[warn] |and
1219[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1220[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
1221[warn] |will change in the future release.
1222[warn] |Current choice : the first alternative
1223[warn] |Choice from Scala 3.7 : the second alternative
1224[warn] |
1225[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1226[warn] |by using @annotation.nowarn("id=205")
1227[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:2304:22
1228[warn] 2304 | )(configuration): @unchecked
1229[warn] | ^
1230[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
1231[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1232[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
1233[warn] | )
1234[warn] |and
1235[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1236[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
1237[warn] |will change in the future release.
1238[warn] |Current choice : the first alternative
1239[warn] |Choice from Scala 3.7 : the second alternative
1240[warn] |
1241[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1242[warn] |by using @annotation.nowarn("id=205")
1243[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:2307:32
1244[warn] 2307 | codeMotionAnalysis.merge
1245[warn] | ^
1246[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
1247[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1248[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
1249[warn] | )
1250[warn] |and
1251[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1252[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
1253[warn] |will change in the future release.
1254[warn] |Current choice : the first alternative
1255[warn] |Choice from Scala 3.7 : the second alternative
1256[warn] |
1257[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1258[warn] |by using @annotation.nowarn("id=205")
1259[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:2411:22
1260[warn] 2411 | )(configuration): @unchecked
1261[warn] | ^
1262[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
1263[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1264[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
1265[warn] | )
1266[warn] |and
1267[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1268[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
1269[warn] |will change in the future release.
1270[warn] |Current choice : the first alternative
1271[warn] |Choice from Scala 3.7 : the second alternative
1272[warn] |
1273[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1274[warn] |by using @annotation.nowarn("id=205")
1275[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:2413:55
1276[warn] 2413 | assertDoesNotThrow(() => codeMotionAnalysis.merge)
1277[warn] | ^
1278[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
1279[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1280[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
1281[warn] | )
1282[warn] |and
1283[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1284[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
1285[warn] |will change in the future release.
1286[warn] |Current choice : the first alternative
1287[warn] |Choice from Scala 3.7 : the second alternative
1288[warn] |
1289[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1290[warn] |by using @annotation.nowarn("id=205")
1291[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:2485:22
1292[warn] 2485 | )(configuration): @unchecked
1293[warn] | ^
1294[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
1295[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1296[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
1297[warn] | )
1298[warn] |and
1299[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1300[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
1301[warn] |will change in the future release.
1302[warn] |Current choice : the first alternative
1303[warn] |Choice from Scala 3.7 : the second alternative
1304[warn] |
1305[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1306[warn] |by using @annotation.nowarn("id=205")
1307[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:2487:55
1308[warn] 2487 | assertDoesNotThrow(() => codeMotionAnalysis.merge)
1309[warn] | ^
1310[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
1311[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1312[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
1313[warn] | )
1314[warn] |and
1315[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1316[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
1317[warn] |will change in the future release.
1318[warn] |Current choice : the first alternative
1319[warn] |Choice from Scala 3.7 : the second alternative
1320[warn] |
1321[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1322[warn] |by using @annotation.nowarn("id=205")
1323[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:2555:22
1324[warn] 2555 | )(configuration): @unchecked
1325[warn] | ^
1326[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
1327[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1328[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
1329[warn] | )
1330[warn] |and
1331[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1332[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
1333[warn] |will change in the future release.
1334[warn] |Current choice : the first alternative
1335[warn] |Choice from Scala 3.7 : the second alternative
1336[warn] |
1337[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1338[warn] |by using @annotation.nowarn("id=205")
1339[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:2557:55
1340[warn] 2557 | assertDoesNotThrow(() => codeMotionAnalysis.merge)
1341[warn] | ^
1342[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
1343[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1344[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
1345[warn] | )
1346[warn] |and
1347[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
1348[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
1349[warn] |will change in the future release.
1350[warn] |Current choice : the first alternative
1351[warn] |Choice from Scala 3.7 : the second alternative
1352[warn] |
1353[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1354[warn] |by using @annotation.nowarn("id=205")
1355[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/LongestCommonSubsequenceTest.scala:34:33
1356[warn] 34 | given Sized[Element] = defaultElementSize
1357[warn] | ^^^^^^^^^^^^^^^^^^
1358[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1359[warn] | com.sageserpent.kineticmerge.core.LongestCommonSubsequenceTest.Element] does not have the @FunctionalInterface annotation.
1360[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/LongestCommonSubsequenceTest.scala:75:33
1361[warn] 75 | given Sized[Element] = defaultElementSize
1362[warn] | ^^^^^^^^^^^^^^^^^^
1363[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1364[warn] | com.sageserpent.kineticmerge.core.LongestCommonSubsequenceTest.Element] does not have the @FunctionalInterface annotation.
1365[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/LongestCommonSubsequenceTest.scala:263:33
1366[warn] 263 | given Sized[Element] = defaultElementSize
1367[warn] | ^^^^^^^^^^^^^^^^^^
1368[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1369[warn] | com.sageserpent.kineticmerge.core.LongestCommonSubsequenceTest.Element] does not have the @FunctionalInterface annotation.
1370[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:50:24
1371[warn] 50 | given Eq[Element] = matchesByElement.equivalent
1372[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1373[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1374[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:51:27
1375[warn] 51 | given Sized[Element] = defaultElementSize
1376[warn] | ^^^^^^^^^^^^^^^^^^
1377[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1378[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1379[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:82:24
1380[warn] 82 | given Eq[Element] = matchesByElement.equivalent
1381[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1382[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1383[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:83:27
1384[warn] 83 | given Sized[Element] = defaultElementSize
1385[warn] | ^^^^^^^^^^^^^^^^^^
1386[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1387[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1388[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:114:24
1389[warn] 114 | given Eq[Element] = matchesByElement.equivalent
1390[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1391[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1392[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:115:27
1393[warn] 115 | given Sized[Element] = defaultElementSize
1394[warn] | ^^^^^^^^^^^^^^^^^^
1395[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1396[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1397[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:148:24
1398[warn] 148 | given Eq[Element] = matchesByElement.equivalent
1399[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1400[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1401[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:149:27
1402[warn] 149 | given Sized[Element] = defaultElementSize
1403[warn] | ^^^^^^^^^^^^^^^^^^
1404[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1405[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1406[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:181:24
1407[warn] 181 | given Eq[Element] = matchesByElement.equivalent
1408[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1409[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1410[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:182:27
1411[warn] 182 | given Sized[Element] = defaultElementSize
1412[warn] | ^^^^^^^^^^^^^^^^^^
1413[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1414[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1415[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:215:24
1416[warn] 215 | given Eq[Element] = matchesByElement.equivalent
1417[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1418[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1419[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:216:27
1420[warn] 216 | given Sized[Element] = defaultElementSize
1421[warn] | ^^^^^^^^^^^^^^^^^^
1422[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1423[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1424[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:249:24
1425[warn] 249 | given Eq[Element] = matchesByElement.equivalent
1426[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1427[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1428[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:250:27
1429[warn] 250 | given Sized[Element] = defaultElementSize
1430[warn] | ^^^^^^^^^^^^^^^^^^
1431[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1432[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1433[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:285:24
1434[warn] 285 | given Eq[Element] = matchesByElement.equivalent
1435[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1436[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1437[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:286:27
1438[warn] 286 | given Sized[Element] = defaultElementSize
1439[warn] | ^^^^^^^^^^^^^^^^^^
1440[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1441[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1442[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:324:27
1443[warn] 324 | given Eq[Element] = matchesByElement.equivalent
1444[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1445[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1446[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:325:27
1447[warn] 325 | given Sized[Element] = defaultElementSize
1448[warn] | ^^^^^^^^^^^^^^^^^^
1449[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1450[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1451[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:364:27
1452[warn] 364 | given Eq[Element] = matchesByElement.equivalent
1453[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1454[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1455[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:365:27
1456[warn] 365 | given Sized[Element] = defaultElementSize
1457[warn] | ^^^^^^^^^^^^^^^^^^
1458[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1459[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1460[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:405:24
1461[warn] 405 | given Eq[Element] = matchesByElement.equivalent
1462[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1463[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1464[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:406:27
1465[warn] 406 | given Sized[Element] = defaultElementSize
1466[warn] | ^^^^^^^^^^^^^^^^^^
1467[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1468[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1469[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:439:24
1470[warn] 439 | given Eq[Element] = matchesByElement.equivalent
1471[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1472[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1473[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:440:27
1474[warn] 440 | given Sized[Element] = defaultElementSize
1475[warn] | ^^^^^^^^^^^^^^^^^^
1476[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1477[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1478[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:475:24
1479[warn] 475 | given Eq[Element] = matchesByElement.equivalent
1480[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1481[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1482[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:476:27
1483[warn] 476 | given Sized[Element] = defaultElementSize
1484[warn] | ^^^^^^^^^^^^^^^^^^
1485[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1486[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1487[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:514:24
1488[warn] 514 | given Eq[Element] = matchesByElement.equivalent
1489[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1490[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1491[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:515:27
1492[warn] 515 | given Sized[Element] = defaultElementSize
1493[warn] | ^^^^^^^^^^^^^^^^^^
1494[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1495[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1496[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:551:24
1497[warn] 551 | given Eq[Element] = matchesByElement.equivalent
1498[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1499[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1500[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:552:27
1501[warn] 552 | given Sized[Element] = defaultElementSize
1502[warn] | ^^^^^^^^^^^^^^^^^^
1503[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1504[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1505[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:583:24
1506[warn] 583 | given Eq[Element] = matchesByElement.equivalent
1507[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1508[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1509[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:584:27
1510[warn] 584 | given Sized[Element] = defaultElementSize
1511[warn] | ^^^^^^^^^^^^^^^^^^
1512[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1513[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1514[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:618:24
1515[warn] 618 | given Eq[Element] = matchesByElement.equivalent
1516[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1517[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1518[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:619:27
1519[warn] 619 | given Sized[Element] = defaultElementSize
1520[warn] | ^^^^^^^^^^^^^^^^^^
1521[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1522[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1523[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:654:24
1524[warn] 654 | given Eq[Element] = matchesByElement.equivalent
1525[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1526[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1527[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:655:27
1528[warn] 655 | given Sized[Element] = defaultElementSize
1529[warn] | ^^^^^^^^^^^^^^^^^^
1530[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1531[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1532[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:693:24
1533[warn] 693 | given Eq[Element] = matchesByElement.equivalent
1534[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1535[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1536[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:694:27
1537[warn] 694 | given Sized[Element] = defaultElementSize
1538[warn] | ^^^^^^^^^^^^^^^^^^
1539[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1540[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1541[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:740:24
1542[warn] 740 | given Eq[Element] = matchesByElement.equivalent
1543[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1544[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1545[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:741:27
1546[warn] 741 | given Sized[Element] = defaultElementSize
1547[warn] | ^^^^^^^^^^^^^^^^^^
1548[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1549[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1550[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:789:24
1551[warn] 789 | given Eq[Element] = matchesByElement.equivalent
1552[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1553[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1554[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:790:27
1555[warn] 790 | given Sized[Element] = defaultElementSize
1556[warn] | ^^^^^^^^^^^^^^^^^^
1557[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1558[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1559[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:838:24
1560[warn] 838 | given Eq[Element] = matchesByElement.equivalent
1561[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1562[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1563[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:839:27
1564[warn] 839 | given Sized[Element] = defaultElementSize
1565[warn] | ^^^^^^^^^^^^^^^^^^
1566[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1567[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1568[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:888:24
1569[warn] 888 | given Eq[Element] = matchesByElement.equivalent
1570[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1571[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1572[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:889:27
1573[warn] 889 | given Sized[Element] = defaultElementSize
1574[warn] | ^^^^^^^^^^^^^^^^^^
1575[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1576[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1577[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:939:24
1578[warn] 939 | given Eq[Element] = matchesByElement.equivalent
1579[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1580[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1581[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:940:27
1582[warn] 940 | given Sized[Element] = defaultElementSize
1583[warn] | ^^^^^^^^^^^^^^^^^^
1584[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1585[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1586[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:990:24
1587[warn] 990 | given Eq[Element] = matchesByElement.equivalent
1588[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1589[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1590[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:992:27
1591[warn] 992 | given Sized[Element] = defaultElementSize
1592[warn] | ^^^^^^^^^^^^^^^^^^
1593[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1594[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1595[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1035:24
1596[warn] 1035 | given Eq[Element] = matchesByElement.equivalent
1597[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1598[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1599[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1036:27
1600[warn] 1036 | given Sized[Element] = defaultElementSize
1601[warn] | ^^^^^^^^^^^^^^^^^^
1602[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1603[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1604[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1080:24
1605[warn] 1080 | given Eq[Element] = matchesByElement.equivalent
1606[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1607[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1608[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1081:27
1609[warn] 1081 | given Sized[Element] = defaultElementSize
1610[warn] | ^^^^^^^^^^^^^^^^^^
1611[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1612[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1613[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1130:24
1614[warn] 1130 | given Eq[Element] = matchesByElement.equivalent
1615[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1616[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1617[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1131:27
1618[warn] 1131 | given Sized[Element] = defaultElementSize
1619[warn] | ^^^^^^^^^^^^^^^^^^
1620[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1621[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1622[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1175:24
1623[warn] 1175 | given Eq[Element] = matchesByElement.equivalent
1624[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1625[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1626[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1176:27
1627[warn] 1176 | given Sized[Element] = defaultElementSize
1628[warn] | ^^^^^^^^^^^^^^^^^^
1629[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1630[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1631[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1213:24
1632[warn] 1213 | given Eq[Element] = matchesByElement.equivalent
1633[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1634[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1635[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1214:27
1636[warn] 1214 | given Sized[Element] = defaultElementSize
1637[warn] | ^^^^^^^^^^^^^^^^^^
1638[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1639[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1640[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1254:24
1641[warn] 1254 | given Eq[Element] = matchesByElement.equivalent
1642[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1643[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1644[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1255:27
1645[warn] 1255 | given Sized[Element] = defaultElementSize
1646[warn] | ^^^^^^^^^^^^^^^^^^
1647[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1648[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1649[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1302:24
1650[warn] 1302 | given Eq[Element] = matchesByElement.equivalent
1651[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1652[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1653[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1303:27
1654[warn] 1303 | given Sized[Element] = defaultElementSize
1655[warn] | ^^^^^^^^^^^^^^^^^^
1656[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1657[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1658[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1346:24
1659[warn] 1346 | given Eq[Element] = matchesByElement.equivalent
1660[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1661[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1662[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1347:27
1663[warn] 1347 | given Sized[Element] = defaultElementSize
1664[warn] | ^^^^^^^^^^^^^^^^^^
1665[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1666[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1667[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1397:24
1668[warn] 1397 | given Eq[Element] = matchesByElement.equivalent
1669[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1670[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1671[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1399:27
1672[warn] 1399 | given Sized[Element] = defaultElementSize
1673[warn] | ^^^^^^^^^^^^^^^^^^
1674[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1675[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1676[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1446:24
1677[warn] 1446 | given Eq[Element] = matchesByElement.equivalent
1678[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1679[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1680[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1447:27
1681[warn] 1447 | given Sized[Element] = defaultElementSize
1682[warn] | ^^^^^^^^^^^^^^^^^^
1683[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1684[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1685[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1489:24
1686[warn] 1489 | given Eq[Element] = matchesByElement.equivalent
1687[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1688[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1689[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1490:27
1690[warn] 1490 | given Sized[Element] = defaultElementSize
1691[warn] | ^^^^^^^^^^^^^^^^^^
1692[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1693[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1694[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1534:24
1695[warn] 1534 | given Eq[Element] = matchesByElement.equivalent
1696[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1697[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1698[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1535:27
1699[warn] 1535 | given Sized[Element] = defaultElementSize
1700[warn] | ^^^^^^^^^^^^^^^^^^
1701[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1702[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1703[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1559:41
1704[warn] 1559 | given Eq[Element] = equivalent(testCase.matchesByElement)
1705[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1706[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1707[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1560:31
1708[warn] 1560 | given Sized[Element] = defaultElementSize
1709[warn] | ^^^^^^^^^^^^^^^^^^
1710[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1711[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1712[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1580:41
1713[warn] 1580 | given Eq[Element] = equivalent(testCase.matchesByElement)
1714[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1715[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1716[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1581:31
1717[warn] 1581 | given Sized[Element] = defaultElementSize
1718[warn] | ^^^^^^^^^^^^^^^^^^
1719[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1720[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1721[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1908:34
1722[warn] 1908 | given Eq[Element] = equivalent(matchesByElement)
1723[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1724[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
1725[info] [patched file /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/LongestCommonSubsequenceTest.scala]
1726[warn] 137 warnings found
1727[info] done compiling
1728Generating version resource: /build/repo/target/scala-3.6.3/resource_managed/main/version.txt for version: 1.13.2
1729[info] compiling 1 Scala source to /build/repo/target/scala-3.6.3/test-classes ...
1730[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/LongestCommonSubsequenceTest.scala:34:33
1731[warn] 34 | given Sized[Element] = defaultElementSize
1732[warn] | ^^^^^^^^^^^^^^^^^^
1733[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1734[warn] | com.sageserpent.kineticmerge.core.LongestCommonSubsequenceTest.Element] does not have the @FunctionalInterface annotation.
1735[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/LongestCommonSubsequenceTest.scala:75:33
1736[warn] 75 | given Sized[Element] = defaultElementSize
1737[warn] | ^^^^^^^^^^^^^^^^^^
1738[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1739[warn] | com.sageserpent.kineticmerge.core.LongestCommonSubsequenceTest.Element] does not have the @FunctionalInterface annotation.
1740[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/LongestCommonSubsequenceTest.scala:263:33
1741[warn] 263 | given Sized[Element] = defaultElementSize
1742[warn] | ^^^^^^^^^^^^^^^^^^
1743[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
1744[warn] | com.sageserpent.kineticmerge.core.LongestCommonSubsequenceTest.Element] does not have the @FunctionalInterface annotation.
1745[warn] three warnings found
1746[info] done compiling
1747Generating version resource: /build/repo/target/scala-3.6.3/resource_managed/main/version.txt for version: 1.13.2
1748
1749************************
1750Build summary:
1751[{
1752 "module": "kinetic-merge",
1753 "compile": {"status": "ok", "tookMs": 24631, "warnings": 28, "errors": 0, "sourceVersion": "3.6-migration"},
1754 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1755 "test-compile": {"status": "ok", "tookMs": 15841, "warnings": 137, "errors": 0, "sourceVersion": "3.6-migration"},
1756 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1757 "publish": {"status": "skipped", "tookMs": 0},
1758 "metadata": {
1759 "crossScalaVersions": ["3.3.7"]
1760}
1761}]
1762************************
1763[success] Total time: 47 s, completed Jan 8, 2026, 2:34:02 AM
1764[0JChecking patch src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala...
1765Checking patch project/plugins.sbt...
1766Checking patch build.sbt...
1767Applied patch src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala cleanly.
1768Applied patch project/plugins.sbt cleanly.
1769Applied patch build.sbt cleanly.
1770Commit migration rewrites
1771Switched to a new branch 'opencb/migrate-source-3.6'
1772[opencb/migrate-source-3.6 a0695acf] Apply Scala compiler rewrites using -source:3.6-migration using Scala 3.6.3
1773 4 files changed, 18 insertions(+), 18 deletions(-)
1774Using target Scala version for migration: 3.7.4
1775Migrating project for -source:3.7 using Scala 3.7.4
1776----
1777Preparing build for 3.7.4
1778Would try to apply common scalacOption (best-effort, sbt/mill only):
1779Append: -rewrite,REQUIRE:-source:3.7-migration
1780Remove: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
1781
1782Try apply source patch:
1783Path: src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala
1784Pattern: @tailrec
1785Replacement:
1786Successfully applied pattern '@tailrec' in src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala
1787----
1788Starting build for 3.7.4
1789Execute tests: false
1790sbt project found:
1791No prepare script found for project sageserpent-open/kineticmerge
1792##################################
1793Scala version: 3.7.4
1794Targets: com.sageserpent%kinetic-merge
1795Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","sourceVersion":"3.5","migrationVersions":["3.6+3.6.3","3.7"],"sourcePatches":[{"path":"src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala","pattern":"@tailrec","replaceWith":""}]}
1796##################################
1797Using extra scalacOptions: -rewrite,REQUIRE:-source:3.7-migration
1798Filtering out scalacOptions: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
1799[sbt_options] declare -a sbt_options=()
1800[process_args] java_version = '17'
1801[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
1802# Executing command line:
1803java
1804-Xmx8G
1805-Dcommunitybuild.scala=3.7.4
1806-Dcommunitybuild.project.dependencies.add=
1807-Xmx7G
1808-Xms4G
1809-Xss8M
1810-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
1811-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
1812-jar
1813/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
1814"setCrossScalaVersions 3.7.4"
1815"++3.7.4 -v"
1816"mapScalacOptions "-rewrite,REQUIRE:-source:3.7-migration,-Wconf:msg=can be rewritten automatically under:s" "-indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
1817"set every credentials := Nil"
1818"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
1819"removeScalacOptionsStartingWith -P:wartremover"
1820
1821moduleMappings
1822"runBuild 3.7.4 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","sourceVersion":"3.5","migrationVersions":["3.6+3.6.3","3.7"],"sourcePatches":[{"path":"src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala","pattern":"@tailrec","replaceWith":""}]}""" com.sageserpent%kinetic-merge"
1823
1824[info] welcome to sbt 1.11.7 (Eclipse Adoptium Java 17.0.8)
1825[info] loading settings for project repo-build from akka.sbt, build.sbt, plugins.sbt...
1826[info] loading project definition from /build/repo/project
1827[info] loading settings for project root from build.sbt, version.sbt...
1828[info] set current project to kinetic-merge (in build file:/build/repo/)
1829Execute setCrossScalaVersions: 3.7.4
1830OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in root/crossScalaVersions
1831[info] set current project to kinetic-merge (in build file:/build/repo/)
1832[info] Setting Scala version to 3.7.4 on 1 projects.
1833[info] Switching Scala version on:
1834[info] * root (3.7.4)
1835[info] Excluding projects:
1836[info] Reapplying settings...
1837[info] set current project to kinetic-merge (in build file:/build/repo/)
1838Execute mapScalacOptions: -rewrite,REQUIRE:-source:3.7-migration,-Wconf:msg=can be rewritten automatically under:s -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
1839[info] Reapplying settings...
1840[info] set current project to kinetic-merge (in build file:/build/repo/)
1841[info] Defining Global / credentials, credentials
1842[info] The new values will be used by Compile / scalafmtOnly, IntegrationTest / scalafmtOnly and 5 others.
1843[info] Run `last` for details.
1844[info] Reapplying settings...
1845[info] set current project to kinetic-merge (in build file:/build/repo/)
1846Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
1847[info] Reapplying settings...
1848OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
1849
1850 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
1851 Did you mean allExcludeDependencies ?
1852 , retry without global scopes
1853[info] Reapplying settings...
1854[info] set current project to kinetic-merge (in build file:/build/repo/)
1855Execute removeScalacOptionsStartingWith: -P:wartremover
1856[info] Reapplying settings...
1857[info] set current project to kinetic-merge (in build file:/build/repo/)
1858[success] Total time: 0 s, completed Jan 8, 2026, 2:34:11 AM
1859Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","sourceVersion":"3.5","migrationVersions":["3.6+3.6.3","3.7"],"sourcePatches":[{"path":"src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala","pattern":"@tailrec","replaceWith":""}]}
1860Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
1861Starting build...
1862Projects: Set(root)
1863Starting build for ProjectRef(file:/build/repo/,root) (kinetic-merge)... [0/1]
1864OpenCB::Exclude Scala3 specific scalacOption `-rewrite` in Scala 2.12.20 module Global
1865OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.7-migration` in Scala 2.12.20 module Global
1866OpenCB::Filter out '-source:future', matches setting pattern '^-?-source(:.*)?'
1867Compile scalacOptions: -java-output-version:17, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
1868[info] compiling 20 Scala sources to /build/repo/target/scala-3.7.4/classes ...
1869[warn] -- Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:1206:34
1870[warn] 1206 | given Order[Token] = Token.comparison
1871[warn] | ^^^^^^^^^^^^^^^^
1872[warn] |method comparison is eta-expanded even though cats.kernel.Order[com.sageserpent.kineticmerge.core.Token] does not have the @FunctionalInterface annotation.
1873[warn] -- Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:1207:34
1874[warn] 1207 | given Funnel[Token] = Token.funnel
1875[warn] | ^^^^^^^^^^^^
1876[warn] |method funnel is eta-expanded even though com.google.common.hash.Funnel[com.sageserpent.kineticmerge.core.Token] does not have the @FunctionalInterface annotation.
1877[warn] -- [E205] Potential Issue Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:929:65
1878[warn] 929 | .corresponds(leftPotentialAffix)(Eq.eqv)
1879[warn] | ^
1880[warn] |Given search preference for cats.kernel.Eq[Element] between alternatives
1881[warn] | (evidence$2 : cats.kernel.Order[Element])
1882[warn] |and
1883[warn] | (evidence$1 : cats.kernel.Eq[Element])
1884[warn] |has changed.
1885[warn] |Previous choice : the first alternative
1886[warn] |Choice from Scala 3.7 : the second alternative
1887[warn] |
1888[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1889[warn] |by using @annotation.nowarn("id=205")
1890[warn] -- [E205] Potential Issue Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:934:65
1891[warn] 934 | .corresponds(leftPotentialAffix)(Eq.eqv))
1892[warn] | ^
1893[warn] |Given search preference for cats.kernel.Eq[Element] between alternatives
1894[warn] | (evidence$2 : cats.kernel.Order[Element])
1895[warn] |and
1896[warn] | (evidence$1 : cats.kernel.Eq[Element])
1897[warn] |has changed.
1898[warn] |Previous choice : the first alternative
1899[warn] |Choice from Scala 3.7 : the second alternative
1900[warn] |
1901[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1902[warn] |by using @annotation.nowarn("id=205")
1903[warn] -- [E205] Potential Issue Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:973:66
1904[warn] 973 | .corresponds(rightPotentialAffix)(Eq.eqv)
1905[warn] | ^
1906[warn] |Given search preference for cats.kernel.Eq[Element] between alternatives
1907[warn] | (evidence$2 : cats.kernel.Order[Element])
1908[warn] |and
1909[warn] | (evidence$1 : cats.kernel.Eq[Element])
1910[warn] |has changed.
1911[warn] |Previous choice : the first alternative
1912[warn] |Choice from Scala 3.7 : the second alternative
1913[warn] |
1914[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1915[warn] |by using @annotation.nowarn("id=205")
1916[warn] -- [E205] Potential Issue Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:978:66
1917[warn] 978 | .corresponds(rightPotentialAffix)(Eq.eqv))
1918[warn] | ^
1919[warn] |Given search preference for cats.kernel.Eq[Element] between alternatives
1920[warn] | (evidence$2 : cats.kernel.Order[Element])
1921[warn] |and
1922[warn] | (evidence$1 : cats.kernel.Eq[Element])
1923[warn] |has changed.
1924[warn] |Previous choice : the first alternative
1925[warn] |Choice from Scala 3.7 : the second alternative
1926[warn] |
1927[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1928[warn] |by using @annotation.nowarn("id=205")
1929[warn] -- [E205] Potential Issue Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:1470:52
1930[warn] 1470 | path -> mergeResult.innerFlatMap(resolution)
1931[warn] | ^
1932[warn] |Given search preference for cats.kernel.Eq[Element] between alternatives
1933[warn] | (evidence$2 : cats.kernel.Order[Element])
1934[warn] |and
1935[warn] | (evidence$1 : cats.kernel.Eq[Element])
1936[warn] |has changed.
1937[warn] |Previous choice : the first alternative
1938[warn] |Choice from Scala 3.7 : the second alternative
1939[warn] |
1940[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
1941[warn] |by using @annotation.nowarn("id=205")
1942[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:148:16
1943[warn] 148 | (
1944[warn] | ^
1945[warn] |match may not be exhaustive.
1946[warn] |
1947[warn] |It would fail on pattern case: (Some(_), _, Some(_)), (Some(_), Some(_), _), (_, Some(_), Some(_)), (Some(_), Some(_), None), (None, None, None)
1948[warn] 149 | Option(percentage),
1949[warn] 150 | Option(impliedFraction),
1950[warn] 151 | Option(explicitFraction)
1951[warn] 152 | ).match
1952[warn] |
1953[warn] | longer explanation available when compiling with `-explain`
1954[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:781:10
1955[warn] 781 | case (
1956[warn] | ^
1957[warn] | match may not be exhaustive.
1958[warn] |
1959[warn] | It would fail on pattern case: (_, (None, None))
1960[warn] |
1961[warn] | longer explanation available when compiling with `-explain`
1962[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:1657:12
1963[warn] 1657 | (renamingDescription, transplantationDescription) match
1964[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1965[warn] | match may not be exhaustive.
1966[warn] |
1967[warn] | It would fail on pattern case: (None, None)
1968[warn] |
1969[warn] | longer explanation available when compiling with `-explain`
1970[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:1988:30
1971[warn] 1988 | mergeResultsByPath(path) match
1972[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
1973[warn] |match may not be exhaustive.
1974[warn] |
1975[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
1976[warn] |
1977[warn] | longer explanation available when compiling with `-explain`
1978[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:1993:30
1979[warn] 1993 | mergeResultsByPath(path) match
1980[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
1981[warn] |match may not be exhaustive.
1982[warn] |
1983[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
1984[warn] |
1985[warn] | longer explanation available when compiling with `-explain`
1986[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:2007:38
1987[warn] 2007 | mergeResultsByPath(path) match
1988[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
1989[warn] |match may not be exhaustive.
1990[warn] |
1991[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
1992[warn] |
1993[warn] | longer explanation available when compiling with `-explain`
1994[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:2059:36
1995[warn] 2059 | mergeResultsByPath(path) match
1996[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
1997[warn] |match may not be exhaustive.
1998[warn] |
1999[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
2000[warn] |
2001[warn] | longer explanation available when compiling with `-explain`
2002[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:2106:36
2003[warn] 2106 | mergeResultsByPath(path) match
2004[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
2005[warn] |match may not be exhaustive.
2006[warn] |
2007[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
2008[warn] |
2009[warn] | longer explanation available when compiling with `-explain`
2010[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:2163:34
2011[warn] 2163 | mergeResultsByPath(path) match
2012[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
2013[warn] |match may not be exhaustive.
2014[warn] |
2015[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
2016[warn] |
2017[warn] | longer explanation available when compiling with `-explain`
2018[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:2424:36
2019[warn] 2424 | mergeResultsByPath(path) match
2020[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
2021[warn] |match may not be exhaustive.
2022[warn] |
2023[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
2024[warn] |
2025[warn] | longer explanation available when compiling with `-explain`
2026[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:2552:38
2027[warn] 2552 | mergeResultsByPath(path) match
2028[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
2029[warn] |match may not be exhaustive.
2030[warn] |
2031[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
2032[warn] |
2033[warn] | longer explanation available when compiling with `-explain`
2034[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:1984:12
2035[warn] 1984 | case subsuming: Match.BaseAndLeft[Section[Element]] =>
2036[warn] | ^
2037[warn] |match may not be exhaustive.
2038[warn] |
2039[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.Match.BaseAndRight(_, _), com.sageserpent.kineticmerge.core.Match.LeftAndRight(_, _)
2040[warn] |
2041[warn] | longer explanation available when compiling with `-explain`
2042[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:1995:12
2043[warn] 1995 | case subsuming: Match.BaseAndRight[Section[Element]] =>
2044[warn] | ^
2045[warn] |match may not be exhaustive.
2046[warn] |
2047[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.Match.BaseAndLeft(_, _), com.sageserpent.kineticmerge.core.Match.LeftAndRight(_, _)
2048[warn] |
2049[warn] | longer explanation available when compiling with `-explain`
2050[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2006:12
2051[warn] 2006 | case subsuming: Match.LeftAndRight[Section[Element]] =>
2052[warn] | ^
2053[warn] |match may not be exhaustive.
2054[warn] |
2055[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.Match.BaseAndLeft(_, _), com.sageserpent.kineticmerge.core.Match.BaseAndRight(_, _)
2056[warn] |
2057[warn] | longer explanation available when compiling with `-explain`
2058[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2288:48
2059[warn] 2288 | .modify(_.updatedWith(basePath) { case Some(sectionsSeen) =>
2060[warn] | ^
2061[warn] | match may not be exhaustive.
2062[warn] |
2063[warn] | It would fail on pattern case: None
2064[warn] |
2065[warn] | longer explanation available when compiling with `-explain`
2066[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2292:48
2067[warn] 2292 | .modify(_.updatedWith(leftPath) { case Some(sectionsSeen) =>
2068[warn] | ^
2069[warn] | match may not be exhaustive.
2070[warn] |
2071[warn] | It would fail on pattern case: None
2072[warn] |
2073[warn] | longer explanation available when compiling with `-explain`
2074[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2296:49
2075[warn] 2296 | .modify(_.updatedWith(rightPath) { case Some(sectionsSeen) =>
2076[warn] | ^
2077[warn] | match may not be exhaustive.
2078[warn] |
2079[warn] | It would fail on pattern case: None
2080[warn] |
2081[warn] | longer explanation available when compiling with `-explain`
2082[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2314:48
2083[warn] 2314 | .modify(_.updatedWith(basePath) { case Some(sectionsSeen) =>
2084[warn] | ^
2085[warn] | match may not be exhaustive.
2086[warn] |
2087[warn] | It would fail on pattern case: None
2088[warn] |
2089[warn] | longer explanation available when compiling with `-explain`
2090[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2318:48
2091[warn] 2318 | .modify(_.updatedWith(leftPath) { case Some(sectionsSeen) =>
2092[warn] | ^
2093[warn] | match may not be exhaustive.
2094[warn] |
2095[warn] | It would fail on pattern case: None
2096[warn] |
2097[warn] | longer explanation available when compiling with `-explain`
2098[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2335:48
2099[warn] 2335 | .modify(_.updatedWith(basePath) { case Some(sectionsSeen) =>
2100[warn] | ^
2101[warn] | match may not be exhaustive.
2102[warn] |
2103[warn] | It would fail on pattern case: None
2104[warn] |
2105[warn] | longer explanation available when compiling with `-explain`
2106[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2339:49
2107[warn] 2339 | .modify(_.updatedWith(rightPath) { case Some(sectionsSeen) =>
2108[warn] | ^
2109[warn] | match may not be exhaustive.
2110[warn] |
2111[warn] | It would fail on pattern case: None
2112[warn] |
2113[warn] | longer explanation available when compiling with `-explain`
2114[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2356:48
2115[warn] 2356 | .modify(_.updatedWith(leftPath) { case Some(sectionsSeen) =>
2116[warn] | ^
2117[warn] | match may not be exhaustive.
2118[warn] |
2119[warn] | It would fail on pattern case: None
2120[warn] |
2121[warn] | longer explanation available when compiling with `-explain`
2122[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2360:49
2123[warn] 2360 | .modify(_.updatedWith(rightPath) { case Some(sectionsSeen) =>
2124[warn] | ^
2125[warn] | match may not be exhaustive.
2126[warn] |
2127[warn] | It would fail on pattern case: None
2128[warn] |
2129[warn] | longer explanation available when compiling with `-explain`
2130[warn] -- [E030] Match case Unreachable Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:509:15
2131[warn] 509 | case Some(sections) =>
2132[warn] | ^^^^^^^^^^^^^^
2133[warn] | Unreachable case
2134[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:239:12
2135[warn] 239 | (base, left, right) match
2136[warn] | ^^^^^^^^^^^^^^^^^^^
2137[warn] |match may not be exhaustive.
2138[warn] |
2139[warn] |It would fail on pattern case: (None, None, None), (None, None, None), (None, None, None)
2140[warn] |
2141[warn] | longer explanation available when compiling with `-explain`
2142[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:394:14
2143[warn] 394 | ) { case (partialResult @ head :: _, change) =>
2144[warn] | ^
2145[warn] | match may not be exhaustive.
2146[warn] |
2147[warn] | It would fail on pattern case: (Nil, _)
2148[warn] |
2149[warn] | longer explanation available when compiling with `-explain`
2150[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/MoveDestinations.scala:88:6
2151[warn] 88 | (left.nonEmpty, right.nonEmpty, coincident.nonEmpty) match
2152[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2153[warn] |match may not be exhaustive.
2154[warn] |
2155[warn] |It would fail on pattern case: (false, false, false), (false, false, false), (false, false, false), (false, false, false), (false, false, false)
2156[warn] |
2157[warn] | longer explanation available when compiling with `-explain`
2158[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/merge.scala:1055:6
2159[warn] 1055 | (coalescence, base, left, right) match
2160[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2161[warn] | match may not be exhaustive.
2162[warn] |
2163[warn] | It would fail on pattern case: (_, _, _, _)
2164[warn] |
2165[warn] | longer explanation available when compiling with `-explain`
2166[warn] -- [E030] Match case Unreachable Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/pprintCustomised.scala:16:7
2167[warn] 16 | case rangedSeq: RangedSeq[?, ?] =>
2168[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
2169[warn] | Unreachable case
2170[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2414:15
2171[warn] 2414 | case PotentialMatchKey(anotherFingerprint, anotherImpliedContent) =>
2172[warn] | ^
2173[warn] |the type test for PotentialMatchKey cannot be checked at runtime because it's a local class
2174[warn] |
2175[warn] | longer explanation available when compiling with `-explain`
2176[info] [patched file /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/LongestCommonSubsequence.scala]
2177[info] [patched file /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala]
2178[info] [patched file /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala]
2179[warn] 37 warnings found
2180[info] done compiling
2181Generating version resource: /build/repo/target/scala-3.7.4/resource_managed/main/version.txt for version: 1.13.2
2182[info] compiling 3 Scala sources to /build/repo/target/scala-3.7.4/classes ...
2183[warn] -- [E205] Potential Issue Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:929:65
2184[warn] 929 | .corresponds(leftPotentialAffix)(Eq.eqv)
2185[warn] | ^
2186[warn] |Given search preference for cats.kernel.Eq[Element] between alternatives
2187[warn] | (evidence$2 : cats.kernel.Order[Element])
2188[warn] |and
2189[warn] | (evidence$1 : cats.kernel.Eq[Element])
2190[warn] |has changed.
2191[warn] |Previous choice : the first alternative
2192[warn] |Choice from Scala 3.7 : the second alternative
2193[warn] |
2194[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2195[warn] |by using @annotation.nowarn("id=205")
2196[warn] -- [E205] Potential Issue Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:934:65
2197[warn] 934 | .corresponds(leftPotentialAffix)(Eq.eqv))
2198[warn] | ^
2199[warn] |Given search preference for cats.kernel.Eq[Element] between alternatives
2200[warn] | (evidence$2 : cats.kernel.Order[Element])
2201[warn] |and
2202[warn] | (evidence$1 : cats.kernel.Eq[Element])
2203[warn] |has changed.
2204[warn] |Previous choice : the first alternative
2205[warn] |Choice from Scala 3.7 : the second alternative
2206[warn] |
2207[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2208[warn] |by using @annotation.nowarn("id=205")
2209[warn] -- [E205] Potential Issue Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:973:66
2210[warn] 973 | .corresponds(rightPotentialAffix)(Eq.eqv)
2211[warn] | ^
2212[warn] |Given search preference for cats.kernel.Eq[Element] between alternatives
2213[warn] | (evidence$2 : cats.kernel.Order[Element])
2214[warn] |and
2215[warn] | (evidence$1 : cats.kernel.Eq[Element])
2216[warn] |has changed.
2217[warn] |Previous choice : the first alternative
2218[warn] |Choice from Scala 3.7 : the second alternative
2219[warn] |
2220[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2221[warn] |by using @annotation.nowarn("id=205")
2222[warn] -- [E205] Potential Issue Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:978:66
2223[warn] 978 | .corresponds(rightPotentialAffix)(Eq.eqv))
2224[warn] | ^
2225[warn] |Given search preference for cats.kernel.Eq[Element] between alternatives
2226[warn] | (evidence$2 : cats.kernel.Order[Element])
2227[warn] |and
2228[warn] | (evidence$1 : cats.kernel.Eq[Element])
2229[warn] |has changed.
2230[warn] |Previous choice : the first alternative
2231[warn] |Choice from Scala 3.7 : the second alternative
2232[warn] |
2233[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2234[warn] |by using @annotation.nowarn("id=205")
2235[warn] -- [E205] Potential Issue Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:1470:52
2236[warn] 1470 | path -> mergeResult.innerFlatMap(resolution)
2237[warn] | ^
2238[warn] |Given search preference for cats.kernel.Eq[Element] between alternatives
2239[warn] | (evidence$2 : cats.kernel.Order[Element])
2240[warn] |and
2241[warn] | (evidence$1 : cats.kernel.Eq[Element])
2242[warn] |has changed.
2243[warn] |Previous choice : the first alternative
2244[warn] |Choice from Scala 3.7 : the second alternative
2245[warn] |
2246[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2247[warn] |by using @annotation.nowarn("id=205")
2248[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:1984:12
2249[warn] 1984 | case subsuming: Match.BaseAndLeft[Section[Element]] =>
2250[warn] | ^
2251[warn] |match may not be exhaustive.
2252[warn] |
2253[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.Match.BaseAndRight(_, _), com.sageserpent.kineticmerge.core.Match.LeftAndRight(_, _)
2254[warn] |
2255[warn] | longer explanation available when compiling with `-explain`
2256[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:1995:12
2257[warn] 1995 | case subsuming: Match.BaseAndRight[Section[Element]] =>
2258[warn] | ^
2259[warn] |match may not be exhaustive.
2260[warn] |
2261[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.Match.BaseAndLeft(_, _), com.sageserpent.kineticmerge.core.Match.LeftAndRight(_, _)
2262[warn] |
2263[warn] | longer explanation available when compiling with `-explain`
2264[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2006:12
2265[warn] 2006 | case subsuming: Match.LeftAndRight[Section[Element]] =>
2266[warn] | ^
2267[warn] |match may not be exhaustive.
2268[warn] |
2269[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.Match.BaseAndLeft(_, _), com.sageserpent.kineticmerge.core.Match.BaseAndRight(_, _)
2270[warn] |
2271[warn] | longer explanation available when compiling with `-explain`
2272[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2288:48
2273[warn] 2288 | .modify(_.updatedWith(basePath) { case Some(sectionsSeen) =>
2274[warn] | ^
2275[warn] | match may not be exhaustive.
2276[warn] |
2277[warn] | It would fail on pattern case: None
2278[warn] |
2279[warn] | longer explanation available when compiling with `-explain`
2280[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2292:48
2281[warn] 2292 | .modify(_.updatedWith(leftPath) { case Some(sectionsSeen) =>
2282[warn] | ^
2283[warn] | match may not be exhaustive.
2284[warn] |
2285[warn] | It would fail on pattern case: None
2286[warn] |
2287[warn] | longer explanation available when compiling with `-explain`
2288[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2296:49
2289[warn] 2296 | .modify(_.updatedWith(rightPath) { case Some(sectionsSeen) =>
2290[warn] | ^
2291[warn] | match may not be exhaustive.
2292[warn] |
2293[warn] | It would fail on pattern case: None
2294[warn] |
2295[warn] | longer explanation available when compiling with `-explain`
2296[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2314:48
2297[warn] 2314 | .modify(_.updatedWith(basePath) { case Some(sectionsSeen) =>
2298[warn] | ^
2299[warn] | match may not be exhaustive.
2300[warn] |
2301[warn] | It would fail on pattern case: None
2302[warn] |
2303[warn] | longer explanation available when compiling with `-explain`
2304[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2318:48
2305[warn] 2318 | .modify(_.updatedWith(leftPath) { case Some(sectionsSeen) =>
2306[warn] | ^
2307[warn] | match may not be exhaustive.
2308[warn] |
2309[warn] | It would fail on pattern case: None
2310[warn] |
2311[warn] | longer explanation available when compiling with `-explain`
2312[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2335:48
2313[warn] 2335 | .modify(_.updatedWith(basePath) { case Some(sectionsSeen) =>
2314[warn] | ^
2315[warn] | match may not be exhaustive.
2316[warn] |
2317[warn] | It would fail on pattern case: None
2318[warn] |
2319[warn] | longer explanation available when compiling with `-explain`
2320[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2339:49
2321[warn] 2339 | .modify(_.updatedWith(rightPath) { case Some(sectionsSeen) =>
2322[warn] | ^
2323[warn] | match may not be exhaustive.
2324[warn] |
2325[warn] | It would fail on pattern case: None
2326[warn] |
2327[warn] | longer explanation available when compiling with `-explain`
2328[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2356:48
2329[warn] 2356 | .modify(_.updatedWith(leftPath) { case Some(sectionsSeen) =>
2330[warn] | ^
2331[warn] | match may not be exhaustive.
2332[warn] |
2333[warn] | It would fail on pattern case: None
2334[warn] |
2335[warn] | longer explanation available when compiling with `-explain`
2336[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2360:49
2337[warn] 2360 | .modify(_.updatedWith(rightPath) { case Some(sectionsSeen) =>
2338[warn] | ^
2339[warn] | match may not be exhaustive.
2340[warn] |
2341[warn] | It would fail on pattern case: None
2342[warn] |
2343[warn] | longer explanation available when compiling with `-explain`
2344[warn] -- [E030] Match case Unreachable Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:509:15
2345[warn] 509 | case Some(sections) =>
2346[warn] | ^^^^^^^^^^^^^^
2347[warn] | Unreachable case
2348[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:239:12
2349[warn] 239 | (base, left, right) match
2350[warn] | ^^^^^^^^^^^^^^^^^^^
2351[warn] |match may not be exhaustive.
2352[warn] |
2353[warn] |It would fail on pattern case: (None, None, None), (None, None, None), (None, None, None)
2354[warn] |
2355[warn] | longer explanation available when compiling with `-explain`
2356[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:394:14
2357[warn] 394 | ) { case (partialResult @ head :: _, change) =>
2358[warn] | ^
2359[warn] | match may not be exhaustive.
2360[warn] |
2361[warn] | It would fail on pattern case: (Nil, _)
2362[warn] |
2363[warn] | longer explanation available when compiling with `-explain`
2364[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2414:15
2365[warn] 2414 | case PotentialMatchKey(anotherFingerprint, anotherImpliedContent) =>
2366[warn] | ^
2367[warn] |the type test for PotentialMatchKey cannot be checked at runtime because it's a local class
2368[warn] |
2369[warn] | longer explanation available when compiling with `-explain`
2370[warn] 21 warnings found
2371[info] done compiling
2372[info] compiling 11 Scala sources to /build/repo/target/scala-3.7.4/test-classes ...
2373[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:28:34
2374[warn] 28 | given Eq[Token] = Token.equality
2375[warn] | ^^^^^^^^^^^^^^
2376[warn] |method equality is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] does not have the @FunctionalInterface annotation.
2377[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:29:34
2378[warn] 29 | given Order[Token] = Token.comparison
2379[warn] | ^^^^^^^^^^^^^^^^
2380[warn] |method comparison is eta-expanded even though cats.kernel.Order[com.sageserpent.kineticmerge.core.Token] does not have the @FunctionalInterface annotation.
2381[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:30:34
2382[warn] 30 | given Funnel[Token] = Token.funnel
2383[warn] | ^^^^^^^^^^^^
2384[warn] |method funnel is eta-expanded even though com.google.common.hash.Funnel[com.sageserpent.kineticmerge.core.Token] does not have the @FunctionalInterface annotation.
2385[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:161:26
2386[warn] 161 | )(configuration): @unchecked
2387[warn] | ^
2388[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2389[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2390[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2391[warn] | )
2392[warn] |and
2393[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2394[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2395[warn] |has changed.
2396[warn] |Previous choice : the first alternative
2397[warn] |Choice from Scala 3.7 : the second alternative
2398[warn] |
2399[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2400[warn] |by using @annotation.nowarn("id=205")
2401[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:164:36
2402[warn] 164 | codeMotionAnalysis.merge
2403[warn] | ^
2404[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2405[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2406[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2407[warn] | )
2408[warn] |and
2409[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2410[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2411[warn] |has changed.
2412[warn] |Previous choice : the first alternative
2413[warn] |Choice from Scala 3.7 : the second alternative
2414[warn] |
2415[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2416[warn] |by using @annotation.nowarn("id=205")
2417[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:217:20
2418[warn] 217 | )(configuration): @unchecked
2419[warn] | ^
2420[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2421[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2422[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2423[warn] | )
2424[warn] |and
2425[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2426[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2427[warn] |has changed.
2428[warn] |Previous choice : the first alternative
2429[warn] |Choice from Scala 3.7 : the second alternative
2430[warn] |
2431[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2432[warn] |by using @annotation.nowarn("id=205")
2433[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:220:30
2434[warn] 220 | codeMotionAnalysis.merge
2435[warn] | ^
2436[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2437[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2438[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2439[warn] | )
2440[warn] |and
2441[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2442[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2443[warn] |has changed.
2444[warn] |Previous choice : the first alternative
2445[warn] |Choice from Scala 3.7 : the second alternative
2446[warn] |
2447[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2448[warn] |by using @annotation.nowarn("id=205")
2449[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:299:26
2450[warn] 299 | )(configuration): @unchecked
2451[warn] | ^
2452[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2453[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2454[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2455[warn] | )
2456[warn] |and
2457[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2458[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2459[warn] |has changed.
2460[warn] |Previous choice : the first alternative
2461[warn] |Choice from Scala 3.7 : the second alternative
2462[warn] |
2463[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2464[warn] |by using @annotation.nowarn("id=205")
2465[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:302:36
2466[warn] 302 | codeMotionAnalysis.merge
2467[warn] | ^
2468[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2469[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2470[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2471[warn] | )
2472[warn] |and
2473[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2474[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2475[warn] |has changed.
2476[warn] |Previous choice : the first alternative
2477[warn] |Choice from Scala 3.7 : the second alternative
2478[warn] |
2479[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2480[warn] |by using @annotation.nowarn("id=205")
2481[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:396:26
2482[warn] 396 | )(configuration): @unchecked
2483[warn] | ^
2484[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2485[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2486[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2487[warn] | )
2488[warn] |and
2489[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2490[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2491[warn] |has changed.
2492[warn] |Previous choice : the first alternative
2493[warn] |Choice from Scala 3.7 : the second alternative
2494[warn] |
2495[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2496[warn] |by using @annotation.nowarn("id=205")
2497[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:399:36
2498[warn] 399 | codeMotionAnalysis.merge
2499[warn] | ^
2500[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2501[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2502[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2503[warn] | )
2504[warn] |and
2505[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2506[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2507[warn] |has changed.
2508[warn] |Previous choice : the first alternative
2509[warn] |Choice from Scala 3.7 : the second alternative
2510[warn] |
2511[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2512[warn] |by using @annotation.nowarn("id=205")
2513[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:439:20
2514[warn] 439 | )(configuration): @unchecked
2515[warn] | ^
2516[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2517[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2518[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2519[warn] | )
2520[warn] |and
2521[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2522[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2523[warn] |has changed.
2524[warn] |Previous choice : the first alternative
2525[warn] |Choice from Scala 3.7 : the second alternative
2526[warn] |
2527[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2528[warn] |by using @annotation.nowarn("id=205")
2529[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:442:30
2530[warn] 442 | codeMotionAnalysis.merge
2531[warn] | ^
2532[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2533[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2534[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2535[warn] | )
2536[warn] |and
2537[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2538[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2539[warn] |has changed.
2540[warn] |Previous choice : the first alternative
2541[warn] |Choice from Scala 3.7 : the second alternative
2542[warn] |
2543[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2544[warn] |by using @annotation.nowarn("id=205")
2545[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:489:24
2546[warn] 489 | )(configuration): @unchecked
2547[warn] | ^
2548[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2549[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2550[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2551[warn] | )
2552[warn] |and
2553[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2554[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2555[warn] |has changed.
2556[warn] |Previous choice : the first alternative
2557[warn] |Choice from Scala 3.7 : the second alternative
2558[warn] |
2559[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2560[warn] |by using @annotation.nowarn("id=205")
2561[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:492:34
2562[warn] 492 | codeMotionAnalysis.merge
2563[warn] | ^
2564[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2565[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2566[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2567[warn] | )
2568[warn] |and
2569[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2570[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2571[warn] |has changed.
2572[warn] |Previous choice : the first alternative
2573[warn] |Choice from Scala 3.7 : the second alternative
2574[warn] |
2575[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2576[warn] |by using @annotation.nowarn("id=205")
2577[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:548:22
2578[warn] 548 | )(configuration): @unchecked
2579[warn] | ^
2580[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2581[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2582[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2583[warn] | )
2584[warn] |and
2585[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2586[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2587[warn] |has changed.
2588[warn] |Previous choice : the first alternative
2589[warn] |Choice from Scala 3.7 : the second alternative
2590[warn] |
2591[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2592[warn] |by using @annotation.nowarn("id=205")
2593[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:550:60
2594[warn] 550 | val (mergeResultsByPath, _) = codeMotionAnalysis.merge
2595[warn] | ^
2596[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2597[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2598[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2599[warn] | )
2600[warn] |and
2601[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2602[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2603[warn] |has changed.
2604[warn] |Previous choice : the first alternative
2605[warn] |Choice from Scala 3.7 : the second alternative
2606[warn] |
2607[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2608[warn] |by using @annotation.nowarn("id=205")
2609[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:612:24
2610[warn] 612 | )(configuration): @unchecked
2611[warn] | ^
2612[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2613[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2614[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2615[warn] | )
2616[warn] |and
2617[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2618[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2619[warn] |has changed.
2620[warn] |Previous choice : the first alternative
2621[warn] |Choice from Scala 3.7 : the second alternative
2622[warn] |
2623[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2624[warn] |by using @annotation.nowarn("id=205")
2625[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:627:34
2626[warn] 627 | codeMotionAnalysis.merge
2627[warn] | ^
2628[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2629[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2630[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2631[warn] | )
2632[warn] |and
2633[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2634[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2635[warn] |has changed.
2636[warn] |Previous choice : the first alternative
2637[warn] |Choice from Scala 3.7 : the second alternative
2638[warn] |
2639[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2640[warn] |by using @annotation.nowarn("id=205")
2641[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:695:24
2642[warn] 695 | )(configuration): @unchecked
2643[warn] | ^
2644[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2645[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2646[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2647[warn] | )
2648[warn] |and
2649[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2650[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2651[warn] |has changed.
2652[warn] |Previous choice : the first alternative
2653[warn] |Choice from Scala 3.7 : the second alternative
2654[warn] |
2655[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2656[warn] |by using @annotation.nowarn("id=205")
2657[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:710:34
2658[warn] 710 | codeMotionAnalysis.merge
2659[warn] | ^
2660[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2661[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2662[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2663[warn] | )
2664[warn] |and
2665[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2666[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2667[warn] |has changed.
2668[warn] |Previous choice : the first alternative
2669[warn] |Choice from Scala 3.7 : the second alternative
2670[warn] |
2671[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2672[warn] |by using @annotation.nowarn("id=205")
2673[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:821:26
2674[warn] 821 | )(configuration): @unchecked
2675[warn] | ^
2676[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2677[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2678[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2679[warn] | )
2680[warn] |and
2681[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2682[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2683[warn] |has changed.
2684[warn] |Previous choice : the first alternative
2685[warn] |Choice from Scala 3.7 : the second alternative
2686[warn] |
2687[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2688[warn] |by using @annotation.nowarn("id=205")
2689[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:824:36
2690[warn] 824 | codeMotionAnalysis.merge
2691[warn] | ^
2692[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2693[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2694[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2695[warn] | )
2696[warn] |and
2697[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2698[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2699[warn] |has changed.
2700[warn] |Previous choice : the first alternative
2701[warn] |Choice from Scala 3.7 : the second alternative
2702[warn] |
2703[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2704[warn] |by using @annotation.nowarn("id=205")
2705[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1020:26
2706[warn] 1020 | )(configuration): @unchecked
2707[warn] | ^
2708[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2709[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2710[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2711[warn] | )
2712[warn] |and
2713[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2714[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2715[warn] |has changed.
2716[warn] |Previous choice : the first alternative
2717[warn] |Choice from Scala 3.7 : the second alternative
2718[warn] |
2719[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2720[warn] |by using @annotation.nowarn("id=205")
2721[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1023:36
2722[warn] 1023 | codeMotionAnalysis.merge
2723[warn] | ^
2724[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2725[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2726[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2727[warn] | )
2728[warn] |and
2729[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2730[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2731[warn] |has changed.
2732[warn] |Previous choice : the first alternative
2733[warn] |Choice from Scala 3.7 : the second alternative
2734[warn] |
2735[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2736[warn] |by using @annotation.nowarn("id=205")
2737[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1079:20
2738[warn] 1079 | )(configuration): @unchecked
2739[warn] | ^
2740[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2741[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2742[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2743[warn] | )
2744[warn] |and
2745[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2746[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2747[warn] |has changed.
2748[warn] |Previous choice : the first alternative
2749[warn] |Choice from Scala 3.7 : the second alternative
2750[warn] |
2751[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2752[warn] |by using @annotation.nowarn("id=205")
2753[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1082:30
2754[warn] 1082 | codeMotionAnalysis.merge
2755[warn] | ^
2756[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2757[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2758[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2759[warn] | )
2760[warn] |and
2761[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2762[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2763[warn] |has changed.
2764[warn] |Previous choice : the first alternative
2765[warn] |Choice from Scala 3.7 : the second alternative
2766[warn] |
2767[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2768[warn] |by using @annotation.nowarn("id=205")
2769[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1174:20
2770[warn] 1174 | )(configuration): @unchecked
2771[warn] | ^
2772[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2773[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2774[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2775[warn] | )
2776[warn] |and
2777[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2778[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2779[warn] |has changed.
2780[warn] |Previous choice : the first alternative
2781[warn] |Choice from Scala 3.7 : the second alternative
2782[warn] |
2783[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2784[warn] |by using @annotation.nowarn("id=205")
2785[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1177:30
2786[warn] 1177 | codeMotionAnalysis.merge
2787[warn] | ^
2788[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2789[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2790[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2791[warn] | )
2792[warn] |and
2793[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2794[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2795[warn] |has changed.
2796[warn] |Previous choice : the first alternative
2797[warn] |Choice from Scala 3.7 : the second alternative
2798[warn] |
2799[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2800[warn] |by using @annotation.nowarn("id=205")
2801[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1218:20
2802[warn] 1218 | )(configuration): @unchecked
2803[warn] | ^
2804[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2805[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2806[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2807[warn] | )
2808[warn] |and
2809[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2810[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2811[warn] |has changed.
2812[warn] |Previous choice : the first alternative
2813[warn] |Choice from Scala 3.7 : the second alternative
2814[warn] |
2815[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2816[warn] |by using @annotation.nowarn("id=205")
2817[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1221:30
2818[warn] 1221 | codeMotionAnalysis.merge
2819[warn] | ^
2820[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2821[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2822[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2823[warn] | )
2824[warn] |and
2825[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2826[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2827[warn] |has changed.
2828[warn] |Previous choice : the first alternative
2829[warn] |Choice from Scala 3.7 : the second alternative
2830[warn] |
2831[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2832[warn] |by using @annotation.nowarn("id=205")
2833[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1466:26
2834[warn] 1466 | )(configuration): @unchecked
2835[warn] | ^
2836[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2837[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2838[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2839[warn] | )
2840[warn] |and
2841[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2842[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2843[warn] |has changed.
2844[warn] |Previous choice : the first alternative
2845[warn] |Choice from Scala 3.7 : the second alternative
2846[warn] |
2847[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2848[warn] |by using @annotation.nowarn("id=205")
2849[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1469:36
2850[warn] 1469 | codeMotionAnalysis.merge
2851[warn] | ^
2852[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2853[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2854[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2855[warn] | )
2856[warn] |and
2857[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2858[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2859[warn] |has changed.
2860[warn] |Previous choice : the first alternative
2861[warn] |Choice from Scala 3.7 : the second alternative
2862[warn] |
2863[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2864[warn] |by using @annotation.nowarn("id=205")
2865[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1732:26
2866[warn] 1732 | )(configuration): @unchecked
2867[warn] | ^
2868[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2869[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2870[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2871[warn] | )
2872[warn] |and
2873[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2874[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2875[warn] |has changed.
2876[warn] |Previous choice : the first alternative
2877[warn] |Choice from Scala 3.7 : the second alternative
2878[warn] |
2879[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2880[warn] |by using @annotation.nowarn("id=205")
2881[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1735:36
2882[warn] 1735 | codeMotionAnalysis.merge
2883[warn] | ^
2884[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2885[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2886[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2887[warn] | )
2888[warn] |and
2889[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2890[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2891[warn] |has changed.
2892[warn] |Previous choice : the first alternative
2893[warn] |Choice from Scala 3.7 : the second alternative
2894[warn] |
2895[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2896[warn] |by using @annotation.nowarn("id=205")
2897[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1812:20
2898[warn] 1812 | )(configuration): @unchecked
2899[warn] | ^
2900[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2901[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2902[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2903[warn] | )
2904[warn] |and
2905[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2906[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2907[warn] |has changed.
2908[warn] |Previous choice : the first alternative
2909[warn] |Choice from Scala 3.7 : the second alternative
2910[warn] |
2911[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2912[warn] |by using @annotation.nowarn("id=205")
2913[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1815:30
2914[warn] 1815 | codeMotionAnalysis.merge
2915[warn] | ^
2916[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2917[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2918[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2919[warn] | )
2920[warn] |and
2921[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2922[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2923[warn] |has changed.
2924[warn] |Previous choice : the first alternative
2925[warn] |Choice from Scala 3.7 : the second alternative
2926[warn] |
2927[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2928[warn] |by using @annotation.nowarn("id=205")
2929[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1887:22
2930[warn] 1887 | )(configuration): @unchecked
2931[warn] | ^
2932[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2933[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2934[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2935[warn] | )
2936[warn] |and
2937[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2938[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2939[warn] |has changed.
2940[warn] |Previous choice : the first alternative
2941[warn] |Choice from Scala 3.7 : the second alternative
2942[warn] |
2943[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2944[warn] |by using @annotation.nowarn("id=205")
2945[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1890:32
2946[warn] 1890 | codeMotionAnalysis.merge
2947[warn] | ^
2948[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2949[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2950[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2951[warn] | )
2952[warn] |and
2953[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2954[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2955[warn] |has changed.
2956[warn] |Previous choice : the first alternative
2957[warn] |Choice from Scala 3.7 : the second alternative
2958[warn] |
2959[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2960[warn] |by using @annotation.nowarn("id=205")
2961[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1948:22
2962[warn] 1948 | )(configuration): @unchecked
2963[warn] | ^
2964[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2965[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2966[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2967[warn] | )
2968[warn] |and
2969[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2970[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2971[warn] |has changed.
2972[warn] |Previous choice : the first alternative
2973[warn] |Choice from Scala 3.7 : the second alternative
2974[warn] |
2975[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2976[warn] |by using @annotation.nowarn("id=205")
2977[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:1951:32
2978[warn] 1951 | codeMotionAnalysis.merge
2979[warn] | ^
2980[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2981[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2982[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2983[warn] | )
2984[warn] |and
2985[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2986[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
2987[warn] |has changed.
2988[warn] |Previous choice : the first alternative
2989[warn] |Choice from Scala 3.7 : the second alternative
2990[warn] |
2991[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
2992[warn] |by using @annotation.nowarn("id=205")
2993[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:2009:22
2994[warn] 2009 | )(configuration): @unchecked
2995[warn] | ^
2996[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
2997[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
2998[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
2999[warn] | )
3000[warn] |and
3001[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
3002[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
3003[warn] |has changed.
3004[warn] |Previous choice : the first alternative
3005[warn] |Choice from Scala 3.7 : the second alternative
3006[warn] |
3007[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
3008[warn] |by using @annotation.nowarn("id=205")
3009[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:2012:32
3010[warn] 2012 | codeMotionAnalysis.merge
3011[warn] | ^
3012[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
3013[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
3014[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
3015[warn] | )
3016[warn] |and
3017[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
3018[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
3019[warn] |has changed.
3020[warn] |Previous choice : the first alternative
3021[warn] |Choice from Scala 3.7 : the second alternative
3022[warn] |
3023[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
3024[warn] |by using @annotation.nowarn("id=205")
3025[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:2065:22
3026[warn] 2065 | )(configuration): @unchecked
3027[warn] | ^
3028[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
3029[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
3030[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
3031[warn] | )
3032[warn] |and
3033[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
3034[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
3035[warn] |has changed.
3036[warn] |Previous choice : the first alternative
3037[warn] |Choice from Scala 3.7 : the second alternative
3038[warn] |
3039[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
3040[warn] |by using @annotation.nowarn("id=205")
3041[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:2068:32
3042[warn] 2068 | codeMotionAnalysis.merge
3043[warn] | ^
3044[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
3045[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
3046[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
3047[warn] | )
3048[warn] |and
3049[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
3050[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
3051[warn] |has changed.
3052[warn] |Previous choice : the first alternative
3053[warn] |Choice from Scala 3.7 : the second alternative
3054[warn] |
3055[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
3056[warn] |by using @annotation.nowarn("id=205")
3057[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:2195:20
3058[warn] 2195 | )(configuration): @unchecked
3059[warn] | ^
3060[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
3061[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
3062[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
3063[warn] | )
3064[warn] |and
3065[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
3066[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
3067[warn] |has changed.
3068[warn] |Previous choice : the first alternative
3069[warn] |Choice from Scala 3.7 : the second alternative
3070[warn] |
3071[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
3072[warn] |by using @annotation.nowarn("id=205")
3073[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:2198:30
3074[warn] 2198 | codeMotionAnalysis.merge
3075[warn] | ^
3076[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
3077[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
3078[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
3079[warn] | )
3080[warn] |and
3081[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
3082[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
3083[warn] |has changed.
3084[warn] |Previous choice : the first alternative
3085[warn] |Choice from Scala 3.7 : the second alternative
3086[warn] |
3087[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
3088[warn] |by using @annotation.nowarn("id=205")
3089[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:2304:22
3090[warn] 2304 | )(configuration): @unchecked
3091[warn] | ^
3092[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
3093[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
3094[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
3095[warn] | )
3096[warn] |and
3097[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
3098[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
3099[warn] |has changed.
3100[warn] |Previous choice : the first alternative
3101[warn] |Choice from Scala 3.7 : the second alternative
3102[warn] |
3103[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
3104[warn] |by using @annotation.nowarn("id=205")
3105[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:2307:32
3106[warn] 2307 | codeMotionAnalysis.merge
3107[warn] | ^
3108[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
3109[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
3110[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
3111[warn] | )
3112[warn] |and
3113[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
3114[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
3115[warn] |has changed.
3116[warn] |Previous choice : the first alternative
3117[warn] |Choice from Scala 3.7 : the second alternative
3118[warn] |
3119[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
3120[warn] |by using @annotation.nowarn("id=205")
3121[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:2411:22
3122[warn] 2411 | )(configuration): @unchecked
3123[warn] | ^
3124[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
3125[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
3126[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
3127[warn] | )
3128[warn] |and
3129[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
3130[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
3131[warn] |has changed.
3132[warn] |Previous choice : the first alternative
3133[warn] |Choice from Scala 3.7 : the second alternative
3134[warn] |
3135[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
3136[warn] |by using @annotation.nowarn("id=205")
3137[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:2413:55
3138[warn] 2413 | assertDoesNotThrow(() => codeMotionAnalysis.merge)
3139[warn] | ^
3140[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
3141[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
3142[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
3143[warn] | )
3144[warn] |and
3145[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
3146[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
3147[warn] |has changed.
3148[warn] |Previous choice : the first alternative
3149[warn] |Choice from Scala 3.7 : the second alternative
3150[warn] |
3151[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
3152[warn] |by using @annotation.nowarn("id=205")
3153[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:2485:22
3154[warn] 2485 | )(configuration): @unchecked
3155[warn] | ^
3156[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
3157[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
3158[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
3159[warn] | )
3160[warn] |and
3161[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
3162[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
3163[warn] |has changed.
3164[warn] |Previous choice : the first alternative
3165[warn] |Choice from Scala 3.7 : the second alternative
3166[warn] |
3167[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
3168[warn] |by using @annotation.nowarn("id=205")
3169[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:2487:55
3170[warn] 2487 | assertDoesNotThrow(() => codeMotionAnalysis.merge)
3171[warn] | ^
3172[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
3173[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
3174[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
3175[warn] | )
3176[warn] |and
3177[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
3178[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
3179[warn] |has changed.
3180[warn] |Previous choice : the first alternative
3181[warn] |Choice from Scala 3.7 : the second alternative
3182[warn] |
3183[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
3184[warn] |by using @annotation.nowarn("id=205")
3185[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:2555:22
3186[warn] 2555 | )(configuration): @unchecked
3187[warn] | ^
3188[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
3189[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
3190[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
3191[warn] | )
3192[warn] |and
3193[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
3194[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
3195[warn] |has changed.
3196[warn] |Previous choice : the first alternative
3197[warn] |Choice from Scala 3.7 : the second alternative
3198[warn] |
3199[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
3200[warn] |by using @annotation.nowarn("id=205")
3201[warn] -- [E205] Potential Issue Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:2557:55
3202[warn] 2557 | assertDoesNotThrow(() => codeMotionAnalysis.merge)
3203[warn] | ^
3204[warn] |Given search preference for cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] between alternatives
3205[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
3206[warn] | given_Order_Token : cats.kernel.Order[com.sageserpent.kineticmerge.core.Token]
3207[warn] | )
3208[warn] |and
3209[warn] | (com.sageserpent.kineticmerge.core.CodeMotionAnalysisExtensionTest.
3210[warn] | given_Eq_Token : cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token])
3211[warn] |has changed.
3212[warn] |Previous choice : the first alternative
3213[warn] |Choice from Scala 3.7 : the second alternative
3214[warn] |
3215[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
3216[warn] |by using @annotation.nowarn("id=205")
3217[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/LongestCommonSubsequenceTest.scala:34:33
3218[warn] 34 | given Sized[Element] = defaultElementSize
3219[warn] | ^^^^^^^^^^^^^^^^^^
3220[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3221[warn] | com.sageserpent.kineticmerge.core.LongestCommonSubsequenceTest.Element] does not have the @FunctionalInterface annotation.
3222[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/LongestCommonSubsequenceTest.scala:75:33
3223[warn] 75 | given Sized[Element] = defaultElementSize
3224[warn] | ^^^^^^^^^^^^^^^^^^
3225[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3226[warn] | com.sageserpent.kineticmerge.core.LongestCommonSubsequenceTest.Element] does not have the @FunctionalInterface annotation.
3227[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/LongestCommonSubsequenceTest.scala:263:33
3228[warn] 263 | given Sized[Element] = defaultElementSize
3229[warn] | ^^^^^^^^^^^^^^^^^^
3230[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3231[warn] | com.sageserpent.kineticmerge.core.LongestCommonSubsequenceTest.Element] does not have the @FunctionalInterface annotation.
3232[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:50:24
3233[warn] 50 | given Eq[Element] = matchesByElement.equivalent
3234[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3235[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3236[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:51:27
3237[warn] 51 | given Sized[Element] = defaultElementSize
3238[warn] | ^^^^^^^^^^^^^^^^^^
3239[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3240[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3241[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:82:24
3242[warn] 82 | given Eq[Element] = matchesByElement.equivalent
3243[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3244[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3245[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:83:27
3246[warn] 83 | given Sized[Element] = defaultElementSize
3247[warn] | ^^^^^^^^^^^^^^^^^^
3248[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3249[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3250[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:114:24
3251[warn] 114 | given Eq[Element] = matchesByElement.equivalent
3252[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3253[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3254[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:115:27
3255[warn] 115 | given Sized[Element] = defaultElementSize
3256[warn] | ^^^^^^^^^^^^^^^^^^
3257[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3258[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3259[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:148:24
3260[warn] 148 | given Eq[Element] = matchesByElement.equivalent
3261[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3262[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3263[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:149:27
3264[warn] 149 | given Sized[Element] = defaultElementSize
3265[warn] | ^^^^^^^^^^^^^^^^^^
3266[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3267[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3268[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:181:24
3269[warn] 181 | given Eq[Element] = matchesByElement.equivalent
3270[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3271[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3272[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:182:27
3273[warn] 182 | given Sized[Element] = defaultElementSize
3274[warn] | ^^^^^^^^^^^^^^^^^^
3275[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3276[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3277[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:215:24
3278[warn] 215 | given Eq[Element] = matchesByElement.equivalent
3279[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3280[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3281[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:216:27
3282[warn] 216 | given Sized[Element] = defaultElementSize
3283[warn] | ^^^^^^^^^^^^^^^^^^
3284[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3285[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3286[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:249:24
3287[warn] 249 | given Eq[Element] = matchesByElement.equivalent
3288[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3289[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3290[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:250:27
3291[warn] 250 | given Sized[Element] = defaultElementSize
3292[warn] | ^^^^^^^^^^^^^^^^^^
3293[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3294[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3295[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:285:24
3296[warn] 285 | given Eq[Element] = matchesByElement.equivalent
3297[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3298[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3299[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:286:27
3300[warn] 286 | given Sized[Element] = defaultElementSize
3301[warn] | ^^^^^^^^^^^^^^^^^^
3302[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3303[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3304[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:324:27
3305[warn] 324 | given Eq[Element] = matchesByElement.equivalent
3306[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3307[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3308[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:325:27
3309[warn] 325 | given Sized[Element] = defaultElementSize
3310[warn] | ^^^^^^^^^^^^^^^^^^
3311[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3312[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3313[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:364:27
3314[warn] 364 | given Eq[Element] = matchesByElement.equivalent
3315[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3316[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3317[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:365:27
3318[warn] 365 | given Sized[Element] = defaultElementSize
3319[warn] | ^^^^^^^^^^^^^^^^^^
3320[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3321[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3322[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:405:24
3323[warn] 405 | given Eq[Element] = matchesByElement.equivalent
3324[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3325[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3326[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:406:27
3327[warn] 406 | given Sized[Element] = defaultElementSize
3328[warn] | ^^^^^^^^^^^^^^^^^^
3329[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3330[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3331[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:439:24
3332[warn] 439 | given Eq[Element] = matchesByElement.equivalent
3333[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3334[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3335[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:440:27
3336[warn] 440 | given Sized[Element] = defaultElementSize
3337[warn] | ^^^^^^^^^^^^^^^^^^
3338[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3339[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3340[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:475:24
3341[warn] 475 | given Eq[Element] = matchesByElement.equivalent
3342[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3343[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3344[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:476:27
3345[warn] 476 | given Sized[Element] = defaultElementSize
3346[warn] | ^^^^^^^^^^^^^^^^^^
3347[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3348[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3349[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:514:24
3350[warn] 514 | given Eq[Element] = matchesByElement.equivalent
3351[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3352[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3353[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:515:27
3354[warn] 515 | given Sized[Element] = defaultElementSize
3355[warn] | ^^^^^^^^^^^^^^^^^^
3356[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3357[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3358[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:551:24
3359[warn] 551 | given Eq[Element] = matchesByElement.equivalent
3360[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3361[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3362[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:552:27
3363[warn] 552 | given Sized[Element] = defaultElementSize
3364[warn] | ^^^^^^^^^^^^^^^^^^
3365[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3366[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3367[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:583:24
3368[warn] 583 | given Eq[Element] = matchesByElement.equivalent
3369[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3370[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3371[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:584:27
3372[warn] 584 | given Sized[Element] = defaultElementSize
3373[warn] | ^^^^^^^^^^^^^^^^^^
3374[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3375[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3376[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:618:24
3377[warn] 618 | given Eq[Element] = matchesByElement.equivalent
3378[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3379[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3380[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:619:27
3381[warn] 619 | given Sized[Element] = defaultElementSize
3382[warn] | ^^^^^^^^^^^^^^^^^^
3383[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3384[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3385[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:654:24
3386[warn] 654 | given Eq[Element] = matchesByElement.equivalent
3387[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3388[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3389[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:655:27
3390[warn] 655 | given Sized[Element] = defaultElementSize
3391[warn] | ^^^^^^^^^^^^^^^^^^
3392[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3393[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3394[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:693:24
3395[warn] 693 | given Eq[Element] = matchesByElement.equivalent
3396[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3397[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3398[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:694:27
3399[warn] 694 | given Sized[Element] = defaultElementSize
3400[warn] | ^^^^^^^^^^^^^^^^^^
3401[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3402[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3403[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:740:24
3404[warn] 740 | given Eq[Element] = matchesByElement.equivalent
3405[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3406[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3407[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:741:27
3408[warn] 741 | given Sized[Element] = defaultElementSize
3409[warn] | ^^^^^^^^^^^^^^^^^^
3410[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3411[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3412[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:789:24
3413[warn] 789 | given Eq[Element] = matchesByElement.equivalent
3414[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3415[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3416[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:790:27
3417[warn] 790 | given Sized[Element] = defaultElementSize
3418[warn] | ^^^^^^^^^^^^^^^^^^
3419[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3420[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3421[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:838:24
3422[warn] 838 | given Eq[Element] = matchesByElement.equivalent
3423[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3424[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3425[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:839:27
3426[warn] 839 | given Sized[Element] = defaultElementSize
3427[warn] | ^^^^^^^^^^^^^^^^^^
3428[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3429[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3430[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:888:24
3431[warn] 888 | given Eq[Element] = matchesByElement.equivalent
3432[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3433[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3434[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:889:27
3435[warn] 889 | given Sized[Element] = defaultElementSize
3436[warn] | ^^^^^^^^^^^^^^^^^^
3437[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3438[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3439[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:939:24
3440[warn] 939 | given Eq[Element] = matchesByElement.equivalent
3441[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3442[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3443[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:940:27
3444[warn] 940 | given Sized[Element] = defaultElementSize
3445[warn] | ^^^^^^^^^^^^^^^^^^
3446[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3447[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3448[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:990:24
3449[warn] 990 | given Eq[Element] = matchesByElement.equivalent
3450[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3451[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3452[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:992:27
3453[warn] 992 | given Sized[Element] = defaultElementSize
3454[warn] | ^^^^^^^^^^^^^^^^^^
3455[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3456[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3457[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1035:24
3458[warn] 1035 | given Eq[Element] = matchesByElement.equivalent
3459[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3460[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3461[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1036:27
3462[warn] 1036 | given Sized[Element] = defaultElementSize
3463[warn] | ^^^^^^^^^^^^^^^^^^
3464[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3465[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3466[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1080:24
3467[warn] 1080 | given Eq[Element] = matchesByElement.equivalent
3468[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3469[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3470[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1081:27
3471[warn] 1081 | given Sized[Element] = defaultElementSize
3472[warn] | ^^^^^^^^^^^^^^^^^^
3473[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3474[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3475[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1130:24
3476[warn] 1130 | given Eq[Element] = matchesByElement.equivalent
3477[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3478[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3479[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1131:27
3480[warn] 1131 | given Sized[Element] = defaultElementSize
3481[warn] | ^^^^^^^^^^^^^^^^^^
3482[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3483[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3484[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1175:24
3485[warn] 1175 | given Eq[Element] = matchesByElement.equivalent
3486[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3487[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3488[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1176:27
3489[warn] 1176 | given Sized[Element] = defaultElementSize
3490[warn] | ^^^^^^^^^^^^^^^^^^
3491[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3492[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3493[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1213:24
3494[warn] 1213 | given Eq[Element] = matchesByElement.equivalent
3495[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3496[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3497[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1214:27
3498[warn] 1214 | given Sized[Element] = defaultElementSize
3499[warn] | ^^^^^^^^^^^^^^^^^^
3500[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3501[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3502[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1254:24
3503[warn] 1254 | given Eq[Element] = matchesByElement.equivalent
3504[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3505[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3506[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1255:27
3507[warn] 1255 | given Sized[Element] = defaultElementSize
3508[warn] | ^^^^^^^^^^^^^^^^^^
3509[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3510[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3511[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1302:24
3512[warn] 1302 | given Eq[Element] = matchesByElement.equivalent
3513[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3514[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3515[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1303:27
3516[warn] 1303 | given Sized[Element] = defaultElementSize
3517[warn] | ^^^^^^^^^^^^^^^^^^
3518[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3519[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3520[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1346:24
3521[warn] 1346 | given Eq[Element] = matchesByElement.equivalent
3522[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3523[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3524[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1347:27
3525[warn] 1347 | given Sized[Element] = defaultElementSize
3526[warn] | ^^^^^^^^^^^^^^^^^^
3527[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3528[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3529[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1397:24
3530[warn] 1397 | given Eq[Element] = matchesByElement.equivalent
3531[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3532[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3533[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1399:27
3534[warn] 1399 | given Sized[Element] = defaultElementSize
3535[warn] | ^^^^^^^^^^^^^^^^^^
3536[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3537[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3538[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1446:24
3539[warn] 1446 | given Eq[Element] = matchesByElement.equivalent
3540[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3541[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3542[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1447:27
3543[warn] 1447 | given Sized[Element] = defaultElementSize
3544[warn] | ^^^^^^^^^^^^^^^^^^
3545[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3546[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3547[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1489:24
3548[warn] 1489 | given Eq[Element] = matchesByElement.equivalent
3549[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3550[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3551[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1490:27
3552[warn] 1490 | given Sized[Element] = defaultElementSize
3553[warn] | ^^^^^^^^^^^^^^^^^^
3554[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3555[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3556[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1534:24
3557[warn] 1534 | given Eq[Element] = matchesByElement.equivalent
3558[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
3559[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3560[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1535:27
3561[warn] 1535 | given Sized[Element] = defaultElementSize
3562[warn] | ^^^^^^^^^^^^^^^^^^
3563[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3564[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3565[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1559:41
3566[warn] 1559 | given Eq[Element] = equivalent(testCase.matchesByElement)
3567[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3568[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3569[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1560:31
3570[warn] 1560 | given Sized[Element] = defaultElementSize
3571[warn] | ^^^^^^^^^^^^^^^^^^
3572[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3573[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3574[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1580:41
3575[warn] 1580 | given Eq[Element] = equivalent(testCase.matchesByElement)
3576[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3577[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3578[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1581:31
3579[warn] 1581 | given Sized[Element] = defaultElementSize
3580[warn] | ^^^^^^^^^^^^^^^^^^
3581[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
3582[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3583[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1908:34
3584[warn] 1908 | given Eq[Element] = equivalent(matchesByElement)
3585[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3586[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
3587[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:553:26
3588[warn] 553 | mergeResultsByPath(path) match
3589[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
3590[warn] |match may not be exhaustive.
3591[warn] |
3592[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
3593[warn] |
3594[warn] | longer explanation available when compiling with `-explain`
3595[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:851:22
3596[warn] 851 | mergeResultsByPath(path) match
3597[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
3598[warn] |match may not be exhaustive.
3599[warn] |
3600[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
3601[warn] |
3602[warn] | longer explanation available when compiling with `-explain`
3603[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:872:22
3604[warn] 872 | mergeResultsByPath(path) match
3605[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
3606[warn] |match may not be exhaustive.
3607[warn] |
3608[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
3609[warn] |
3610[warn] | longer explanation available when compiling with `-explain`
3611[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1594:8
3612[warn] 1594 | result match
3613[warn] | ^^^^^^
3614[warn] |match may not be exhaustive.
3615[warn] |
3616[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
3617[warn] |
3618[warn] | longer explanation available when compiling with `-explain`
3619[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1969:8
3620[warn] 1969 | result match
3621[warn] | ^^^^^^
3622[warn] |match may not be exhaustive.
3623[warn] |
3624[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
3625[warn] |
3626[warn] | longer explanation available when compiling with `-explain`
3627[warn] 142 warnings found
3628[info] done compiling
3629Generating version resource: /build/repo/target/scala-3.7.4/resource_managed/main/version.txt for version: 1.13.2
3630Generating version resource: /build/repo/target/scala-3.7.4/resource_managed/main/version.txt for version: 1.13.2
3631
3632************************
3633Build summary:
3634[{
3635 "module": "kinetic-merge",
3636 "compile": {"status": "ok", "tookMs": 24789, "warnings": 37, "errors": 0, "sourceVersion": "3.7-migration"},
3637 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3638 "test-compile": {"status": "ok", "tookMs": 15673, "warnings": 142, "errors": 0, "sourceVersion": "3.7-migration"},
3639 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
3640 "publish": {"status": "skipped", "tookMs": 0},
3641 "metadata": {
3642 "crossScalaVersions": ["3.3.7"]
3643}
3644}]
3645************************
3646[success] Total time: 45 s, completed Jan 8, 2026, 2:34:56 AM
3647[0JChecking patch src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala...
3648Checking patch project/plugins.sbt...
3649Checking patch build.sbt...
3650Applied patch src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala cleanly.
3651Applied patch project/plugins.sbt cleanly.
3652Applied patch build.sbt cleanly.
3653Commit migration rewrites
3654Switched to a new branch 'opencb/migrate-source-3.7'
3655[opencb/migrate-source-3.7 2aa2efc5] Apply Scala compiler rewrites using -source:3.7-migration using Scala 3.7.4
3656 3 files changed, 5 insertions(+), 5 deletions(-)
3657----
3658Preparing build for 3.8.0-RC6
3659Scala binary version found: 3.8
3660Using configured source version: 3.5
3661Scala binary version found: 3.8
3662Using configured source version: 3.5
3663Would try to apply common scalacOption (best-effort, sbt/mill only):
3664Append: ,REQUIRE:-source:3.5
3665Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
3666
3667Try apply source patch:
3668Path: src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala
3669Pattern: @tailrec
3670Replacement:
3671Successfully applied pattern '@tailrec' in src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala
3672----
3673Starting build for 3.8.0-RC6
3674Execute tests: true
3675sbt project found:
3676No prepare script found for project sageserpent-open/kineticmerge
3677##################################
3678Scala version: 3.8.0-RC6
3679Targets: com.sageserpent%kinetic-merge
3680Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","sourceVersion":"3.5","migrationVersions":["3.6+3.6.3","3.7"],"sourcePatches":[{"path":"src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala","pattern":"@tailrec","replaceWith":""}]}
3681##################################
3682Using extra scalacOptions: ,REQUIRE:-source:3.5
3683Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
3684[sbt_options] declare -a sbt_options=()
3685[process_args] java_version = '17'
3686[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
3687# Executing command line:
3688java
3689-Xmx8G
3690-Dcommunitybuild.scala=3.8.0-RC6
3691-Dcommunitybuild.project.dependencies.add=
3692-Xmx7G
3693-Xms4G
3694-Xss8M
3695-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
3696-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
3697-jar
3698/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
3699"setCrossScalaVersions 3.8.0-RC6"
3700"++3.8.0-RC6 -v"
3701"mapScalacOptions ",REQUIRE:-source:3.5,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
3702"set every credentials := Nil"
3703"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
3704"removeScalacOptionsStartingWith -P:wartremover"
3705
3706moduleMappings
3707"runBuild 3.8.0-RC6 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","sourceVersion":"3.5","migrationVersions":["3.6+3.6.3","3.7"],"sourcePatches":[{"path":"src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala","pattern":"@tailrec","replaceWith":""}]}""" com.sageserpent%kinetic-merge"
3708
3709[info] welcome to sbt 1.11.7 (Eclipse Adoptium Java 17.0.8)
3710[info] loading settings for project repo-build from akka.sbt, build.sbt, plugins.sbt...
3711[info] loading project definition from /build/repo/project
3712[info] loading settings for project root from build.sbt, version.sbt...
3713[info] set current project to kinetic-merge (in build file:/build/repo/)
3714Execute setCrossScalaVersions: 3.8.0-RC6
3715OpenCB::Changing crossVersion 3.3.7 -> 3.8.0-RC6 in root/crossScalaVersions
3716[info] set current project to kinetic-merge (in build file:/build/repo/)
3717[info] Setting Scala version to 3.8.0-RC6 on 1 projects.
3718[info] Switching Scala version on:
3719[info] * root (3.8.0-RC6)
3720[info] Excluding projects:
3721[info] Reapplying settings...
3722[info] set current project to kinetic-merge (in build file:/build/repo/)
3723Execute mapScalacOptions: ,REQUIRE:-source:3.5,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
3724[info] Reapplying settings...
3725[info] set current project to kinetic-merge (in build file:/build/repo/)
3726[info] Defining Global / credentials, credentials
3727[info] The new values will be used by Compile / scalafmtOnly, IntegrationTest / scalafmtOnly and 5 others.
3728[info] Run `last` for details.
3729[info] Reapplying settings...
3730[info] set current project to kinetic-merge (in build file:/build/repo/)
3731Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
3732[info] Reapplying settings...
3733OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
3734
3735 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
3736 Did you mean allExcludeDependencies ?
3737 , retry without global scopes
3738[info] Reapplying settings...
3739[info] set current project to kinetic-merge (in build file:/build/repo/)
3740Execute removeScalacOptionsStartingWith: -P:wartremover
3741[info] Reapplying settings...
3742[info] set current project to kinetic-merge (in build file:/build/repo/)
3743[success] Total time: 0 s, completed Jan 8, 2026, 2:35:05 AM
3744Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","sourceVersion":"3.5","migrationVersions":["3.6+3.6.3","3.7"],"sourcePatches":[{"path":"src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala","pattern":"@tailrec","replaceWith":""}]}
3745Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),Full,List()))
3746Starting build...
3747Projects: Set(root)
3748Starting build for ProjectRef(file:/build/repo/,root) (kinetic-merge)... [0/1]
3749OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.5` in Scala 2.12.20 module Global
3750OpenCB::Filter out '-source:future', matches setting pattern '^-?-source(:.*)?'
3751Compile scalacOptions: -java-output-version:17, -Wconf:msg=can be rewritten automatically under:s, -source:3.5
3752[info] compiling 20 Scala sources to /build/repo/target/scala-3.8.0-RC6/classes ...
3753[warn] -- Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:1206:34
3754[warn] 1206 | given Order[Token] = Token.comparison
3755[warn] | ^^^^^^^^^^^^^^^^
3756[warn] |method comparison is eta-expanded even though cats.kernel.Order[com.sageserpent.kineticmerge.core.Token] does not have the @FunctionalInterface annotation.
3757[warn] -- Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:1207:34
3758[warn] 1207 | given Funnel[Token] = Token.funnel
3759[warn] | ^^^^^^^^^^^^
3760[warn] |method funnel is eta-expanded even though com.google.common.hash.Funnel[com.sageserpent.kineticmerge.core.Token] does not have the @FunctionalInterface annotation.
3761[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:148:16
3762[warn] 148 | (
3763[warn] | ^
3764[warn] |match may not be exhaustive.
3765[warn] |
3766[warn] |It would fail on pattern case: (Some(_), _, Some(_)), (Some(_), Some(_), _), (_, Some(_), Some(_)), (Some(_), Some(_), None), (None, None, None)
3767[warn] 149 | Option(percentage),
3768[warn] 150 | Option(impliedFraction),
3769[warn] 151 | Option(explicitFraction)
3770[warn] 152 | ).match
3771[warn] |
3772[warn] | longer explanation available when compiling with `-explain`
3773[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:781:10
3774[warn] 781 | case (
3775[warn] | ^
3776[warn] | match may not be exhaustive.
3777[warn] |
3778[warn] | It would fail on pattern case: (_, (None, None))
3779[warn] |
3780[warn] | longer explanation available when compiling with `-explain`
3781[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:1657:12
3782[warn] 1657 | (renamingDescription, transplantationDescription) match
3783[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3784[warn] | match may not be exhaustive.
3785[warn] |
3786[warn] | It would fail on pattern case: (None, None)
3787[warn] |
3788[warn] | longer explanation available when compiling with `-explain`
3789[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:1988:30
3790[warn] 1988 | mergeResultsByPath(path) match
3791[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
3792[warn] |match may not be exhaustive.
3793[warn] |
3794[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
3795[warn] |
3796[warn] | longer explanation available when compiling with `-explain`
3797[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:1993:30
3798[warn] 1993 | mergeResultsByPath(path) match
3799[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
3800[warn] |match may not be exhaustive.
3801[warn] |
3802[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
3803[warn] |
3804[warn] | longer explanation available when compiling with `-explain`
3805[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:2007:38
3806[warn] 2007 | mergeResultsByPath(path) match
3807[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
3808[warn] |match may not be exhaustive.
3809[warn] |
3810[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
3811[warn] |
3812[warn] | longer explanation available when compiling with `-explain`
3813[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:2059:36
3814[warn] 2059 | mergeResultsByPath(path) match
3815[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
3816[warn] |match may not be exhaustive.
3817[warn] |
3818[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
3819[warn] |
3820[warn] | longer explanation available when compiling with `-explain`
3821[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:2106:36
3822[warn] 2106 | mergeResultsByPath(path) match
3823[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
3824[warn] |match may not be exhaustive.
3825[warn] |
3826[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
3827[warn] |
3828[warn] | longer explanation available when compiling with `-explain`
3829[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:2163:34
3830[warn] 2163 | mergeResultsByPath(path) match
3831[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
3832[warn] |match may not be exhaustive.
3833[warn] |
3834[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
3835[warn] |
3836[warn] | longer explanation available when compiling with `-explain`
3837[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:2424:36
3838[warn] 2424 | mergeResultsByPath(path) match
3839[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
3840[warn] |match may not be exhaustive.
3841[warn] |
3842[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
3843[warn] |
3844[warn] | longer explanation available when compiling with `-explain`
3845[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/Main.scala:2552:38
3846[warn] 2552 | mergeResultsByPath(path) match
3847[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
3848[warn] |match may not be exhaustive.
3849[warn] |
3850[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
3851[warn] |
3852[warn] | longer explanation available when compiling with `-explain`
3853[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:1984:12
3854[warn] 1984 | case subsuming: Match.BaseAndLeft[Section[Element]] =>
3855[warn] | ^
3856[warn] |match may not be exhaustive.
3857[warn] |
3858[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.Match.BaseAndRight(_, _), com.sageserpent.kineticmerge.core.Match.LeftAndRight(_, _)
3859[warn] |
3860[warn] | longer explanation available when compiling with `-explain`
3861[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:1995:12
3862[warn] 1995 | case subsuming: Match.BaseAndRight[Section[Element]] =>
3863[warn] | ^
3864[warn] |match may not be exhaustive.
3865[warn] |
3866[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.Match.BaseAndLeft(_, _), com.sageserpent.kineticmerge.core.Match.LeftAndRight(_, _)
3867[warn] |
3868[warn] | longer explanation available when compiling with `-explain`
3869[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2006:12
3870[warn] 2006 | case subsuming: Match.LeftAndRight[Section[Element]] =>
3871[warn] | ^
3872[warn] |match may not be exhaustive.
3873[warn] |
3874[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.Match.BaseAndLeft(_, _), com.sageserpent.kineticmerge.core.Match.BaseAndRight(_, _)
3875[warn] |
3876[warn] | longer explanation available when compiling with `-explain`
3877[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2288:48
3878[warn] 2288 | .modify(_.updatedWith(basePath) { case Some(sectionsSeen) =>
3879[warn] | ^
3880[warn] | match may not be exhaustive.
3881[warn] |
3882[warn] | It would fail on pattern case: None
3883[warn] |
3884[warn] | longer explanation available when compiling with `-explain`
3885[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2292:48
3886[warn] 2292 | .modify(_.updatedWith(leftPath) { case Some(sectionsSeen) =>
3887[warn] | ^
3888[warn] | match may not be exhaustive.
3889[warn] |
3890[warn] | It would fail on pattern case: None
3891[warn] |
3892[warn] | longer explanation available when compiling with `-explain`
3893[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2296:49
3894[warn] 2296 | .modify(_.updatedWith(rightPath) { case Some(sectionsSeen) =>
3895[warn] | ^
3896[warn] | match may not be exhaustive.
3897[warn] |
3898[warn] | It would fail on pattern case: None
3899[warn] |
3900[warn] | longer explanation available when compiling with `-explain`
3901[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2314:48
3902[warn] 2314 | .modify(_.updatedWith(basePath) { case Some(sectionsSeen) =>
3903[warn] | ^
3904[warn] | match may not be exhaustive.
3905[warn] |
3906[warn] | It would fail on pattern case: None
3907[warn] |
3908[warn] | longer explanation available when compiling with `-explain`
3909[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2318:48
3910[warn] 2318 | .modify(_.updatedWith(leftPath) { case Some(sectionsSeen) =>
3911[warn] | ^
3912[warn] | match may not be exhaustive.
3913[warn] |
3914[warn] | It would fail on pattern case: None
3915[warn] |
3916[warn] | longer explanation available when compiling with `-explain`
3917[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2335:48
3918[warn] 2335 | .modify(_.updatedWith(basePath) { case Some(sectionsSeen) =>
3919[warn] | ^
3920[warn] | match may not be exhaustive.
3921[warn] |
3922[warn] | It would fail on pattern case: None
3923[warn] |
3924[warn] | longer explanation available when compiling with `-explain`
3925[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2339:49
3926[warn] 2339 | .modify(_.updatedWith(rightPath) { case Some(sectionsSeen) =>
3927[warn] | ^
3928[warn] | match may not be exhaustive.
3929[warn] |
3930[warn] | It would fail on pattern case: None
3931[warn] |
3932[warn] | longer explanation available when compiling with `-explain`
3933[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2356:48
3934[warn] 2356 | .modify(_.updatedWith(leftPath) { case Some(sectionsSeen) =>
3935[warn] | ^
3936[warn] | match may not be exhaustive.
3937[warn] |
3938[warn] | It would fail on pattern case: None
3939[warn] |
3940[warn] | longer explanation available when compiling with `-explain`
3941[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2360:49
3942[warn] 2360 | .modify(_.updatedWith(rightPath) { case Some(sectionsSeen) =>
3943[warn] | ^
3944[warn] | match may not be exhaustive.
3945[warn] |
3946[warn] | It would fail on pattern case: None
3947[warn] |
3948[warn] | longer explanation available when compiling with `-explain`
3949[warn] -- [E030] Match case Unreachable Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:509:15
3950[warn] 509 | case Some(sections) =>
3951[warn] | ^^^^^^^^^^^^^^
3952[warn] | Unreachable case
3953[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:239:12
3954[warn] 239 | (base, left, right) match
3955[warn] | ^^^^^^^^^^^^^^^^^^^
3956[warn] |match may not be exhaustive.
3957[warn] |
3958[warn] |It would fail on pattern case: (None, None, None), (None, None, None), (None, None, None)
3959[warn] |
3960[warn] | longer explanation available when compiling with `-explain`
3961[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtension.scala:394:14
3962[warn] 394 | ) { case (partialResult @ head :: _, change) =>
3963[warn] | ^
3964[warn] | match may not be exhaustive.
3965[warn] |
3966[warn] | It would fail on pattern case: (Nil, _)
3967[warn] |
3968[warn] | longer explanation available when compiling with `-explain`
3969[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/MoveDestinations.scala:88:6
3970[warn] 88 | (left.nonEmpty, right.nonEmpty, coincident.nonEmpty) match
3971[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3972[warn] |match may not be exhaustive.
3973[warn] |
3974[warn] |It would fail on pattern case: (false, false, false), (false, false, false), (false, false, false), (false, false, false), (false, false, false)
3975[warn] |
3976[warn] | longer explanation available when compiling with `-explain`
3977[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/merge.scala:1055:6
3978[warn] 1055 | (coalescence, base, left, right) match
3979[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3980[warn] | match may not be exhaustive.
3981[warn] |
3982[warn] | It would fail on pattern case: (_, _, _, _)
3983[warn] |
3984[warn] | longer explanation available when compiling with `-explain`
3985[warn] -- [E030] Match case Unreachable Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/pprintCustomised.scala:16:7
3986[warn] 16 | case rangedSeq: RangedSeq[?, ?] =>
3987[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
3988[warn] | Unreachable case
3989[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala:2414:15
3990[warn] 2414 | case PotentialMatchKey(anotherFingerprint, anotherImpliedContent) =>
3991[warn] | ^
3992[warn] |the type test for PotentialMatchKey cannot be checked at runtime because it's a local class
3993[warn] |
3994[warn] | longer explanation available when compiling with `-explain`
3995[warn] 32 warnings found
3996[info] done compiling
3997Generating version resource: /build/repo/target/scala-3.8.0-RC6/resource_managed/main/version.txt for version: 1.13.2
3998[info] compiling 11 Scala sources to /build/repo/target/scala-3.8.0-RC6/test-classes ...
3999[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:28:34
4000[warn] 28 | given Eq[Token] = Token.equality
4001[warn] | ^^^^^^^^^^^^^^
4002[warn] |method equality is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.Token] does not have the @FunctionalInterface annotation.
4003[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:29:34
4004[warn] 29 | given Order[Token] = Token.comparison
4005[warn] | ^^^^^^^^^^^^^^^^
4006[warn] |method comparison is eta-expanded even though cats.kernel.Order[com.sageserpent.kineticmerge.core.Token] does not have the @FunctionalInterface annotation.
4007[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:30:34
4008[warn] 30 | given Funnel[Token] = Token.funnel
4009[warn] | ^^^^^^^^^^^^
4010[warn] |method funnel is eta-expanded even though com.google.common.hash.Funnel[com.sageserpent.kineticmerge.core.Token] does not have the @FunctionalInterface annotation.
4011[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/LongestCommonSubsequenceTest.scala:34:33
4012[warn] 34 | given Sized[Element] = defaultElementSize
4013[warn] | ^^^^^^^^^^^^^^^^^^
4014[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4015[warn] | com.sageserpent.kineticmerge.core.LongestCommonSubsequenceTest.Element] does not have the @FunctionalInterface annotation.
4016[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/LongestCommonSubsequenceTest.scala:75:33
4017[warn] 75 | given Sized[Element] = defaultElementSize
4018[warn] | ^^^^^^^^^^^^^^^^^^
4019[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4020[warn] | com.sageserpent.kineticmerge.core.LongestCommonSubsequenceTest.Element] does not have the @FunctionalInterface annotation.
4021[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/LongestCommonSubsequenceTest.scala:263:33
4022[warn] 263 | given Sized[Element] = defaultElementSize
4023[warn] | ^^^^^^^^^^^^^^^^^^
4024[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4025[warn] | com.sageserpent.kineticmerge.core.LongestCommonSubsequenceTest.Element] does not have the @FunctionalInterface annotation.
4026[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:50:24
4027[warn] 50 | given Eq[Element] = matchesByElement.equivalent
4028[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4029[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4030[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:51:27
4031[warn] 51 | given Sized[Element] = defaultElementSize
4032[warn] | ^^^^^^^^^^^^^^^^^^
4033[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4034[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4035[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:82:24
4036[warn] 82 | given Eq[Element] = matchesByElement.equivalent
4037[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4038[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4039[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:83:27
4040[warn] 83 | given Sized[Element] = defaultElementSize
4041[warn] | ^^^^^^^^^^^^^^^^^^
4042[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4043[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4044[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:114:24
4045[warn] 114 | given Eq[Element] = matchesByElement.equivalent
4046[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4047[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4048[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:115:27
4049[warn] 115 | given Sized[Element] = defaultElementSize
4050[warn] | ^^^^^^^^^^^^^^^^^^
4051[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4052[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4053[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:148:24
4054[warn] 148 | given Eq[Element] = matchesByElement.equivalent
4055[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4056[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4057[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:149:27
4058[warn] 149 | given Sized[Element] = defaultElementSize
4059[warn] | ^^^^^^^^^^^^^^^^^^
4060[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4061[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4062[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:181:24
4063[warn] 181 | given Eq[Element] = matchesByElement.equivalent
4064[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4065[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4066[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:182:27
4067[warn] 182 | given Sized[Element] = defaultElementSize
4068[warn] | ^^^^^^^^^^^^^^^^^^
4069[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4070[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4071[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:215:24
4072[warn] 215 | given Eq[Element] = matchesByElement.equivalent
4073[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4074[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4075[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:216:27
4076[warn] 216 | given Sized[Element] = defaultElementSize
4077[warn] | ^^^^^^^^^^^^^^^^^^
4078[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4079[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4080[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:249:24
4081[warn] 249 | given Eq[Element] = matchesByElement.equivalent
4082[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4083[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4084[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:250:27
4085[warn] 250 | given Sized[Element] = defaultElementSize
4086[warn] | ^^^^^^^^^^^^^^^^^^
4087[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4088[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4089[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:285:24
4090[warn] 285 | given Eq[Element] = matchesByElement.equivalent
4091[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4092[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4093[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:286:27
4094[warn] 286 | given Sized[Element] = defaultElementSize
4095[warn] | ^^^^^^^^^^^^^^^^^^
4096[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4097[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4098[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:324:27
4099[warn] 324 | given Eq[Element] = matchesByElement.equivalent
4100[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4101[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4102[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:325:27
4103[warn] 325 | given Sized[Element] = defaultElementSize
4104[warn] | ^^^^^^^^^^^^^^^^^^
4105[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4106[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4107[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:364:27
4108[warn] 364 | given Eq[Element] = matchesByElement.equivalent
4109[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4110[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4111[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:365:27
4112[warn] 365 | given Sized[Element] = defaultElementSize
4113[warn] | ^^^^^^^^^^^^^^^^^^
4114[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4115[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4116[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:405:24
4117[warn] 405 | given Eq[Element] = matchesByElement.equivalent
4118[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4119[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4120[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:406:27
4121[warn] 406 | given Sized[Element] = defaultElementSize
4122[warn] | ^^^^^^^^^^^^^^^^^^
4123[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4124[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4125[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:439:24
4126[warn] 439 | given Eq[Element] = matchesByElement.equivalent
4127[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4128[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4129[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:440:27
4130[warn] 440 | given Sized[Element] = defaultElementSize
4131[warn] | ^^^^^^^^^^^^^^^^^^
4132[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4133[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4134[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:475:24
4135[warn] 475 | given Eq[Element] = matchesByElement.equivalent
4136[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4137[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4138[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:476:27
4139[warn] 476 | given Sized[Element] = defaultElementSize
4140[warn] | ^^^^^^^^^^^^^^^^^^
4141[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4142[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4143[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:514:24
4144[warn] 514 | given Eq[Element] = matchesByElement.equivalent
4145[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4146[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4147[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:515:27
4148[warn] 515 | given Sized[Element] = defaultElementSize
4149[warn] | ^^^^^^^^^^^^^^^^^^
4150[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4151[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4152[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:551:24
4153[warn] 551 | given Eq[Element] = matchesByElement.equivalent
4154[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4155[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4156[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:552:27
4157[warn] 552 | given Sized[Element] = defaultElementSize
4158[warn] | ^^^^^^^^^^^^^^^^^^
4159[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4160[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4161[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:583:24
4162[warn] 583 | given Eq[Element] = matchesByElement.equivalent
4163[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4164[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4165[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:584:27
4166[warn] 584 | given Sized[Element] = defaultElementSize
4167[warn] | ^^^^^^^^^^^^^^^^^^
4168[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4169[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4170[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:618:24
4171[warn] 618 | given Eq[Element] = matchesByElement.equivalent
4172[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4173[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4174[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:619:27
4175[warn] 619 | given Sized[Element] = defaultElementSize
4176[warn] | ^^^^^^^^^^^^^^^^^^
4177[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4178[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4179[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:654:24
4180[warn] 654 | given Eq[Element] = matchesByElement.equivalent
4181[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4182[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4183[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:655:27
4184[warn] 655 | given Sized[Element] = defaultElementSize
4185[warn] | ^^^^^^^^^^^^^^^^^^
4186[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4187[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4188[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:693:24
4189[warn] 693 | given Eq[Element] = matchesByElement.equivalent
4190[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4191[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4192[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:694:27
4193[warn] 694 | given Sized[Element] = defaultElementSize
4194[warn] | ^^^^^^^^^^^^^^^^^^
4195[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4196[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4197[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:740:24
4198[warn] 740 | given Eq[Element] = matchesByElement.equivalent
4199[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4200[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4201[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:741:27
4202[warn] 741 | given Sized[Element] = defaultElementSize
4203[warn] | ^^^^^^^^^^^^^^^^^^
4204[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4205[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4206[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:789:24
4207[warn] 789 | given Eq[Element] = matchesByElement.equivalent
4208[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4209[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4210[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:790:27
4211[warn] 790 | given Sized[Element] = defaultElementSize
4212[warn] | ^^^^^^^^^^^^^^^^^^
4213[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4214[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4215[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:838:24
4216[warn] 838 | given Eq[Element] = matchesByElement.equivalent
4217[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4218[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4219[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:839:27
4220[warn] 839 | given Sized[Element] = defaultElementSize
4221[warn] | ^^^^^^^^^^^^^^^^^^
4222[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4223[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4224[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:888:24
4225[warn] 888 | given Eq[Element] = matchesByElement.equivalent
4226[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4227[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4228[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:889:27
4229[warn] 889 | given Sized[Element] = defaultElementSize
4230[warn] | ^^^^^^^^^^^^^^^^^^
4231[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4232[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4233[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:939:24
4234[warn] 939 | given Eq[Element] = matchesByElement.equivalent
4235[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4236[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4237[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:940:27
4238[warn] 940 | given Sized[Element] = defaultElementSize
4239[warn] | ^^^^^^^^^^^^^^^^^^
4240[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4241[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4242[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:990:24
4243[warn] 990 | given Eq[Element] = matchesByElement.equivalent
4244[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4245[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4246[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:992:27
4247[warn] 992 | given Sized[Element] = defaultElementSize
4248[warn] | ^^^^^^^^^^^^^^^^^^
4249[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4250[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4251[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1035:24
4252[warn] 1035 | given Eq[Element] = matchesByElement.equivalent
4253[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4254[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4255[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1036:27
4256[warn] 1036 | given Sized[Element] = defaultElementSize
4257[warn] | ^^^^^^^^^^^^^^^^^^
4258[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4259[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4260[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1080:24
4261[warn] 1080 | given Eq[Element] = matchesByElement.equivalent
4262[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4263[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4264[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1081:27
4265[warn] 1081 | given Sized[Element] = defaultElementSize
4266[warn] | ^^^^^^^^^^^^^^^^^^
4267[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4268[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4269[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1130:24
4270[warn] 1130 | given Eq[Element] = matchesByElement.equivalent
4271[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4272[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4273[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1131:27
4274[warn] 1131 | given Sized[Element] = defaultElementSize
4275[warn] | ^^^^^^^^^^^^^^^^^^
4276[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4277[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4278[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1175:24
4279[warn] 1175 | given Eq[Element] = matchesByElement.equivalent
4280[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4281[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4282[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1176:27
4283[warn] 1176 | given Sized[Element] = defaultElementSize
4284[warn] | ^^^^^^^^^^^^^^^^^^
4285[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4286[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4287[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1213:24
4288[warn] 1213 | given Eq[Element] = matchesByElement.equivalent
4289[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4290[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4291[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1214:27
4292[warn] 1214 | given Sized[Element] = defaultElementSize
4293[warn] | ^^^^^^^^^^^^^^^^^^
4294[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4295[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4296[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1254:24
4297[warn] 1254 | given Eq[Element] = matchesByElement.equivalent
4298[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4299[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4300[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1255:27
4301[warn] 1255 | given Sized[Element] = defaultElementSize
4302[warn] | ^^^^^^^^^^^^^^^^^^
4303[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4304[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4305[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1302:24
4306[warn] 1302 | given Eq[Element] = matchesByElement.equivalent
4307[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4308[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4309[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1303:27
4310[warn] 1303 | given Sized[Element] = defaultElementSize
4311[warn] | ^^^^^^^^^^^^^^^^^^
4312[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4313[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4314[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1346:24
4315[warn] 1346 | given Eq[Element] = matchesByElement.equivalent
4316[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4317[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4318[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1347:27
4319[warn] 1347 | given Sized[Element] = defaultElementSize
4320[warn] | ^^^^^^^^^^^^^^^^^^
4321[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4322[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4323[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1397:24
4324[warn] 1397 | given Eq[Element] = matchesByElement.equivalent
4325[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4326[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4327[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1399:27
4328[warn] 1399 | given Sized[Element] = defaultElementSize
4329[warn] | ^^^^^^^^^^^^^^^^^^
4330[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4331[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4332[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1446:24
4333[warn] 1446 | given Eq[Element] = matchesByElement.equivalent
4334[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4335[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4336[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1447:27
4337[warn] 1447 | given Sized[Element] = defaultElementSize
4338[warn] | ^^^^^^^^^^^^^^^^^^
4339[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4340[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4341[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1489:24
4342[warn] 1489 | given Eq[Element] = matchesByElement.equivalent
4343[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4344[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4345[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1490:27
4346[warn] 1490 | given Sized[Element] = defaultElementSize
4347[warn] | ^^^^^^^^^^^^^^^^^^
4348[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4349[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4350[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1534:24
4351[warn] 1534 | given Eq[Element] = matchesByElement.equivalent
4352[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
4353[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4354[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1535:27
4355[warn] 1535 | given Sized[Element] = defaultElementSize
4356[warn] | ^^^^^^^^^^^^^^^^^^
4357[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4358[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4359[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1559:41
4360[warn] 1559 | given Eq[Element] = equivalent(testCase.matchesByElement)
4361[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4362[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4363[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1560:31
4364[warn] 1560 | given Sized[Element] = defaultElementSize
4365[warn] | ^^^^^^^^^^^^^^^^^^
4366[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4367[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4368[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1580:41
4369[warn] 1580 | given Eq[Element] = equivalent(testCase.matchesByElement)
4370[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4371[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4372[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1581:31
4373[warn] 1581 | given Sized[Element] = defaultElementSize
4374[warn] | ^^^^^^^^^^^^^^^^^^
4375[warn] |method defaultElementSize is eta-expanded even though com.sageserpent.kineticmerge.core.LongestCommonSubsequence.Sized[
4376[warn] | com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4377[warn] -- Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1908:34
4378[warn] 1908 | given Eq[Element] = equivalent(matchesByElement)
4379[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4380[warn] |method equivalent is eta-expanded even though cats.kernel.Eq[com.sageserpent.kineticmerge.core.MergeTest.Element] does not have the @FunctionalInterface annotation.
4381[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:553:26
4382[warn] 553 | mergeResultsByPath(path) match
4383[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
4384[warn] |match may not be exhaustive.
4385[warn] |
4386[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
4387[warn] |
4388[warn] | longer explanation available when compiling with `-explain`
4389[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:851:22
4390[warn] 851 | mergeResultsByPath(path) match
4391[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
4392[warn] |match may not be exhaustive.
4393[warn] |
4394[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
4395[warn] |
4396[warn] | longer explanation available when compiling with `-explain`
4397[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysisExtensionTest.scala:872:22
4398[warn] 872 | mergeResultsByPath(path) match
4399[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
4400[warn] |match may not be exhaustive.
4401[warn] |
4402[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
4403[warn] |
4404[warn] | longer explanation available when compiling with `-explain`
4405[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1594:8
4406[warn] 1594 | result match
4407[warn] | ^^^^^^
4408[warn] |match may not be exhaustive.
4409[warn] |
4410[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
4411[warn] |
4412[warn] | longer explanation available when compiling with `-explain`
4413[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/test/scala/com/sageserpent/kineticmerge/core/MergeTest.scala:1969:8
4414[warn] 1969 | result match
4415[warn] | ^^^^^^
4416[warn] |match may not be exhaustive.
4417[warn] |
4418[warn] |It would fail on pattern case: com.sageserpent.kineticmerge.core.MergeResult(_)
4419[warn] |
4420[warn] | longer explanation available when compiling with `-explain`
4421[warn] 90 warnings found
4422[info] done compiling
4423Generating version resource: /build/repo/target/scala-3.8.0-RC6/resource_managed/main/version.txt for version: 1.13.2
4424hint: Using 'master' as the name for the initial branch. This default branch name
4425hint: is subject to change. To configure the initial branch name to use in all
4426hint: of your new repositories, which will suppress this warning, call:
4427hint:
4428hint: git config --global init.defaultBranch <name>
4429hint:
4430hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4431hint: 'development'. The just-created branch can be renamed via this command:
4432hint:
4433hint: git branch -m <name>
4434Switched to a new branch 'master'
4435Switched to a new branch 'movedFileBranch'
4436Switched to branch 'master'
4437Switched to branch 'movedFileBranch'
4438hint: Using 'master' as the name for the initial branch. This default branch name
4439hint: is subject to change. To configure the initial branch name to use in all
4440hint: of your new repositories, which will suppress this warning, call:
4441hint:
4442hint: git config --global init.defaultBranch <name>
4443hint:
4444hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4445hint: 'development'. The just-created branch can be renamed via this command:
4446hint:
4447hint: git branch -m <name>
4448Switched to a new branch 'master'
4449Switched to a new branch 'movedFileBranch'
4450Switched to branch 'master'
4451hint: Using 'master' as the name for the initial branch. This default branch name
4452hint: is subject to change. To configure the initial branch name to use in all
4453hint: of your new repositories, which will suppress this warning, call:
4454hint:
4455hint: git config --global init.defaultBranch <name>
4456hint:
4457hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4458hint: 'development'. The just-created branch can be renamed via this command:
4459hint:
4460hint: git branch -m <name>
4461Switched to a new branch 'master'
4462Switched to a new branch 'movedFileBranch'
4463Switched to branch 'master'
4464hint: Using 'master' as the name for the initial branch. This default branch name
4465hint: is subject to change. To configure the initial branch name to use in all
4466hint: of your new repositories, which will suppress this warning, call:
4467hint:
4468hint: git config --global init.defaultBranch <name>
4469hint:
4470hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4471hint: 'development'. The just-created branch can be renamed via this command:
4472hint:
4473hint: git branch -m <name>
4474Switched to a new branch 'master'
4475Switched to a new branch 'movedFileBranch'
4476Switched to branch 'master'
4477Switched to branch 'movedFileBranch'
4478hint: Using 'master' as the name for the initial branch. This default branch name
4479hint: is subject to change. To configure the initial branch name to use in all
4480hint: of your new repositories, which will suppress this warning, call:
4481hint:
4482hint: git config --global init.defaultBranch <name>
4483hint:
4484hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4485hint: 'development'. The just-created branch can be renamed via this command:
4486hint:
4487hint: git branch -m <name>
4488Switched to a new branch 'master'
4489Switched to a new branch 'movedFileBranch'
4490Switched to branch 'master'
4491Switched to branch 'movedFileBranch'
4492hint: Using 'master' as the name for the initial branch. This default branch name
4493hint: is subject to change. To configure the initial branch name to use in all
4494hint: of your new repositories, which will suppress this warning, call:
4495hint:
4496hint: git config --global init.defaultBranch <name>
4497hint:
4498hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4499hint: 'development'. The just-created branch can be renamed via this command:
4500hint:
4501hint: git branch -m <name>
4502Switched to a new branch 'master'
4503Switched to a new branch 'movedFileBranch'
4504Switched to branch 'master'
4505hint: Using 'master' as the name for the initial branch. This default branch name
4506hint: is subject to change. To configure the initial branch name to use in all
4507hint: of your new repositories, which will suppress this warning, call:
4508hint:
4509hint: git config --global init.defaultBranch <name>
4510hint:
4511hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4512hint: 'development'. The just-created branch can be renamed via this command:
4513hint:
4514hint: git branch -m <name>
4515Switched to a new branch 'master'
4516Switched to a new branch 'movedFileBranch'
4517Switched to branch 'master'
4518hint: Using 'master' as the name for the initial branch. This default branch name
4519hint: is subject to change. To configure the initial branch name to use in all
4520hint: of your new repositories, which will suppress this warning, call:
4521hint:
4522hint: git config --global init.defaultBranch <name>
4523hint:
4524hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4525hint: 'development'. The just-created branch can be renamed via this command:
4526hint:
4527hint: git branch -m <name>
4528Switched to a new branch 'master'
4529Switched to a new branch 'movedFileBranch'
4530Switched to branch 'master'
4531Switched to branch 'movedFileBranch'
4532hint: Using 'master' as the name for the initial branch. This default branch name
4533hint: is subject to change. To configure the initial branch name to use in all
4534hint: of your new repositories, which will suppress this warning, call:
4535hint:
4536hint: git config --global init.defaultBranch <name>
4537hint:
4538hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4539hint: 'development'. The just-created branch can be renamed via this command:
4540hint:
4541hint: git branch -m <name>
4542Switched to a new branch 'master'
4543Switched to a new branch 'modifiedFileBranch'
4544Switched to branch 'master'
4545Switched to branch 'modifiedFileBranch'
4546hint: Using 'master' as the name for the initial branch. This default branch name
4547hint: is subject to change. To configure the initial branch name to use in all
4548hint: of your new repositories, which will suppress this warning, call:
4549hint:
4550hint: git config --global init.defaultBranch <name>
4551hint:
4552hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4553hint: 'development'. The just-created branch can be renamed via this command:
4554hint:
4555hint: git branch -m <name>
4556Switched to a new branch 'master'
4557Switched to a new branch 'modifiedFileBranch'
4558Switched to branch 'master'
4559hint: Using 'master' as the name for the initial branch. This default branch name
4560hint: is subject to change. To configure the initial branch name to use in all
4561hint: of your new repositories, which will suppress this warning, call:
4562hint:
4563hint: git config --global init.defaultBranch <name>
4564hint:
4565hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4566hint: 'development'. The just-created branch can be renamed via this command:
4567hint:
4568hint: git branch -m <name>
4569Switched to a new branch 'master'
4570Switched to a new branch 'modifiedFileBranch'
4571Switched to branch 'master'
4572hint: Using 'master' as the name for the initial branch. This default branch name
4573hint: is subject to change. To configure the initial branch name to use in all
4574hint: of your new repositories, which will suppress this warning, call:
4575hint:
4576hint: git config --global init.defaultBranch <name>
4577hint:
4578hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4579hint: 'development'. The just-created branch can be renamed via this command:
4580hint:
4581hint: git branch -m <name>
4582Switched to a new branch 'master'
4583Switched to a new branch 'modifiedFileBranch'
4584Switched to branch 'master'
4585Switched to branch 'modifiedFileBranch'
4586hint: Using 'master' as the name for the initial branch. This default branch name
4587hint: is subject to change. To configure the initial branch name to use in all
4588hint: of your new repositories, which will suppress this warning, call:
4589hint:
4590hint: git config --global init.defaultBranch <name>
4591hint:
4592hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4593hint: 'development'. The just-created branch can be renamed via this command:
4594hint:
4595hint: git branch -m <name>
4596Switched to a new branch 'master'
4597Switched to a new branch 'modifiedFileBranch'
4598Switched to branch 'master'
4599Switched to branch 'modifiedFileBranch'
4600hint: Using 'master' as the name for the initial branch. This default branch name
4601hint: is subject to change. To configure the initial branch name to use in all
4602hint: of your new repositories, which will suppress this warning, call:
4603hint:
4604hint: git config --global init.defaultBranch <name>
4605hint:
4606hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4607hint: 'development'. The just-created branch can be renamed via this command:
4608hint:
4609hint: git branch -m <name>
4610Switched to a new branch 'master'
4611Switched to a new branch 'modifiedFileBranch'
4612Switched to branch 'master'
4613hint: Using 'master' as the name for the initial branch. This default branch name
4614hint: is subject to change. To configure the initial branch name to use in all
4615hint: of your new repositories, which will suppress this warning, call:
4616hint:
4617hint: git config --global init.defaultBranch <name>
4618hint:
4619hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4620hint: 'development'. The just-created branch can be renamed via this command:
4621hint:
4622hint: git branch -m <name>
4623Switched to a new branch 'master'
4624Switched to a new branch 'modifiedFileBranch'
4625Switched to branch 'master'
4626hint: Using 'master' as the name for the initial branch. This default branch name
4627hint: is subject to change. To configure the initial branch name to use in all
4628hint: of your new repositories, which will suppress this warning, call:
4629hint:
4630hint: git config --global init.defaultBranch <name>
4631hint:
4632hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4633hint: 'development'. The just-created branch can be renamed via this command:
4634hint:
4635hint: git branch -m <name>
4636Switched to a new branch 'master'
4637Switched to a new branch 'modifiedFileBranch'
4638Switched to branch 'master'
4639Switched to branch 'modifiedFileBranch'
4640hint: Using 'master' as the name for the initial branch. This default branch name
4641hint: is subject to change. To configure the initial branch name to use in all
4642hint: of your new repositories, which will suppress this warning, call:
4643hint:
4644hint: git config --global init.defaultBranch <name>
4645hint:
4646hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4647hint: 'development'. The just-created branch can be renamed via this command:
4648hint:
4649hint: git branch -m <name>
4650Switched to a new branch 'master'
4651Switched to a new branch 'concurrentlyModifiedFileBranch'
4652Switched to branch 'master'
4653Switched to branch 'concurrentlyModifiedFileBranch'
4654hint: Using 'master' as the name for the initial branch. This default branch name
4655hint: is subject to change. To configure the initial branch name to use in all
4656hint: of your new repositories, which will suppress this warning, call:
4657hint:
4658hint: git config --global init.defaultBranch <name>
4659hint:
4660hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4661hint: 'development'. The just-created branch can be renamed via this command:
4662hint:
4663hint: git branch -m <name>
4664Switched to a new branch 'master'
4665Switched to a new branch 'concurrentlyModifiedFileBranch'
4666Switched to branch 'master'
4667Switched to branch 'concurrentlyModifiedFileBranch'
4668hint: Using 'master' as the name for the initial branch. This default branch name
4669hint: is subject to change. To configure the initial branch name to use in all
4670hint: of your new repositories, which will suppress this warning, call:
4671hint:
4672hint: git config --global init.defaultBranch <name>
4673hint:
4674hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4675hint: 'development'. The just-created branch can be renamed via this command:
4676hint:
4677hint: git branch -m <name>
4678Switched to a new branch 'master'
4679Switched to a new branch 'concurrentlyModifiedFileBranch'
4680Switched to branch 'master'
4681hint: Using 'master' as the name for the initial branch. This default branch name
4682hint: is subject to change. To configure the initial branch name to use in all
4683hint: of your new repositories, which will suppress this warning, call:
4684hint:
4685hint: git config --global init.defaultBranch <name>
4686hint:
4687hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4688hint: 'development'. The just-created branch can be renamed via this command:
4689hint:
4690hint: git branch -m <name>
4691Switched to a new branch 'master'
4692Switched to a new branch 'concurrentlyModifiedFileBranch'
4693Switched to branch 'master'
4694hint: Using 'master' as the name for the initial branch. This default branch name
4695hint: is subject to change. To configure the initial branch name to use in all
4696hint: of your new repositories, which will suppress this warning, call:
4697hint:
4698hint: git config --global init.defaultBranch <name>
4699hint:
4700hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4701hint: 'development'. The just-created branch can be renamed via this command:
4702hint:
4703hint: git branch -m <name>
4704Switched to a new branch 'master'
4705Switched to a new branch 'advancedBranch'
4706Switched to branch 'master'
4707hint: Using 'master' as the name for the initial branch. This default branch name
4708hint: is subject to change. To configure the initial branch name to use in all
4709hint: of your new repositories, which will suppress this warning, call:
4710hint:
4711hint: git config --global init.defaultBranch <name>
4712hint:
4713hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4714hint: 'development'. The just-created branch can be renamed via this command:
4715hint:
4716hint: git branch -m <name>
4717Switched to a new branch 'master'
4718Switched to a new branch 'advancedBranch'
4719Switched to branch 'master'
4720hint: Using 'master' as the name for the initial branch. This default branch name
4721hint: is subject to change. To configure the initial branch name to use in all
4722hint: of your new repositories, which will suppress this warning, call:
4723hint:
4724hint: git config --global init.defaultBranch <name>
4725hint:
4726hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4727hint: 'development'. The just-created branch can be renamed via this command:
4728hint:
4729hint: git branch -m <name>
4730Switched to a new branch 'master'
4731Switched to a new branch 'advancedBranch'
4732hint: Using 'master' as the name for the initial branch. This default branch name
4733hint: is subject to change. To configure the initial branch name to use in all
4734hint: of your new repositories, which will suppress this warning, call:
4735hint:
4736hint: git config --global init.defaultBranch <name>
4737hint:
4738hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4739hint: 'development'. The just-created branch can be renamed via this command:
4740hint:
4741hint: git branch -m <name>
4742Switched to a new branch 'master'
4743Switched to a new branch 'advancedBranch'
4744hint: Using 'master' as the name for the initial branch. This default branch name
4745hint: is subject to change. To configure the initial branch name to use in all
4746hint: of your new repositories, which will suppress this warning, call:
4747hint:
4748hint: git config --global init.defaultBranch <name>
4749hint:
4750hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4751hint: 'development'. The just-created branch can be renamed via this command:
4752hint:
4753hint: git branch -m <name>
4754Switched to a new branch 'master'
4755Switched to a new branch 'advancedBranch'
4756hint: Using 'master' as the name for the initial branch. This default branch name
4757hint: is subject to change. To configure the initial branch name to use in all
4758hint: of your new repositories, which will suppress this warning, call:
4759hint:
4760hint: git config --global init.defaultBranch <name>
4761hint:
4762hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4763hint: 'development'. The just-created branch can be renamed via this command:
4764hint:
4765hint: git branch -m <name>
4766Switched to a new branch 'master'
4767Switched to a new branch 'advancedBranch'
4768hint: Using 'master' as the name for the initial branch. This default branch name
4769hint: is subject to change. To configure the initial branch name to use in all
4770hint: of your new repositories, which will suppress this warning, call:
4771hint:
4772hint: git config --global init.defaultBranch <name>
4773hint:
4774hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4775hint: 'development'. The just-created branch can be renamed via this command:
4776hint:
4777hint: git branch -m <name>
4778Switched to a new branch 'master'
4779Switched to a new branch 'advancedBranch'
4780Switched to branch 'master'
4781hint: Using 'master' as the name for the initial branch. This default branch name
4782hint: is subject to change. To configure the initial branch name to use in all
4783hint: of your new repositories, which will suppress this warning, call:
4784hint:
4785hint: git config --global init.defaultBranch <name>
4786hint:
4787hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4788hint: 'development'. The just-created branch can be renamed via this command:
4789hint:
4790hint: git branch -m <name>
4791Switched to a new branch 'master'
4792Switched to a new branch 'advancedBranch'
4793Switched to branch 'master'
4794hint: Using 'master' as the name for the initial branch. This default branch name
4795hint: is subject to change. To configure the initial branch name to use in all
4796hint: of your new repositories, which will suppress this warning, call:
4797hint:
4798hint: git config --global init.defaultBranch <name>
4799hint:
4800hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4801hint: 'development'. The just-created branch can be renamed via this command:
4802hint:
4803hint: git branch -m <name>
4804Switched to a new branch 'master'
4805Switched to a new branch 'advancedBranch'
4806hint: Using 'master' as the name for the initial branch. This default branch name
4807hint: is subject to change. To configure the initial branch name to use in all
4808hint: of your new repositories, which will suppress this warning, call:
4809hint:
4810hint: git config --global init.defaultBranch <name>
4811hint:
4812hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4813hint: 'development'. The just-created branch can be renamed via this command:
4814hint:
4815hint: git branch -m <name>
4816Switched to a new branch 'master'
4817Switched to a new branch 'advancedBranch'
4818Switched to branch 'master'
4819hint: Using 'master' as the name for the initial branch. This default branch name
4820hint: is subject to change. To configure the initial branch name to use in all
4821hint: of your new repositories, which will suppress this warning, call:
4822hint:
4823hint: git config --global init.defaultBranch <name>
4824hint:
4825hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4826hint: 'development'. The just-created branch can be renamed via this command:
4827hint:
4828hint: git branch -m <name>
4829Switched to a new branch 'master'
4830Switched to a new branch 'advancedBranch'
4831Switched to branch 'master'
4832hint: Using 'master' as the name for the initial branch. This default branch name
4833hint: is subject to change. To configure the initial branch name to use in all
4834hint: of your new repositories, which will suppress this warning, call:
4835hint:
4836hint: git config --global init.defaultBranch <name>
4837hint:
4838hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4839hint: 'development'. The just-created branch can be renamed via this command:
4840hint:
4841hint: git branch -m <name>
4842Switched to a new branch 'master'
4843Switched to a new branch 'advancedBranch'
4844hint: Using 'master' as the name for the initial branch. This default branch name
4845hint: is subject to change. To configure the initial branch name to use in all
4846hint: of your new repositories, which will suppress this warning, call:
4847hint:
4848hint: git config --global init.defaultBranch <name>
4849hint:
4850hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4851hint: 'development'. The just-created branch can be renamed via this command:
4852hint:
4853hint: git branch -m <name>
4854Switched to a new branch 'master'
4855Switched to a new branch 'advancedBranch'
4856Switched to branch 'master'
4857hint: Using 'master' as the name for the initial branch. This default branch name
4858hint: is subject to change. To configure the initial branch name to use in all
4859hint: of your new repositories, which will suppress this warning, call:
4860hint:
4861hint: git config --global init.defaultBranch <name>
4862hint:
4863hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4864hint: 'development'. The just-created branch can be renamed via this command:
4865hint:
4866hint: git branch -m <name>
4867Switched to a new branch 'master'
4868Switched to a new branch 'advancedBranch'
4869hint: Using 'master' as the name for the initial branch. This default branch name
4870hint: is subject to change. To configure the initial branch name to use in all
4871hint: of your new repositories, which will suppress this warning, call:
4872hint:
4873hint: git config --global init.defaultBranch <name>
4874hint:
4875hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4876hint: 'development'. The just-created branch can be renamed via this command:
4877hint:
4878hint: git branch -m <name>
4879Switched to a new branch 'master'
4880Switched to a new branch 'deletedFileBranch'
4881Switched to branch 'master'
4882Switched to branch 'deletedFileBranch'
4883hint: Using 'master' as the name for the initial branch. This default branch name
4884hint: is subject to change. To configure the initial branch name to use in all
4885hint: of your new repositories, which will suppress this warning, call:
4886hint:
4887hint: git config --global init.defaultBranch <name>
4888hint:
4889hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4890hint: 'development'. The just-created branch can be renamed via this command:
4891hint:
4892hint: git branch -m <name>
4893Switched to a new branch 'master'
4894Switched to a new branch 'deletedFileBranch'
4895Switched to branch 'master'
4896Switched to branch 'deletedFileBranch'
4897hint: Using 'master' as the name for the initial branch. This default branch name
4898hint: is subject to change. To configure the initial branch name to use in all
4899hint: of your new repositories, which will suppress this warning, call:
4900hint:
4901hint: git config --global init.defaultBranch <name>
4902hint:
4903hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4904hint: 'development'. The just-created branch can be renamed via this command:
4905hint:
4906hint: git branch -m <name>
4907Switched to a new branch 'master'
4908Switched to a new branch 'deletedFileBranch'
4909Switched to branch 'master'
4910hint: Using 'master' as the name for the initial branch. This default branch name
4911hint: is subject to change. To configure the initial branch name to use in all
4912hint: of your new repositories, which will suppress this warning, call:
4913hint:
4914hint: git config --global init.defaultBranch <name>
4915hint:
4916hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4917hint: 'development'. The just-created branch can be renamed via this command:
4918hint:
4919hint: git branch -m <name>
4920Switched to a new branch 'master'
4921Switched to a new branch 'deletedFileBranch'
4922Switched to branch 'master'
4923hint: Using 'master' as the name for the initial branch. This default branch name
4924hint: is subject to change. To configure the initial branch name to use in all
4925hint: of your new repositories, which will suppress this warning, call:
4926hint:
4927hint: git config --global init.defaultBranch <name>
4928hint:
4929hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4930hint: 'development'. The just-created branch can be renamed via this command:
4931hint:
4932hint: git branch -m <name>
4933Switched to a new branch 'master'
4934Switched to a new branch 'condensedFileBranch'
4935Switched to branch 'master'
4936Switched to branch 'condensedFileBranch'
4937hint: Using 'master' as the name for the initial branch. This default branch name
4938hint: is subject to change. To configure the initial branch name to use in all
4939hint: of your new repositories, which will suppress this warning, call:
4940hint:
4941hint: git config --global init.defaultBranch <name>
4942hint:
4943hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4944hint: 'development'. The just-created branch can be renamed via this command:
4945hint:
4946hint: git branch -m <name>
4947Switched to a new branch 'master'
4948Switched to a new branch 'condensedFileBranch'
4949Switched to branch 'master'
4950hint: Using 'master' as the name for the initial branch. This default branch name
4951hint: is subject to change. To configure the initial branch name to use in all
4952hint: of your new repositories, which will suppress this warning, call:
4953hint:
4954hint: git config --global init.defaultBranch <name>
4955hint:
4956hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4957hint: 'development'. The just-created branch can be renamed via this command:
4958hint:
4959hint: git branch -m <name>
4960Switched to a new branch 'master'
4961Switched to a new branch 'condensedFileBranch'
4962Switched to branch 'master'
4963hint: Using 'master' as the name for the initial branch. This default branch name
4964hint: is subject to change. To configure the initial branch name to use in all
4965hint: of your new repositories, which will suppress this warning, call:
4966hint:
4967hint: git config --global init.defaultBranch <name>
4968hint:
4969hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4970hint: 'development'. The just-created branch can be renamed via this command:
4971hint:
4972hint: git branch -m <name>
4973Switched to a new branch 'master'
4974Switched to a new branch 'condensedFileBranch'
4975Switched to branch 'master'
4976Switched to branch 'condensedFileBranch'
4977hint: Using 'master' as the name for the initial branch. This default branch name
4978hint: is subject to change. To configure the initial branch name to use in all
4979hint: of your new repositories, which will suppress this warning, call:
4980hint:
4981hint: git config --global init.defaultBranch <name>
4982hint:
4983hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4984hint: 'development'. The just-created branch can be renamed via this command:
4985hint:
4986hint: git branch -m <name>
4987Switched to a new branch 'master'
4988Switched to a new branch 'condensedFileBranch'
4989Switched to branch 'master'
4990Switched to branch 'condensedFileBranch'
4991hint: Using 'master' as the name for the initial branch. This default branch name
4992hint: is subject to change. To configure the initial branch name to use in all
4993hint: of your new repositories, which will suppress this warning, call:
4994hint:
4995hint: git config --global init.defaultBranch <name>
4996hint:
4997hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
4998hint: 'development'. The just-created branch can be renamed via this command:
4999hint:
5000hint: git branch -m <name>
5001Switched to a new branch 'master'
5002Switched to a new branch 'condensedFileBranch'
5003Switched to branch 'master'
5004hint: Using 'master' as the name for the initial branch. This default branch name
5005hint: is subject to change. To configure the initial branch name to use in all
5006hint: of your new repositories, which will suppress this warning, call:
5007hint:
5008hint: git config --global init.defaultBranch <name>
5009hint:
5010hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5011hint: 'development'. The just-created branch can be renamed via this command:
5012hint:
5013hint: git branch -m <name>
5014Switched to a new branch 'master'
5015Switched to a new branch 'condensedFileBranch'
5016Switched to branch 'master'
5017hint: Using 'master' as the name for the initial branch. This default branch name
5018hint: is subject to change. To configure the initial branch name to use in all
5019hint: of your new repositories, which will suppress this warning, call:
5020hint:
5021hint: git config --global init.defaultBranch <name>
5022hint:
5023hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5024hint: 'development'. The just-created branch can be renamed via this command:
5025hint:
5026hint: git branch -m <name>
5027Switched to a new branch 'master'
5028Switched to a new branch 'condensedFileBranch'
5029Switched to branch 'master'
5030Switched to branch 'condensedFileBranch'
5031hint: Using 'master' as the name for the initial branch. This default branch name
5032hint: is subject to change. To configure the initial branch name to use in all
5033hint: of your new repositories, which will suppress this warning, call:
5034hint:
5035hint: git config --global init.defaultBranch <name>
5036hint:
5037hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5038hint: 'development'. The just-created branch can be renamed via this command:
5039hint:
5040hint: git branch -m <name>
5041Switched to a new branch 'master'
5042Switched to a new branch 'deletedFileBranch'
5043Switched to branch 'master'
5044Switched to branch 'deletedFileBranch'
5045hint: Using 'master' as the name for the initial branch. This default branch name
5046hint: is subject to change. To configure the initial branch name to use in all
5047hint: of your new repositories, which will suppress this warning, call:
5048hint:
5049hint: git config --global init.defaultBranch <name>
5050hint:
5051hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5052hint: 'development'. The just-created branch can be renamed via this command:
5053hint:
5054hint: git branch -m <name>
5055Switched to a new branch 'master'
5056Switched to a new branch 'deletedFileBranch'
5057Switched to branch 'master'
5058Switched to branch 'deletedFileBranch'
5059hint: Using 'master' as the name for the initial branch. This default branch name
5060hint: is subject to change. To configure the initial branch name to use in all
5061hint: of your new repositories, which will suppress this warning, call:
5062hint:
5063hint: git config --global init.defaultBranch <name>
5064hint:
5065hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5066hint: 'development'. The just-created branch can be renamed via this command:
5067hint:
5068hint: git branch -m <name>
5069Switched to a new branch 'master'
5070Switched to a new branch 'deletedFileBranch'
5071Switched to branch 'master'
5072hint: Using 'master' as the name for the initial branch. This default branch name
5073hint: is subject to change. To configure the initial branch name to use in all
5074hint: of your new repositories, which will suppress this warning, call:
5075hint:
5076hint: git config --global init.defaultBranch <name>
5077hint:
5078hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5079hint: 'development'. The just-created branch can be renamed via this command:
5080hint:
5081hint: git branch -m <name>
5082Switched to a new branch 'master'
5083Switched to a new branch 'deletedFileBranch'
5084Switched to branch 'master'
5085hint: Using 'master' as the name for the initial branch. This default branch name
5086hint: is subject to change. To configure the initial branch name to use in all
5087hint: of your new repositories, which will suppress this warning, call:
5088hint:
5089hint: git config --global init.defaultBranch <name>
5090hint:
5091hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5092hint: 'development'. The just-created branch can be renamed via this command:
5093hint:
5094hint: git branch -m <name>
5095Switched to a new branch 'master'
5096Switched to a new branch 'movedFileBranch'
5097Switched to branch 'master'
5098Switched to branch 'movedFileBranch'
5099hint: Using 'master' as the name for the initial branch. This default branch name
5100hint: is subject to change. To configure the initial branch name to use in all
5101hint: of your new repositories, which will suppress this warning, call:
5102hint:
5103hint: git config --global init.defaultBranch <name>
5104hint:
5105hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5106hint: 'development'. The just-created branch can be renamed via this command:
5107hint:
5108hint: git branch -m <name>
5109Switched to a new branch 'master'
5110Switched to a new branch 'movedFileBranch'
5111Switched to branch 'master'
5112hint: Using 'master' as the name for the initial branch. This default branch name
5113hint: is subject to change. To configure the initial branch name to use in all
5114hint: of your new repositories, which will suppress this warning, call:
5115hint:
5116hint: git config --global init.defaultBranch <name>
5117hint:
5118hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5119hint: 'development'. The just-created branch can be renamed via this command:
5120hint:
5121hint: git branch -m <name>
5122Switched to a new branch 'master'
5123Switched to a new branch 'movedFileBranch'
5124Switched to branch 'master'
5125hint: Using 'master' as the name for the initial branch. This default branch name
5126hint: is subject to change. To configure the initial branch name to use in all
5127hint: of your new repositories, which will suppress this warning, call:
5128hint:
5129hint: git config --global init.defaultBranch <name>
5130hint:
5131hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5132hint: 'development'. The just-created branch can be renamed via this command:
5133hint:
5134hint: git branch -m <name>
5135Switched to a new branch 'master'
5136Switched to a new branch 'movedFileBranch'
5137Switched to branch 'master'
5138Switched to branch 'movedFileBranch'
5139hint: Using 'master' as the name for the initial branch. This default branch name
5140hint: is subject to change. To configure the initial branch name to use in all
5141hint: of your new repositories, which will suppress this warning, call:
5142hint:
5143hint: git config --global init.defaultBranch <name>
5144hint:
5145hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5146hint: 'development'. The just-created branch can be renamed via this command:
5147hint:
5148hint: git branch -m <name>
5149Switched to a new branch 'master'
5150Switched to a new branch 'movedFileBranch'
5151Switched to branch 'master'
5152Switched to branch 'movedFileBranch'
5153hint: Using 'master' as the name for the initial branch. This default branch name
5154hint: is subject to change. To configure the initial branch name to use in all
5155hint: of your new repositories, which will suppress this warning, call:
5156hint:
5157hint: git config --global init.defaultBranch <name>
5158hint:
5159hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5160hint: 'development'. The just-created branch can be renamed via this command:
5161hint:
5162hint: git branch -m <name>
5163Switched to a new branch 'master'
5164Switched to a new branch 'movedFileBranch'
5165Switched to branch 'master'
5166hint: Using 'master' as the name for the initial branch. This default branch name
5167hint: is subject to change. To configure the initial branch name to use in all
5168hint: of your new repositories, which will suppress this warning, call:
5169hint:
5170hint: git config --global init.defaultBranch <name>
5171hint:
5172hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5173hint: 'development'. The just-created branch can be renamed via this command:
5174hint:
5175hint: git branch -m <name>
5176Switched to a new branch 'master'
5177Switched to a new branch 'movedFileBranch'
5178Switched to branch 'master'
5179hint: Using 'master' as the name for the initial branch. This default branch name
5180hint: is subject to change. To configure the initial branch name to use in all
5181hint: of your new repositories, which will suppress this warning, call:
5182hint:
5183hint: git config --global init.defaultBranch <name>
5184hint:
5185hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5186hint: 'development'. The just-created branch can be renamed via this command:
5187hint:
5188hint: git branch -m <name>
5189Switched to a new branch 'master'
5190Switched to a new branch 'movedFileBranch'
5191Switched to branch 'master'
5192Switched to branch 'movedFileBranch'
5193hint: Using 'master' as the name for the initial branch. This default branch name
5194hint: is subject to change. To configure the initial branch name to use in all
5195hint: of your new repositories, which will suppress this warning, call:
5196hint:
5197hint: git config --global init.defaultBranch <name>
5198hint:
5199hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5200hint: 'development'. The just-created branch can be renamed via this command:
5201hint:
5202hint: git branch -m <name>
5203Switched to a new branch 'master'
5204Switched to a new branch 'evilTwin'
5205Switched to branch 'master'
5206Switched to branch 'evilTwin'
5207hint: Using 'master' as the name for the initial branch. This default branch name
5208hint: is subject to change. To configure the initial branch name to use in all
5209hint: of your new repositories, which will suppress this warning, call:
5210hint:
5211hint: git config --global init.defaultBranch <name>
5212hint:
5213hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5214hint: 'development'. The just-created branch can be renamed via this command:
5215hint:
5216hint: git branch -m <name>
5217Switched to a new branch 'master'
5218Switched to a new branch 'evilTwin'
5219Switched to branch 'master'
5220Switched to branch 'evilTwin'
5221hint: Using 'master' as the name for the initial branch. This default branch name
5222hint: is subject to change. To configure the initial branch name to use in all
5223hint: of your new repositories, which will suppress this warning, call:
5224hint:
5225hint: git config --global init.defaultBranch <name>
5226hint:
5227hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5228hint: 'development'. The just-created branch can be renamed via this command:
5229hint:
5230hint: git branch -m <name>
5231Switched to a new branch 'master'
5232Switched to a new branch 'evilTwin'
5233Switched to branch 'master'
5234hint: Using 'master' as the name for the initial branch. This default branch name
5235hint: is subject to change. To configure the initial branch name to use in all
5236hint: of your new repositories, which will suppress this warning, call:
5237hint:
5238hint: git config --global init.defaultBranch <name>
5239hint:
5240hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5241hint: 'development'. The just-created branch can be renamed via this command:
5242hint:
5243hint: git branch -m <name>
5244Switched to a new branch 'master'
5245Switched to a new branch 'evilTwin'
5246Switched to branch 'master'
5247hint: Using 'master' as the name for the initial branch. This default branch name
5248hint: is subject to change. To configure the initial branch name to use in all
5249hint: of your new repositories, which will suppress this warning, call:
5250hint:
5251hint: git config --global init.defaultBranch <name>
5252hint:
5253hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5254hint: 'development'. The just-created branch can be renamed via this command:
5255hint:
5256hint: git branch -m <name>
5257Switched to a new branch 'master'
5258Switched to a new branch 'movedFileBranch'
5259Switched to branch 'master'
5260Switched to branch 'movedFileBranch'
5261hint: Using 'master' as the name for the initial branch. This default branch name
5262hint: is subject to change. To configure the initial branch name to use in all
5263hint: of your new repositories, which will suppress this warning, call:
5264hint:
5265hint: git config --global init.defaultBranch <name>
5266hint:
5267hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5268hint: 'development'. The just-created branch can be renamed via this command:
5269hint:
5270hint: git branch -m <name>
5271Switched to a new branch 'master'
5272Switched to a new branch 'movedFileBranch'
5273Switched to branch 'master'
5274hint: Using 'master' as the name for the initial branch. This default branch name
5275hint: is subject to change. To configure the initial branch name to use in all
5276hint: of your new repositories, which will suppress this warning, call:
5277hint:
5278hint: git config --global init.defaultBranch <name>
5279hint:
5280hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5281hint: 'development'. The just-created branch can be renamed via this command:
5282hint:
5283hint: git branch -m <name>
5284Switched to a new branch 'master'
5285Switched to a new branch 'movedFileBranch'
5286Switched to branch 'master'
5287hint: Using 'master' as the name for the initial branch. This default branch name
5288hint: is subject to change. To configure the initial branch name to use in all
5289hint: of your new repositories, which will suppress this warning, call:
5290hint:
5291hint: git config --global init.defaultBranch <name>
5292hint:
5293hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5294hint: 'development'. The just-created branch can be renamed via this command:
5295hint:
5296hint: git branch -m <name>
5297Switched to a new branch 'master'
5298Switched to a new branch 'movedFileBranch'
5299Switched to branch 'master'
5300Switched to branch 'movedFileBranch'
5301hint: Using 'master' as the name for the initial branch. This default branch name
5302hint: is subject to change. To configure the initial branch name to use in all
5303hint: of your new repositories, which will suppress this warning, call:
5304hint:
5305hint: git config --global init.defaultBranch <name>
5306hint:
5307hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5308hint: 'development'. The just-created branch can be renamed via this command:
5309hint:
5310hint: git branch -m <name>
5311Switched to a new branch 'master'
5312Switched to a new branch 'movedFileBranch'
5313Switched to branch 'master'
5314Switched to branch 'movedFileBranch'
5315hint: Using 'master' as the name for the initial branch. This default branch name
5316hint: is subject to change. To configure the initial branch name to use in all
5317hint: of your new repositories, which will suppress this warning, call:
5318hint:
5319hint: git config --global init.defaultBranch <name>
5320hint:
5321hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5322hint: 'development'. The just-created branch can be renamed via this command:
5323hint:
5324hint: git branch -m <name>
5325Switched to a new branch 'master'
5326Switched to a new branch 'movedFileBranch'
5327Switched to branch 'master'
5328hint: Using 'master' as the name for the initial branch. This default branch name
5329hint: is subject to change. To configure the initial branch name to use in all
5330hint: of your new repositories, which will suppress this warning, call:
5331hint:
5332hint: git config --global init.defaultBranch <name>
5333hint:
5334hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5335hint: 'development'. The just-created branch can be renamed via this command:
5336hint:
5337hint: git branch -m <name>
5338Switched to a new branch 'master'
5339Switched to a new branch 'movedFileBranch'
5340Switched to branch 'master'
5341hint: Using 'master' as the name for the initial branch. This default branch name
5342hint: is subject to change. To configure the initial branch name to use in all
5343hint: of your new repositories, which will suppress this warning, call:
5344hint:
5345hint: git config --global init.defaultBranch <name>
5346hint:
5347hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5348hint: 'development'. The just-created branch can be renamed via this command:
5349hint:
5350hint: git branch -m <name>
5351Switched to a new branch 'master'
5352Switched to a new branch 'movedFileBranch'
5353Switched to branch 'master'
5354Switched to branch 'movedFileBranch'
5355hint: Using 'master' as the name for the initial branch. This default branch name
5356hint: is subject to change. To configure the initial branch name to use in all
5357hint: of your new repositories, which will suppress this warning, call:
5358hint:
5359hint: git config --global init.defaultBranch <name>
5360hint:
5361hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5362hint: 'development'. The just-created branch can be renamed via this command:
5363hint:
5364hint: git branch -m <name>
5365Switched to a new branch 'master'
5366Switched to a new branch 'movedFileBranch'
5367Switched to branch 'master'
5368Switched to branch 'movedFileBranch'
5369hint: Using 'master' as the name for the initial branch. This default branch name
5370hint: is subject to change. To configure the initial branch name to use in all
5371hint: of your new repositories, which will suppress this warning, call:
5372hint:
5373hint: git config --global init.defaultBranch <name>
5374hint:
5375hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5376hint: 'development'. The just-created branch can be renamed via this command:
5377hint:
5378hint: git branch -m <name>
5379Switched to a new branch 'master'
5380Switched to a new branch 'movedFileBranch'
5381Switched to branch 'master'
5382hint: Using 'master' as the name for the initial branch. This default branch name
5383hint: is subject to change. To configure the initial branch name to use in all
5384hint: of your new repositories, which will suppress this warning, call:
5385hint:
5386hint: git config --global init.defaultBranch <name>
5387hint:
5388hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5389hint: 'development'. The just-created branch can be renamed via this command:
5390hint:
5391hint: git branch -m <name>
5392Switched to a new branch 'master'
5393Switched to a new branch 'movedFileBranch'
5394Switched to branch 'master'
5395hint: Using 'master' as the name for the initial branch. This default branch name
5396hint: is subject to change. To configure the initial branch name to use in all
5397hint: of your new repositories, which will suppress this warning, call:
5398hint:
5399hint: git config --global init.defaultBranch <name>
5400hint:
5401hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5402hint: 'development'. The just-created branch can be renamed via this command:
5403hint:
5404hint: git branch -m <name>
5405Switched to a new branch 'master'
5406Switched to a new branch 'movedFileBranch'
5407Switched to branch 'master'
5408Switched to branch 'movedFileBranch'
5409hint: Using 'master' as the name for the initial branch. This default branch name
5410hint: is subject to change. To configure the initial branch name to use in all
5411hint: of your new repositories, which will suppress this warning, call:
5412hint:
5413hint: git config --global init.defaultBranch <name>
5414hint:
5415hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5416hint: 'development'. The just-created branch can be renamed via this command:
5417hint:
5418hint: git branch -m <name>
5419Switched to a new branch 'master'
5420Switched to a new branch 'movedFileBranch'
5421Switched to branch 'master'
5422Switched to branch 'movedFileBranch'
5423hint: Using 'master' as the name for the initial branch. This default branch name
5424hint: is subject to change. To configure the initial branch name to use in all
5425hint: of your new repositories, which will suppress this warning, call:
5426hint:
5427hint: git config --global init.defaultBranch <name>
5428hint:
5429hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5430hint: 'development'. The just-created branch can be renamed via this command:
5431hint:
5432hint: git branch -m <name>
5433Switched to a new branch 'master'
5434Switched to a new branch 'movedFileBranch'
5435Switched to branch 'master'
5436hint: Using 'master' as the name for the initial branch. This default branch name
5437hint: is subject to change. To configure the initial branch name to use in all
5438hint: of your new repositories, which will suppress this warning, call:
5439hint:
5440hint: git config --global init.defaultBranch <name>
5441hint:
5442hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5443hint: 'development'. The just-created branch can be renamed via this command:
5444hint:
5445hint: git branch -m <name>
5446Switched to a new branch 'master'
5447Switched to a new branch 'movedFileBranch'
5448Switched to branch 'master'
5449hint: Using 'master' as the name for the initial branch. This default branch name
5450hint: is subject to change. To configure the initial branch name to use in all
5451hint: of your new repositories, which will suppress this warning, call:
5452hint:
5453hint: git config --global init.defaultBranch <name>
5454hint:
5455hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5456hint: 'development'. The just-created branch can be renamed via this command:
5457hint:
5458hint: git branch -m <name>
5459Switched to a new branch 'master'
5460Switched to a new branch 'movedFileBranch'
5461Switched to branch 'master'
5462Switched to branch 'movedFileBranch'
5463hint: Using 'master' as the name for the initial branch. This default branch name
5464hint: is subject to change. To configure the initial branch name to use in all
5465hint: of your new repositories, which will suppress this warning, call:
5466hint:
5467hint: git config --global init.defaultBranch <name>
5468hint:
5469hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5470hint: 'development'. The just-created branch can be renamed via this command:
5471hint:
5472hint: git branch -m <name>
5473Switched to a new branch 'master'
5474Switched to a new branch 'swappedFileBranch'
5475Switched to branch 'master'
5476Switched to branch 'swappedFileBranch'
5477hint: Using 'master' as the name for the initial branch. This default branch name
5478hint: is subject to change. To configure the initial branch name to use in all
5479hint: of your new repositories, which will suppress this warning, call:
5480hint:
5481hint: git config --global init.defaultBranch <name>
5482hint:
5483hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5484hint: 'development'. The just-created branch can be renamed via this command:
5485hint:
5486hint: git branch -m <name>
5487Switched to a new branch 'master'
5488Switched to a new branch 'swappedFileBranch'
5489Switched to branch 'master'
5490hint: Using 'master' as the name for the initial branch. This default branch name
5491hint: is subject to change. To configure the initial branch name to use in all
5492hint: of your new repositories, which will suppress this warning, call:
5493hint:
5494hint: git config --global init.defaultBranch <name>
5495hint:
5496hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5497hint: 'development'. The just-created branch can be renamed via this command:
5498hint:
5499hint: git branch -m <name>
5500Switched to a new branch 'master'
5501Switched to a new branch 'swappedFileBranch'
5502Switched to branch 'master'
5503hint: Using 'master' as the name for the initial branch. This default branch name
5504hint: is subject to change. To configure the initial branch name to use in all
5505hint: of your new repositories, which will suppress this warning, call:
5506hint:
5507hint: git config --global init.defaultBranch <name>
5508hint:
5509hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5510hint: 'development'. The just-created branch can be renamed via this command:
5511hint:
5512hint: git branch -m <name>
5513Switched to a new branch 'master'
5514Switched to a new branch 'swappedFileBranch'
5515Switched to branch 'master'
5516Switched to branch 'swappedFileBranch'
5517hint: Using 'master' as the name for the initial branch. This default branch name
5518hint: is subject to change. To configure the initial branch name to use in all
5519hint: of your new repositories, which will suppress this warning, call:
5520hint:
5521hint: git config --global init.defaultBranch <name>
5522hint:
5523hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5524hint: 'development'. The just-created branch can be renamed via this command:
5525hint:
5526hint: git branch -m <name>
5527Switched to a new branch 'master'
5528Switched to a new branch 'swappedFileBranch'
5529Switched to branch 'master'
5530Switched to branch 'swappedFileBranch'
5531hint: Using 'master' as the name for the initial branch. This default branch name
5532hint: is subject to change. To configure the initial branch name to use in all
5533hint: of your new repositories, which will suppress this warning, call:
5534hint:
5535hint: git config --global init.defaultBranch <name>
5536hint:
5537hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5538hint: 'development'. The just-created branch can be renamed via this command:
5539hint:
5540hint: git branch -m <name>
5541Switched to a new branch 'master'
5542Switched to a new branch 'swappedFileBranch'
5543Switched to branch 'master'
5544hint: Using 'master' as the name for the initial branch. This default branch name
5545hint: is subject to change. To configure the initial branch name to use in all
5546hint: of your new repositories, which will suppress this warning, call:
5547hint:
5548hint: git config --global init.defaultBranch <name>
5549hint:
5550hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5551hint: 'development'. The just-created branch can be renamed via this command:
5552hint:
5553hint: git branch -m <name>
5554Switched to a new branch 'master'
5555Switched to a new branch 'swappedFileBranch'
5556Switched to branch 'master'
5557hint: Using 'master' as the name for the initial branch. This default branch name
5558hint: is subject to change. To configure the initial branch name to use in all
5559hint: of your new repositories, which will suppress this warning, call:
5560hint:
5561hint: git config --global init.defaultBranch <name>
5562hint:
5563hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5564hint: 'development'. The just-created branch can be renamed via this command:
5565hint:
5566hint: git branch -m <name>
5567Switched to a new branch 'master'
5568Switched to a new branch 'swappedFileBranch'
5569Switched to branch 'master'
5570Switched to branch 'swappedFileBranch'
5571hint: Using 'master' as the name for the initial branch. This default branch name
5572hint: is subject to change. To configure the initial branch name to use in all
5573hint: of your new repositories, which will suppress this warning, call:
5574hint:
5575hint: git config --global init.defaultBranch <name>
5576hint:
5577hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5578hint: 'development'. The just-created branch can be renamed via this command:
5579hint:
5580hint: git branch -m <name>
5581Switched to a new branch 'master'
5582Switched to a new branch 'casesLimitStrategyMovesBranch'
5583Switched to branch 'master'
5584Switched to branch 'casesLimitStrategyMovesBranch'
5585hint: Using 'master' as the name for the initial branch. This default branch name
5586hint: is subject to change. To configure the initial branch name to use in all
5587hint: of your new repositories, which will suppress this warning, call:
5588hint:
5589hint: git config --global init.defaultBranch <name>
5590hint:
5591hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5592hint: 'development'. The just-created branch can be renamed via this command:
5593hint:
5594hint: git branch -m <name>
5595Switched to a new branch 'master'
5596Switched to a new branch 'casesLimitStrategyMovesBranch'
5597Switched to branch 'master'
5598hint: Using 'master' as the name for the initial branch. This default branch name
5599hint: is subject to change. To configure the initial branch name to use in all
5600hint: of your new repositories, which will suppress this warning, call:
5601hint:
5602hint: git config --global init.defaultBranch <name>
5603hint:
5604hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5605hint: 'development'. The just-created branch can be renamed via this command:
5606hint:
5607hint: git branch -m <name>
5608Switched to a new branch 'master'
5609Switched to a new branch 'casesLimitStrategyMovesBranch'
5610Switched to branch 'master'
5611hint: Using 'master' as the name for the initial branch. This default branch name
5612hint: is subject to change. To configure the initial branch name to use in all
5613hint: of your new repositories, which will suppress this warning, call:
5614hint:
5615hint: git config --global init.defaultBranch <name>
5616hint:
5617hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5618hint: 'development'. The just-created branch can be renamed via this command:
5619hint:
5620hint: git branch -m <name>
5621Switched to a new branch 'master'
5622Switched to a new branch 'casesLimitStrategyMovesBranch'
5623Switched to branch 'master'
5624Switched to branch 'casesLimitStrategyMovesBranch'
5625hint: Using 'master' as the name for the initial branch. This default branch name
5626hint: is subject to change. To configure the initial branch name to use in all
5627hint: of your new repositories, which will suppress this warning, call:
5628hint:
5629hint: git config --global init.defaultBranch <name>
5630hint:
5631hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5632hint: 'development'. The just-created branch can be renamed via this command:
5633hint:
5634hint: git branch -m <name>
5635Switched to a new branch 'master'
5636Switched to a new branch 'casesLimitStrategyMovesBranch'
5637Switched to branch 'master'
5638Switched to branch 'casesLimitStrategyMovesBranch'
5639hint: Using 'master' as the name for the initial branch. This default branch name
5640hint: is subject to change. To configure the initial branch name to use in all
5641hint: of your new repositories, which will suppress this warning, call:
5642hint:
5643hint: git config --global init.defaultBranch <name>
5644hint:
5645hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5646hint: 'development'. The just-created branch can be renamed via this command:
5647hint:
5648hint: git branch -m <name>
5649Switched to a new branch 'master'
5650Switched to a new branch 'casesLimitStrategyMovesBranch'
5651Switched to branch 'master'
5652hint: Using 'master' as the name for the initial branch. This default branch name
5653hint: is subject to change. To configure the initial branch name to use in all
5654hint: of your new repositories, which will suppress this warning, call:
5655hint:
5656hint: git config --global init.defaultBranch <name>
5657hint:
5658hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5659hint: 'development'. The just-created branch can be renamed via this command:
5660hint:
5661hint: git branch -m <name>
5662Switched to a new branch 'master'
5663Switched to a new branch 'casesLimitStrategyMovesBranch'
5664Switched to branch 'master'
5665hint: Using 'master' as the name for the initial branch. This default branch name
5666hint: is subject to change. To configure the initial branch name to use in all
5667hint: of your new repositories, which will suppress this warning, call:
5668hint:
5669hint: git config --global init.defaultBranch <name>
5670hint:
5671hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5672hint: 'development'. The just-created branch can be renamed via this command:
5673hint:
5674hint: git branch -m <name>
5675Switched to a new branch 'master'
5676Switched to a new branch 'casesLimitStrategyMovesBranch'
5677Switched to branch 'master'
5678Switched to branch 'casesLimitStrategyMovesBranch'
5679hint: Using 'master' as the name for the initial branch. This default branch name
5680hint: is subject to change. To configure the initial branch name to use in all
5681hint: of your new repositories, which will suppress this warning, call:
5682hint:
5683hint: git config --global init.defaultBranch <name>
5684hint:
5685hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5686hint: 'development'. The just-created branch can be renamed via this command:
5687hint:
5688hint: git branch -m <name>
5689Switched to a new branch 'master'
5690Switched to a new branch 'newFileBranch'
5691Switched to branch 'master'
5692Switched to branch 'newFileBranch'
5693hint: Using 'master' as the name for the initial branch. This default branch name
5694hint: is subject to change. To configure the initial branch name to use in all
5695hint: of your new repositories, which will suppress this warning, call:
5696hint:
5697hint: git config --global init.defaultBranch <name>
5698hint:
5699hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5700hint: 'development'. The just-created branch can be renamed via this command:
5701hint:
5702hint: git branch -m <name>
5703Switched to a new branch 'master'
5704Switched to a new branch 'newFileBranch'
5705Switched to branch 'master'
5706hint: Using 'master' as the name for the initial branch. This default branch name
5707hint: is subject to change. To configure the initial branch name to use in all
5708hint: of your new repositories, which will suppress this warning, call:
5709hint:
5710hint: git config --global init.defaultBranch <name>
5711hint:
5712hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5713hint: 'development'. The just-created branch can be renamed via this command:
5714hint:
5715hint: git branch -m <name>
5716Switched to a new branch 'master'
5717Switched to a new branch 'newFileBranch'
5718Switched to branch 'master'
5719hint: Using 'master' as the name for the initial branch. This default branch name
5720hint: is subject to change. To configure the initial branch name to use in all
5721hint: of your new repositories, which will suppress this warning, call:
5722hint:
5723hint: git config --global init.defaultBranch <name>
5724hint:
5725hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5726hint: 'development'. The just-created branch can be renamed via this command:
5727hint:
5728hint: git branch -m <name>
5729Switched to a new branch 'master'
5730Switched to a new branch 'newFileBranch'
5731Switched to branch 'master'
5732Switched to branch 'newFileBranch'
5733hint: Using 'master' as the name for the initial branch. This default branch name
5734hint: is subject to change. To configure the initial branch name to use in all
5735hint: of your new repositories, which will suppress this warning, call:
5736hint:
5737hint: git config --global init.defaultBranch <name>
5738hint:
5739hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5740hint: 'development'. The just-created branch can be renamed via this command:
5741hint:
5742hint: git branch -m <name>
5743Switched to a new branch 'master'
5744Switched to a new branch 'newFileBranch'
5745Switched to branch 'master'
5746Switched to branch 'newFileBranch'
5747hint: Using 'master' as the name for the initial branch. This default branch name
5748hint: is subject to change. To configure the initial branch name to use in all
5749hint: of your new repositories, which will suppress this warning, call:
5750hint:
5751hint: git config --global init.defaultBranch <name>
5752hint:
5753hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5754hint: 'development'. The just-created branch can be renamed via this command:
5755hint:
5756hint: git branch -m <name>
5757Switched to a new branch 'master'
5758Switched to a new branch 'newFileBranch'
5759Switched to branch 'master'
5760hint: Using 'master' as the name for the initial branch. This default branch name
5761hint: is subject to change. To configure the initial branch name to use in all
5762hint: of your new repositories, which will suppress this warning, call:
5763hint:
5764hint: git config --global init.defaultBranch <name>
5765hint:
5766hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5767hint: 'development'. The just-created branch can be renamed via this command:
5768hint:
5769hint: git branch -m <name>
5770Switched to a new branch 'master'
5771Switched to a new branch 'newFileBranch'
5772Switched to branch 'master'
5773hint: Using 'master' as the name for the initial branch. This default branch name
5774hint: is subject to change. To configure the initial branch name to use in all
5775hint: of your new repositories, which will suppress this warning, call:
5776hint:
5777hint: git config --global init.defaultBranch <name>
5778hint:
5779hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5780hint: 'development'. The just-created branch can be renamed via this command:
5781hint:
5782hint: git branch -m <name>
5783Switched to a new branch 'master'
5784Switched to a new branch 'newFileBranch'
5785Switched to branch 'master'
5786Switched to branch 'newFileBranch'
5787hint: Using 'master' as the name for the initial branch. This default branch name
5788hint: is subject to change. To configure the initial branch name to use in all
5789hint: of your new repositories, which will suppress this warning, call:
5790hint:
5791hint: git config --global init.defaultBranch <name>
5792hint:
5793hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5794hint: 'development'. The just-created branch can be renamed via this command:
5795hint:
5796hint: git branch -m <name>
5797Switched to a new branch 'master'
5798Switched to a new branch 'splitFileBranch'
5799Switched to branch 'master'
5800Switched to branch 'splitFileBranch'
5801hint: Using 'master' as the name for the initial branch. This default branch name
5802hint: is subject to change. To configure the initial branch name to use in all
5803hint: of your new repositories, which will suppress this warning, call:
5804hint:
5805hint: git config --global init.defaultBranch <name>
5806hint:
5807hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5808hint: 'development'. The just-created branch can be renamed via this command:
5809hint:
5810hint: git branch -m <name>
5811Switched to a new branch 'master'
5812Switched to a new branch 'splitFileBranch'
5813Switched to branch 'master'
5814Switched to branch 'splitFileBranch'
5815hint: Using 'master' as the name for the initial branch. This default branch name
5816hint: is subject to change. To configure the initial branch name to use in all
5817hint: of your new repositories, which will suppress this warning, call:
5818hint:
5819hint: git config --global init.defaultBranch <name>
5820hint:
5821hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5822hint: 'development'. The just-created branch can be renamed via this command:
5823hint:
5824hint: git branch -m <name>
5825Switched to a new branch 'master'
5826Switched to a new branch 'splitFileBranch'
5827Switched to branch 'master'
5828hint: Using 'master' as the name for the initial branch. This default branch name
5829hint: is subject to change. To configure the initial branch name to use in all
5830hint: of your new repositories, which will suppress this warning, call:
5831hint:
5832hint: git config --global init.defaultBranch <name>
5833hint:
5834hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5835hint: 'development'. The just-created branch can be renamed via this command:
5836hint:
5837hint: git branch -m <name>
5838Switched to a new branch 'master'
5839Switched to a new branch 'splitFileBranch'
5840Switched to branch 'master'
5841hint: Using 'master' as the name for the initial branch. This default branch name
5842hint: is subject to change. To configure the initial branch name to use in all
5843hint: of your new repositories, which will suppress this warning, call:
5844hint:
5845hint: git config --global init.defaultBranch <name>
5846hint:
5847hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5848hint: 'development'. The just-created branch can be renamed via this command:
5849hint:
5850hint: git branch -m <name>
5851Switched to a new branch 'master'
5852Switched to a new branch 'splitFileBranch'
5853Switched to branch 'master'
5854hint: Using 'master' as the name for the initial branch. This default branch name
5855hint: is subject to change. To configure the initial branch name to use in all
5856hint: of your new repositories, which will suppress this warning, call:
5857hint:
5858hint: git config --global init.defaultBranch <name>
5859hint:
5860hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5861hint: 'development'. The just-created branch can be renamed via this command:
5862hint:
5863hint: git branch -m <name>
5864Switched to a new branch 'master'
5865Switched to a new branch 'splitFileBranch'
5866Switched to branch 'master'
5867hint: Using 'master' as the name for the initial branch. This default branch name
5868hint: is subject to change. To configure the initial branch name to use in all
5869hint: of your new repositories, which will suppress this warning, call:
5870hint:
5871hint: git config --global init.defaultBranch <name>
5872hint:
5873hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5874hint: 'development'. The just-created branch can be renamed via this command:
5875hint:
5876hint: git branch -m <name>
5877Switched to a new branch 'master'
5878Switched to a new branch 'splitFileBranch'
5879Switched to branch 'master'
5880Switched to branch 'splitFileBranch'
5881hint: Using 'master' as the name for the initial branch. This default branch name
5882hint: is subject to change. To configure the initial branch name to use in all
5883hint: of your new repositories, which will suppress this warning, call:
5884hint:
5885hint: git config --global init.defaultBranch <name>
5886hint:
5887hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5888hint: 'development'. The just-created branch can be renamed via this command:
5889hint:
5890hint: git branch -m <name>
5891Switched to a new branch 'master'
5892Switched to a new branch 'splitFileBranch'
5893Switched to branch 'master'
5894Switched to branch 'splitFileBranch'
5895hint: Using 'master' as the name for the initial branch. This default branch name
5896hint: is subject to change. To configure the initial branch name to use in all
5897hint: of your new repositories, which will suppress this warning, call:
5898hint:
5899hint: git config --global init.defaultBranch <name>
5900hint:
5901hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5902hint: 'development'. The just-created branch can be renamed via this command:
5903hint:
5904hint: git branch -m <name>
5905Switched to a new branch 'master'
5906Switched to a new branch 'splitFileBranch'
5907Switched to branch 'master'
5908hint: Using 'master' as the name for the initial branch. This default branch name
5909hint: is subject to change. To configure the initial branch name to use in all
5910hint: of your new repositories, which will suppress this warning, call:
5911hint:
5912hint: git config --global init.defaultBranch <name>
5913hint:
5914hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5915hint: 'development'. The just-created branch can be renamed via this command:
5916hint:
5917hint: git branch -m <name>
5918Switched to a new branch 'master'
5919Switched to a new branch 'splitFileBranch'
5920Switched to branch 'master'
5921Switched to branch 'splitFileBranch'
5922hint: Using 'master' as the name for the initial branch. This default branch name
5923hint: is subject to change. To configure the initial branch name to use in all
5924hint: of your new repositories, which will suppress this warning, call:
5925hint:
5926hint: git config --global init.defaultBranch <name>
5927hint:
5928hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5929hint: 'development'. The just-created branch can be renamed via this command:
5930hint:
5931hint: git branch -m <name>
5932Switched to a new branch 'master'
5933Switched to a new branch 'splitFileBranch'
5934Switched to branch 'master'
5935Switched to branch 'splitFileBranch'
5936hint: Using 'master' as the name for the initial branch. This default branch name
5937hint: is subject to change. To configure the initial branch name to use in all
5938hint: of your new repositories, which will suppress this warning, call:
5939hint:
5940hint: git config --global init.defaultBranch <name>
5941hint:
5942hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5943hint: 'development'. The just-created branch can be renamed via this command:
5944hint:
5945hint: git branch -m <name>
5946Switched to a new branch 'master'
5947Switched to a new branch 'splitFileBranch'
5948Switched to branch 'master'
5949hint: Using 'master' as the name for the initial branch. This default branch name
5950hint: is subject to change. To configure the initial branch name to use in all
5951hint: of your new repositories, which will suppress this warning, call:
5952hint:
5953hint: git config --global init.defaultBranch <name>
5954hint:
5955hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5956hint: 'development'. The just-created branch can be renamed via this command:
5957hint:
5958hint: git branch -m <name>
5959Switched to a new branch 'master'
5960Switched to a new branch 'splitFileBranch'
5961Switched to branch 'master'
5962Switched to branch 'splitFileBranch'
5963hint: Using 'master' as the name for the initial branch. This default branch name
5964hint: is subject to change. To configure the initial branch name to use in all
5965hint: of your new repositories, which will suppress this warning, call:
5966hint:
5967hint: git config --global init.defaultBranch <name>
5968hint:
5969hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5970hint: 'development'. The just-created branch can be renamed via this command:
5971hint:
5972hint: git branch -m <name>
5973Switched to a new branch 'master'
5974Switched to a new branch 'splitFileBranch'
5975Switched to branch 'master'
5976hint: Using 'master' as the name for the initial branch. This default branch name
5977hint: is subject to change. To configure the initial branch name to use in all
5978hint: of your new repositories, which will suppress this warning, call:
5979hint:
5980hint: git config --global init.defaultBranch <name>
5981hint:
5982hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5983hint: 'development'. The just-created branch can be renamed via this command:
5984hint:
5985hint: git branch -m <name>
5986Switched to a new branch 'master'
5987Switched to a new branch 'splitFileBranch'
5988Switched to branch 'master'
5989hint: Using 'master' as the name for the initial branch. This default branch name
5990hint: is subject to change. To configure the initial branch name to use in all
5991hint: of your new repositories, which will suppress this warning, call:
5992hint:
5993hint: git config --global init.defaultBranch <name>
5994hint:
5995hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
5996hint: 'development'. The just-created branch can be renamed via this command:
5997hint:
5998hint: git branch -m <name>
5999Switched to a new branch 'master'
6000Switched to a new branch 'splitFileBranch'
6001Switched to branch 'master'
6002Switched to branch 'splitFileBranch'
6003hint: Using 'master' as the name for the initial branch. This default branch name
6004hint: is subject to change. To configure the initial branch name to use in all
6005hint: of your new repositories, which will suppress this warning, call:
6006hint:
6007hint: git config --global init.defaultBranch <name>
6008hint:
6009hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6010hint: 'development'. The just-created branch can be renamed via this command:
6011hint:
6012hint: git branch -m <name>
6013Switched to a new branch 'master'
6014Switched to a new branch 'deletedFileBranch'
6015Switched to branch 'master'
6016Switched to branch 'deletedFileBranch'
6017hint: Using 'master' as the name for the initial branch. This default branch name
6018hint: is subject to change. To configure the initial branch name to use in all
6019hint: of your new repositories, which will suppress this warning, call:
6020hint:
6021hint: git config --global init.defaultBranch <name>
6022hint:
6023hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6024hint: 'development'. The just-created branch can be renamed via this command:
6025hint:
6026hint: git branch -m <name>
6027Switched to a new branch 'master'
6028Switched to a new branch 'deletedFileBranch'
6029Switched to branch 'master'
6030hint: Using 'master' as the name for the initial branch. This default branch name
6031hint: is subject to change. To configure the initial branch name to use in all
6032hint: of your new repositories, which will suppress this warning, call:
6033hint:
6034hint: git config --global init.defaultBranch <name>
6035hint:
6036hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6037hint: 'development'. The just-created branch can be renamed via this command:
6038hint:
6039hint: git branch -m <name>
6040Switched to a new branch 'master'
6041Switched to a new branch 'deletedFileBranch'
6042Switched to branch 'master'
6043hint: Using 'master' as the name for the initial branch. This default branch name
6044hint: is subject to change. To configure the initial branch name to use in all
6045hint: of your new repositories, which will suppress this warning, call:
6046hint:
6047hint: git config --global init.defaultBranch <name>
6048hint:
6049hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6050hint: 'development'. The just-created branch can be renamed via this command:
6051hint:
6052hint: git branch -m <name>
6053Switched to a new branch 'master'
6054Switched to a new branch 'deletedFileBranch'
6055Switched to branch 'master'
6056Switched to branch 'deletedFileBranch'
6057hint: Using 'master' as the name for the initial branch. This default branch name
6058hint: is subject to change. To configure the initial branch name to use in all
6059hint: of your new repositories, which will suppress this warning, call:
6060hint:
6061hint: git config --global init.defaultBranch <name>
6062hint:
6063hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6064hint: 'development'. The just-created branch can be renamed via this command:
6065hint:
6066hint: git branch -m <name>
6067Switched to a new branch 'master'
6068Switched to a new branch 'deletedFileBranch'
6069Switched to branch 'master'
6070Switched to branch 'deletedFileBranch'
6071hint: Using 'master' as the name for the initial branch. This default branch name
6072hint: is subject to change. To configure the initial branch name to use in all
6073hint: of your new repositories, which will suppress this warning, call:
6074hint:
6075hint: git config --global init.defaultBranch <name>
6076hint:
6077hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6078hint: 'development'. The just-created branch can be renamed via this command:
6079hint:
6080hint: git branch -m <name>
6081Switched to a new branch 'master'
6082Switched to a new branch 'deletedFileBranch'
6083Switched to branch 'master'
6084hint: Using 'master' as the name for the initial branch. This default branch name
6085hint: is subject to change. To configure the initial branch name to use in all
6086hint: of your new repositories, which will suppress this warning, call:
6087hint:
6088hint: git config --global init.defaultBranch <name>
6089hint:
6090hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6091hint: 'development'. The just-created branch can be renamed via this command:
6092hint:
6093hint: git branch -m <name>
6094Switched to a new branch 'master'
6095Switched to a new branch 'deletedFileBranch'
6096Switched to branch 'master'
6097hint: Using 'master' as the name for the initial branch. This default branch name
6098hint: is subject to change. To configure the initial branch name to use in all
6099hint: of your new repositories, which will suppress this warning, call:
6100hint:
6101hint: git config --global init.defaultBranch <name>
6102hint:
6103hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6104hint: 'development'. The just-created branch can be renamed via this command:
6105hint:
6106hint: git branch -m <name>
6107Switched to a new branch 'master'
6108Switched to a new branch 'deletedFileBranch'
6109Switched to branch 'master'
6110Switched to branch 'deletedFileBranch'
6111hint: Using 'master' as the name for the initial branch. This default branch name
6112hint: is subject to change. To configure the initial branch name to use in all
6113hint: of your new repositories, which will suppress this warning, call:
6114hint:
6115hint: git config --global init.defaultBranch <name>
6116hint:
6117hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6118hint: 'development'. The just-created branch can be renamed via this command:
6119hint:
6120hint: git branch -m <name>
6121Switched to a new branch 'master'
6122Switched to a new branch 'evilTwin'
6123Switched to branch 'master'
6124Switched to branch 'evilTwin'
6125hint: Using 'master' as the name for the initial branch. This default branch name
6126hint: is subject to change. To configure the initial branch name to use in all
6127hint: of your new repositories, which will suppress this warning, call:
6128hint:
6129hint: git config --global init.defaultBranch <name>
6130hint:
6131hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6132hint: 'development'. The just-created branch can be renamed via this command:
6133hint:
6134hint: git branch -m <name>
6135Switched to a new branch 'master'
6136Switched to a new branch 'evilTwin'
6137Switched to branch 'master'
6138Switched to branch 'evilTwin'
6139hint: Using 'master' as the name for the initial branch. This default branch name
6140hint: is subject to change. To configure the initial branch name to use in all
6141hint: of your new repositories, which will suppress this warning, call:
6142hint:
6143hint: git config --global init.defaultBranch <name>
6144hint:
6145hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6146hint: 'development'. The just-created branch can be renamed via this command:
6147hint:
6148hint: git branch -m <name>
6149Switched to a new branch 'master'
6150Switched to a new branch 'evilTwin'
6151Switched to branch 'master'
6152hint: Using 'master' as the name for the initial branch. This default branch name
6153hint: is subject to change. To configure the initial branch name to use in all
6154hint: of your new repositories, which will suppress this warning, call:
6155hint:
6156hint: git config --global init.defaultBranch <name>
6157hint:
6158hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6159hint: 'development'. The just-created branch can be renamed via this command:
6160hint:
6161hint: git branch -m <name>
6162Switched to a new branch 'master'
6163Switched to a new branch 'evilTwin'
6164Switched to branch 'master'
6165hint: Using 'master' as the name for the initial branch. This default branch name
6166hint: is subject to change. To configure the initial branch name to use in all
6167hint: of your new repositories, which will suppress this warning, call:
6168hint:
6169hint: git config --global init.defaultBranch <name>
6170hint:
6171hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6172hint: 'development'. The just-created branch can be renamed via this command:
6173hint:
6174hint: git branch -m <name>
6175Switched to a new branch 'master'
6176Switched to a new branch 'concurrentlyDeletedFileBranch'
6177Switched to branch 'master'
6178Switched to branch 'concurrentlyDeletedFileBranch'
6179hint: Using 'master' as the name for the initial branch. This default branch name
6180hint: is subject to change. To configure the initial branch name to use in all
6181hint: of your new repositories, which will suppress this warning, call:
6182hint:
6183hint: git config --global init.defaultBranch <name>
6184hint:
6185hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6186hint: 'development'. The just-created branch can be renamed via this command:
6187hint:
6188hint: git branch -m <name>
6189Switched to a new branch 'master'
6190Switched to a new branch 'concurrentlyDeletedFileBranch'
6191Switched to branch 'master'
6192hint: Using 'master' as the name for the initial branch. This default branch name
6193hint: is subject to change. To configure the initial branch name to use in all
6194hint: of your new repositories, which will suppress this warning, call:
6195hint:
6196hint: git config --global init.defaultBranch <name>
6197hint:
6198hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6199hint: 'development'. The just-created branch can be renamed via this command:
6200hint:
6201hint: git branch -m <name>
6202Switched to a new branch 'master'
6203Switched to a new branch 'concurrentlyDeletedFileBranch'
6204Switched to branch 'master'
6205hint: Using 'master' as the name for the initial branch. This default branch name
6206hint: is subject to change. To configure the initial branch name to use in all
6207hint: of your new repositories, which will suppress this warning, call:
6208hint:
6209hint: git config --global init.defaultBranch <name>
6210hint:
6211hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6212hint: 'development'. The just-created branch can be renamed via this command:
6213hint:
6214hint: git branch -m <name>
6215Switched to a new branch 'master'
6216Switched to a new branch 'concurrentlyDeletedFileBranch'
6217Switched to branch 'master'
6218Switched to branch 'concurrentlyDeletedFileBranch'
6219hint: Using 'master' as the name for the initial branch. This default branch name
6220hint: is subject to change. To configure the initial branch name to use in all
6221hint: of your new repositories, which will suppress this warning, call:
6222hint:
6223hint: git config --global init.defaultBranch <name>
6224hint:
6225hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6226hint: 'development'. The just-created branch can be renamed via this command:
6227hint:
6228hint: git branch -m <name>
6229Switched to a new branch 'master'
6230Switched to a new branch 'concurrentlyDeletedFileBranch'
6231Switched to branch 'master'
6232Switched to branch 'concurrentlyDeletedFileBranch'
6233hint: Using 'master' as the name for the initial branch. This default branch name
6234hint: is subject to change. To configure the initial branch name to use in all
6235hint: of your new repositories, which will suppress this warning, call:
6236hint:
6237hint: git config --global init.defaultBranch <name>
6238hint:
6239hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6240hint: 'development'. The just-created branch can be renamed via this command:
6241hint:
6242hint: git branch -m <name>
6243Switched to a new branch 'master'
6244Switched to a new branch 'concurrentlyDeletedFileBranch'
6245Switched to branch 'master'
6246hint: Using 'master' as the name for the initial branch. This default branch name
6247hint: is subject to change. To configure the initial branch name to use in all
6248hint: of your new repositories, which will suppress this warning, call:
6249hint:
6250hint: git config --global init.defaultBranch <name>
6251hint:
6252hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6253hint: 'development'. The just-created branch can be renamed via this command:
6254hint:
6255hint: git branch -m <name>
6256Switched to a new branch 'master'
6257Switched to a new branch 'concurrentlyDeletedFileBranch'
6258Switched to branch 'master'
6259hint: Using 'master' as the name for the initial branch. This default branch name
6260hint: is subject to change. To configure the initial branch name to use in all
6261hint: of your new repositories, which will suppress this warning, call:
6262hint:
6263hint: git config --global init.defaultBranch <name>
6264hint:
6265hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6266hint: 'development'. The just-created branch can be renamed via this command:
6267hint:
6268hint: git branch -m <name>
6269Switched to a new branch 'master'
6270Switched to a new branch 'concurrentlyDeletedFileBranch'
6271Switched to branch 'master'
6272Switched to branch 'concurrentlyDeletedFileBranch'
6273hint: Using 'master' as the name for the initial branch. This default branch name
6274hint: is subject to change. To configure the initial branch name to use in all
6275hint: of your new repositories, which will suppress this warning, call:
6276hint:
6277hint: git config --global init.defaultBranch <name>
6278hint:
6279hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6280hint: 'development'. The just-created branch can be renamed via this command:
6281hint:
6282hint: git branch -m <name>
6283Switched to a new branch 'master'
6284Switched to a new branch 'renamedFileBranch'
6285Switched to branch 'master'
6286hint: Using 'master' as the name for the initial branch. This default branch name
6287hint: is subject to change. To configure the initial branch name to use in all
6288hint: of your new repositories, which will suppress this warning, call:
6289hint:
6290hint: git config --global init.defaultBranch <name>
6291hint:
6292hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6293hint: 'development'. The just-created branch can be renamed via this command:
6294hint:
6295hint: git branch -m <name>
6296Switched to a new branch 'master'
6297Switched to a new branch 'renamedFileBranch'
6298Switched to branch 'master'
6299Switched to branch 'renamedFileBranch'
6300hint: Using 'master' as the name for the initial branch. This default branch name
6301hint: is subject to change. To configure the initial branch name to use in all
6302hint: of your new repositories, which will suppress this warning, call:
6303hint:
6304hint: git config --global init.defaultBranch <name>
6305hint:
6306hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6307hint: 'development'. The just-created branch can be renamed via this command:
6308hint:
6309hint: git branch -m <name>
6310Switched to a new branch 'master'
6311Switched to a new branch 'renamedFileBranch'
6312Switched to branch 'master'
6313hint: Using 'master' as the name for the initial branch. This default branch name
6314hint: is subject to change. To configure the initial branch name to use in all
6315hint: of your new repositories, which will suppress this warning, call:
6316hint:
6317hint: git config --global init.defaultBranch <name>
6318hint:
6319hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6320hint: 'development'. The just-created branch can be renamed via this command:
6321hint:
6322hint: git branch -m <name>
6323Switched to a new branch 'master'
6324Switched to a new branch 'renamedFileBranch'
6325Switched to branch 'master'
6326Switched to branch 'renamedFileBranch'
6327hint: Using 'master' as the name for the initial branch. This default branch name
6328hint: is subject to change. To configure the initial branch name to use in all
6329hint: of your new repositories, which will suppress this warning, call:
6330hint:
6331hint: git config --global init.defaultBranch <name>
6332hint:
6333hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6334hint: 'development'. The just-created branch can be renamed via this command:
6335hint:
6336hint: git branch -m <name>
6337Switched to a new branch 'master'
6338Switched to a new branch 'renamedFileBranch'
6339Switched to branch 'master'
6340hint: Using 'master' as the name for the initial branch. This default branch name
6341hint: is subject to change. To configure the initial branch name to use in all
6342hint: of your new repositories, which will suppress this warning, call:
6343hint:
6344hint: git config --global init.defaultBranch <name>
6345hint:
6346hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6347hint: 'development'. The just-created branch can be renamed via this command:
6348hint:
6349hint: git branch -m <name>
6350Switched to a new branch 'master'
6351Switched to a new branch 'renamedFileBranch'
6352Switched to branch 'master'
6353Switched to branch 'renamedFileBranch'
6354hint: Using 'master' as the name for the initial branch. This default branch name
6355hint: is subject to change. To configure the initial branch name to use in all
6356hint: of your new repositories, which will suppress this warning, call:
6357hint:
6358hint: git config --global init.defaultBranch <name>
6359hint:
6360hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6361hint: 'development'. The just-created branch can be renamed via this command:
6362hint:
6363hint: git branch -m <name>
6364Switched to a new branch 'master'
6365Switched to a new branch 'renamedFileBranch'
6366Switched to branch 'master'
6367hint: Using 'master' as the name for the initial branch. This default branch name
6368hint: is subject to change. To configure the initial branch name to use in all
6369hint: of your new repositories, which will suppress this warning, call:
6370hint:
6371hint: git config --global init.defaultBranch <name>
6372hint:
6373hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6374hint: 'development'. The just-created branch can be renamed via this command:
6375hint:
6376hint: git branch -m <name>
6377Switched to a new branch 'master'
6378Switched to a new branch 'renamedFileBranch'
6379Switched to branch 'master'
6380Switched to branch 'renamedFileBranch'
6381hint: Using 'master' as the name for the initial branch. This default branch name
6382hint: is subject to change. To configure the initial branch name to use in all
6383hint: of your new repositories, which will suppress this warning, call:
6384hint:
6385hint: git config --global init.defaultBranch <name>
6386hint:
6387hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6388hint: 'development'. The just-created branch can be renamed via this command:
6389hint:
6390hint: git branch -m <name>
6391Switched to a new branch 'master'
6392Switched to a new branch 'concurrentlyModifiedFileBranch'
6393Switched to branch 'master'
6394Switched to branch 'concurrentlyModifiedFileBranch'
6395hint: Using 'master' as the name for the initial branch. This default branch name
6396hint: is subject to change. To configure the initial branch name to use in all
6397hint: of your new repositories, which will suppress this warning, call:
6398hint:
6399hint: git config --global init.defaultBranch <name>
6400hint:
6401hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6402hint: 'development'. The just-created branch can be renamed via this command:
6403hint:
6404hint: git branch -m <name>
6405Switched to a new branch 'master'
6406Switched to a new branch 'concurrentlyModifiedFileBranch'
6407Switched to branch 'master'
6408Switched to branch 'concurrentlyModifiedFileBranch'
6409hint: Using 'master' as the name for the initial branch. This default branch name
6410hint: is subject to change. To configure the initial branch name to use in all
6411hint: of your new repositories, which will suppress this warning, call:
6412hint:
6413hint: git config --global init.defaultBranch <name>
6414hint:
6415hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6416hint: 'development'. The just-created branch can be renamed via this command:
6417hint:
6418hint: git branch -m <name>
6419Switched to a new branch 'master'
6420Switched to a new branch 'concurrentlyModifiedFileBranch'
6421Switched to branch 'master'
6422hint: Using 'master' as the name for the initial branch. This default branch name
6423hint: is subject to change. To configure the initial branch name to use in all
6424hint: of your new repositories, which will suppress this warning, call:
6425hint:
6426hint: git config --global init.defaultBranch <name>
6427hint:
6428hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6429hint: 'development'. The just-created branch can be renamed via this command:
6430hint:
6431hint: git branch -m <name>
6432Switched to a new branch 'master'
6433Switched to a new branch 'concurrentlyModifiedFileBranch'
6434Switched to branch 'master'
6435hint: Using 'master' as the name for the initial branch. This default branch name
6436hint: is subject to change. To configure the initial branch name to use in all
6437hint: of your new repositories, which will suppress this warning, call:
6438hint:
6439hint: git config --global init.defaultBranch <name>
6440hint:
6441hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6442hint: 'development'. The just-created branch can be renamed via this command:
6443hint:
6444hint: git branch -m <name>
6445Switched to a new branch 'master'
6446Switched to a new branch 'movedFileBranch'
6447Switched to branch 'master'
6448Switched to branch 'movedFileBranch'
6449hint: Using 'master' as the name for the initial branch. This default branch name
6450hint: is subject to change. To configure the initial branch name to use in all
6451hint: of your new repositories, which will suppress this warning, call:
6452hint:
6453hint: git config --global init.defaultBranch <name>
6454hint:
6455hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6456hint: 'development'. The just-created branch can be renamed via this command:
6457hint:
6458hint: git branch -m <name>
6459Switched to a new branch 'master'
6460Switched to a new branch 'movedFileBranch'
6461Switched to branch 'master'
6462Switched to branch 'movedFileBranch'
6463hint: Using 'master' as the name for the initial branch. This default branch name
6464hint: is subject to change. To configure the initial branch name to use in all
6465hint: of your new repositories, which will suppress this warning, call:
6466hint:
6467hint: git config --global init.defaultBranch <name>
6468hint:
6469hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6470hint: 'development'. The just-created branch can be renamed via this command:
6471hint:
6472hint: git branch -m <name>
6473Switched to a new branch 'master'
6474Switched to a new branch 'movedFileBranch'
6475Switched to branch 'master'
6476hint: Using 'master' as the name for the initial branch. This default branch name
6477hint: is subject to change. To configure the initial branch name to use in all
6478hint: of your new repositories, which will suppress this warning, call:
6479hint:
6480hint: git config --global init.defaultBranch <name>
6481hint:
6482hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6483hint: 'development'. The just-created branch can be renamed via this command:
6484hint:
6485hint: git branch -m <name>
6486Switched to a new branch 'master'
6487Switched to a new branch 'movedFileBranch'
6488Switched to branch 'master'
6489hint: Using 'master' as the name for the initial branch. This default branch name
6490hint: is subject to change. To configure the initial branch name to use in all
6491hint: of your new repositories, which will suppress this warning, call:
6492hint:
6493hint: git config --global init.defaultBranch <name>
6494hint:
6495hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6496hint: 'development'. The just-created branch can be renamed via this command:
6497hint:
6498hint: git branch -m <name>
6499Switched to a new branch 'master'
6500Switched to a new branch 'movedFileBranch'
6501Switched to branch 'master'
6502hint: Using 'master' as the name for the initial branch. This default branch name
6503hint: is subject to change. To configure the initial branch name to use in all
6504hint: of your new repositories, which will suppress this warning, call:
6505hint:
6506hint: git config --global init.defaultBranch <name>
6507hint:
6508hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6509hint: 'development'. The just-created branch can be renamed via this command:
6510hint:
6511hint: git branch -m <name>
6512Switched to a new branch 'master'
6513Switched to a new branch 'movedFileBranch'
6514Switched to branch 'master'
6515hint: Using 'master' as the name for the initial branch. This default branch name
6516hint: is subject to change. To configure the initial branch name to use in all
6517hint: of your new repositories, which will suppress this warning, call:
6518hint:
6519hint: git config --global init.defaultBranch <name>
6520hint:
6521hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6522hint: 'development'. The just-created branch can be renamed via this command:
6523hint:
6524hint: git branch -m <name>
6525Switched to a new branch 'master'
6526Switched to a new branch 'movedFileBranch'
6527Switched to branch 'master'
6528Switched to branch 'movedFileBranch'
6529hint: Using 'master' as the name for the initial branch. This default branch name
6530hint: is subject to change. To configure the initial branch name to use in all
6531hint: of your new repositories, which will suppress this warning, call:
6532hint:
6533hint: git config --global init.defaultBranch <name>
6534hint:
6535hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6536hint: 'development'. The just-created branch can be renamed via this command:
6537hint:
6538hint: git branch -m <name>
6539Switched to a new branch 'master'
6540Switched to a new branch 'movedFileBranch'
6541Switched to branch 'master'
6542Switched to branch 'movedFileBranch'
6543hint: Using 'master' as the name for the initial branch. This default branch name
6544hint: is subject to change. To configure the initial branch name to use in all
6545hint: of your new repositories, which will suppress this warning, call:
6546hint:
6547hint: git config --global init.defaultBranch <name>
6548hint:
6549hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6550hint: 'development'. The just-created branch can be renamed via this command:
6551hint:
6552hint: git branch -m <name>
6553Switched to a new branch 'master'
6554Switched to a new branch 'movedFileBranch'
6555Switched to branch 'master'
6556hint: Using 'master' as the name for the initial branch. This default branch name
6557hint: is subject to change. To configure the initial branch name to use in all
6558hint: of your new repositories, which will suppress this warning, call:
6559hint:
6560hint: git config --global init.defaultBranch <name>
6561hint:
6562hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6563hint: 'development'. The just-created branch can be renamed via this command:
6564hint:
6565hint: git branch -m <name>
6566Switched to a new branch 'master'
6567Switched to a new branch 'movedFileBranch'
6568Switched to branch 'master'
6569Switched to branch 'movedFileBranch'
6570hint: Using 'master' as the name for the initial branch. This default branch name
6571hint: is subject to change. To configure the initial branch name to use in all
6572hint: of your new repositories, which will suppress this warning, call:
6573hint:
6574hint: git config --global init.defaultBranch <name>
6575hint:
6576hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6577hint: 'development'. The just-created branch can be renamed via this command:
6578hint:
6579hint: git branch -m <name>
6580Switched to a new branch 'master'
6581Switched to a new branch 'condensedFilesBranch'
6582Switched to branch 'master'
6583Switched to branch 'condensedFilesBranch'
6584hint: Using 'master' as the name for the initial branch. This default branch name
6585hint: is subject to change. To configure the initial branch name to use in all
6586hint: of your new repositories, which will suppress this warning, call:
6587hint:
6588hint: git config --global init.defaultBranch <name>
6589hint:
6590hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6591hint: 'development'. The just-created branch can be renamed via this command:
6592hint:
6593hint: git branch -m <name>
6594Switched to a new branch 'master'
6595Switched to a new branch 'condensedFilesBranch'
6596Switched to branch 'master'
6597Switched to branch 'condensedFilesBranch'
6598hint: Using 'master' as the name for the initial branch. This default branch name
6599hint: is subject to change. To configure the initial branch name to use in all
6600hint: of your new repositories, which will suppress this warning, call:
6601hint:
6602hint: git config --global init.defaultBranch <name>
6603hint:
6604hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6605hint: 'development'. The just-created branch can be renamed via this command:
6606hint:
6607hint: git branch -m <name>
6608Switched to a new branch 'master'
6609Switched to a new branch 'condensedFilesBranch'
6610Switched to branch 'master'
6611hint: Using 'master' as the name for the initial branch. This default branch name
6612hint: is subject to change. To configure the initial branch name to use in all
6613hint: of your new repositories, which will suppress this warning, call:
6614hint:
6615hint: git config --global init.defaultBranch <name>
6616hint:
6617hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6618hint: 'development'. The just-created branch can be renamed via this command:
6619hint:
6620hint: git branch -m <name>
6621Switched to a new branch 'master'
6622Switched to a new branch 'condensedFilesBranch'
6623Switched to branch 'master'
6624hint: Using 'master' as the name for the initial branch. This default branch name
6625hint: is subject to change. To configure the initial branch name to use in all
6626hint: of your new repositories, which will suppress this warning, call:
6627hint:
6628hint: git config --global init.defaultBranch <name>
6629hint:
6630hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6631hint: 'development'. The just-created branch can be renamed via this command:
6632hint:
6633hint: git branch -m <name>
6634Switched to a new branch 'master'
6635Switched to a new branch 'condensedFilesBranch'
6636Switched to branch 'master'
6637hint: Using 'master' as the name for the initial branch. This default branch name
6638hint: is subject to change. To configure the initial branch name to use in all
6639hint: of your new repositories, which will suppress this warning, call:
6640hint:
6641hint: git config --global init.defaultBranch <name>
6642hint:
6643hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6644hint: 'development'. The just-created branch can be renamed via this command:
6645hint:
6646hint: git branch -m <name>
6647Switched to a new branch 'master'
6648Switched to a new branch 'condensedFilesBranch'
6649Switched to branch 'master'
6650hint: Using 'master' as the name for the initial branch. This default branch name
6651hint: is subject to change. To configure the initial branch name to use in all
6652hint: of your new repositories, which will suppress this warning, call:
6653hint:
6654hint: git config --global init.defaultBranch <name>
6655hint:
6656hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6657hint: 'development'. The just-created branch can be renamed via this command:
6658hint:
6659hint: git branch -m <name>
6660Switched to a new branch 'master'
6661Switched to a new branch 'condensedFilesBranch'
6662Switched to branch 'master'
6663Switched to branch 'condensedFilesBranch'
6664hint: Using 'master' as the name for the initial branch. This default branch name
6665hint: is subject to change. To configure the initial branch name to use in all
6666hint: of your new repositories, which will suppress this warning, call:
6667hint:
6668hint: git config --global init.defaultBranch <name>
6669hint:
6670hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6671hint: 'development'. The just-created branch can be renamed via this command:
6672hint:
6673hint: git branch -m <name>
6674Switched to a new branch 'master'
6675Switched to a new branch 'condensedFilesBranch'
6676Switched to branch 'master'
6677Switched to branch 'condensedFilesBranch'
6678hint: Using 'master' as the name for the initial branch. This default branch name
6679hint: is subject to change. To configure the initial branch name to use in all
6680hint: of your new repositories, which will suppress this warning, call:
6681hint:
6682hint: git config --global init.defaultBranch <name>
6683hint:
6684hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6685hint: 'development'. The just-created branch can be renamed via this command:
6686hint:
6687hint: git branch -m <name>
6688Switched to a new branch 'master'
6689Switched to a new branch 'condensedFilesBranch'
6690Switched to branch 'master'
6691hint: Using 'master' as the name for the initial branch. This default branch name
6692hint: is subject to change. To configure the initial branch name to use in all
6693hint: of your new repositories, which will suppress this warning, call:
6694hint:
6695hint: git config --global init.defaultBranch <name>
6696hint:
6697hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6698hint: 'development'. The just-created branch can be renamed via this command:
6699hint:
6700hint: git branch -m <name>
6701Switched to a new branch 'master'
6702Switched to a new branch 'condensedFilesBranch'
6703Switched to branch 'master'
6704Switched to branch 'condensedFilesBranch'
6705hint: Using 'master' as the name for the initial branch. This default branch name
6706hint: is subject to change. To configure the initial branch name to use in all
6707hint: of your new repositories, which will suppress this warning, call:
6708hint:
6709hint: git config --global init.defaultBranch <name>
6710hint:
6711hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6712hint: 'development'. The just-created branch can be renamed via this command:
6713hint:
6714hint: git branch -m <name>
6715Switched to a new branch 'master'
6716Switched to a new branch 'condensedFilesBranch'
6717Switched to branch 'master'
6718Switched to branch 'condensedFilesBranch'
6719hint: Using 'master' as the name for the initial branch. This default branch name
6720hint: is subject to change. To configure the initial branch name to use in all
6721hint: of your new repositories, which will suppress this warning, call:
6722hint:
6723hint: git config --global init.defaultBranch <name>
6724hint:
6725hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6726hint: 'development'. The just-created branch can be renamed via this command:
6727hint:
6728hint: git branch -m <name>
6729Switched to a new branch 'master'
6730Switched to a new branch 'condensedFilesBranch'
6731Switched to branch 'master'
6732hint: Using 'master' as the name for the initial branch. This default branch name
6733hint: is subject to change. To configure the initial branch name to use in all
6734hint: of your new repositories, which will suppress this warning, call:
6735hint:
6736hint: git config --global init.defaultBranch <name>
6737hint:
6738hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6739hint: 'development'. The just-created branch can be renamed via this command:
6740hint:
6741hint: git branch -m <name>
6742Switched to a new branch 'master'
6743Switched to a new branch 'condensedFilesBranch'
6744Switched to branch 'master'
6745Switched to branch 'condensedFilesBranch'
6746hint: Using 'master' as the name for the initial branch. This default branch name
6747hint: is subject to change. To configure the initial branch name to use in all
6748hint: of your new repositories, which will suppress this warning, call:
6749hint:
6750hint: git config --global init.defaultBranch <name>
6751hint:
6752hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6753hint: 'development'. The just-created branch can be renamed via this command:
6754hint:
6755hint: git branch -m <name>
6756Switched to a new branch 'master'
6757Switched to a new branch 'condensedFilesBranch'
6758Switched to branch 'master'
6759hint: Using 'master' as the name for the initial branch. This default branch name
6760hint: is subject to change. To configure the initial branch name to use in all
6761hint: of your new repositories, which will suppress this warning, call:
6762hint:
6763hint: git config --global init.defaultBranch <name>
6764hint:
6765hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6766hint: 'development'. The just-created branch can be renamed via this command:
6767hint:
6768hint: git branch -m <name>
6769Switched to a new branch 'master'
6770Switched to a new branch 'condensedFilesBranch'
6771Switched to branch 'master'
6772hint: Using 'master' as the name for the initial branch. This default branch name
6773hint: is subject to change. To configure the initial branch name to use in all
6774hint: of your new repositories, which will suppress this warning, call:
6775hint:
6776hint: git config --global init.defaultBranch <name>
6777hint:
6778hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6779hint: 'development'. The just-created branch can be renamed via this command:
6780hint:
6781hint: git branch -m <name>
6782Switched to a new branch 'master'
6783Switched to a new branch 'condensedFilesBranch'
6784Switched to branch 'master'
6785Switched to branch 'condensedFilesBranch'
6786hint: Using 'master' as the name for the initial branch. This default branch name
6787hint: is subject to change. To configure the initial branch name to use in all
6788hint: of your new repositories, which will suppress this warning, call:
6789hint:
6790hint: git config --global init.defaultBranch <name>
6791hint:
6792hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6793hint: 'development'. The just-created branch can be renamed via this command:
6794hint:
6795hint: git branch -m <name>
6796Switched to a new branch 'master'
6797Switched to a new branch 'concurrentlyDeletedFileBranch'
6798Switched to branch 'master'
6799Switched to branch 'concurrentlyDeletedFileBranch'
6800hint: Using 'master' as the name for the initial branch. This default branch name
6801hint: is subject to change. To configure the initial branch name to use in all
6802hint: of your new repositories, which will suppress this warning, call:
6803hint:
6804hint: git config --global init.defaultBranch <name>
6805hint:
6806hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6807hint: 'development'. The just-created branch can be renamed via this command:
6808hint:
6809hint: git branch -m <name>
6810Switched to a new branch 'master'
6811Switched to a new branch 'concurrentlyDeletedFileBranch'
6812Switched to branch 'master'
6813hint: Using 'master' as the name for the initial branch. This default branch name
6814hint: is subject to change. To configure the initial branch name to use in all
6815hint: of your new repositories, which will suppress this warning, call:
6816hint:
6817hint: git config --global init.defaultBranch <name>
6818hint:
6819hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6820hint: 'development'. The just-created branch can be renamed via this command:
6821hint:
6822hint: git branch -m <name>
6823Switched to a new branch 'master'
6824Switched to a new branch 'concurrentlyDeletedFileBranch'
6825Switched to branch 'master'
6826hint: Using 'master' as the name for the initial branch. This default branch name
6827hint: is subject to change. To configure the initial branch name to use in all
6828hint: of your new repositories, which will suppress this warning, call:
6829hint:
6830hint: git config --global init.defaultBranch <name>
6831hint:
6832hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6833hint: 'development'. The just-created branch can be renamed via this command:
6834hint:
6835hint: git branch -m <name>
6836Switched to a new branch 'master'
6837Switched to a new branch 'concurrentlyDeletedFileBranch'
6838Switched to branch 'master'
6839Switched to branch 'concurrentlyDeletedFileBranch'
6840hint: Using 'master' as the name for the initial branch. This default branch name
6841hint: is subject to change. To configure the initial branch name to use in all
6842hint: of your new repositories, which will suppress this warning, call:
6843hint:
6844hint: git config --global init.defaultBranch <name>
6845hint:
6846hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6847hint: 'development'. The just-created branch can be renamed via this command:
6848hint:
6849hint: git branch -m <name>
6850Switched to a new branch 'master'
6851Switched to a new branch 'concurrentlyDeletedFileBranch'
6852Switched to branch 'master'
6853Switched to branch 'concurrentlyDeletedFileBranch'
6854hint: Using 'master' as the name for the initial branch. This default branch name
6855hint: is subject to change. To configure the initial branch name to use in all
6856hint: of your new repositories, which will suppress this warning, call:
6857hint:
6858hint: git config --global init.defaultBranch <name>
6859hint:
6860hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6861hint: 'development'. The just-created branch can be renamed via this command:
6862hint:
6863hint: git branch -m <name>
6864Switched to a new branch 'master'
6865Switched to a new branch 'concurrentlyDeletedFileBranch'
6866Switched to branch 'master'
6867hint: Using 'master' as the name for the initial branch. This default branch name
6868hint: is subject to change. To configure the initial branch name to use in all
6869hint: of your new repositories, which will suppress this warning, call:
6870hint:
6871hint: git config --global init.defaultBranch <name>
6872hint:
6873hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6874hint: 'development'. The just-created branch can be renamed via this command:
6875hint:
6876hint: git branch -m <name>
6877Switched to a new branch 'master'
6878Switched to a new branch 'concurrentlyDeletedFileBranch'
6879Switched to branch 'master'
6880hint: Using 'master' as the name for the initial branch. This default branch name
6881hint: is subject to change. To configure the initial branch name to use in all
6882hint: of your new repositories, which will suppress this warning, call:
6883hint:
6884hint: git config --global init.defaultBranch <name>
6885hint:
6886hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6887hint: 'development'. The just-created branch can be renamed via this command:
6888hint:
6889hint: git branch -m <name>
6890Switched to a new branch 'master'
6891Switched to a new branch 'concurrentlyDeletedFileBranch'
6892Switched to branch 'master'
6893Switched to branch 'concurrentlyDeletedFileBranch'
6894hint: Using 'master' as the name for the initial branch. This default branch name
6895hint: is subject to change. To configure the initial branch name to use in all
6896hint: of your new repositories, which will suppress this warning, call:
6897hint:
6898hint: git config --global init.defaultBranch <name>
6899hint:
6900hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6901hint: 'development'. The just-created branch can be renamed via this command:
6902hint:
6903hint: git branch -m <name>
6904Switched to a new branch 'master'
6905Switched to a new branch 'deletedFileBranch'
6906Switched to branch 'master'
6907Switched to branch 'deletedFileBranch'
6908hint: Using 'master' as the name for the initial branch. This default branch name
6909hint: is subject to change. To configure the initial branch name to use in all
6910hint: of your new repositories, which will suppress this warning, call:
6911hint:
6912hint: git config --global init.defaultBranch <name>
6913hint:
6914hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6915hint: 'development'. The just-created branch can be renamed via this command:
6916hint:
6917hint: git branch -m <name>
6918Switched to a new branch 'master'
6919Switched to a new branch 'deletedFileBranch'
6920Switched to branch 'master'
6921Switched to branch 'deletedFileBranch'
6922hint: Using 'master' as the name for the initial branch. This default branch name
6923hint: is subject to change. To configure the initial branch name to use in all
6924hint: of your new repositories, which will suppress this warning, call:
6925hint:
6926hint: git config --global init.defaultBranch <name>
6927hint:
6928hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6929hint: 'development'. The just-created branch can be renamed via this command:
6930hint:
6931hint: git branch -m <name>
6932Switched to a new branch 'master'
6933Switched to a new branch 'deletedFileBranch'
6934Switched to branch 'master'
6935hint: Using 'master' as the name for the initial branch. This default branch name
6936hint: is subject to change. To configure the initial branch name to use in all
6937hint: of your new repositories, which will suppress this warning, call:
6938hint:
6939hint: git config --global init.defaultBranch <name>
6940hint:
6941hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6942hint: 'development'. The just-created branch can be renamed via this command:
6943hint:
6944hint: git branch -m <name>
6945Switched to a new branch 'master'
6946Switched to a new branch 'deletedFileBranch'
6947Switched to branch 'master'
6948hint: Using 'master' as the name for the initial branch. This default branch name
6949hint: is subject to change. To configure the initial branch name to use in all
6950hint: of your new repositories, which will suppress this warning, call:
6951hint:
6952hint: git config --global init.defaultBranch <name>
6953hint:
6954hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6955hint: 'development'. The just-created branch can be renamed via this command:
6956hint:
6957hint: git branch -m <name>
6958Switched to a new branch 'master'
6959Switched to a new branch 'deletedFileBranch'
6960Switched to branch 'master'
6961Switched to branch 'deletedFileBranch'
6962hint: Using 'master' as the name for the initial branch. This default branch name
6963hint: is subject to change. To configure the initial branch name to use in all
6964hint: of your new repositories, which will suppress this warning, call:
6965hint:
6966hint: git config --global init.defaultBranch <name>
6967hint:
6968hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6969hint: 'development'. The just-created branch can be renamed via this command:
6970hint:
6971hint: git branch -m <name>
6972Switched to a new branch 'master'
6973Switched to a new branch 'deletedFileBranch'
6974Switched to branch 'master'
6975hint: Using 'master' as the name for the initial branch. This default branch name
6976hint: is subject to change. To configure the initial branch name to use in all
6977hint: of your new repositories, which will suppress this warning, call:
6978hint:
6979hint: git config --global init.defaultBranch <name>
6980hint:
6981hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6982hint: 'development'. The just-created branch can be renamed via this command:
6983hint:
6984hint: git branch -m <name>
6985Switched to a new branch 'master'
6986Switched to a new branch 'deletedFileBranch'
6987Switched to branch 'master'
6988hint: Using 'master' as the name for the initial branch. This default branch name
6989hint: is subject to change. To configure the initial branch name to use in all
6990hint: of your new repositories, which will suppress this warning, call:
6991hint:
6992hint: git config --global init.defaultBranch <name>
6993hint:
6994hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
6995hint: 'development'. The just-created branch can be renamed via this command:
6996hint:
6997hint: git branch -m <name>
6998Switched to a new branch 'master'
6999Switched to a new branch 'deletedFileBranch'
7000Switched to branch 'master'
7001Switched to branch 'deletedFileBranch'
7002hint: Using 'master' as the name for the initial branch. This default branch name
7003hint: is subject to change. To configure the initial branch name to use in all
7004hint: of your new repositories, which will suppress this warning, call:
7005hint:
7006hint: git config --global init.defaultBranch <name>
7007hint:
7008hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7009hint: 'development'. The just-created branch can be renamed via this command:
7010hint:
7011hint: git branch -m <name>
7012Switched to a new branch 'master'
7013Switched to a new branch 'deletedFileBranch'
7014Switched to branch 'master'
7015Switched to branch 'deletedFileBranch'
7016hint: Using 'master' as the name for the initial branch. This default branch name
7017hint: is subject to change. To configure the initial branch name to use in all
7018hint: of your new repositories, which will suppress this warning, call:
7019hint:
7020hint: git config --global init.defaultBranch <name>
7021hint:
7022hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7023hint: 'development'. The just-created branch can be renamed via this command:
7024hint:
7025hint: git branch -m <name>
7026Switched to a new branch 'master'
7027Switched to a new branch 'deletedFileBranch'
7028Switched to branch 'master'
7029hint: Using 'master' as the name for the initial branch. This default branch name
7030hint: is subject to change. To configure the initial branch name to use in all
7031hint: of your new repositories, which will suppress this warning, call:
7032hint:
7033hint: git config --global init.defaultBranch <name>
7034hint:
7035hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7036hint: 'development'. The just-created branch can be renamed via this command:
7037hint:
7038hint: git branch -m <name>
7039Switched to a new branch 'master'
7040Switched to a new branch 'deletedFileBranch'
7041Switched to branch 'master'
7042hint: Using 'master' as the name for the initial branch. This default branch name
7043hint: is subject to change. To configure the initial branch name to use in all
7044hint: of your new repositories, which will suppress this warning, call:
7045hint:
7046hint: git config --global init.defaultBranch <name>
7047hint:
7048hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7049hint: 'development'. The just-created branch can be renamed via this command:
7050hint:
7051hint: git branch -m <name>
7052Switched to a new branch 'master'
7053Switched to a new branch 'deletedFileBranch'
7054Switched to branch 'master'
7055Switched to branch 'deletedFileBranch'
7056hint: Using 'master' as the name for the initial branch. This default branch name
7057hint: is subject to change. To configure the initial branch name to use in all
7058hint: of your new repositories, which will suppress this warning, call:
7059hint:
7060hint: git config --global init.defaultBranch <name>
7061hint:
7062hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7063hint: 'development'. The just-created branch can be renamed via this command:
7064hint:
7065hint: git branch -m <name>
7066Switched to a new branch 'master'
7067Switched to a new branch 'concurrentlyModifiedFileBranch'
7068Switched to branch 'master'
7069Switched to branch 'concurrentlyModifiedFileBranch'
7070hint: Using 'master' as the name for the initial branch. This default branch name
7071hint: is subject to change. To configure the initial branch name to use in all
7072hint: of your new repositories, which will suppress this warning, call:
7073hint:
7074hint: git config --global init.defaultBranch <name>
7075hint:
7076hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7077hint: 'development'. The just-created branch can be renamed via this command:
7078hint:
7079hint: git branch -m <name>
7080Switched to a new branch 'master'
7081Switched to a new branch 'concurrentlyModifiedFileBranch'
7082Switched to branch 'master'
7083hint: Using 'master' as the name for the initial branch. This default branch name
7084hint: is subject to change. To configure the initial branch name to use in all
7085hint: of your new repositories, which will suppress this warning, call:
7086hint:
7087hint: git config --global init.defaultBranch <name>
7088hint:
7089hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7090hint: 'development'. The just-created branch can be renamed via this command:
7091hint:
7092hint: git branch -m <name>
7093Switched to a new branch 'master'
7094Switched to a new branch 'concurrentlyModifiedFileBranch'
7095Switched to branch 'master'
7096hint: Using 'master' as the name for the initial branch. This default branch name
7097hint: is subject to change. To configure the initial branch name to use in all
7098hint: of your new repositories, which will suppress this warning, call:
7099hint:
7100hint: git config --global init.defaultBranch <name>
7101hint:
7102hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7103hint: 'development'. The just-created branch can be renamed via this command:
7104hint:
7105hint: git branch -m <name>
7106Switched to a new branch 'master'
7107Switched to a new branch 'concurrentlyModifiedFileBranch'
7108Switched to branch 'master'
7109Switched to branch 'concurrentlyModifiedFileBranch'
7110hint: Using 'master' as the name for the initial branch. This default branch name
7111hint: is subject to change. To configure the initial branch name to use in all
7112hint: of your new repositories, which will suppress this warning, call:
7113hint:
7114hint: git config --global init.defaultBranch <name>
7115hint:
7116hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7117hint: 'development'. The just-created branch can be renamed via this command:
7118hint:
7119hint: git branch -m <name>
7120Switched to a new branch 'master'
7121Switched to a new branch 'concurrentlyModifiedFileBranch'
7122Switched to branch 'master'
7123Switched to branch 'concurrentlyModifiedFileBranch'
7124hint: Using 'master' as the name for the initial branch. This default branch name
7125hint: is subject to change. To configure the initial branch name to use in all
7126hint: of your new repositories, which will suppress this warning, call:
7127hint:
7128hint: git config --global init.defaultBranch <name>
7129hint:
7130hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7131hint: 'development'. The just-created branch can be renamed via this command:
7132hint:
7133hint: git branch -m <name>
7134Switched to a new branch 'master'
7135Switched to a new branch 'concurrentlyModifiedFileBranch'
7136Switched to branch 'master'
7137hint: Using 'master' as the name for the initial branch. This default branch name
7138hint: is subject to change. To configure the initial branch name to use in all
7139hint: of your new repositories, which will suppress this warning, call:
7140hint:
7141hint: git config --global init.defaultBranch <name>
7142hint:
7143hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7144hint: 'development'. The just-created branch can be renamed via this command:
7145hint:
7146hint: git branch -m <name>
7147Switched to a new branch 'master'
7148Switched to a new branch 'concurrentlyModifiedFileBranch'
7149Switched to branch 'master'
7150hint: Using 'master' as the name for the initial branch. This default branch name
7151hint: is subject to change. To configure the initial branch name to use in all
7152hint: of your new repositories, which will suppress this warning, call:
7153hint:
7154hint: git config --global init.defaultBranch <name>
7155hint:
7156hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7157hint: 'development'. The just-created branch can be renamed via this command:
7158hint:
7159hint: git branch -m <name>
7160Switched to a new branch 'master'
7161Switched to a new branch 'concurrentlyModifiedFileBranch'
7162Switched to branch 'master'
7163Switched to branch 'concurrentlyModifiedFileBranch'
7164hint: Using 'master' as the name for the initial branch. This default branch name
7165hint: is subject to change. To configure the initial branch name to use in all
7166hint: of your new repositories, which will suppress this warning, call:
7167hint:
7168hint: git config --global init.defaultBranch <name>
7169hint:
7170hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7171hint: 'development'. The just-created branch can be renamed via this command:
7172hint:
7173hint: git branch -m <name>
7174Switched to a new branch 'master'
7175Switched to a new branch 'swappedFileBranch'
7176Switched to branch 'master'
7177Switched to branch 'swappedFileBranch'
7178hint: Using 'master' as the name for the initial branch. This default branch name
7179hint: is subject to change. To configure the initial branch name to use in all
7180hint: of your new repositories, which will suppress this warning, call:
7181hint:
7182hint: git config --global init.defaultBranch <name>
7183hint:
7184hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7185hint: 'development'. The just-created branch can be renamed via this command:
7186hint:
7187hint: git branch -m <name>
7188Switched to a new branch 'master'
7189Switched to a new branch 'swappedFileBranch'
7190Switched to branch 'master'
7191hint: Using 'master' as the name for the initial branch. This default branch name
7192hint: is subject to change. To configure the initial branch name to use in all
7193hint: of your new repositories, which will suppress this warning, call:
7194hint:
7195hint: git config --global init.defaultBranch <name>
7196hint:
7197hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7198hint: 'development'. The just-created branch can be renamed via this command:
7199hint:
7200hint: git branch -m <name>
7201Switched to a new branch 'master'
7202Switched to a new branch 'swappedFileBranch'
7203Switched to branch 'master'
7204hint: Using 'master' as the name for the initial branch. This default branch name
7205hint: is subject to change. To configure the initial branch name to use in all
7206hint: of your new repositories, which will suppress this warning, call:
7207hint:
7208hint: git config --global init.defaultBranch <name>
7209hint:
7210hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7211hint: 'development'. The just-created branch can be renamed via this command:
7212hint:
7213hint: git branch -m <name>
7214Switched to a new branch 'master'
7215Switched to a new branch 'swappedFileBranch'
7216Switched to branch 'master'
7217Switched to branch 'swappedFileBranch'
7218hint: Using 'master' as the name for the initial branch. This default branch name
7219hint: is subject to change. To configure the initial branch name to use in all
7220hint: of your new repositories, which will suppress this warning, call:
7221hint:
7222hint: git config --global init.defaultBranch <name>
7223hint:
7224hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7225hint: 'development'. The just-created branch can be renamed via this command:
7226hint:
7227hint: git branch -m <name>
7228Switched to a new branch 'master'
7229Switched to a new branch 'swappedFileBranch'
7230Switched to branch 'master'
7231Switched to branch 'swappedFileBranch'
7232hint: Using 'master' as the name for the initial branch. This default branch name
7233hint: is subject to change. To configure the initial branch name to use in all
7234hint: of your new repositories, which will suppress this warning, call:
7235hint:
7236hint: git config --global init.defaultBranch <name>
7237hint:
7238hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7239hint: 'development'. The just-created branch can be renamed via this command:
7240hint:
7241hint: git branch -m <name>
7242Switched to a new branch 'master'
7243Switched to a new branch 'swappedFileBranch'
7244Switched to branch 'master'
7245hint: Using 'master' as the name for the initial branch. This default branch name
7246hint: is subject to change. To configure the initial branch name to use in all
7247hint: of your new repositories, which will suppress this warning, call:
7248hint:
7249hint: git config --global init.defaultBranch <name>
7250hint:
7251hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7252hint: 'development'. The just-created branch can be renamed via this command:
7253hint:
7254hint: git branch -m <name>
7255Switched to a new branch 'master'
7256Switched to a new branch 'swappedFileBranch'
7257Switched to branch 'master'
7258hint: Using 'master' as the name for the initial branch. This default branch name
7259hint: is subject to change. To configure the initial branch name to use in all
7260hint: of your new repositories, which will suppress this warning, call:
7261hint:
7262hint: git config --global init.defaultBranch <name>
7263hint:
7264hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7265hint: 'development'. The just-created branch can be renamed via this command:
7266hint:
7267hint: git branch -m <name>
7268Switched to a new branch 'master'
7269Switched to a new branch 'swappedFileBranch'
7270Switched to branch 'master'
7271Switched to branch 'swappedFileBranch'
7272hint: Using 'master' as the name for the initial branch. This default branch name
7273hint: is subject to change. To configure the initial branch name to use in all
7274hint: of your new repositories, which will suppress this warning, call:
7275hint:
7276hint: git config --global init.defaultBranch <name>
7277hint:
7278hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7279hint: 'development'. The just-created branch can be renamed via this command:
7280hint:
7281hint: git branch -m <name>
7282Switched to a new branch 'master'
7283Switched to a new branch 'deletedFileBranch'
7284Switched to branch 'master'
7285Switched to branch 'deletedFileBranch'
7286hint: Using 'master' as the name for the initial branch. This default branch name
7287hint: is subject to change. To configure the initial branch name to use in all
7288hint: of your new repositories, which will suppress this warning, call:
7289hint:
7290hint: git config --global init.defaultBranch <name>
7291hint:
7292hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7293hint: 'development'. The just-created branch can be renamed via this command:
7294hint:
7295hint: git branch -m <name>
7296Switched to a new branch 'master'
7297Switched to a new branch 'deletedFileBranch'
7298Switched to branch 'master'
7299Switched to branch 'deletedFileBranch'
7300hint: Using 'master' as the name for the initial branch. This default branch name
7301hint: is subject to change. To configure the initial branch name to use in all
7302hint: of your new repositories, which will suppress this warning, call:
7303hint:
7304hint: git config --global init.defaultBranch <name>
7305hint:
7306hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7307hint: 'development'. The just-created branch can be renamed via this command:
7308hint:
7309hint: git branch -m <name>
7310Switched to a new branch 'master'
7311Switched to a new branch 'deletedFileBranch'
7312Switched to branch 'master'
7313hint: Using 'master' as the name for the initial branch. This default branch name
7314hint: is subject to change. To configure the initial branch name to use in all
7315hint: of your new repositories, which will suppress this warning, call:
7316hint:
7317hint: git config --global init.defaultBranch <name>
7318hint:
7319hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7320hint: 'development'. The just-created branch can be renamed via this command:
7321hint:
7322hint: git branch -m <name>
7323Switched to a new branch 'master'
7324Switched to a new branch 'deletedFileBranch'
7325Switched to branch 'master'
7326hint: Using 'master' as the name for the initial branch. This default branch name
7327hint: is subject to change. To configure the initial branch name to use in all
7328hint: of your new repositories, which will suppress this warning, call:
7329hint:
7330hint: git config --global init.defaultBranch <name>
7331hint:
7332hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7333hint: 'development'. The just-created branch can be renamed via this command:
7334hint:
7335hint: git branch -m <name>
7336Switched to a new branch 'master'
7337Switched to a new branch 'movedFileBranch'
7338Switched to branch 'master'
7339Switched to branch 'movedFileBranch'
7340hint: Using 'master' as the name for the initial branch. This default branch name
7341hint: is subject to change. To configure the initial branch name to use in all
7342hint: of your new repositories, which will suppress this warning, call:
7343hint:
7344hint: git config --global init.defaultBranch <name>
7345hint:
7346hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7347hint: 'development'. The just-created branch can be renamed via this command:
7348hint:
7349hint: git branch -m <name>
7350Switched to a new branch 'master'
7351Switched to a new branch 'movedFileBranch'
7352Switched to branch 'master'
7353hint: Using 'master' as the name for the initial branch. This default branch name
7354hint: is subject to change. To configure the initial branch name to use in all
7355hint: of your new repositories, which will suppress this warning, call:
7356hint:
7357hint: git config --global init.defaultBranch <name>
7358hint:
7359hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7360hint: 'development'. The just-created branch can be renamed via this command:
7361hint:
7362hint: git branch -m <name>
7363Switched to a new branch 'master'
7364Switched to a new branch 'movedFileBranch'
7365Switched to branch 'master'
7366hint: Using 'master' as the name for the initial branch. This default branch name
7367hint: is subject to change. To configure the initial branch name to use in all
7368hint: of your new repositories, which will suppress this warning, call:
7369hint:
7370hint: git config --global init.defaultBranch <name>
7371hint:
7372hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7373hint: 'development'. The just-created branch can be renamed via this command:
7374hint:
7375hint: git branch -m <name>
7376Switched to a new branch 'master'
7377Switched to a new branch 'movedFileBranch'
7378Switched to branch 'master'
7379Switched to branch 'movedFileBranch'
7380hint: Using 'master' as the name for the initial branch. This default branch name
7381hint: is subject to change. To configure the initial branch name to use in all
7382hint: of your new repositories, which will suppress this warning, call:
7383hint:
7384hint: git config --global init.defaultBranch <name>
7385hint:
7386hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7387hint: 'development'. The just-created branch can be renamed via this command:
7388hint:
7389hint: git branch -m <name>
7390Switched to a new branch 'master'
7391Switched to a new branch 'movedFileBranch'
7392Switched to branch 'master'
7393Switched to branch 'movedFileBranch'
7394hint: Using 'master' as the name for the initial branch. This default branch name
7395hint: is subject to change. To configure the initial branch name to use in all
7396hint: of your new repositories, which will suppress this warning, call:
7397hint:
7398hint: git config --global init.defaultBranch <name>
7399hint:
7400hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7401hint: 'development'. The just-created branch can be renamed via this command:
7402hint:
7403hint: git branch -m <name>
7404Switched to a new branch 'master'
7405Switched to a new branch 'movedFileBranch'
7406Switched to branch 'master'
7407hint: Using 'master' as the name for the initial branch. This default branch name
7408hint: is subject to change. To configure the initial branch name to use in all
7409hint: of your new repositories, which will suppress this warning, call:
7410hint:
7411hint: git config --global init.defaultBranch <name>
7412hint:
7413hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7414hint: 'development'. The just-created branch can be renamed via this command:
7415hint:
7416hint: git branch -m <name>
7417Switched to a new branch 'master'
7418Switched to a new branch 'movedFileBranch'
7419Switched to branch 'master'
7420hint: Using 'master' as the name for the initial branch. This default branch name
7421hint: is subject to change. To configure the initial branch name to use in all
7422hint: of your new repositories, which will suppress this warning, call:
7423hint:
7424hint: git config --global init.defaultBranch <name>
7425hint:
7426hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7427hint: 'development'. The just-created branch can be renamed via this command:
7428hint:
7429hint: git branch -m <name>
7430Switched to a new branch 'master'
7431Switched to a new branch 'movedFileBranch'
7432Switched to branch 'master'
7433Switched to branch 'movedFileBranch'
7434hint: Using 'master' as the name for the initial branch. This default branch name
7435hint: is subject to change. To configure the initial branch name to use in all
7436hint: of your new repositories, which will suppress this warning, call:
7437hint:
7438hint: git config --global init.defaultBranch <name>
7439hint:
7440hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7441hint: 'development'. The just-created branch can be renamed via this command:
7442hint:
7443hint: git branch -m <name>
7444Switched to a new branch 'master'
7445Switched to a new branch 'benignTwin'
7446Switched to branch 'master'
7447Switched to branch 'benignTwin'
7448hint: Using 'master' as the name for the initial branch. This default branch name
7449hint: is subject to change. To configure the initial branch name to use in all
7450hint: of your new repositories, which will suppress this warning, call:
7451hint:
7452hint: git config --global init.defaultBranch <name>
7453hint:
7454hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7455hint: 'development'. The just-created branch can be renamed via this command:
7456hint:
7457hint: git branch -m <name>
7458Switched to a new branch 'master'
7459Switched to a new branch 'benignTwin'
7460Switched to branch 'master'
7461hint: Using 'master' as the name for the initial branch. This default branch name
7462hint: is subject to change. To configure the initial branch name to use in all
7463hint: of your new repositories, which will suppress this warning, call:
7464hint:
7465hint: git config --global init.defaultBranch <name>
7466hint:
7467hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7468hint: 'development'. The just-created branch can be renamed via this command:
7469hint:
7470hint: git branch -m <name>
7471Switched to a new branch 'master'
7472Switched to a new branch 'benignTwin'
7473Switched to branch 'master'
7474hint: Using 'master' as the name for the initial branch. This default branch name
7475hint: is subject to change. To configure the initial branch name to use in all
7476hint: of your new repositories, which will suppress this warning, call:
7477hint:
7478hint: git config --global init.defaultBranch <name>
7479hint:
7480hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7481hint: 'development'. The just-created branch can be renamed via this command:
7482hint:
7483hint: git branch -m <name>
7484Switched to a new branch 'master'
7485Switched to a new branch 'benignTwin'
7486Switched to branch 'master'
7487Switched to branch 'benignTwin'
7488hint: Using 'master' as the name for the initial branch. This default branch name
7489hint: is subject to change. To configure the initial branch name to use in all
7490hint: of your new repositories, which will suppress this warning, call:
7491hint:
7492hint: git config --global init.defaultBranch <name>
7493hint:
7494hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7495hint: 'development'. The just-created branch can be renamed via this command:
7496hint:
7497hint: git branch -m <name>
7498Switched to a new branch 'master'
7499Switched to a new branch 'benignTwin'
7500Switched to branch 'master'
7501Switched to branch 'benignTwin'
7502hint: Using 'master' as the name for the initial branch. This default branch name
7503hint: is subject to change. To configure the initial branch name to use in all
7504hint: of your new repositories, which will suppress this warning, call:
7505hint:
7506hint: git config --global init.defaultBranch <name>
7507hint:
7508hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7509hint: 'development'. The just-created branch can be renamed via this command:
7510hint:
7511hint: git branch -m <name>
7512Switched to a new branch 'master'
7513Switched to a new branch 'benignTwin'
7514Switched to branch 'master'
7515hint: Using 'master' as the name for the initial branch. This default branch name
7516hint: is subject to change. To configure the initial branch name to use in all
7517hint: of your new repositories, which will suppress this warning, call:
7518hint:
7519hint: git config --global init.defaultBranch <name>
7520hint:
7521hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7522hint: 'development'. The just-created branch can be renamed via this command:
7523hint:
7524hint: git branch -m <name>
7525Switched to a new branch 'master'
7526Switched to a new branch 'benignTwin'
7527Switched to branch 'master'
7528hint: Using 'master' as the name for the initial branch. This default branch name
7529hint: is subject to change. To configure the initial branch name to use in all
7530hint: of your new repositories, which will suppress this warning, call:
7531hint:
7532hint: git config --global init.defaultBranch <name>
7533hint:
7534hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7535hint: 'development'. The just-created branch can be renamed via this command:
7536hint:
7537hint: git branch -m <name>
7538Switched to a new branch 'master'
7539Switched to a new branch 'benignTwin'
7540Switched to branch 'master'
7541Switched to branch 'benignTwin'
7542hint: Using 'master' as the name for the initial branch. This default branch name
7543hint: is subject to change. To configure the initial branch name to use in all
7544hint: of your new repositories, which will suppress this warning, call:
7545hint:
7546hint: git config --global init.defaultBranch <name>
7547hint:
7548hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7549hint: 'development'. The just-created branch can be renamed via this command:
7550hint:
7551hint: git branch -m <name>
7552Switched to a new branch 'master'
7553Switched to a new branch 'movedFileBranch'
7554Switched to branch 'master'
7555Switched to branch 'movedFileBranch'
7556hint: Using 'master' as the name for the initial branch. This default branch name
7557hint: is subject to change. To configure the initial branch name to use in all
7558hint: of your new repositories, which will suppress this warning, call:
7559hint:
7560hint: git config --global init.defaultBranch <name>
7561hint:
7562hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7563hint: 'development'. The just-created branch can be renamed via this command:
7564hint:
7565hint: git branch -m <name>
7566Switched to a new branch 'master'
7567Switched to a new branch 'movedFileBranch'
7568Switched to branch 'master'
7569hint: Using 'master' as the name for the initial branch. This default branch name
7570hint: is subject to change. To configure the initial branch name to use in all
7571hint: of your new repositories, which will suppress this warning, call:
7572hint:
7573hint: git config --global init.defaultBranch <name>
7574hint:
7575hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7576hint: 'development'. The just-created branch can be renamed via this command:
7577hint:
7578hint: git branch -m <name>
7579Switched to a new branch 'master'
7580Switched to a new branch 'movedFileBranch'
7581Switched to branch 'master'
7582hint: Using 'master' as the name for the initial branch. This default branch name
7583hint: is subject to change. To configure the initial branch name to use in all
7584hint: of your new repositories, which will suppress this warning, call:
7585hint:
7586hint: git config --global init.defaultBranch <name>
7587hint:
7588hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7589hint: 'development'. The just-created branch can be renamed via this command:
7590hint:
7591hint: git branch -m <name>
7592Switched to a new branch 'master'
7593Switched to a new branch 'movedFileBranch'
7594Switched to branch 'master'
7595Switched to branch 'movedFileBranch'
7596hint: Using 'master' as the name for the initial branch. This default branch name
7597hint: is subject to change. To configure the initial branch name to use in all
7598hint: of your new repositories, which will suppress this warning, call:
7599hint:
7600hint: git config --global init.defaultBranch <name>
7601hint:
7602hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7603hint: 'development'. The just-created branch can be renamed via this command:
7604hint:
7605hint: git branch -m <name>
7606Switched to a new branch 'master'
7607Switched to a new branch 'movedFileBranch'
7608Switched to branch 'master'
7609Switched to branch 'movedFileBranch'
7610hint: Using 'master' as the name for the initial branch. This default branch name
7611hint: is subject to change. To configure the initial branch name to use in all
7612hint: of your new repositories, which will suppress this warning, call:
7613hint:
7614hint: git config --global init.defaultBranch <name>
7615hint:
7616hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7617hint: 'development'. The just-created branch can be renamed via this command:
7618hint:
7619hint: git branch -m <name>
7620Switched to a new branch 'master'
7621Switched to a new branch 'movedFileBranch'
7622Switched to branch 'master'
7623hint: Using 'master' as the name for the initial branch. This default branch name
7624hint: is subject to change. To configure the initial branch name to use in all
7625hint: of your new repositories, which will suppress this warning, call:
7626hint:
7627hint: git config --global init.defaultBranch <name>
7628hint:
7629hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7630hint: 'development'. The just-created branch can be renamed via this command:
7631hint:
7632hint: git branch -m <name>
7633Switched to a new branch 'master'
7634Switched to a new branch 'movedFileBranch'
7635Switched to branch 'master'
7636hint: Using 'master' as the name for the initial branch. This default branch name
7637hint: is subject to change. To configure the initial branch name to use in all
7638hint: of your new repositories, which will suppress this warning, call:
7639hint:
7640hint: git config --global init.defaultBranch <name>
7641hint:
7642hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
7643hint: 'development'. The just-created branch can be renamed via this command:
7644hint:
7645hint: git branch -m <name>
7646Switched to a new branch 'master'
7647Switched to a new branch 'movedFileBranch'
7648Switched to branch 'master'
7649Switched to branch 'movedFileBranch'
7650Generating version resource: /build/repo/target/scala-3.8.0-RC6/resource_managed/main/version.txt for version: 1.13.2
7651Generating version resource: /build/repo/target/scala-3.8.0-RC6/resource_managed/main/version.txt for version: 1.13.2
7652
7653************************
7654Build summary:
7655[{
7656 "module": "kinetic-merge",
7657 "compile": {"status": "ok", "tookMs": 25925, "warnings": 32, "errors": 0, "sourceVersion": "3.5"},
7658 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
7659 "test-compile": {"status": "ok", "tookMs": 9979, "warnings": 90, "errors": 0, "sourceVersion": "3.5"},
7660 "test": {"status": "ok", "tookMs": 508769, "passed": 34645, "failed": 9018, "ignored": 0, "skipped": 0, "total": 43663, "byFramework": [{"framework": "Jupiter", "stats": {"passed": 34645, "failed": 9018, "ignored": 0, "skipped": 0, "total": 43663}}]},
7661 "publish": {"status": "skipped", "tookMs": 0},
7662 "metadata": {
7663 "crossScalaVersions": ["3.3.7"]
7664}
7665}]
7666************************
7667[success] Total time: 549 s (0:09:09.0), completed Jan 8, 2026, 2:44:14 AM
7668[0JChecking patch src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala...
7669Checking patch project/plugins.sbt...
7670Checking patch build.sbt...
7671Applied patch src/main/scala/com/sageserpent/kineticmerge/core/CodeMotionAnalysis.scala cleanly.
7672Applied patch project/plugins.sbt cleanly.
7673Applied patch build.sbt cleanly.