From af4dccc6900f7b2970420c2de9b398f102af2ef3 Mon Sep 17 00:00:00 2001 From: Jason Zaugg Date: Tue, 14 Jan 2014 14:56:00 +0100 Subject: Update TODO comment about pres. compiler friendliness. --- src/main/scala/scala/async/internal/AsyncMacro.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/scala/scala/async/internal/AsyncMacro.scala b/src/main/scala/scala/async/internal/AsyncMacro.scala index 79f544c..e3400b4 100644 --- a/src/main/scala/scala/async/internal/AsyncMacro.scala +++ b/src/main/scala/scala/async/internal/AsyncMacro.scala @@ -36,7 +36,7 @@ private[async] trait AsyncMacro // Have your cake : Scala IDE sees original trees and hyperlinking, etc within async blocks "Just Works" // Eat it too : (domain specific errors like "unsupported use of await" // - // TODO roll this idea back into scala/scala + // TODO remove this once we unsupport 2.10.x, scalac 2.11 does this automatically. import global.Tree type Suppress = { def suppressMacroExpansion(a: Tree): Tree } -- cgit v1.2.3