From e5161f01111c88de4f890c7541a6ff5e7be58916 Mon Sep 17 00:00:00 2001 From: Eugene Burmako Date: Fri, 20 Jul 2012 12:55:27 +0200 Subject: evicts calls to reify from our codebase Until reflection design is stabilized (i.e. 2.10.0 final is released), it's a good idea to refrain from using reify in our codebase (either directly in quasiquotes, or indirectly via materialized type tags). This increases the percentage of changes to reflection that don't require rebuilding the starr. The change to build.xml will expose reifications going on during our build (by printing out their results to the console, so that they bug everyone), making it easier to spot and fix them. --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.xml') diff --git a/build.xml b/build.xml index 8fa1b9cd76..160a699ca2 100644 --- a/build.xml +++ b/build.xml @@ -397,7 +397,7 @@ INITIALISATION - +