From 4f4c34f3f52b87057626682dd43a21cd83e2ff7a Mon Sep 17 00:00:00 2001 From: Christopher Vogt Date: Wed, 15 Feb 2017 03:30:46 -0500 Subject: add package to generated Build in build.scala and in-package discovery This should allow for build to add other builds to their dependencies and interact with them in a type-safe way. And ever regardless it seems like good practice to never have the same class existing in the same package or the top-level package even if they don’t end up on the same classpath. This might also help make stack traces easier to understand. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also improve error messages for mistakes with the build class, e.g. constructor, super classes, etc. --- test/forgot-extend/build/build.scala | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 test/forgot-extend/build/build.scala (limited to 'test/forgot-extend') diff --git a/test/forgot-extend/build/build.scala b/test/forgot-extend/build/build.scala deleted file mode 100644 index 9181a5d..0000000 --- a/test/forgot-extend/build/build.scala +++ /dev/null @@ -1,2 +0,0 @@ -import cbt._ -class Build(val context: Context) -- cgit v1.2.3