commit f5eedbc48b40d61b92385d7fbb544775e3f44c77 Author: Daniel Wagner-Hall Date: Thu Nov 22 15:07:06 2018 +0000 Remove unused CompilerCacheKey (#6805) .../pantsbuild/zinc/compiler/CompilerUtils.scala | 24 ---------------------- .../org/pantsbuild/zinc/compiler/InputUtils.scala | 2 +- 2 files changed, 1 insertion(+), 25 deletions(-) commit 46590dbbbd8b7a4271cd1b17a9a096dd0d00b6a6 Author: Daniel Wagner-Hall Date: Mon Nov 19 23:03:18 2018 +0000 Add nailgun-specific main which uses paths in calling process (#6792) This means that if you have a nailgun'd zinc started, and call it from a client in another directory, it will use the client's working directory. src/scala/org/pantsbuild/zinc/compiler/Main.scala | 15 +++++++ .../org/pantsbuild/zinc/compiler/Settings.scala | 49 +++++++++++++++++++++- 2 files changed, 63 insertions(+), 1 deletion(-)