daml/compiler/repl-service/server
Remy 76ef4c861a
Speedy: group compiler parameters into a Config case class. (#7438)
* Speedy: group compiler parameters into a Config case class.

Speedy compiler is parametrized by several option flags.  Those flags
are passed through different calls (in particular in the instance of
`CompiledPackages`.

This PR group all this configuration parameters into a case class to
pass the option in a cleaner way.

CHANGELOG_BEGIN
CHANGELOG_END
2020-09-18 19:32:26 +02:00
..
src/main Speedy: group compiler parameters into a Config case class. (#7438) 2020-09-18 19:32:26 +02:00
BUILD.bazel Add :json command to DAML REPL (#7202) 2020-08-21 14:53:06 +00:00