Skip to content

Commit

Permalink
https://github.com/manifold-systems/manifold/issues/414
Browse files Browse the repository at this point in the history
- update logger in compiler's preview handlers
  • Loading branch information
rsmckinney committed Jan 7, 2023
1 parent b80c21f commit eff3dcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ public class ManLog_11 extends Log
Gen.instance( ctx ),
Infer.instance( ctx ),
JavaCompiler.instance( ctx ),
ReflectUtil.field( JavaCompiler.instance( ctx ), "preview" ).get(),
ReflectUtil.field( ReflectUtil.field( JavaCompiler.instance( ctx ), "preview" ).get(), "previewHandler" ).get(),
JavacProcessingEnvironment.instance( ctx ),
JavacProcessingEnvironment.instance( ctx ).getMessager(),
JavacTrees.instance( ctx ),
Expand Down
Binary file not shown.

0 comments on commit eff3dcc

Please sign in to comment.