Skip to content

Commit

Permalink
Merge pull request #25 from aiba/compile-all-java-return-value
Browse files Browse the repository at this point in the history
Have compile-all-java return class->bytecode map
  • Loading branch information
ztellman authored Aug 1, 2018
2 parents 3b3012b + 5afa8a3 commit 8240ea9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/virgil/compile.clj
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@
(map #(vector (file->class d %) %)))))
(remove #(-> % first nil?))
(map (fn [[c f]] [c (slurp f)]))
(into {}))]
(compile-java nil diag name->source)
(print-diagnostics diag)))
(into {}))
class->bytecode (compile-java nil diag name->source)]
(print-diagnostics diag)
class->bytecode))

0 comments on commit 8240ea9

Please sign in to comment.