Last active
July 17, 2021 02:59
-
-
Save ScalaWilliam/03178a80dd0b49da66e0a90c640a4045 to your computer and use it in GitHub Desktop.
Revisions
-
ScalaWilliam revised this gist
Jul 17, 2021 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ - Java's VarHandles and MethodHandles not supported. Used for interfacting with native libraries and some meta-stuff: https://github.com/lampepfl/dotty/issues/11332 - effectively a regression - scalatags unavailable https://github.com/com-lihaoyi/scalatags - cats-tagless unavailable https://github.com/typelevel/cats-tagless/issues/170 -
ScalaWilliam created this gist
Jul 17, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ - Java's VarHandles not supported. Used for interfacting with native libraries: https://github.com/lampepfl/dotty/issues/11332 - effectively a regression - scalatags unavailable https://github.com/com-lihaoyi/scalatags - cats-tagless unavailable https://github.com/typelevel/cats-tagless/issues/170 - macro framework incomplete https://github.com/lampepfl/dotty/issues/11685