Commit a234eee
authored
* Use custom scala version
* Use `-Xsource:3`
* Use kind-projector `underscore-placeholders`
* Swap ? and _ with new kind-projector & `-Xsource:3`
* Workaround `scala.reflect.internal.FatalError:[error] NoSymbol.clone()` error that happens on `Universe with Singleton` matches on 2.13.6-SNAPSHOT
* regenerate build
* `-Xsource:3` fixes
* Add 2.12 support
* Update to Scala 2.13.6
* Return older implementations without FatalError
* Add `nowarn`s for scala/bug#12398
* Update to Scala 2.12.14
* fix build
* fix build
* regenerate build
* Fix regression introduced in `Return older implementations without FatalError`
* Fix unintended `?`->`_` replacements
* remove remaining `*` placeholders
* Disable `-Xsource:3` in docs due to mdoc failures:
```
error: basics.md:97 (mdoc generated code) could not find implicit value for parameter t: pprint.TPrint[zio.ZIO[zio.Has[zio.console.Console.Service],Throwable,β$0$]]
val injector: Injector[RIO[Console, _]] = Injector[RIO[Console, _]](); $doc.binder(injector, 2, 4, 2, 12)
^
error: basics.md:109 (mdoc generated code) could not find implicit value for parameter t: pprint.TPrint[zio.ZIO[zio.Has[zio.console.Console.Service],Throwable,β$0$]]
val resource = injector.produce(plan); $doc.binder(resource, 4, 4, 4, 12)
^
error: basics.md:1359 (mdoc generated code) could not find implicit value for parameter t: pprint.TPrint[zio.ZIO[zio.Has[zio.console.Console.Service],Throwable,β$9$]]
val res51 = chooseInterpreters(true); $doc.binder(res51, 26, 0, 26, 24)
```
* Enable -Xsource:3 in unidoc after disabling in mdoc
1 parent d6c0075 commit a234eee
File tree
137 files changed
+901
-737
lines changed- distage
- distage-core-api
- .js/src/main/scala/izumi/distage/model
- effect
- reflection
- .jvm/src/main/scala/izumi/distage/model
- effect
- reflection
- src
- main/scala/izumi/distage
- constructors/macros
- model
- definition
- dsl
- effect
- exceptions
- plan
- providers
- provisioning/proxies
- reflection
- macros
- reflection
- test/scala/izumi
- distage-core-proxy-cglib/src/main/scala/izumi/distage/provisioning/strategies/cglib
- exceptions
- distage-core
- .jvm/src
- main/scala/izumi/distage/provisioning/strategies
- test/scala/izumi/distage
- compat
- injector
- src
- main/scala
- distage
- izumi/distage
- modules
- support
- typeclass
- provisioning/strategies
- test/scala/izumi/distage
- compat
- fixtures
- injector
- distage-extension-config/src/test/scala/izumi/distage
- config
- impl
- distage-extension-logstage/src/main/scala/izumi/logstage/distage
- distage-extension-plugins/src/main/scala/izumi/distage/plugins/load
- distage-framework-api/src/main/scala/izumi/distage/roles/model
- meta
- distage-framework-docker/src
- main/scala/izumi/distage/docker
- healthcheck
- test/scala/izumi/distage/testkit/docker
- distage-framework/src
- main
- scala_2.12/izumi/distage/framework
- scala_2.13/izumi/distage/framework
- scala/izumi/distage/roles
- launcher
- test/scala
- com/github/pshirshov/test/plugins
- izumi/distage/roles/test
- distage-testkit-core/src/main/scala/izumi/distage/testkit
- services
- dstest
- distage-testkit-scalatest/src
- main/scala/izumi/distage/testkit
- scalatest
- services/scalatest/dstest
- test/scala/izumi/distage/testkit/distagesuite/integration
- doc/microsite/src/main/tut/distage
- fundamentals
- fundamentals-bio
- .jvm/src
- main/scala/izumi/functional/bio
- test/scala/izumi/functional/bio
- laws
- test
- src
- main/scala/izumi/functional
- bio
- data
- impl
- syntax
- mono
- test/scala/izumi
- functional
- fundamentals/bio/test
- fundamentals-collections/src/main/scala/izumi/fundamentals
- collections
- graphs
- fundamentals-language/src/main/scala/izumi/fundamentals/platform/language
- fundamentals-platform/.jvm/src/main/scala/izumi/fundamentals/platform/resources
- fundamentals-reflection/src/main
- scala_2.13/izumi/fundamentals/reflection
- scala/izumi/fundamentals/reflection
- logstage/logstage-core
- .jvm/src
- main/scala/izumi/logstage/sink/file/models
- test/scala/izumi/logstage
- src/main/scala
- izumi/logstage/api/logger
- logstage
- strict
- project
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
137 files changed
+901
-737
lines changedLarge diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
19 | | - | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
52 | | - | |
| 53 | + | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| 118 | + | |
118 | 119 | | |
119 | 120 | | |
120 | 121 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
Lines changed: 29 additions & 29 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
332 | 332 | | |
333 | 333 | | |
334 | 334 | | |
335 | | - | |
| 335 | + | |
336 | 336 | | |
337 | 337 | | |
338 | 338 | | |
339 | 339 | | |
340 | | - | |
| 340 | + | |
341 | 341 | | |
342 | 342 | | |
343 | 343 | | |
| |||
440 | 440 | | |
441 | 441 | | |
442 | 442 | | |
443 | | - | |
444 | | - | |
| 443 | + | |
| 444 | + | |
445 | 445 | | |
446 | 446 | | |
447 | 447 | | |
| |||
539 | 539 | | |
540 | 540 | | |
541 | 541 | | |
542 | | - | |
| 542 | + | |
543 | 543 | | |
544 | 544 | | |
545 | 545 | | |
| |||
558 | 558 | | |
559 | 559 | | |
560 | 560 | | |
561 | | - | |
562 | | - | |
| 561 | + | |
| 562 | + | |
563 | 563 | | |
564 | 564 | | |
565 | | - | |
566 | | - | |
| 565 | + | |
| 566 | + | |
567 | 567 | | |
568 | 568 | | |
569 | 569 | | |
| |||
623 | 623 | | |
624 | 624 | | |
625 | 625 | | |
626 | | - | |
| 626 | + | |
627 | 627 | | |
628 | 628 | | |
629 | 629 | | |
| |||
803 | 803 | | |
804 | 804 | | |
805 | 805 | | |
806 | | - | |
| 806 | + | |
807 | 807 | | |
808 | 808 | | |
809 | 809 | | |
| |||
1062 | 1062 | | |
1063 | 1063 | | |
1064 | 1064 | | |
1065 | | - | |
1066 | | - | |
| 1065 | + | |
| 1066 | + | |
1067 | 1067 | | |
1068 | 1068 | | |
1069 | | - | |
| 1069 | + | |
1070 | 1070 | | |
1071 | 1071 | | |
1072 | 1072 | | |
| |||
1090 | 1090 | | |
1091 | 1091 | | |
1092 | 1092 | | |
1093 | | - | |
1094 | | - | |
| 1093 | + | |
| 1094 | + | |
1095 | 1095 | | |
1096 | | - | |
| 1096 | + | |
1097 | 1097 | | |
1098 | 1098 | | |
1099 | 1099 | | |
| |||
1228 | 1228 | | |
1229 | 1229 | | |
1230 | 1230 | | |
1231 | | - | |
| 1231 | + | |
1232 | 1232 | | |
1233 | | - | |
1234 | | - | |
| 1233 | + | |
| 1234 | + | |
1235 | 1235 | | |
1236 | 1236 | | |
1237 | 1237 | | |
1238 | 1238 | | |
1239 | 1239 | | |
1240 | | - | |
| 1240 | + | |
1241 | 1241 | | |
1242 | 1242 | | |
1243 | 1243 | | |
1244 | 1244 | | |
1245 | 1245 | | |
1246 | | - | |
| 1246 | + | |
1247 | 1247 | | |
1248 | 1248 | | |
1249 | 1249 | | |
| |||
1255 | 1255 | | |
1256 | 1256 | | |
1257 | 1257 | | |
1258 | | - | |
1259 | | - | |
1260 | | - | |
| 1258 | + | |
| 1259 | + | |
| 1260 | + | |
1261 | 1261 | | |
1262 | 1262 | | |
1263 | | - | |
1264 | | - | |
| 1263 | + | |
| 1264 | + | |
1265 | 1265 | | |
1266 | 1266 | | |
1267 | 1267 | | |
| |||
1270 | 1270 | | |
1271 | 1271 | | |
1272 | 1272 | | |
1273 | | - | |
| 1273 | + | |
1274 | 1274 | | |
1275 | 1275 | | |
1276 | 1276 | | |
1277 | 1277 | | |
1278 | | - | |
| 1278 | + | |
1279 | 1279 | | |
1280 | 1280 | | |
1281 | 1281 | | |
| |||
0 commit comments