Skip to content

Instantly share code, notes, and snippets.

@ScalaWilliam
Last active July 17, 2021 02:59
Show Gist options
  • Select an option

  • Save ScalaWilliam/03178a80dd0b49da66e0a90c640a4045 to your computer and use it in GitHub Desktop.

Select an option

Save ScalaWilliam/03178a80dd0b49da66e0a90c640a4045 to your computer and use it in GitHub Desktop.

Revisions

  1. ScalaWilliam revised this gist Jul 17, 2021. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion missing.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    - Java's VarHandles not supported. Used for interfacting with native libraries: https://github.com/lampepfl/dotty/issues/11332
    - 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
  2. ScalaWilliam created this gist Jul 17, 2021.
    5 changes: 5 additions & 0 deletions missing.md
    Original 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