daml/language-support/codegen-common
Leonid Shlyapnikov 4458a81e83 Unify Scala and Java Codegen Inputs (#585)
* Extract codegen-common module, #166

* Scala Codegen Main using the same option parser as Java Codegen, #166

There is one important difference, Scala Codegen does not allow mapping
dars to different package names, all dars have to be mapped to the same
package name.

Replace Scala Codegen println's with scala logging, respecting the
configured codegen verbosity

* Fix bazel formatting

* Update the release dry run script

* Releasing codegen-common

* Improving Scala Codegen error reporting (code review)

* Addressing codereview comments

* Make it explicit that we skip not supported option
2019-04-18 19:04:57 +00:00
..
src Unify Scala and Java Codegen Inputs (#585) 2019-04-18 19:04:57 +00:00
BUILD.bazel Unify Scala and Java Codegen Inputs (#585) 2019-04-18 19:04:57 +00:00