-
Notifications
You must be signed in to change notification settings - Fork 205
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extend the scenario service with DAML Script support (#6929)
* Extend the scenario service with DAML Script support This adds most of the infrastructure for running DAML Script via the scenario service which means it runs as part of DAML Studio and `daml test`. This is hidden behind a feature flag so we can land this and parallelize the remaining tasks. The main things that are missing are: 1. `createAndExerciseCmd` and `exerciseByKeyCmd`. 2. Party management needs some work and listing parties is unsupported. 3. Time management 4. Potentially some better error handling (we need to go through SResult and SError and see what is relevant for us). Overall, it is already in a very usable state and there is a decent range of tests. closes #3688 changelog_begin changelog_end * Update compiler/damlc/daml-ide-core/src/Development/IDE/Core/Rules/Daml.hs Co-authored-by: Andreas Herrmann <42969706+aherrmann-da@users.noreply.github.com> * Fix name for actor system and pool changelog_begin changelog_end Co-authored-by: Andreas Herrmann <42969706+aherrmann-da@users.noreply.github.com>
- Loading branch information
1 parent
2ee3ae3
commit ad9d8c2
Showing
20 changed files
with
975 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.