Skip to content

Commit

Permalink
Reporter (see sbt/zinc#304) is the last blocker, afaict.
Browse files Browse the repository at this point in the history
  • Loading branch information
stuhood committed Jun 19, 2017
1 parent b84a989 commit 0e41a95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/scala/org/pantsbuild/zinc/InputUtils.scala
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@ object InputUtils {
false,
settings.cacheFile,
CompilerUtils.getGlobalsCache,
incOptions,
// TODO: No clear way to create a Reporter currently.
incOptions.options(log),
// TODO: No clear way to create a Reporter currently:
// see https://github.com/sbt/zinc/pull/304
???,
None.asJava,
Array()
Expand Down
1 change: 1 addition & 0 deletions src/scala/org/pantsbuild/zinc/Settings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ case class IncOptions(
useZincFileManager,
recompileOnMacroDef.map(java.lang.Boolean.valueOf).asJava,
true, // nameHashing
// TODO: what are the implications of disabling `storeApis`?
false, // storeApis, apis is stored separately after 1.0.0
false, // antStyle
Map.empty.asJava, // extra
Expand Down

0 comments on commit 0e41a95

Please sign in to comment.