File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,7 @@ Table of Contents
25
25
- [Migrating from 1.x <a id="migrating"></a>](#migrating-from-1x-a-id%22migrating%22a)
26
26
- [Play 2.4.x <a id="play24x"></a>](#play-24x-a-id%22play24x%22a)
27
27
- [Play 2.5.x <a id="play25x"></a>](#play-25x-a-id%22play25x%22a)
28
-
29
- ** Scala3 support?** See [ this issue] ( https://github.com/softwaremill/macwire/issues/159 )
28
+ - [ Scala3 support] ( #scala3-support )
30
29
31
30
MacWire
32
31
=======
@@ -759,6 +758,19 @@ class AppApplicationLoader extends ApplicationLoader {
759
758
}
760
759
````
761
760
761
+ Scala3 support
762
+ --------
763
+ The Scala3 version is meant to be compatible with Scala2 where possible. Currently there is a few missing features:
764
+ * wire from parent scope https://github.com/lampepfl/dotty/issues/13105
765
+ * wire from imports https://github.com/lampepfl/dotty/issues/12965
766
+ * wire in pattern matching
767
+ * ` wiredInModule `
768
+ * ` @Module `
769
+
770
+ For full list of incompatibilities take a look at ` tests/src/test/resources/test-cases ` and ` util-tests/src/test/resources/test-cases `
771
+
772
+
773
+
762
774
There's also a [ G8 template available] ( https://github.com/lloydmeta/ctdi-play.g8 ) which can be used with ` sbt new ` .
763
775
764
776
## Commercial Support
You can’t perform that action at this time.
0 commit comments