daml/compiler/scenario-service
Moritz Kiefer e400bc7eb8
Remove use of managed for starting the scenario service (#1508)
Ironically `managed` didn't turn out to make our code more manageable
and we ended up mostly using it in very isolated places only to then
immediately convert it back to bracket-style functions using `with`.

This PR also removes the use of `managed` from the GcpLogger which was
the only other place where we are using it and it finally kills the
rather silly logic that starting up the scenario service was tied to
having an event logger.
2019-06-04 17:17:05 +02:00
..
client Remove use of managed for starting the scenario service (#1508) 2019-06-04 17:17:05 +02:00
protos Add enum type to daml-lf (#1397) 2019-05-29 12:15:01 +00:00
server Add enum type to daml-lf (#1397) 2019-05-29 12:15:01 +00:00