daml/daml-assistant
Martin Huschenbett d6b8ea17de Fix the source field in daml.yaml produced by daml init (#2250)
Currently, if you do `daml init foo` and there's a file `foo/Main.daml`,
you'd end up with a file `foo/daml.yaml` whose `source` entry is
`foo/Main.daml`when it should actually just be `Main.daml`.

This PR fixes this problem.
2019-07-22 16:56:36 +00:00
..
daml-helper Fix the source field in daml.yaml produced by daml init (#2250) 2019-07-22 16:56:36 +00:00
daml-project-config/DAML/Project damlc test --files (#1409) 2019-05-28 15:36:42 +02:00
exe/DAML Wait for child process to exit in the daml assistant and daml-helper (#2162) 2019-07-16 18:21:00 +02:00
integration-tests language: add a 'main' option to the migration command (#2229) 2019-07-19 16:32:53 +02:00
scala-daml-project-config Add support for DAML_PROJECT in Navigator (#1458) 2019-06-24 17:06:20 +02:00
src/DAML/Assistant Implement daml install --install-assistant flag. (#1761) 2019-06-19 14:00:13 +01:00
test/DAML/Assistant Implement daml install --install-assistant flag. (#1761) 2019-06-19 14:00:13 +01:00
BUILD.bazel daml deploy: first version (#2176) 2019-07-17 14:09:55 +01:00
get-daml.sh Display version number in yellow line. (#1499) 2019-06-04 09:31:25 +02:00