daml/compiler
Moritz Kiefer 647c4d539e
Preserve the selected view on scenario result updates (#1776)
Previously, we always reverted back to the table view when the
scenario results changed. This PR changes this to preserve the
selected view.

I’ve also tested that this does not break backwards compatibility: If
you use the newer extension with an older SDK, you will get the
previous behavior of reverting to the table view and you can still
switch by clicking on the button.

Fixes #1675
2019-06-20 13:03:14 +02:00
..
daml-lf-ast Remove useless version paramater from LF.World.initSelfWorld (#1601) 2019-06-12 11:55:27 +00:00
daml-lf-proto daml-lf: add enum pattern matching (#1506) 2019-06-04 22:25:22 +00:00
daml-lf-tools Add Pretty instances for everything in the DAML-LF AST (#1532) 2019-06-05 13:59:05 -04:00
haskell-ide-core Hic elisp (#1714) 2019-06-18 14:10:52 +02:00
lsp-tests Unflake import cycle tests (#1647) 2019-06-13 14:27:38 +00:00
scenario-service Preserve the selected view on scenario result updates (#1776) 2019-06-20 13:03:14 +02:00
README.md open-sourcing daml 2019-04-04 09:33:38 +01:00

DAML Compiler

This directory contains several libraries used by and the executable for the DAML compiler.

Libraries

  • daml-lf-ast: The DAML-LF AST and type checker.