From 4a273659e0e25ccfe7ea9d4eafa4a9c87ee2fc82 Mon Sep 17 00:00:00 2001 From: Eugene Burmako Date: Sat, 10 Aug 2013 15:16:09 +0200 Subject: kills introduceTopLevel As we've figured out from the practice, introduceTopLevel is seductively useful but unfortunately not robust, potentially bringing compilation order problems. Therefore, as discussed, I'm removing it from the public macro API. Alternatives are either: 1) delving into internals, or 2) using macro paradise and experimenting with macro annotations: http://docs.scala-lang.org/overviews/macros/annotations.html. --- test/files/run/macro-toplevel-companion-b.flags | 1 - 1 file changed, 1 deletion(-) delete mode 100644 test/files/run/macro-toplevel-companion-b.flags (limited to 'test/files/run/macro-toplevel-companion-b.flags') diff --git a/test/files/run/macro-toplevel-companion-b.flags b/test/files/run/macro-toplevel-companion-b.flags deleted file mode 100644 index cd66464f2f..0000000000 --- a/test/files/run/macro-toplevel-companion-b.flags +++ /dev/null @@ -1 +0,0 @@ --language:experimental.macros \ No newline at end of file -- cgit v1.2.3