mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
f31980c18f
* Removing unused/broken daml.bzl rules, adding Scala codegen rule Scala codegen rule: dar_to_scala follows the same approach as dar_to_java with a few differences: - dar_to_scala supports multiple dars as an input - dar_to_scala does not try to compile the generated scala (separation of responsibilities) * Using dar_to_scala to compile quickstart-scala example * Fixing formatting * Add dependency to examples-quickstart-scala-bin So if example does not compile, it can't be published. * Fixing the path to the jar executable * Changing scala codegen rule to rely on zipper instead of jar JDK's jar creates srcjar with timestamped files, zipper doesn't timestamp files. This means we can create reproducible/deterministic/ cacheable srcjars * Addressing code review comments, wrong var name |
||
---|---|---|
.. | ||
BUILD.bazel | ||
daml.bzl |