compiler-plugin
Here are 61 public repositories matching this topic...
-
Updated
Jul 15, 2020 - Scala
-
Updated
Jul 10, 2018 - Scala
-
Updated
Jul 23, 2020 - Scala
Parent issue: #335
Every plugin must be able to use all properties to construct the exact PSI element being fed in to achieve isomorphism between Quote and Scope. To ensure that AST parsing and our quote-and-template system is robust, more testing is needed to increase stability and reliability.
Checklist for WhenExpression
- Destructure and make available all methods related to re
-
Updated
Aug 9, 2020 - Kotlin
-
Updated
Aug 27, 2020 - Kotlin
-
Updated
Aug 15, 2020 - Kotlin
-
Updated
Jun 29, 2018 - C#
-
Updated
Aug 28, 2020 - Scala
-
Updated
Jan 13, 2020 - Scala
In scalaz/scalaz#1958 @fommil uses this optimization:
fa match {
case Right(b) => f(b)
case Left(a) => Left(a)
}
fa match {
case Right(b) => f(b)
case a => a.asInstanceOf[Either[L, B]]
}
perhaps we could detect this particular case and optimize it automatically.
-
Updated
May 2, 2020 - Haskell
-
Updated
Aug 27, 2020 - Kotlin
-
Updated
Jul 26, 2020 - Scala
-
Updated
Jul 17, 2020 - Kotlin
-
Updated
Feb 22, 2018 - C#
-
Updated
Mar 2, 2020 - Kotlin
-
Updated
Jun 21, 2019
-
Updated
Dec 3, 2017 - Rust
-
Updated
Jan 5, 2020 - Kotlin
-
Updated
Aug 8, 2020 - Kotlin
-
Updated
May 7, 2020 - Emacs Lisp
-
Updated
Aug 31, 2020 - C++
-
Updated
Mar 10, 2020 - Kotlin
-
Updated
Mar 16, 2016 - Scala
-
Updated
Jul 3, 2018 - Scala
Improve this page
Add a description, image, and links to the compiler-plugin topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the compiler-plugin topic, visit your repo's landing page and select "manage topics."