Build Logs

finos/morphir-jvm • scheduled_3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY

Errors

1

Warnings

1822

Total Lines

2021

1##################################
2Clonning https://github.com/finos/morphir-jvm.git into /build/repo using revision v0.21.0
3##################################
4Note: switching to '0982aff64cc727013ab4310a8afe4ff7ac8eaf7b'.
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
21----
22Preparing build for 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY
23Scala binary version found: 3.8
24Implicitly using source version 3.8
25Scala binary version found: 3.8
26Implicitly using source version 3.8
27Would try to apply common scalacOption (best-effort, sbt/mill only):
28Append: ,REQUIRE:-source:3.8
29Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
30
31Try apply source patch:
32Path: mill-build/src/millbuild/CommonCrossScalaModule.scala
33Pattern: "-Xfatal-warnings"
34Replacement:
35Starting compilation server
36Compiling project (Scala 3.7.3, JVM (17))
37Compiled project (Scala 3.7.3, JVM (17))
38Successfully applied pattern '"-Xfatal-warnings"' in mill-build/src/millbuild/CommonCrossScalaModule.scala
39----
40Starting build for 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY
41Execute tests: false
42Mill project found:
43Replace build.mill.scala with build.mill
44Found explicit mill version 0.12.0-RC3 in ./mill-version
45Force upgrade of millVersion 0.12.0-RC3 to 0.12.16
46Detected mill version=0.12.16, binary version: 0.12
47No prepare script found for project finos/morphir-jvm
48No mill build directory found
49Apply scalafix rules to build.mill
50##################################
51Scala version: 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY
52Targets: org.morphir%morphir-ir org.morphir%morphir-sdk-core org.morphir%morphir-sdk-json
53Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"mill-build/src/millbuild/CommonCrossScalaModule.scala","pattern":"\"-Xfatal-warnings\"","replaceWith":""}]}
54##################################
55Downloading mill 0.12.16 from https://repo1.maven.org/maven2/com/lihaoyi/mill-dist/0.12.16/mill-dist-0.12.16.jar ...
56 % Total % Received % Xferd Average Speed Time Time Time Current
57 Dload Upload Total Spent Left Speed
58
59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
60 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
61curl: (22) The requested URL returned error: 404
62Mill launcher ./mill failed to launch, skipping
63Downloading mill 0.12.16 from https://repo1.maven.org/maven2/com/lihaoyi/mill-dist/0.12.16/mill-dist-0.12.16.exe ...
64 % Total % Received % Xferd Average Speed Time Time Time Current
65 Dload Upload Total Spent Left Speed
66
67 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
68100 72.6M 100 72.6M 0 0 190M 0 --:--:-- --:--:-- --:--:-- 190M
69============================== resolve _ ==============================
70[mill-build/build.mill.scala-61/65] compile
71[mill-build/build.mill.scala-61] [info] compiling 1 Scala source to /build/repo/out/mill-build/mill-build/compile.dest/classes ...
72[mill-build/build.mill.scala-61] [warn] /build/repo/mill-build/build.mill.scala:25:28: method withVersion in class Dependency is deprecated (since 2.1.25): Prefer withVersionConstraint instead
73[mill-build/build.mill.scala-61] [warn] val newDep = dep.withVersion(forced._3)
74[mill-build/build.mill.scala-61] [warn] ^
75[mill-build/build.mill.scala-61] [warn] one warning found
76[mill-build/build.mill.scala-61] [info] done compiling
77[build.mill.scala-63/67] compile
78[build.mill.scala-63] [info] compiling 19 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
79[build.mill.scala-63] [warn] /build/repo/mill-build/src/millbuild/CommonCoursierModule.scala:12:28: method withVersion in class Dependency is deprecated (since 2.1.25): Prefer withVersionConstraint instead
80[build.mill.scala-63] [warn] val newDep = dep.withVersion(forced._3)
81[build.mill.scala-63] [warn] ^
82[build.mill.scala-63] [warn] /build/repo/mill-build/src/millbuild/CommonCrossScalaModule.scala:63:22: type Target in package mill is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
83[build.mill.scala-63] [warn] def scalacOptions: Target[Seq[String]] = T {
84[build.mill.scala-63] [warn] ^
85[build.mill.scala-63] [warn] /build/repo/mill-build/src/millbuild/CommonCrossScalaModule.scala:83:37: type Target in package mill is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
86[build.mill.scala-63] [warn] override def scalacPluginIvyDeps: Target[Agg[Dep]] = T {
87[build.mill.scala-63] [warn] ^
88[build.mill.scala-63] [warn] /build/repo/mill-build/src/millbuild/deps.scala:285:48: object ZincWorkerUtil in package api is deprecated (since Mill 0.12.11): Use JvmWorkerUtil instead
89[build.mill.scala-63] [warn] def millBinaryVersion(millVersion: String) = scalaNativeBinaryVersion(
90[build.mill.scala-63] [warn] ^
91[build.mill.scala-63] [warn] /build/repo/CommunityBuildCore.mill:136:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
92[build.mill.scala-63] [warn] .iterator()
93[build.mill.scala-63] [warn] ^
94[build.mill.scala-63] [warn] /build/repo/MillCommunityBuild.mill:222:14: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
95[build.mill.scala-63] [warn] ctx.root.millInternal.modules.collect { case module: PublishModule =>
96[build.mill.scala-63] [warn] ^
97[build.mill.scala-63] [warn] /build/repo/MillCommunityBuild.mill:263:29: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
98[build.mill.scala-63] [warn] val testModule = module.millInternal.modules.toList
99[build.mill.scala-63] [warn] ^
100[build.mill.scala-63] [warn] /build/repo/MillCommunityBuild.mill:398:12: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
101[build.mill.scala-63] [warn] ctx.root.millInternal.modules.flatMap {
102[build.mill.scala-63] [warn] ^
103[build.mill.scala-63] [warn] /build/repo/MillVersionCompat.mill:9:41: trait ZincWorkerModule in package scalalib is deprecated (since Mill 0.12.11): Use JvmWorkerModule instead
104[build.mill.scala-63] [warn] type ZincWorkerModule = mill.scalalib.ZincWorkerModule
105[build.mill.scala-63] [warn] ^
106[build.mill.scala-63] [warn] /build/repo/build.mill:11:50: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
107[build.mill.scala-63] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String])(implicit ctx: mill.api.Ctx): Seq[String] =
108[build.mill.scala-63] [warn] ^
109[build.mill.scala-63] [warn] /build/repo/build.mill:22:79: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
110[build.mill.scala-63] [warn] implicit class MillCommunityBuildScalacOptionsTargetOps(asTarget: mill.define.Target[Seq[String]]){
111[build.mill.scala-63] [warn] ^
112[build.mill.scala-63] [warn] /build/repo/build.mill:23:50: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
113[build.mill.scala-63] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String]) = scalaVersion.zip(asTarget).map {
114[build.mill.scala-63] [warn] ^
115[build.mill.scala-63] [warn] /build/repo/build.mill:174:50: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
116[build.mill.scala-63] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String])(implicit ctx: mill.api.Ctx): Seq[String] =
117[build.mill.scala-63] [warn] ^
118[build.mill.scala-63] [warn] /build/repo/build.mill:185:79: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
119[build.mill.scala-63] [warn] implicit class MillCommunityBuildScalacOptionsTargetOps(asTarget: mill.define.Target[Seq[String]]){
120[build.mill.scala-63] [warn] ^
121[build.mill.scala-63] [warn] /build/repo/build.mill:186:50: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
122[build.mill.scala-63] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String]) = scalaVersion.zip(asTarget).map {
123[build.mill.scala-63] [warn] ^
124[build.mill.scala-63] [warn] 15 warnings found
125[build.mill.scala-63] [info] done compiling
126[1/1] resolve
127[0J[1A
128[0J[1A
129[1/1] ============================== resolve _ ============================== 34s
130Try build using /opencb/project-builder/mill/millw
131--disable-ticker will be removed in Mill 1.0.0, use `--ticker false`
132[mill-build/build.mill.scala] [info] compiling 1 Scala source to /build/repo/out/mill-build/mill-build/compile.dest/classes ...
133[mill-build/build.mill.scala] [warn] /build/repo/mill-build/build.mill.scala:25:28: method withVersion in class Dependency is deprecated (since 2.1.25): Prefer withVersionConstraint instead
134[mill-build/build.mill.scala] [warn] val newDep = dep.withVersion(forced._3)
135[mill-build/build.mill.scala] [warn] ^
136[mill-build/build.mill.scala] [warn] one warning found
137[mill-build/build.mill.scala] [info] done compiling
138[build.mill.scala] [info] compiling 19 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
139[build.mill.scala] [warn] /build/repo/mill-build/src/millbuild/CommonCoursierModule.scala:12:28: method withVersion in class Dependency is deprecated (since 2.1.25): Prefer withVersionConstraint instead
140[build.mill.scala] [warn] val newDep = dep.withVersion(forced._3)
141[build.mill.scala] [warn] ^
142[build.mill.scala] [warn] /build/repo/mill-build/src/millbuild/CommonCrossScalaModule.scala:63:22: type Target in package mill is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
143[build.mill.scala] [warn] def scalacOptions: Target[Seq[String]] = T {
144[build.mill.scala] [warn] ^
145[build.mill.scala] [warn] /build/repo/mill-build/src/millbuild/CommonCrossScalaModule.scala:83:37: type Target in package mill is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
146[build.mill.scala] [warn] override def scalacPluginIvyDeps: Target[Agg[Dep]] = T {
147[build.mill.scala] [warn] ^
148[build.mill.scala] [warn] /build/repo/mill-build/src/millbuild/deps.scala:285:48: object ZincWorkerUtil in package api is deprecated (since Mill 0.12.11): Use JvmWorkerUtil instead
149[build.mill.scala] [warn] def millBinaryVersion(millVersion: String) = scalaNativeBinaryVersion(
150[build.mill.scala] [warn] ^
151[build.mill.scala] [warn] /build/repo/CommunityBuildCore.mill:136:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
152[build.mill.scala] [warn] .iterator()
153[build.mill.scala] [warn] ^
154[build.mill.scala] [warn] /build/repo/MillCommunityBuild.mill:222:14: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
155[build.mill.scala] [warn] ctx.root.millInternal.modules.collect { case module: PublishModule =>
156[build.mill.scala] [warn] ^
157[build.mill.scala] [warn] /build/repo/MillCommunityBuild.mill:263:29: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
158[build.mill.scala] [warn] val testModule = module.millInternal.modules.toList
159[build.mill.scala] [warn] ^
160[build.mill.scala] [warn] /build/repo/MillCommunityBuild.mill:398:12: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
161[build.mill.scala] [warn] ctx.root.millInternal.modules.flatMap {
162[build.mill.scala] [warn] ^
163[build.mill.scala] [warn] /build/repo/MillVersionCompat.mill:9:41: trait ZincWorkerModule in package scalalib is deprecated (since Mill 0.12.11): Use JvmWorkerModule instead
164[build.mill.scala] [warn] type ZincWorkerModule = mill.scalalib.ZincWorkerModule
165[build.mill.scala] [warn] ^
166[build.mill.scala] [warn] /build/repo/build.mill:11:50: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
167[build.mill.scala] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String])(implicit ctx: mill.api.Ctx): Seq[String] =
168[build.mill.scala] [warn] ^
169[build.mill.scala] [warn] /build/repo/build.mill:22:79: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
170[build.mill.scala] [warn] implicit class MillCommunityBuildScalacOptionsTargetOps(asTarget: mill.define.Target[Seq[String]]){
171[build.mill.scala] [warn] ^
172[build.mill.scala] [warn] /build/repo/build.mill:23:50: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
173[build.mill.scala] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String]) = scalaVersion.zip(asTarget).map {
174[build.mill.scala] [warn] ^
175[build.mill.scala] [warn] /build/repo/build.mill:174:50: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
176[build.mill.scala] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String])(implicit ctx: mill.api.Ctx): Seq[String] =
177[build.mill.scala] [warn] ^
178[build.mill.scala] [warn] /build/repo/build.mill:185:79: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
179[build.mill.scala] [warn] implicit class MillCommunityBuildScalacOptionsTargetOps(asTarget: mill.define.Target[Seq[String]]){
180[build.mill.scala] [warn] ^
181[build.mill.scala] [warn] /build/repo/build.mill:186:50: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
182[build.mill.scala] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String]) = scalaVersion.zip(asTarget).map {
183[build.mill.scala] [warn] ^
184[build.mill.scala] [warn] 15 warnings found
185[build.mill.scala] [info] done compiling
186Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"mill-build/src/millbuild/CommonCrossScalaModule.scala","pattern":"\"-Xfatal-warnings\"","replaceWith":""}]}
187Parsed config: ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly)
188OpenCB::Use cross-version 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY instead of 3.3.4
189
190Starting build for morphir-ir - [0/3]
191[info] compiling 32 Scala sources to /build/repo/out/morphir/3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/sdk/core/jvm/compile.dest/classes ...
192[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
193[warn] -- Warning: /build/repo/morphir/sdk/core/src-2.13+/morphir/internal/collection/decorators/package.scala:28:32
194[warn] 28 | new IterableDecorator(coll)(it)
195[warn] | ^^
196[warn] |Implicit parameters should be provided with a `using` clause.
197[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
198[warn] |To disable the warning, please use the following option:
199[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
200[warn] -- Warning: /build/repo/morphir/sdk/core/src/morphir/sdk/Aggregate.scala:52:49 -
201[warn] 52 | def byKey[A, K](k: A => K)(agg: Aggregation[A, _]): Aggregation[A, K] =
202[warn] | ^
203[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
204[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
205[warn] -- Warning: /build/repo/morphir/sdk/core/src/morphir/sdk/List.scala:35:22 ------
206[warn] 35 | scala.List(items: _*)
207[warn] | ^
208[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
209[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
210[warn] -- Warning: /build/repo/morphir/sdk/core/src/morphir/sdk/LocalDate.scala:27:9 --
211[warn] 27 | date plusDays count
212[warn] | ^^^^^^^^
213[warn] |Alphanumeric method plusDays is not declared infix; it should not be used as infix operator.
214[warn] |Instead, use method syntax .plusDays(...) or backticked identifier `plusDays`.
215[warn] |The latter can be rewritten automatically under -rewrite -source 3.4-migration.
216[warn] -- Warning: /build/repo/morphir/sdk/core/src/morphir/sdk/LocalDate.scala:30:9 --
217[warn] 30 | date plusWeeks count
218[warn] | ^^^^^^^^^
219[warn] |Alphanumeric method plusWeeks is not declared infix; it should not be used as infix operator.
220[warn] |Instead, use method syntax .plusWeeks(...) or backticked identifier `plusWeeks`.
221[warn] |The latter can be rewritten automatically under -rewrite -source 3.4-migration.
222[warn] -- Warning: /build/repo/morphir/sdk/core/src/morphir/sdk/LocalDate.scala:33:9 --
223[warn] 33 | date plusMonths count
224[warn] | ^^^^^^^^^^
225[warn] |Alphanumeric method plusMonths is not declared infix; it should not be used as infix operator.
226[warn] |Instead, use method syntax .plusMonths(...) or backticked identifier `plusMonths`.
227[warn] |The latter can be rewritten automatically under -rewrite -source 3.4-migration.
228[warn] -- Warning: /build/repo/morphir/sdk/core/src/morphir/sdk/LocalDate.scala:36:9 --
229[warn] 36 | date plusYears count
230[warn] | ^^^^^^^^^
231[warn] |Alphanumeric method plusYears is not declared infix; it should not be used as infix operator.
232[warn] |Instead, use method syntax .plusYears(...) or backticked identifier `plusYears`.
233[warn] |The latter can be rewritten automatically under -rewrite -source 3.4-migration.
234[warn] -- Warning: /build/repo/morphir/sdk/core/src/morphir/sdk/LocalDate.scala:39:10 -
235[warn] 39 | (DAYS between (fromDate, toDate)).toInt
236[warn] | ^^^^^^^
237[warn] |Alphanumeric method between is not declared infix; it should not be used as infix operator.
238[warn] |Instead, use method syntax .between(...) or backticked identifier `between`.
239[warn] |The latter can be rewritten automatically under -rewrite -source 3.4-migration.
240[warn] -- Warning: /build/repo/morphir/sdk/core/src/morphir/sdk/LocalDate.scala:42:11 -
241[warn] 42 | (WEEKS between (fromDate, toDate)).toInt
242[warn] | ^^^^^^^
243[warn] |Alphanumeric method between is not declared infix; it should not be used as infix operator.
244[warn] |Instead, use method syntax .between(...) or backticked identifier `between`.
245[warn] |The latter can be rewritten automatically under -rewrite -source 3.4-migration.
246[warn] -- Warning: /build/repo/morphir/sdk/core/src/morphir/sdk/LocalDate.scala:45:12 -
247[warn] 45 | (MONTHS between (fromDate, toDate)).toInt
248[warn] | ^^^^^^^
249[warn] |Alphanumeric method between is not declared infix; it should not be used as infix operator.
250[warn] |Instead, use method syntax .between(...) or backticked identifier `between`.
251[warn] |The latter can be rewritten automatically under -rewrite -source 3.4-migration.
252[warn] -- Warning: /build/repo/morphir/sdk/core/src/morphir/sdk/LocalDate.scala:48:11 -
253[warn] 48 | (YEARS between (fromDate, toDate)).toInt
254[warn] | ^^^^^^^
255[warn] |Alphanumeric method between is not declared infix; it should not be used as infix operator.
256[warn] |Instead, use method syntax .between(...) or backticked identifier `between`.
257[warn] |The latter can be rewritten automatically under -rewrite -source 3.4-migration.
258[warn] -- Warning: /build/repo/morphir/sdk/core/src/morphir/sdk/Maybe.scala:36:11 -----
259[warn] 36 | this getOrElse ev(null)
260[warn] | ^^^^^^^^^
261[warn] |Alphanumeric method getOrElse is not declared infix; it should not be used as infix operator.
262[warn] |Instead, use method syntax .getOrElse(...) or backticked identifier `getOrElse`.
263[warn] |The latter can be rewritten automatically under -rewrite -source 3.4-migration.
264[warn] -- Warning: /build/repo/morphir/sdk/core/src/morphir/sdk/Maybe.scala:63:45 -----
265[warn] 63 | def map[B](f: A => B): Maybe[B] = self filter p map f
266[warn] | ^^^^^^
267[warn] |Alphanumeric method filter is not declared infix; it should not be used as infix operator.
268[warn] |Instead, use method syntax .filter(...) or backticked identifier `filter`.
269[warn] |The latter can be rewritten automatically under -rewrite -source 3.4-migration.
270[warn] -- Warning: /build/repo/morphir/sdk/core/src/morphir/sdk/Maybe.scala:63:54 -----
271[warn] 63 | def map[B](f: A => B): Maybe[B] = self filter p map f
272[warn] | ^^^
273[warn] |Alphanumeric method map is not declared infix; it should not be used as infix operator.
274[warn] |Instead, use method syntax .map(...) or backticked identifier `map`.
275[warn] |The latter can be rewritten automatically under -rewrite -source 3.4-migration.
276[warn] -- Warning: /build/repo/morphir/sdk/core/src/morphir/sdk/Maybe.scala:65:13 -----
277[warn] 65 | self filter p flatMap f
278[warn] | ^^^^^^
279[warn] |Alphanumeric method filter is not declared infix; it should not be used as infix operator.
280[warn] |Instead, use method syntax .filter(...) or backticked identifier `filter`.
281[warn] |The latter can be rewritten automatically under -rewrite -source 3.4-migration.
282[warn] -- Warning: /build/repo/morphir/sdk/core/src/morphir/sdk/Maybe.scala:65:22 -----
283[warn] 65 | self filter p flatMap f
284[warn] | ^^^^^^^
285[warn] |Alphanumeric method flatMap is not declared infix; it should not be used as infix operator.
286[warn] |Instead, use method syntax .flatMap(...) or backticked identifier `flatMap`.
287[warn] |The latter can be rewritten automatically under -rewrite -source 3.4-migration.
288[warn] -- Warning: /build/repo/morphir/sdk/core/src/morphir/sdk/Maybe.scala:66:45 -----
289[warn] 66 | def foreach[U](f: A => U): Unit = self filter p foreach f
290[warn] | ^^^^^^
291[warn] |Alphanumeric method filter is not declared infix; it should not be used as infix operator.
292[warn] |Instead, use method syntax .filter(...) or backticked identifier `filter`.
293[warn] |The latter can be rewritten automatically under -rewrite -source 3.4-migration.
294[warn] -- Warning: /build/repo/morphir/sdk/core/src/morphir/sdk/Maybe.scala:66:54 -----
295[warn] 66 | def foreach[U](f: A => U): Unit = self filter p foreach f
296[warn] | ^^^^^^^
297[warn] |Alphanumeric method foreach is not declared infix; it should not be used as infix operator.
298[warn] |Instead, use method syntax .foreach(...) or backticked identifier `foreach`.
299[warn] |The latter can be rewritten automatically under -rewrite -source 3.4-migration.
300[warn] 19 warnings found
301[info] done compiling
302[info] compiling 10 Scala sources to /build/repo/out/morphir/3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/sdk/json/jvm/compile.dest/classes ...
303[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
304[warn] -- Warning: /build/repo/morphir/sdk/json/src/morphir/sdk/dict/Codec.scala:10:43
305[warn] 10 | Decoder.decodeList(Decoder.decodeTuple2(decodeKey, decodeValue)).map(Dict.fromList)
306[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
307[warn] |Implicit parameters should be provided with a `using` clause.
308[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
309[warn] |To disable the warning, please use the following option:
310[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
311[warn] -- Warning: /build/repo/morphir/sdk/json/src/morphir/sdk/dict/Codec.scala:13:43
312[warn] 13 | Encoder.encodeList(Encoder.encodeTuple2(encodeKey, encodeValue)).contramap(Dict.toList)
313[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
314[warn] |Implicit parameters should be provided with a `using` clause.
315[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
316[warn] |To disable the warning, please use the following option:
317[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
318[warn] -- Warning: /build/repo/morphir/sdk/json/src/morphir/sdk/list/Codec.scala:23:23
319[warn] 23 | Encoder.encodeList(encodeA)
320[warn] | ^^^^^^^
321[warn] |Implicit parameters should be provided with a `using` clause.
322[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
323[warn] |To disable the warning, please use the following option:
324[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
325[warn] -- Warning: /build/repo/morphir/sdk/json/src/morphir/sdk/list/Codec.scala:34:23
326[warn] 34 | Decoder.decodeList(decodeA)
327[warn] | ^^^^^^^
328[warn] |Implicit parameters should be provided with a `using` clause.
329[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
330[warn] |To disable the warning, please use the following option:
331[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
332[warn] -- Warning: /build/repo/morphir/sdk/json/src/morphir/sdk/result/Codec.scala:25:20
333[warn] 25 | c.downN(0).as(decodeE).flatMap { tag =>
334[warn] | ^^^^^^^
335[warn] |Implicit parameters should be provided with a `using` clause.
336[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
337[warn] |To disable the warning, please use the following option:
338[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
339[warn] -- Warning: /build/repo/morphir/sdk/json/src/morphir/sdk/result/Codec.scala:29:33
340[warn] 29 | a <- c.downN(1).as(decodeA)
341[warn] | ^^^^^^^
342[warn] |Implicit parameters should be provided with a `using` clause.
343[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
344[warn] |To disable the warning, please use the following option:
345[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
346[warn] -- Warning: /build/repo/morphir/sdk/json/src/morphir/sdk/result/Codec.scala:33:33
347[warn] 33 | e <- c.downN(1).as(decodeE)
348[warn] | ^^^^^^^
349[warn] |Implicit parameters should be provided with a `using` clause.
350[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
351[warn] |To disable the warning, please use the following option:
352[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
353[warn] -- Warning: /build/repo/morphir/sdk/json/src/morphir/sdk/set/Codec.scala:9:22 --
354[warn] 9 | Encoder.encodeSet(encodeA)
355[warn] | ^^^^^^^
356[warn] |Implicit parameters should be provided with a `using` clause.
357[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
358[warn] |To disable the warning, please use the following option:
359[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
360[warn] -- Warning: /build/repo/morphir/sdk/json/src/morphir/sdk/set/Codec.scala:12:22 -
361[warn] 12 | Decoder.decodeSet(decodeA)
362[warn] | ^^^^^^^
363[warn] |Implicit parameters should be provided with a `using` clause.
364[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
365[warn] |To disable the warning, please use the following option:
366[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
367[warn] 10 warnings found
368[info] done compiling
369[info] compiling 28 Scala sources to /build/repo/out/morphir/3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/ir/jvm/compile.dest/classes ...
370[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
371[warn] -- Warning: /build/repo/morphir/ir/src/morphir/dependency/dag/Codec.scala:29:14
372[warn] 29 | encodeComparableNode,
373[warn] | ^^^^^^^^^^^^^^^^^^^^
374[warn] |Implicit parameters should be provided with a `using` clause.
375[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
376[warn] |To disable the warning, please use the following option:
377[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
378[warn] -- Warning: /build/repo/morphir/ir/src/morphir/dependency/dag/Codec.scala:30:46
379[warn] 30 | morphir.sdk.set.Codec.encodeSet(encodeComparableNode)
380[warn] | ^^^^^^^^^^^^^^^^^^^^
381[warn] |Implicit parameters should be provided with a `using` clause.
382[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
383[warn] |To disable the warning, please use the following option:
384[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
385[warn] -- Warning: /build/repo/morphir/ir/src/morphir/dependency/dag/Codec.scala:40:97
386[warn] 40 | io.circe.Json.arr(io.circe.Json.fromString(str))))).downN(0).as(morphir.sdk.string.Codec.decodeString).flatMap(((tag) =>
387[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
388[warn] |Implicit parameters should be provided with a `using` clause.
389[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
390[warn] |To disable the warning, please use the following option:
391[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
392[warn] -- Warning: /build/repo/morphir/ir/src/morphir/dependency/dag/Codec.scala:44:36
393[warn] 44 | arg1 <- c.downN(1).as(decodeComparableNode)
394[warn] | ^^^^^^^^^^^^^^^^^^^^
395[warn] |Implicit parameters should be provided with a `using` clause.
396[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
397[warn] |To disable the warning, please use the following option:
398[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
399[warn] -- Warning: /build/repo/morphir/ir/src/morphir/dependency/dag/Codec.scala:45:36
400[warn] 45 | arg2 <- c.downN(2).as(decodeComparableNode)
401[warn] | ^^^^^^^^^^^^^^^^^^^^
402[warn] |Implicit parameters should be provided with a `using` clause.
403[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
404[warn] |To disable the warning, please use the following option:
405[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
406[warn] -- Warning: /build/repo/morphir/ir/src/morphir/dependency/dag/Codec.scala:57:97
407[warn] 57 | io.circe.Json.arr(io.circe.Json.fromString(str))))).downN(0).as(morphir.sdk.string.Codec.decodeString).flatMap(((tag) =>
408[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
409[warn] |Implicit parameters should be provided with a `using` clause.
410[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
411[warn] |To disable the warning, please use the following option:
412[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
413[warn] -- Warning: /build/repo/morphir/ir/src/morphir/dependency/dag/Codec.scala:61:69
414[warn] 61 | arg1 <- c.downN(1).as(morphir.sdk.dict.Codec.decodeDict(
415[warn] | ^
416[warn] |Implicit parameters should be provided with a `using` clause.
417[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
418[warn] |To disable the warning, please use the following option:
419[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
420[warn] |
421[warn] 62 | decodeComparableNode,
422[warn] 63 | morphir.sdk.set.Codec.decodeSet(decodeComparableNode)
423[warn] 64 | ))
424[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/_package/Codec.scala:13:32 ---
425[warn] 13 | morphir.ir.module.Codec.encodeModuleName,
426[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
427[warn] |Implicit parameters should be provided with a `using` clause.
428[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
429[warn] |To disable the warning, please use the following option:
430[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
431[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/_package/Codec.scala:27:32 ---
432[warn] 27 | morphir.ir.module.Codec.encodeModuleName,
433[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
434[warn] |Implicit parameters should be provided with a `using` clause.
435[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
436[warn] |To disable the warning, please use the following option:
437[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
438[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/_package/Codec.scala:37:83 ---
439[warn] 37 | modules_ <- c.downField("""modules""").as(morphir.sdk.dict.Codec.decodeDict(
440[warn] | ^
441[warn] |Implicit parameters should be provided with a `using` clause.
442[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
443[warn] |To disable the warning, please use the following option:
444[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
445[warn] |
446[warn] 38 | morphir.ir.module.Codec.decodeModuleName,
447[warn] 39 |...
448[warn] 43 | ))
449[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/_package/Codec.scala:53:83 ---
450[warn] 53 | modules_ <- c.downField("""modules""").as(morphir.sdk.dict.Codec.decodeDict(
451[warn] | ^
452[warn] |Implicit parameters should be provided with a `using` clause.
453[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
454[warn] |To disable the warning, please use the following option:
455[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
456[warn] |
457[warn] 54 | morphir.ir.module.Codec.decodeModuleName,
458[warn] 55 | morphir.ir.module.Codec.decodeSpecification(decodeTa)
459[warn] 56 | ))
460[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/_type/Codec.scala:19:38 ------
461[warn] 19 | morphir.sdk.list.Codec.encodeList(((constructorArgs: (morphir.ir.Name.Name, morphir.ir.Type.Type[A])) =>
462[warn] | ^
463[warn] |Implicit parameters should be provided with a `using` clause.
464[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
465[warn] |To disable the warning, please use the following option:
466[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
467[warn] |
468[warn] 20 | io.circe.Json.arr(
469[warn] 21 |...
470[warn] 23 | )))
471[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/_type/Codec.scala:29:28 ------
472[warn] 29 | morphir.ir.name.Codec.encodeName,
473[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
474[warn] |Implicit parameters should be provided with a `using` clause.
475[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
476[warn] |To disable the warning, please use the following option:
477[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
478[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/_type/Codec.scala:41:68 ------
479[warn] 41 | morphir.sdk.list.Codec.encodeList(morphir.ir.name.Codec.encodeName)(arg1),
480[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
481[warn] |Implicit parameters should be provided with a `using` clause.
482[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
483[warn] |To disable the warning, please use the following option:
484[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
485[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/_type/Codec.scala:47:68 ------
486[warn] 47 | morphir.sdk.list.Codec.encodeList(morphir.ir.name.Codec.encodeName)(arg1),
487[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
488[warn] |Implicit parameters should be provided with a `using` clause.
489[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
490[warn] |To disable the warning, please use the following option:
491[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
492[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/_type/Codec.scala:79:68 ------
493[warn] 79 | morphir.sdk.list.Codec.encodeList(morphir.ir.name.Codec.encodeName)(arg1),
494[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
495[warn] |Implicit parameters should be provided with a `using` clause.
496[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
497[warn] |To disable the warning, please use the following option:
498[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
499[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/_type/Codec.scala:85:68 ------
500[warn] 85 | morphir.sdk.list.Codec.encodeList(morphir.ir.name.Codec.encodeName)(arg1),
501[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
502[warn] |Implicit parameters should be provided with a `using` clause.
503[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
504[warn] |To disable the warning, please use the following option:
505[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
506[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/_type/Codec.scala:91:68 ------
507[warn] 91 | morphir.sdk.list.Codec.encodeList(morphir.ir.name.Codec.encodeName)(arg1)
508[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
509[warn] |Implicit parameters should be provided with a `using` clause.
510[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
511[warn] |To disable the warning, please use the following option:
512[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
513[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/_type/Codec.scala:96:68 ------
514[warn] 96 | morphir.sdk.list.Codec.encodeList(morphir.ir.name.Codec.encodeName)(arg1),
515[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
516[warn] |Implicit parameters should be provided with a `using` clause.
517[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
518[warn] |To disable the warning, please use the following option:
519[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
520[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/_type/Codec.scala:111:80 -----
521[warn] 111 | morphir.sdk.list.Codec.encodeList(morphir.ir._type.Codec.encodeField(encodeA))(arg3)
522[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
523[warn] |Implicit parameters should be provided with a `using` clause.
524[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
525[warn] |To disable the warning, please use the following option:
526[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
527[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/_type/Codec.scala:124:80 -----
528[warn] 124 | morphir.sdk.list.Codec.encodeList(morphir.ir._type.Codec.encodeField(encodeA))(arg2)
529[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
530[warn] |Implicit parameters should be provided with a `using` clause.
531[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
532[warn] |To disable the warning, please use the following option:
533[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
534[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/_type/Codec.scala:131:79 -----
535[warn] 131 | morphir.sdk.list.Codec.encodeList(morphir.ir._type.Codec.encodeType(encodeA))(arg3)
536[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
537[warn] |Implicit parameters should be provided with a `using` clause.
538[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
539[warn] |To disable the warning, please use the following option:
540[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
541[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/_type/Codec.scala:137:79 -----
542[warn] 137 | morphir.sdk.list.Codec.encodeList(morphir.ir._type.Codec.encodeType(encodeA))(arg2)
543[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
544[warn] |Implicit parameters should be provided with a `using` clause.
545[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
546[warn] |To disable the warning, please use the following option:
547[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
548[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/_type/Codec.scala:157:52 -----
549[warn] 157 | arg1 <- c.downN(0).as(morphir.ir.name.Codec.decodeName)
550[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
551[warn] |Implicit parameters should be provided with a `using` clause.
552[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
553[warn] |To disable the warning, please use the following option:
554[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
555[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/_type/Codec.scala:158:74 -----
556[warn] 158 | arg2 <- c.downN(1).as(morphir.ir._type.Codec.decodeConstructorArgs(decodeA))
557[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
558[warn] |Implicit parameters should be provided with a `using` clause.
559[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
560[warn] |To disable the warning, please use the following option:
561[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
562[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/_type/Codec.scala:164:38 -----
563[warn] 164 | morphir.sdk.list.Codec.decodeList(((c: io.circe.HCursor) =>
564[warn] | ^
565[warn] |Implicit parameters should be provided with a `using` clause.
566[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
567[warn] |To disable the warning, please use the following option:
568[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
569[warn] |
570[warn] 165 | for {
571[warn] 166 |...
572[warn] 168 | } yield (arg1, arg2)))
573[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/_type/Codec.scala:174:28 -----
574[warn] 174 | morphir.ir.name.Codec.decodeName,
575[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
576[warn] |Implicit parameters should be provided with a `using` clause.
577[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
578[warn] |To disable the warning, please use the following option:
579[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
580[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/_type/Codec.scala:183:97 -----
581[warn] 183 | io.circe.Json.arr(io.circe.Json.fromString(str))))).downN(0).as(morphir.sdk.string.Codec.decodeString).flatMap(((tag) =>
582[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
583[warn] |Implicit parameters should be provided with a `using` clause.
584[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
585[warn] |To disable the warning, please use the following option:
586[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
587[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/_type/Codec.scala:187:69 -----
588[warn] 187 | arg1 <- c.downN(1).as(morphir.sdk.list.Codec.decodeList(morphir.ir.name.Codec.decodeName))
589[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
590[warn] |Implicit parameters should be provided with a `using` clause.
591[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
592[warn] |To disable the warning, please use the following option:
593[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
594[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/_type/Codec.scala:188:92 -----
595[warn] 188 | arg2 <- c.downN(2).as(morphir.ir.accesscontrolled.Codec.decodeAccessControlled(morphir.ir._type.Codec.decodeConstructors(decodeA)))
596[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
597[warn] |Implicit parameters should be provided with a `using` clause.
598[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
599[warn] |To disable the warning, please use the following option:
600[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
601[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/_type/Codec.scala:195:69 -----
602[warn] 195 | arg1 <- c.downN(1).as(morphir.sdk.list.Codec.decodeList(morphir.ir.name.Codec.decodeName))
603[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
604[warn] |Implicit parameters should be provided with a `using` clause.
605[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
606[warn] |To disable the warning, please use the following option:
607[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
608[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/_type/Codec.scala:196:69 -----
609[warn] 196 | arg2 <- c.downN(2).as(morphir.ir._type.Codec.decodeType(decodeA))
610[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
611[warn] |Implicit parameters should be provided with a `using` clause.
612[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
613[warn] |To disable the warning, please use the following option:
614[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
615[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/_type/Codec.scala:208:85 -----
616[warn] 208 | baseType_ <- c.downField("""baseType""").as(morphir.ir._type.Codec.decodeType(decodeA))
617[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
618[warn] |Implicit parameters should be provided with a `using` clause.
619[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
620[warn] |To disable the warning, please use the following option:
621[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
622[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/_type/Codec.scala:209:84 -----
623[warn] 209 | fromBaseType_ <- c.downField("""fromBaseType""").as(morphir.ir.fqname.Codec.decodeFQName)
624[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
625[warn] |Implicit parameters should be provided with a `using` clause.
626[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
627[warn] |To disable the warning, please use the following option:
628[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
629[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/_type/Codec.scala:210:80 -----
630[warn] 210 | toBaseType_ <- c.downField("""toBaseType""").as(morphir.ir.fqname.Codec.decodeFQName)
631[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
632[warn] |Implicit parameters should be provided with a `using` clause.
633[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
634[warn] |To disable the warning, please use the following option:
635[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
636[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/_type/Codec.scala:222:66 -----
637[warn] 222 | name_ <- c.downField("""name""").as(morphir.ir.name.Codec.decodeName)
638[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
639[warn] |Implicit parameters should be provided with a `using` clause.
640[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
641[warn] |To disable the warning, please use the following option:
642[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
643[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/_type/Codec.scala:223:75 -----
644[warn] 223 | tpe_ <- c.downField("""tpe""").as(morphir.ir._type.Codec.decodeType(decodeA))
645[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
646[warn] |Implicit parameters should be provided with a `using` clause.
647[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
648[warn] |To disable the warning, please use the following option:
649[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
650[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/_type/Codec.scala:234:97 -----
651[warn] 234 | io.circe.Json.arr(io.circe.Json.fromString(str))))).downN(0).as(morphir.sdk.string.Codec.decodeString).flatMap(((tag) =>
652[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
653[warn] |Implicit parameters should be provided with a `using` clause.
654[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
655[warn] |To disable the warning, please use the following option:
656[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
657[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/_type/Codec.scala:238:69 -----
658[warn] 238 | arg1 <- c.downN(1).as(morphir.sdk.list.Codec.decodeList(morphir.ir.name.Codec.decodeName))
659[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
660[warn] |Implicit parameters should be provided with a `using` clause.
661[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
662[warn] |To disable the warning, please use the following option:
663[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
664[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/_type/Codec.scala:239:77 -----
665[warn] 239 | arg2 <- c.downN(2).as(morphir.ir._type.Codec.decodeConstructors(decodeA))
666[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
667[warn] |Implicit parameters should be provided with a `using` clause.
668[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
669[warn] |To disable the warning, please use the following option:
670[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
671[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/_type/Codec.scala:246:69 -----
672[warn] 246 | arg1 <- c.downN(1).as(morphir.sdk.list.Codec.decodeList(morphir.ir.name.Codec.decodeName))
673[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
674[warn] |Implicit parameters should be provided with a `using` clause.
675[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
676[warn] |To disable the warning, please use the following option:
677[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
678[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/_type/Codec.scala:247:96 -----
679[warn] 247 | arg2 <- c.downN(2).as(morphir.ir._type.Codec.decodeDerivedTypeSpecificationDetails(decodeA))
680[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
681[warn] |Implicit parameters should be provided with a `using` clause.
682[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
683[warn] |To disable the warning, please use the following option:
684[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
685[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/_type/Codec.scala:254:69 -----
686[warn] 254 | arg1 <- c.downN(1).as(morphir.sdk.list.Codec.decodeList(morphir.ir.name.Codec.decodeName))
687[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
688[warn] |Implicit parameters should be provided with a `using` clause.
689[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
690[warn] |To disable the warning, please use the following option:
691[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
692[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/_type/Codec.scala:258:69 -----
693[warn] 258 | arg1 <- c.downN(1).as(morphir.sdk.list.Codec.decodeList(morphir.ir.name.Codec.decodeName))
694[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
695[warn] |Implicit parameters should be provided with a `using` clause.
696[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
697[warn] |To disable the warning, please use the following option:
698[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
699[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/_type/Codec.scala:259:69 -----
700[warn] 259 | arg2 <- c.downN(2).as(morphir.ir._type.Codec.decodeType(decodeA))
701[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
702[warn] |Implicit parameters should be provided with a `using` clause.
703[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
704[warn] |To disable the warning, please use the following option:
705[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
706[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/_type/Codec.scala:271:97 -----
707[warn] 271 | io.circe.Json.arr(io.circe.Json.fromString(str))))).downN(0).as(morphir.sdk.string.Codec.decodeString).flatMap(((tag) =>
708[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
709[warn] |Implicit parameters should be provided with a `using` clause.
710[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
711[warn] |To disable the warning, please use the following option:
712[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
713[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/_type/Codec.scala:275:36 -----
714[warn] 275 | arg1 <- c.downN(1).as(decodeA)
715[warn] | ^^^^^^^
716[warn] |Implicit parameters should be provided with a `using` clause.
717[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
718[warn] |To disable the warning, please use the following option:
719[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
720[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/_type/Codec.scala:276:58 -----
721[warn] 276 | arg2 <- c.downN(2).as(morphir.ir.name.Codec.decodeName)
722[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
723[warn] |Implicit parameters should be provided with a `using` clause.
724[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
725[warn] |To disable the warning, please use the following option:
726[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
727[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/_type/Codec.scala:277:69 -----
728[warn] 277 | arg3 <- c.downN(3).as(morphir.sdk.list.Codec.decodeList(morphir.ir._type.Codec.decodeField(decodeA)))
729[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
730[warn] |Implicit parameters should be provided with a `using` clause.
731[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
732[warn] |To disable the warning, please use the following option:
733[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
734[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/_type/Codec.scala:285:36 -----
735[warn] 285 | arg1 <- c.downN(1).as(decodeA)
736[warn] | ^^^^^^^
737[warn] |Implicit parameters should be provided with a `using` clause.
738[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
739[warn] |To disable the warning, please use the following option:
740[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
741[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/_type/Codec.scala:286:69 -----
742[warn] 286 | arg2 <- c.downN(2).as(morphir.ir._type.Codec.decodeType(decodeA))
743[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
744[warn] |Implicit parameters should be provided with a `using` clause.
745[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
746[warn] |To disable the warning, please use the following option:
747[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
748[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/_type/Codec.scala:287:69 -----
749[warn] 287 | arg3 <- c.downN(3).as(morphir.ir._type.Codec.decodeType(decodeA))
750[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
751[warn] |Implicit parameters should be provided with a `using` clause.
752[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
753[warn] |To disable the warning, please use the following option:
754[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
755[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/_type/Codec.scala:295:36 -----
756[warn] 295 | arg1 <- c.downN(1).as(decodeA)
757[warn] | ^^^^^^^
758[warn] |Implicit parameters should be provided with a `using` clause.
759[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
760[warn] |To disable the warning, please use the following option:
761[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
762[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/_type/Codec.scala:296:69 -----
763[warn] 296 | arg2 <- c.downN(2).as(morphir.sdk.list.Codec.decodeList(morphir.ir._type.Codec.decodeField(decodeA)))
764[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
765[warn] |Implicit parameters should be provided with a `using` clause.
766[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
767[warn] |To disable the warning, please use the following option:
768[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
769[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/_type/Codec.scala:303:36 -----
770[warn] 303 | arg1 <- c.downN(1).as(decodeA)
771[warn] | ^^^^^^^
772[warn] |Implicit parameters should be provided with a `using` clause.
773[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
774[warn] |To disable the warning, please use the following option:
775[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
776[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/_type/Codec.scala:304:60 -----
777[warn] 304 | arg2 <- c.downN(2).as(morphir.ir.fqname.Codec.decodeFQName)
778[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
779[warn] |Implicit parameters should be provided with a `using` clause.
780[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
781[warn] |To disable the warning, please use the following option:
782[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
783[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/_type/Codec.scala:305:69 -----
784[warn] 305 | arg3 <- c.downN(3).as(morphir.sdk.list.Codec.decodeList(morphir.ir._type.Codec.decodeType(decodeA)))
785[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
786[warn] |Implicit parameters should be provided with a `using` clause.
787[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
788[warn] |To disable the warning, please use the following option:
789[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
790[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/_type/Codec.scala:313:36 -----
791[warn] 313 | arg1 <- c.downN(1).as(decodeA)
792[warn] | ^^^^^^^
793[warn] |Implicit parameters should be provided with a `using` clause.
794[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
795[warn] |To disable the warning, please use the following option:
796[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
797[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/_type/Codec.scala:314:69 -----
798[warn] 314 | arg2 <- c.downN(2).as(morphir.sdk.list.Codec.decodeList(morphir.ir._type.Codec.decodeType(decodeA)))
799[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
800[warn] |Implicit parameters should be provided with a `using` clause.
801[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
802[warn] |To disable the warning, please use the following option:
803[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
804[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/_type/Codec.scala:321:36 -----
805[warn] 321 | arg1 <- c.downN(1).as(decodeA)
806[warn] | ^^^^^^^
807[warn] |Implicit parameters should be provided with a `using` clause.
808[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
809[warn] |To disable the warning, please use the following option:
810[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
811[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/_type/Codec.scala:325:36 -----
812[warn] 325 | arg1 <- c.downN(1).as(decodeA)
813[warn] | ^^^^^^^
814[warn] |Implicit parameters should be provided with a `using` clause.
815[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
816[warn] |To disable the warning, please use the following option:
817[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
818[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/_type/Codec.scala:326:58 -----
819[warn] 326 | arg2 <- c.downN(2).as(morphir.ir.name.Codec.decodeName)
820[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
821[warn] |Implicit parameters should be provided with a `using` clause.
822[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
823[warn] |To disable the warning, please use the following option:
824[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
825[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/accesscontrolled/Codec.scala:26:95
826[warn] 26 | io.circe.Json.arr(io.circe.Json.fromString(str))))).downN(0).as(morphir.sdk.string.Codec.decodeString).flatMap(((tag) =>
827[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
828[warn] |Implicit parameters should be provided with a `using` clause.
829[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
830[warn] |To disable the warning, please use the following option:
831[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
832[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/accesscontrolled/Codec.scala:39:82
833[warn] 39 | access_ <- c.downField("""access""").as(morphir.ir.accesscontrolled.Codec.decodeAccess)
834[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
835[warn] |Implicit parameters should be provided with a `using` clause.
836[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
837[warn] |To disable the warning, please use the following option:
838[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
839[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/accesscontrolled/Codec.scala:40:46
840[warn] 40 | value_ <- c.downField("""value""").as(decodeA)
841[warn] | ^^^^^^^
842[warn] |Implicit parameters should be provided with a `using` clause.
843[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
844[warn] |To disable the warning, please use the following option:
845[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
846[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/distribution/Codec.scala:14:38
847[warn] 14 | morphir.ir._package.Codec.encodePackageName,
848[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
849[warn] |Implicit parameters should be provided with a `using` clause.
850[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
851[warn] |To disable the warning, please use the following option:
852[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
853[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/distribution/Codec.scala:26:95
854[warn] 26 | io.circe.Json.arr(io.circe.Json.fromString(str))))).downN(0).as(morphir.sdk.string.Codec.decodeString).flatMap(((tag) =>
855[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
856[warn] |Implicit parameters should be provided with a `using` clause.
857[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
858[warn] |To disable the warning, please use the following option:
859[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
860[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/distribution/Codec.scala:30:60
861[warn] 30 | arg1 <- c.downN(1).as(morphir.ir._package.Codec.decodePackageName)
862[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
863[warn] |Implicit parameters should be provided with a `using` clause.
864[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
865[warn] |To disable the warning, please use the following option:
866[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
867[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/distribution/Codec.scala:31:67
868[warn] 31 | arg2 <- c.downN(2).as(morphir.sdk.dict.Codec.decodeDict(
869[warn] | ^
870[warn] |Implicit parameters should be provided with a `using` clause.
871[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
872[warn] |To disable the warning, please use the following option:
873[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
874[warn] |
875[warn] 32 | morphir.ir._package.Codec.decodePackageName,
876[warn] 33 | morphir.ir._package.Codec.decodeSpecification(morphir.sdk.basics.Codec.decodeUnit)
877[warn] 34 | ))
878[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/distribution/Codec.scala:35:76
879[warn] 35 | arg3 <- c.downN(3).as(morphir.ir._package.Codec.decodeDefinition(
880[warn] | ^
881[warn] |Implicit parameters should be provided with a `using` clause.
882[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
883[warn] |To disable the warning, please use the following option:
884[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
885[warn] |
886[warn] 36 | morphir.sdk.basics.Codec.decodeUnit,
887[warn] 37 | morphir.ir._type.Codec.decodeType(morphir.sdk.basics.Codec.decodeUnit)
888[warn] 38 | ))
889[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/documented/Codec.scala:21:67 -
890[warn] 21 | doc_ <- c.downField("""doc""").as(morphir.sdk.string.Codec.decodeString)
891[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
892[warn] |Implicit parameters should be provided with a `using` clause.
893[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
894[warn] |To disable the warning, please use the following option:
895[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
896[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/documented/Codec.scala:22:46 -
897[warn] 22 | value_ <- c.downField("""value""").as(decodeA)
898[warn] | ^^^^^^^
899[warn] |Implicit parameters should be provided with a `using` clause.
900[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
901[warn] |To disable the warning, please use the following option:
902[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
903[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/formatversion/Codec.scala:15:85
904[warn] 15 | formatVersion_ <- c.downField("""formatVersion""").as(morphir.sdk.basics.Codec.decodeInt)
905[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
906[warn] |Implicit parameters should be provided with a `using` clause.
907[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
908[warn] |To disable the warning, please use the following option:
909[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
910[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/formatversion/Codec.scala:16:88
911[warn] 16 | distribution_ <- c.downField("""distribution""").as(morphir.ir.distribution.Codec.decodeDistribution)
912[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
913[warn] |Implicit parameters should be provided with a `using` clause.
914[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
915[warn] |To disable the warning, please use the following option:
916[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
917[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/fqname/Codec.scala:16:50 -----
918[warn] 16 | arg1 <- c.downN(0).as(morphir.ir.path.Codec.decodePath)
919[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
920[warn] |Implicit parameters should be provided with a `using` clause.
921[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
922[warn] |To disable the warning, please use the following option:
923[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
924[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/fqname/Codec.scala:17:50 -----
925[warn] 17 | arg2 <- c.downN(1).as(morphir.ir.path.Codec.decodePath)
926[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
927[warn] |Implicit parameters should be provided with a `using` clause.
928[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
929[warn] |To disable the warning, please use the following option:
930[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
931[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/fqname/Codec.scala:18:50 -----
932[warn] 18 | arg3 <- c.downN(2).as(morphir.ir.name.Codec.decodeName)
933[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
934[warn] |Implicit parameters should be provided with a `using` clause.
935[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
936[warn] |To disable the warning, please use the following option:
937[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
938[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/literal/Codec.scala:43:95 ----
939[warn] 43 | io.circe.Json.arr(io.circe.Json.fromString(str))))).downN(0).as(morphir.sdk.string.Codec.decodeString).flatMap(((tag) =>
940[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
941[warn] |Implicit parameters should be provided with a `using` clause.
942[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
943[warn] |To disable the warning, please use the following option:
944[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
945[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/literal/Codec.scala:47:59 ----
946[warn] 47 | arg1 <- c.downN(1).as(morphir.sdk.basics.Codec.decodeBool)
947[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
948[warn] |Implicit parameters should be provided with a `using` clause.
949[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
950[warn] |To disable the warning, please use the following option:
951[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
952[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/literal/Codec.scala:51:57 ----
953[warn] 51 | arg1 <- c.downN(1).as(morphir.sdk.char.Codec.decodeChar)
954[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
955[warn] |Implicit parameters should be provided with a `using` clause.
956[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
957[warn] |To disable the warning, please use the following option:
958[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
959[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/literal/Codec.scala:55:60 ----
960[warn] 55 | arg1 <- c.downN(1).as(morphir.sdk.decimal.Codec.decodeDecimal)
961[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
962[warn] |Implicit parameters should be provided with a `using` clause.
963[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
964[warn] |To disable the warning, please use the following option:
965[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
966[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/literal/Codec.scala:59:59 ----
967[warn] 59 | arg1 <- c.downN(1).as(morphir.sdk.basics.Codec.decodeFloat)
968[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
969[warn] |Implicit parameters should be provided with a `using` clause.
970[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
971[warn] |To disable the warning, please use the following option:
972[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
973[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/literal/Codec.scala:63:59 ----
974[warn] 63 | arg1 <- c.downN(1).as(morphir.sdk.string.Codec.decodeString)
975[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
976[warn] |Implicit parameters should be provided with a `using` clause.
977[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
978[warn] |To disable the warning, please use the following option:
979[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
980[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/literal/Codec.scala:67:59 ----
981[warn] 67 | arg1 <- c.downN(1).as(morphir.sdk.basics.Codec.decodeInt)
982[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
983[warn] |Implicit parameters should be provided with a `using` clause.
984[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
985[warn] |To disable the warning, please use the following option:
986[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
987[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/module/Codec.scala:14:32 -----
988[warn] 14 | morphir.ir.name.Codec.encodeName,
989[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
990[warn] |Implicit parameters should be provided with a `using` clause.
991[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
992[warn] |To disable the warning, please use the following option:
993[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
994[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/module/Codec.scala:18:32 -----
995[warn] 18 | morphir.ir.name.Codec.encodeName,
996[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
997[warn] |Implicit parameters should be provided with a `using` clause.
998[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
999[warn] |To disable the warning, please use the following option:
1000[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1001[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/module/Codec.scala:24:81 -----
1002[warn] 24 | ("""doc""", morphir.sdk.maybe.Codec.encodeMaybe(morphir.sdk.string.Codec.encodeString)(definition.doc))
1003[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1004[warn] |Implicit parameters should be provided with a `using` clause.
1005[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1006[warn] |To disable the warning, please use the following option:
1007[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1008[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/module/Codec.scala:41:32 -----
1009[warn] 41 | morphir.ir.name.Codec.encodeName,
1010[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1011[warn] |Implicit parameters should be provided with a `using` clause.
1012[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1013[warn] |To disable the warning, please use the following option:
1014[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1015[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/module/Codec.scala:45:32 -----
1016[warn] 45 | morphir.ir.name.Codec.encodeName,
1017[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1018[warn] |Implicit parameters should be provided with a `using` clause.
1019[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1020[warn] |To disable the warning, please use the following option:
1021[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1022[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/module/Codec.scala:48:81 -----
1023[warn] 48 | ("""doc""", morphir.sdk.maybe.Codec.encodeMaybe(morphir.sdk.string.Codec.encodeString)(specification.doc))
1024[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1025[warn] |Implicit parameters should be provided with a `using` clause.
1026[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1027[warn] |To disable the warning, please use the following option:
1028[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1029[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/module/Codec.scala:57:79 -----
1030[warn] 57 | types_ <- c.downField("""types""").as(morphir.sdk.dict.Codec.decodeDict(
1031[warn] | ^
1032[warn] |Implicit parameters should be provided with a `using` clause.
1033[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1034[warn] |To disable the warning, please use the following option:
1035[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1036[warn] |
1037[warn] 58 | morphir.ir.name.Codec.decodeName,
1038[warn] 59 | morphir.ir.accesscontrolled.Codec.decodeAccessControlled(morphir.ir.documented.Codec.decodeDocumented(morphir.ir._type.Codec.decodeDefinition(decodeTa)))
1039[warn] 60 | ))
1040[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/module/Codec.scala:61:81 -----
1041[warn] 61 | values_ <- c.downField("""values""").as(morphir.sdk.dict.Codec.decodeDict(
1042[warn] | ^
1043[warn] |Implicit parameters should be provided with a `using` clause.
1044[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1045[warn] |To disable the warning, please use the following option:
1046[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1047[warn] |
1048[warn] 62 | morphir.ir.name.Codec.decodeName,
1049[warn] 63 |...
1050[warn] 67 | ))
1051[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/module/Codec.scala:68:77 -----
1052[warn] 68 | doc_ <- c.downField("""doc""").as(morphir.sdk.maybe.Codec.decodeMaybe(morphir.sdk.string.Codec.decodeString))
1053[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1054[warn] |Implicit parameters should be provided with a `using` clause.
1055[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1056[warn] |To disable the warning, please use the following option:
1057[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1058[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/module/Codec.scala:79:50 -----
1059[warn] 79 | arg1 <- c.downN(0).as(morphir.ir.path.Codec.decodePath)
1060[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1061[warn] |Implicit parameters should be provided with a `using` clause.
1062[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1063[warn] |To disable the warning, please use the following option:
1064[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1065[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/module/Codec.scala:80:50 -----
1066[warn] 80 | arg2 <- c.downN(1).as(morphir.ir.path.Codec.decodePath)
1067[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1068[warn] |Implicit parameters should be provided with a `using` clause.
1069[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1070[warn] |To disable the warning, please use the following option:
1071[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1072[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/module/Codec.scala:88:79 -----
1073[warn] 88 | types_ <- c.downField("""types""").as(morphir.sdk.dict.Codec.decodeDict(
1074[warn] | ^
1075[warn] |Implicit parameters should be provided with a `using` clause.
1076[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1077[warn] |To disable the warning, please use the following option:
1078[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1079[warn] |
1080[warn] 89 | morphir.ir.name.Codec.decodeName,
1081[warn] 90 | morphir.ir.documented.Codec.decodeDocumented(morphir.ir._type.Codec.decodeSpecification(decodeTa))
1082[warn] 91 | ))
1083[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/module/Codec.scala:92:81 -----
1084[warn] 92 | values_ <- c.downField("""values""").as(morphir.sdk.dict.Codec.decodeDict(
1085[warn] | ^
1086[warn] |Implicit parameters should be provided with a `using` clause.
1087[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1088[warn] |To disable the warning, please use the following option:
1089[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1090[warn] |
1091[warn] 93 | morphir.ir.name.Codec.decodeName,
1092[warn] 94 | morphir.ir.documented.Codec.decodeDocumented(morphir.ir.value.Codec.decodeSpecification(decodeTa))
1093[warn] 95 | ))
1094[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/module/Codec.scala:96:77 -----
1095[warn] 96 | doc_ <- c.downField("""doc""").as(morphir.sdk.maybe.Codec.decodeMaybe(morphir.sdk.string.Codec.decodeString))
1096[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1097[warn] |Implicit parameters should be provided with a `using` clause.
1098[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1099[warn] |To disable the warning, please use the following option:
1100[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1101[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/name/Codec.scala:7:127 -------
1102[warn] 7 | implicit val encodeName: io.circe.Encoder[morphir.ir.Name.Name] = morphir.sdk.list.Codec.encodeList(morphir.sdk.string.Codec.encodeString)
1103[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1104[warn] |Implicit parameters should be provided with a `using` clause.
1105[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1106[warn] |To disable the warning, please use the following option:
1107[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1108[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/name/Codec.scala:9:127 -------
1109[warn] 9 | implicit val decodeName: io.circe.Decoder[morphir.ir.Name.Name] = morphir.sdk.list.Codec.decodeList(morphir.sdk.string.Codec.decodeString)
1110[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1111[warn] |Implicit parameters should be provided with a `using` clause.
1112[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1113[warn] |To disable the warning, please use the following option:
1114[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1115[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/path/Codec.scala:7:124 -------
1116[warn] 7 | implicit val encodePath: io.circe.Encoder[morphir.ir.Path.Path] = morphir.sdk.list.Codec.encodeList(morphir.ir.name.Codec.encodeName)
1117[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1118[warn] |Implicit parameters should be provided with a `using` clause.
1119[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1120[warn] |To disable the warning, please use the following option:
1121[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1122[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/path/Codec.scala:9:124 -------
1123[warn] 9 | implicit val decodePath: io.circe.Decoder[morphir.ir.Path.Path] = morphir.sdk.list.Codec.decodeList(morphir.ir.name.Codec.decodeName)
1124[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1125[warn] |Implicit parameters should be provided with a `using` clause.
1126[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1127[warn] |To disable the warning, please use the following option:
1128[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1129[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/qname/Codec.scala:19:95 ------
1130[warn] 19 | io.circe.Json.arr(io.circe.Json.fromString(str))))).downN(0).as(morphir.sdk.string.Codec.decodeString).flatMap(((tag) =>
1131[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1132[warn] |Implicit parameters should be provided with a `using` clause.
1133[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1134[warn] |To disable the warning, please use the following option:
1135[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1136[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/qname/Codec.scala:23:56 ------
1137[warn] 23 | arg1 <- c.downN(1).as(morphir.ir.path.Codec.decodePath)
1138[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1139[warn] |Implicit parameters should be provided with a `using` clause.
1140[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1141[warn] |To disable the warning, please use the following option:
1142[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1143[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/qname/Codec.scala:24:56 ------
1144[warn] 24 | arg2 <- c.downN(2).as(morphir.ir.name.Codec.decodeName)
1145[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1146[warn] |Implicit parameters should be provided with a `using` clause.
1147[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1148[warn] |To disable the warning, please use the following option:
1149[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1150[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:13:61 ------
1151[warn] 13 | ("""inputTypes""", morphir.sdk.list.Codec.encodeList(((definition: (morphir.ir.Name.Name, Va, morphir.ir.Type.Type[Ta])) =>
1152[warn] | ^
1153[warn] |Implicit parameters should be provided with a `using` clause.
1154[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1155[warn] |To disable the warning, please use the following option:
1156[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1157[warn] |
1158[warn] 14 | io.circe.Json.arr(
1159[warn] 15 |...
1160[warn] 18 | )))(definition.inputTypes)),
1161[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:43:82 ------
1162[warn] 43 | morphir.sdk.list.Codec.encodeList(morphir.ir.value.Codec.encodePattern(encodeA))(arg3)
1163[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1164[warn] |Implicit parameters should be provided with a `using` clause.
1165[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1166[warn] |To disable the warning, please use the following option:
1167[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1168[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:67:82 ------
1169[warn] 67 | morphir.sdk.list.Codec.encodeList(morphir.ir.value.Codec.encodePattern(encodeA))(arg2)
1170[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1171[warn] |Implicit parameters should be provided with a `using` clause.
1172[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1173[warn] |To disable the warning, please use the following option:
1174[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1175[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:91:57 ------
1176[warn] 91 | ("""inputs""", morphir.sdk.list.Codec.encodeList(((specification: (morphir.ir.Name.Name, morphir.ir.Type.Type[Ta])) =>
1177[warn] | ^
1178[warn] |Implicit parameters should be provided with a `using` clause.
1179[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1180[warn] |To disable the warning, please use the following option:
1181[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1182[warn] |
1183[warn] 92 | io.circe.Json.arr(
1184[warn] 93 |...
1185[warn] 95 | )))(specification.inputs)),
1186[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:205:36 -----
1187[warn] 205 | morphir.ir.name.Codec.encodeName,
1188[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1189[warn] |Implicit parameters should be provided with a `using` clause.
1190[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1191[warn] |To disable the warning, please use the following option:
1192[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1193[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:220:80 -----
1194[warn] 220 | morphir.sdk.list.Codec.encodeList(morphir.ir.value.Codec.encodeValue(
1195[warn] | ^
1196[warn] |Implicit parameters should be provided with a `using` clause.
1197[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1198[warn] |To disable the warning, please use the following option:
1199[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1200[warn] |
1201[warn] 221 | encodeTa,
1202[warn] 222 | encodeVa
1203[warn] 223 | ))(arg2)
1204[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:239:46 -----
1205[warn] 239 | morphir.sdk.list.Codec.encodeList(((arg3: (morphir.ir.Value.Pattern[Va], morphir.ir.Value.Value[Ta, Va])) =>
1206[warn] | ^
1207[warn] |Implicit parameters should be provided with a `using` clause.
1208[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1209[warn] |To disable the warning, please use the following option:
1210[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1211[warn] |
1212[warn] 240 | io.circe.Json.arr(
1213[warn] 241 |...
1214[warn] 246 | )))(arg3)
1215[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:253:36 -----
1216[warn] 253 | morphir.ir.name.Codec.encodeName,
1217[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1218[warn] |Implicit parameters should be provided with a `using` clause.
1219[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1220[warn] |To disable the warning, please use the following option:
1221[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1222[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:270:80 -----
1223[warn] 270 | morphir.sdk.list.Codec.encodeList(morphir.ir.value.Codec.encodeValue(
1224[warn] | ^
1225[warn] |Implicit parameters should be provided with a `using` clause.
1226[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1227[warn] |To disable the warning, please use the following option:
1228[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1229[warn] |
1230[warn] 271 | encodeTa,
1231[warn] 272 | encodeVa
1232[warn] 273 | ))(arg2)
1233[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:289:36 -----
1234[warn] 289 | morphir.ir.name.Codec.encodeName,
1235[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1236[warn] |Implicit parameters should be provided with a `using` clause.
1237[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1238[warn] |To disable the warning, please use the following option:
1239[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1240[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:310:89 -----
1241[warn] 310 | inputTypes_ <- c.downField("""inputTypes""").as(morphir.sdk.list.Codec.decodeList(((c: io.circe.HCursor) =>
1242[warn] | ^
1243[warn] |Implicit parameters should be provided with a `using` clause.
1244[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1245[warn] |To disable the warning, please use the following option:
1246[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1247[warn] |
1248[warn] 311 | for {
1249[warn] 312 |...
1250[warn] 315 | } yield (arg1, arg2, arg3))))
1251[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:316:89 -----
1252[warn] 316 | outputType_ <- c.downField("""outputType""").as(morphir.ir._type.Codec.decodeType(decodeTa))
1253[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1254[warn] |Implicit parameters should be provided with a `using` clause.
1255[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1256[warn] |To disable the warning, please use the following option:
1257[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1258[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:317:78 -----
1259[warn] 317 | body_ <- c.downField("""body""").as(morphir.ir.value.Codec.decodeValue(
1260[warn] | ^
1261[warn] |Implicit parameters should be provided with a `using` clause.
1262[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1263[warn] |To disable the warning, please use the following option:
1264[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1265[warn] |
1266[warn] 318 | decodeTa,
1267[warn] 319 | decodeVa
1268[warn] 320 | ))
1269[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:332:97 -----
1270[warn] 332 | io.circe.Json.arr(io.circe.Json.fromString(str))))).downN(0).as(morphir.sdk.string.Codec.decodeString).flatMap(((tag) =>
1271[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1272[warn] |Implicit parameters should be provided with a `using` clause.
1273[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1274[warn] |To disable the warning, please use the following option:
1275[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1276[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:336:36 -----
1277[warn] 336 | arg1 <- c.downN(1).as(decodeA)
1278[warn] | ^^^^^^^
1279[warn] |Implicit parameters should be provided with a `using` clause.
1280[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1281[warn] |To disable the warning, please use the following option:
1282[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1283[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:337:72 -----
1284[warn] 337 | arg2 <- c.downN(2).as(morphir.ir.value.Codec.decodePattern(decodeA))
1285[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1286[warn] |Implicit parameters should be provided with a `using` clause.
1287[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1288[warn] |To disable the warning, please use the following option:
1289[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1290[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:338:58 -----
1291[warn] 338 | arg3 <- c.downN(3).as(morphir.ir.name.Codec.decodeName)
1292[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1293[warn] |Implicit parameters should be provided with a `using` clause.
1294[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1295[warn] |To disable the warning, please use the following option:
1296[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1297[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:346:36 -----
1298[warn] 346 | arg1 <- c.downN(1).as(decodeA)
1299[warn] | ^^^^^^^
1300[warn] |Implicit parameters should be provided with a `using` clause.
1301[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1302[warn] |To disable the warning, please use the following option:
1303[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1304[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:347:60 -----
1305[warn] 347 | arg2 <- c.downN(2).as(morphir.ir.fqname.Codec.decodeFQName)
1306[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1307[warn] |Implicit parameters should be provided with a `using` clause.
1308[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1309[warn] |To disable the warning, please use the following option:
1310[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1311[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:348:69 -----
1312[warn] 348 | arg3 <- c.downN(3).as(morphir.sdk.list.Codec.decodeList(morphir.ir.value.Codec.decodePattern(decodeA)))
1313[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1314[warn] |Implicit parameters should be provided with a `using` clause.
1315[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1316[warn] |To disable the warning, please use the following option:
1317[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1318[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:356:36 -----
1319[warn] 356 | arg1 <- c.downN(1).as(decodeA)
1320[warn] | ^^^^^^^
1321[warn] |Implicit parameters should be provided with a `using` clause.
1322[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1323[warn] |To disable the warning, please use the following option:
1324[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1325[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:360:36 -----
1326[warn] 360 | arg1 <- c.downN(1).as(decodeA)
1327[warn] | ^^^^^^^
1328[warn] |Implicit parameters should be provided with a `using` clause.
1329[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1330[warn] |To disable the warning, please use the following option:
1331[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1332[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:361:72 -----
1333[warn] 361 | arg2 <- c.downN(2).as(morphir.ir.value.Codec.decodePattern(decodeA))
1334[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1335[warn] |Implicit parameters should be provided with a `using` clause.
1336[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1337[warn] |To disable the warning, please use the following option:
1338[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1339[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:362:72 -----
1340[warn] 362 | arg3 <- c.downN(3).as(morphir.ir.value.Codec.decodePattern(decodeA))
1341[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1342[warn] |Implicit parameters should be provided with a `using` clause.
1343[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1344[warn] |To disable the warning, please use the following option:
1345[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1346[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:370:36 -----
1347[warn] 370 | arg1 <- c.downN(1).as(decodeA)
1348[warn] | ^^^^^^^
1349[warn] |Implicit parameters should be provided with a `using` clause.
1350[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1351[warn] |To disable the warning, please use the following option:
1352[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1353[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:371:61 -----
1354[warn] 371 | arg2 <- c.downN(2).as(morphir.ir.literal.Codec.decodeLiteral)
1355[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1356[warn] |Implicit parameters should be provided with a `using` clause.
1357[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1358[warn] |To disable the warning, please use the following option:
1359[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1360[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:378:36 -----
1361[warn] 378 | arg1 <- c.downN(1).as(decodeA)
1362[warn] | ^^^^^^^
1363[warn] |Implicit parameters should be provided with a `using` clause.
1364[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1365[warn] |To disable the warning, please use the following option:
1366[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1367[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:379:69 -----
1368[warn] 379 | arg2 <- c.downN(2).as(morphir.sdk.list.Codec.decodeList(morphir.ir.value.Codec.decodePattern(decodeA)))
1369[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1370[warn] |Implicit parameters should be provided with a `using` clause.
1371[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1372[warn] |To disable the warning, please use the following option:
1373[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1374[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:386:36 -----
1375[warn] 386 | arg1 <- c.downN(1).as(decodeA)
1376[warn] | ^^^^^^^
1377[warn] |Implicit parameters should be provided with a `using` clause.
1378[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1379[warn] |To disable the warning, please use the following option:
1380[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1381[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:390:36 -----
1382[warn] 390 | arg1 <- c.downN(1).as(decodeA)
1383[warn] | ^^^^^^^
1384[warn] |Implicit parameters should be provided with a `using` clause.
1385[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1386[warn] |To disable the warning, please use the following option:
1387[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1388[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:404:81 -----
1389[warn] 404 | inputs_ <- c.downField("""inputs""").as(morphir.sdk.list.Codec.decodeList(((c: io.circe.HCursor) =>
1390[warn] | ^
1391[warn] |Implicit parameters should be provided with a `using` clause.
1392[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1393[warn] |To disable the warning, please use the following option:
1394[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1395[warn] |
1396[warn] 405 | for {
1397[warn] 406 |...
1398[warn] 408 | } yield (arg1, arg2))))
1399[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:409:81 -----
1400[warn] 409 | output_ <- c.downField("""output""").as(morphir.ir._type.Codec.decodeType(decodeTa))
1401[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1402[warn] |Implicit parameters should be provided with a `using` clause.
1403[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1404[warn] |To disable the warning, please use the following option:
1405[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1406[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:426:97 -----
1407[warn] 426 | io.circe.Json.arr(io.circe.Json.fromString(str))))).downN(0).as(morphir.sdk.string.Codec.decodeString).flatMap(((tag) =>
1408[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1409[warn] |Implicit parameters should be provided with a `using` clause.
1410[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1411[warn] |To disable the warning, please use the following option:
1412[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1413[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:430:36 -----
1414[warn] 430 | arg1 <- c.downN(1).as(decodeVa)
1415[warn] | ^^^^^^^^
1416[warn] |Implicit parameters should be provided with a `using` clause.
1417[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1418[warn] |To disable the warning, please use the following option:
1419[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1420[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:431:70 -----
1421[warn] 431 | arg2 <- c.downN(2).as(morphir.ir.value.Codec.decodeValue(
1422[warn] | ^
1423[warn] |Implicit parameters should be provided with a `using` clause.
1424[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1425[warn] |To disable the warning, please use the following option:
1426[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1427[warn] |
1428[warn] 432 | decodeTa,
1429[warn] 433 | decodeVa
1430[warn] 434 | ))
1431[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:435:70 -----
1432[warn] 435 | arg3 <- c.downN(3).as(morphir.ir.value.Codec.decodeValue(
1433[warn] | ^
1434[warn] |Implicit parameters should be provided with a `using` clause.
1435[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1436[warn] |To disable the warning, please use the following option:
1437[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1438[warn] |
1439[warn] 436 | decodeTa,
1440[warn] 437 | decodeVa
1441[warn] 438 | ))
1442[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:446:36 -----
1443[warn] 446 | arg1 <- c.downN(1).as(decodeVa)
1444[warn] | ^^^^^^^^
1445[warn] |Implicit parameters should be provided with a `using` clause.
1446[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1447[warn] |To disable the warning, please use the following option:
1448[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1449[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:447:60 -----
1450[warn] 447 | arg2 <- c.downN(2).as(morphir.ir.fqname.Codec.decodeFQName)
1451[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1452[warn] |Implicit parameters should be provided with a `using` clause.
1453[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1454[warn] |To disable the warning, please use the following option:
1455[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1456[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:454:36 -----
1457[warn] 454 | arg1 <- c.downN(1).as(decodeVa)
1458[warn] | ^^^^^^^^
1459[warn] |Implicit parameters should be provided with a `using` clause.
1460[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1461[warn] |To disable the warning, please use the following option:
1462[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1463[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:455:72 -----
1464[warn] 455 | arg2 <- c.downN(2).as(morphir.ir.value.Codec.decodePattern(decodeVa))
1465[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1466[warn] |Implicit parameters should be provided with a `using` clause.
1467[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1468[warn] |To disable the warning, please use the following option:
1469[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1470[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:456:70 -----
1471[warn] 456 | arg3 <- c.downN(3).as(morphir.ir.value.Codec.decodeValue(
1472[warn] | ^
1473[warn] |Implicit parameters should be provided with a `using` clause.
1474[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1475[warn] |To disable the warning, please use the following option:
1476[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1477[warn] |
1478[warn] 457 | decodeTa,
1479[warn] 458 | decodeVa
1480[warn] 459 | ))
1481[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:460:70 -----
1482[warn] 460 | arg4 <- c.downN(4).as(morphir.ir.value.Codec.decodeValue(
1483[warn] | ^
1484[warn] |Implicit parameters should be provided with a `using` clause.
1485[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1486[warn] |To disable the warning, please use the following option:
1487[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1488[warn] |
1489[warn] 461 | decodeTa,
1490[warn] 462 | decodeVa
1491[warn] 463 | ))
1492[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:472:36 -----
1493[warn] 472 | arg1 <- c.downN(1).as(decodeVa)
1494[warn] | ^^^^^^^^
1495[warn] |Implicit parameters should be provided with a `using` clause.
1496[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1497[warn] |To disable the warning, please use the following option:
1498[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1499[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:473:70 -----
1500[warn] 473 | arg2 <- c.downN(2).as(morphir.ir.value.Codec.decodeValue(
1501[warn] | ^
1502[warn] |Implicit parameters should be provided with a `using` clause.
1503[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1504[warn] |To disable the warning, please use the following option:
1505[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1506[warn] |
1507[warn] 474 | decodeTa,
1508[warn] 475 | decodeVa
1509[warn] 476 | ))
1510[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:477:58 -----
1511[warn] 477 | arg3 <- c.downN(3).as(morphir.ir.name.Codec.decodeName)
1512[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1513[warn] |Implicit parameters should be provided with a `using` clause.
1514[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1515[warn] |To disable the warning, please use the following option:
1516[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1517[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:485:36 -----
1518[warn] 485 | arg1 <- c.downN(1).as(decodeVa)
1519[warn] | ^^^^^^^^
1520[warn] |Implicit parameters should be provided with a `using` clause.
1521[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1522[warn] |To disable the warning, please use the following option:
1523[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1524[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:486:58 -----
1525[warn] 486 | arg2 <- c.downN(2).as(morphir.ir.name.Codec.decodeName)
1526[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1527[warn] |Implicit parameters should be provided with a `using` clause.
1528[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1529[warn] |To disable the warning, please use the following option:
1530[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1531[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:493:36 -----
1532[warn] 493 | arg1 <- c.downN(1).as(decodeVa)
1533[warn] | ^^^^^^^^
1534[warn] |Implicit parameters should be provided with a `using` clause.
1535[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1536[warn] |To disable the warning, please use the following option:
1537[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1538[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:494:70 -----
1539[warn] 494 | arg2 <- c.downN(2).as(morphir.ir.value.Codec.decodeValue(
1540[warn] | ^
1541[warn] |Implicit parameters should be provided with a `using` clause.
1542[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1543[warn] |To disable the warning, please use the following option:
1544[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1545[warn] |
1546[warn] 495 | decodeTa,
1547[warn] 496 | decodeVa
1548[warn] 497 | ))
1549[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:498:70 -----
1550[warn] 498 | arg3 <- c.downN(3).as(morphir.ir.value.Codec.decodeValue(
1551[warn] | ^
1552[warn] |Implicit parameters should be provided with a `using` clause.
1553[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1554[warn] |To disable the warning, please use the following option:
1555[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1556[warn] |
1557[warn] 499 | decodeTa,
1558[warn] 500 | decodeVa
1559[warn] 501 | ))
1560[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:502:70 -----
1561[warn] 502 | arg4 <- c.downN(4).as(morphir.ir.value.Codec.decodeValue(
1562[warn] | ^
1563[warn] |Implicit parameters should be provided with a `using` clause.
1564[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1565[warn] |To disable the warning, please use the following option:
1566[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1567[warn] |
1568[warn] 503 | decodeTa,
1569[warn] 504 | decodeVa
1570[warn] 505 | ))
1571[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:514:36 -----
1572[warn] 514 | arg1 <- c.downN(1).as(decodeVa)
1573[warn] | ^^^^^^^^
1574[warn] |Implicit parameters should be provided with a `using` clause.
1575[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1576[warn] |To disable the warning, please use the following option:
1577[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1578[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:515:72 -----
1579[warn] 515 | arg2 <- c.downN(2).as(morphir.ir.value.Codec.decodePattern(decodeVa))
1580[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1581[warn] |Implicit parameters should be provided with a `using` clause.
1582[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1583[warn] |To disable the warning, please use the following option:
1584[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1585[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:516:70 -----
1586[warn] 516 | arg3 <- c.downN(3).as(morphir.ir.value.Codec.decodeValue(
1587[warn] | ^
1588[warn] |Implicit parameters should be provided with a `using` clause.
1589[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1590[warn] |To disable the warning, please use the following option:
1591[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1592[warn] |
1593[warn] 517 | decodeTa,
1594[warn] 518 | decodeVa
1595[warn] 519 | ))
1596[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:527:36 -----
1597[warn] 527 | arg1 <- c.downN(1).as(decodeVa)
1598[warn] | ^^^^^^^^
1599[warn] |Implicit parameters should be provided with a `using` clause.
1600[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1601[warn] |To disable the warning, please use the following option:
1602[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1603[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:528:58 -----
1604[warn] 528 | arg2 <- c.downN(2).as(morphir.ir.name.Codec.decodeName)
1605[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1606[warn] |Implicit parameters should be provided with a `using` clause.
1607[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1608[warn] |To disable the warning, please use the following option:
1609[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1610[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:529:75 -----
1611[warn] 529 | arg3 <- c.downN(3).as(morphir.ir.value.Codec.decodeDefinition(
1612[warn] | ^
1613[warn] |Implicit parameters should be provided with a `using` clause.
1614[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1615[warn] |To disable the warning, please use the following option:
1616[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1617[warn] |
1618[warn] 530 | decodeTa,
1619[warn] 531 | decodeVa
1620[warn] 532 | ))
1621[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:533:70 -----
1622[warn] 533 | arg4 <- c.downN(4).as(morphir.ir.value.Codec.decodeValue(
1623[warn] | ^
1624[warn] |Implicit parameters should be provided with a `using` clause.
1625[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1626[warn] |To disable the warning, please use the following option:
1627[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1628[warn] |
1629[warn] 534 | decodeTa,
1630[warn] 535 | decodeVa
1631[warn] 536 | ))
1632[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:545:36 -----
1633[warn] 545 | arg1 <- c.downN(1).as(decodeVa)
1634[warn] | ^^^^^^^^
1635[warn] |Implicit parameters should be provided with a `using` clause.
1636[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1637[warn] |To disable the warning, please use the following option:
1638[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1639[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:546:69 -----
1640[warn] 546 | arg2 <- c.downN(2).as(morphir.sdk.dict.Codec.decodeDict(
1641[warn] | ^
1642[warn] |Implicit parameters should be provided with a `using` clause.
1643[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1644[warn] |To disable the warning, please use the following option:
1645[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1646[warn] |
1647[warn] 547 | morphir.ir.name.Codec.decodeName,
1648[warn] 548 |...
1649[warn] 552 | ))
1650[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:553:70 -----
1651[warn] 553 | arg3 <- c.downN(3).as(morphir.ir.value.Codec.decodeValue(
1652[warn] | ^
1653[warn] |Implicit parameters should be provided with a `using` clause.
1654[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1655[warn] |To disable the warning, please use the following option:
1656[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1657[warn] |
1658[warn] 554 | decodeTa,
1659[warn] 555 | decodeVa
1660[warn] 556 | ))
1661[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:564:36 -----
1662[warn] 564 | arg1 <- c.downN(1).as(decodeVa)
1663[warn] | ^^^^^^^^
1664[warn] |Implicit parameters should be provided with a `using` clause.
1665[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1666[warn] |To disable the warning, please use the following option:
1667[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1668[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:565:69 -----
1669[warn] 565 | arg2 <- c.downN(2).as(morphir.sdk.list.Codec.decodeList(morphir.ir.value.Codec.decodeValue(
1670[warn] | ^
1671[warn] |Implicit parameters should be provided with a `using` clause.
1672[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1673[warn] |To disable the warning, please use the following option:
1674[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1675[warn] |
1676[warn] 566 | decodeTa,
1677[warn] 567 | decodeVa
1678[warn] 568 | )))
1679[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:575:36 -----
1680[warn] 575 | arg1 <- c.downN(1).as(decodeVa)
1681[warn] | ^^^^^^^^
1682[warn] |Implicit parameters should be provided with a `using` clause.
1683[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1684[warn] |To disable the warning, please use the following option:
1685[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1686[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:576:61 -----
1687[warn] 576 | arg2 <- c.downN(2).as(morphir.ir.literal.Codec.decodeLiteral)
1688[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1689[warn] |Implicit parameters should be provided with a `using` clause.
1690[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1691[warn] |To disable the warning, please use the following option:
1692[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1693[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:583:36 -----
1694[warn] 583 | arg1 <- c.downN(1).as(decodeVa)
1695[warn] | ^^^^^^^^
1696[warn] |Implicit parameters should be provided with a `using` clause.
1697[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1698[warn] |To disable the warning, please use the following option:
1699[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1700[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:584:70 -----
1701[warn] 584 | arg2 <- c.downN(2).as(morphir.ir.value.Codec.decodeValue(
1702[warn] | ^
1703[warn] |Implicit parameters should be provided with a `using` clause.
1704[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1705[warn] |To disable the warning, please use the following option:
1706[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1707[warn] |
1708[warn] 585 | decodeTa,
1709[warn] 586 | decodeVa
1710[warn] 587 | ))
1711[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:588:69 -----
1712[warn] 588 | arg3 <- c.downN(3).as(morphir.sdk.list.Codec.decodeList(((c: io.circe.HCursor) =>
1713[warn] | ^
1714[warn] |Implicit parameters should be provided with a `using` clause.
1715[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1716[warn] |To disable the warning, please use the following option:
1717[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1718[warn] |
1719[warn] 589 | for {
1720[warn] 590 |...
1721[warn] 595 | } yield (arg1, arg2))))
1722[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:603:36 -----
1723[warn] 603 | arg1 <- c.downN(1).as(decodeVa)
1724[warn] | ^^^^^^^^
1725[warn] |Implicit parameters should be provided with a `using` clause.
1726[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1727[warn] |To disable the warning, please use the following option:
1728[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1729[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:604:69 -----
1730[warn] 604 | arg2 <- c.downN(2).as(morphir.sdk.dict.Codec.decodeDict(
1731[warn] | ^
1732[warn] |Implicit parameters should be provided with a `using` clause.
1733[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1734[warn] |To disable the warning, please use the following option:
1735[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1736[warn] |
1737[warn] 605 | morphir.ir.name.Codec.decodeName,
1738[warn] 606 |...
1739[warn] 610 | ))
1740[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:617:36 -----
1741[warn] 617 | arg1 <- c.downN(1).as(decodeVa)
1742[warn] | ^^^^^^^^
1743[warn] |Implicit parameters should be provided with a `using` clause.
1744[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1745[warn] |To disable the warning, please use the following option:
1746[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1747[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:618:60 -----
1748[warn] 618 | arg2 <- c.downN(2).as(morphir.ir.fqname.Codec.decodeFQName)
1749[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1750[warn] |Implicit parameters should be provided with a `using` clause.
1751[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1752[warn] |To disable the warning, please use the following option:
1753[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1754[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:625:36 -----
1755[warn] 625 | arg1 <- c.downN(1).as(decodeVa)
1756[warn] | ^^^^^^^^
1757[warn] |Implicit parameters should be provided with a `using` clause.
1758[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1759[warn] |To disable the warning, please use the following option:
1760[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1761[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:626:69 -----
1762[warn] 626 | arg2 <- c.downN(2).as(morphir.sdk.list.Codec.decodeList(morphir.ir.value.Codec.decodeValue(
1763[warn] | ^
1764[warn] |Implicit parameters should be provided with a `using` clause.
1765[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1766[warn] |To disable the warning, please use the following option:
1767[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1768[warn] |
1769[warn] 627 | decodeTa,
1770[warn] 628 | decodeVa
1771[warn] 629 | )))
1772[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:636:36 -----
1773[warn] 636 | arg1 <- c.downN(1).as(decodeVa)
1774[warn] | ^^^^^^^^
1775[warn] |Implicit parameters should be provided with a `using` clause.
1776[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1777[warn] |To disable the warning, please use the following option:
1778[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1779[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:640:36 -----
1780[warn] 640 | arg1 <- c.downN(1).as(decodeVa)
1781[warn] | ^^^^^^^^
1782[warn] |Implicit parameters should be provided with a `using` clause.
1783[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1784[warn] |To disable the warning, please use the following option:
1785[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1786[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:641:70 -----
1787[warn] 641 | arg2 <- c.downN(2).as(morphir.ir.value.Codec.decodeValue(
1788[warn] | ^
1789[warn] |Implicit parameters should be provided with a `using` clause.
1790[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1791[warn] |To disable the warning, please use the following option:
1792[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1793[warn] |
1794[warn] 642 | decodeTa,
1795[warn] 643 | decodeVa
1796[warn] 644 | ))
1797[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:645:69 -----
1798[warn] 645 | arg3 <- c.downN(3).as(morphir.sdk.dict.Codec.decodeDict(
1799[warn] | ^
1800[warn] |Implicit parameters should be provided with a `using` clause.
1801[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1802[warn] |To disable the warning, please use the following option:
1803[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1804[warn] |
1805[warn] 646 | morphir.ir.name.Codec.decodeName,
1806[warn] 647 |...
1807[warn] 651 | ))
1808[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:659:36 -----
1809[warn] 659 | arg1 <- c.downN(1).as(decodeVa)
1810[warn] | ^^^^^^^^
1811[warn] |Implicit parameters should be provided with a `using` clause.
1812[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1813[warn] |To disable the warning, please use the following option:
1814[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1815[warn] -- Warning: /build/repo/morphir/ir/src/morphir/ir/value/Codec.scala:660:58 -----
1816[warn] 660 | arg2 <- c.downN(2).as(morphir.ir.name.Codec.decodeName)
1817[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1818[warn] |Implicit parameters should be provided with a `using` clause.
1819[warn] |This code can be rewritten automatically under -rewrite -source 3.7-migration.
1820[warn] |To disable the warning, please use the following option:
1821[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
1822[warn] 186 warnings found
1823[info] done compiling
1824Successfully evaluated morphir[3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY].ir.jvm.compile
1825Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1826Skipping unused scalacOptions: -Xignore-scala2-macros, -Xkind-projector, -Yretain-trees
1827Option -classpath was updated
18282 warnings found
1829Following generated file paths might not be compatible with Jekyll:
1830morphir/ir/_type/Codec$
1831morphir/ir/_package
1832morphir/ir/_package/Codec$
1833morphir/ir/_type
1834If using GitHub Pages consider adding a ".nojekyll" file.
1835Successfully evaluated morphir[3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY].ir.jvm.docJar
1836Failed to resolve scalaVersion, assume it's Scala 3 project
1837OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
1838OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
1839Successfully evaluated morphir[3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY].ir.jvm.test.compile
1840PUBLISH_AS_SNAPSHOT: false
1841PUBLISH_AS_SNAPSHOT: false
1842PUBLISH_AS_SNAPSHOT: false
1843Publishing Artifact(org.morphir,morphir-ir_3,0.21.0-DIRTY915254d5) to ivy repo /root/.ivy2/local
1844Successfully evaluated morphir[3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY].ir.jvm.publishLocal
1845
1846Starting build for morphir-sdk-core - [1/3]
1847Successfully evaluated morphir[3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY].sdk.core.jvm.compile
1848Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1849Skipping unused scalacOptions: -Xignore-scala2-macros, -Xkind-projector, -Yretain-trees
1850Option -classpath was updated
1851-- Warning: /build/repo/morphir/sdk/core/jvm/src/morphir/sdk/UUID.scala:37:14 --
185237 | @inline def from(msb: Long, lsb: Long): UUID = MUUID.from(msb, lsb)
1853 | ^
1854 | Couldn't resolve a member for the given link query: _root_.scala.Long
1855-- Warning: /build/repo/morphir/sdk/core/jvm/src/morphir/sdk/UUID.scala:52:14 --
185652 | @inline def parse(s: String): Either[Error, UUID] = {
1857 | ^
1858 |Couldn't resolve a member for the given link query: _root_.scala.util.Right
1859-- Warning: /build/repo/morphir/sdk/core/jvm/src/morphir/sdk/UUID.scala:73:14 --
186073 | @inline def fromUUID(juuid: JUUID): UUID = MUUID.fromUUID(juuid)
1861 | ^
1862 | Couldn't resolve a member for the given link query: JUUID
18635 warnings found
1864Successfully evaluated morphir[3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY].sdk.core.jvm.docJar
1865Failed to resolve scalaVersion, assume it's Scala 3 project
1866[info] compiling 17 Scala sources to /build/repo/out/morphir/3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/sdk/core/jvm/test/compile.dest/classes ...
1867[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1868[warn] -- Warning: /build/repo/morphir/sdk/core/test/src/morphir/sdk/CharSpec.scala:30:9
1869[warn] 30 | ): _*
1870[warn] | ^
1871[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
1872[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1873[warn] -- Warning: /build/repo/morphir/sdk/core/test/src/morphir/sdk/CharSpec.scala:41:9
1874[warn] 41 | ): _*
1875[warn] | ^
1876[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
1877[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1878[warn] -- Warning: /build/repo/morphir/sdk/core/test/src/morphir/sdk/CharSpec.scala:53:9
1879[warn] 53 | ): _*
1880[warn] | ^
1881[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
1882[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1883[warn] -- Warning: /build/repo/morphir/sdk/core/test/src/morphir/sdk/CharSpec.scala:65:9
1884[warn] 65 | ): _*
1885[warn] | ^
1886[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
1887[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1888[warn] -- Warning: /build/repo/morphir/sdk/core/test/src/morphir/sdk/CharSpec.scala:80:9
1889[warn] 80 | ): _*
1890[warn] | ^
1891[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
1892[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1893[warn] -- Warning: /build/repo/morphir/sdk/core/test/src/morphir/sdk/CharSpec.scala:92:9
1894[warn] 92 | ): _*
1895[warn] | ^
1896[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
1897[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1898[warn] -- Warning: /build/repo/morphir/sdk/core/test/src/morphir/sdk/CharSpec.scala:104:9
1899[warn] 104 | ): _*
1900[warn] | ^
1901[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
1902[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1903[warn] -- Warning: /build/repo/morphir/sdk/core/test/src/morphir/sdk/RegexSpec.scala:32:9
1904[warn] 32 | }: _*
1905[warn] | ^
1906[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
1907[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1908[warn] -- Warning: /build/repo/morphir/sdk/core/test/src/morphir/sdk/RegexSpec.scala:45:9
1909[warn] 45 | }: _*
1910[warn] | ^
1911[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
1912[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1913[warn] -- Warning: /build/repo/morphir/sdk/core/test/src/morphir/sdk/RuleSpec.scala:39:9
1914[warn] 39 | ): _*
1915[warn] | ^
1916[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
1917[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1918[warn] -- Warning: /build/repo/morphir/sdk/core/test/src/morphir/sdk/StringSpec.scala:29:9
1919[warn] 29 | ): _*
1920[warn] | ^
1921[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
1922[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1923[warn] -- Warning: /build/repo/morphir/sdk/core/test/src/morphir/sdk/StringSpec.scala:35:9
1924[warn] 35 | ): _*
1925[warn] | ^
1926[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
1927[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1928[warn] -- Warning: /build/repo/morphir/sdk/core/test/src/morphir/sdk/StringSpec.scala:41:9
1929[warn] 41 | ): _*
1930[warn] | ^
1931[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
1932[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1933[warn] -- Warning: /build/repo/morphir/sdk/core/test/src/morphir/sdk/StringSpec.scala:46:9
1934[warn] 46 | ): _*
1935[warn] | ^
1936[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
1937[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1938[warn] -- Warning: /build/repo/morphir/sdk/core/test/src/morphir/sdk/StringSpec.scala:52:9
1939[warn] 52 | ): _*
1940[warn] | ^
1941[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
1942[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1943[warn] -- Warning: /build/repo/morphir/sdk/core/test/src/morphir/sdk/StringSpec.scala:58:9
1944[warn] 58 | ): _*
1945[warn] | ^
1946[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
1947[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1948[warn] -- Warning: /build/repo/morphir/sdk/core/test/src/morphir/sdk/StringSpec.scala:63:9
1949[warn] 63 | ): _*
1950[warn] | ^
1951[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
1952[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1953[warn] -- Warning: /build/repo/morphir/sdk/core/test/src/morphir/sdk/StringSpec.scala:70:9
1954[warn] 70 | ): _*
1955[warn] | ^
1956[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
1957[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1958[warn] 19 warnings found
1959[info] done compiling
1960Successfully evaluated morphir[3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY].sdk.core.jvm.test.compile
1961PUBLISH_AS_SNAPSHOT: false
1962Publishing Artifact(org.morphir,morphir-sdk-core_3,0.21.0-DIRTY915254d5) to ivy repo /root/.ivy2/local
1963Successfully evaluated morphir[3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY].sdk.core.jvm.publishLocal
1964
1965Starting build for morphir-sdk-json - [2/3]
1966Successfully evaluated morphir[3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY].sdk.json.jvm.compile
1967Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1968Skipping unused scalacOptions: -Xignore-scala2-macros, -Xkind-projector, -Yretain-trees
1969Option -classpath was updated
19702 warnings found
1971Successfully evaluated morphir[3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY].sdk.json.jvm.docJar
1972Failed to resolve scalaVersion, assume it's Scala 3 project
1973Successfully evaluated morphir[3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY].sdk.json.jvm.test.compile
1974PUBLISH_AS_SNAPSHOT: false
1975PUBLISH_AS_SNAPSHOT: false
1976Publishing Artifact(org.morphir,morphir-sdk-json_3,0.21.0-DIRTY915254d5) to ivy repo /root/.ivy2/local
1977Successfully evaluated morphir[3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY].sdk.json.jvm.publishLocal
1978
1979************************
1980Build summary:
1981[{
1982 "module": "morphir-ir",
1983 "compile": {"status": "ok", "tookMs": 37017, "warnings": 0, "errors": 0},
1984 "doc": {"status": "ok", "tookMs": 10698, "files": 1, "totalSizeKb": 3184},
1985 "test-compile": {"status": "ok", "tookMs": 753, "warnings": 0, "errors": 0},
1986 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1987 "publish": {"status": "ok", "tookMs": 503},
1988 "metadata": {
1989 "crossScalaVersions": ["2.13.15", "3.3.4", "2.12.20"]
1990}
1991},{
1992 "module": "morphir-sdk-core",
1993 "compile": {"status": "ok", "tookMs": 37, "warnings": 0, "errors": 0},
1994 "doc": {"status": "ok", "tookMs": 7936, "files": 1, "totalSizeKb": 2995},
1995 "test-compile": {"status": "ok", "tookMs": 20515, "warnings": 0, "errors": 0},
1996 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1997 "publish": {"status": "ok", "tookMs": 135},
1998 "metadata": {
1999 "crossScalaVersions": ["2.13.15", "3.3.4", "2.12.20"]
2000}
2001},{
2002 "module": "morphir-sdk-json",
2003 "compile": {"status": "ok", "tookMs": 47, "warnings": 0, "errors": 0},
2004 "doc": {"status": "ok", "tookMs": 3924, "files": 1, "totalSizeKb": 2703},
2005 "test-compile": {"status": "ok", "tookMs": 399, "warnings": 0, "errors": 0},
2006 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2007 "publish": {"status": "ok", "tookMs": 124},
2008 "metadata": {
2009 "crossScalaVersions": ["2.13.15", "3.3.4", "2.12.20"]
2010}
2011}]
2012************************"
2013
2014Checking patch mill-build/src/millbuild/CommonCrossScalaModule.scala...
2015Checking patch build.mill.scala...
2016Checking patch .mill-version...
2017Checking patch .mill-jvm-opts...
2018Applied patch mill-build/src/millbuild/CommonCrossScalaModule.scala cleanly.
2019Applied patch build.mill.scala cleanly.
2020Applied patch .mill-version cleanly.
2021Applied patch .mill-jvm-opts cleanly.