daml/sdk/compiler
Samuel Williams 714b0c7f4f
Daml ide multi ide (#17345)
* add -fobject-code to fix da-ghci[d]

* stage everything for Sam :-)

* Staging up last changes for Sam - track pending requests & SMethod types

* Some cleanup, get vscode working again with full parsing

* Cleanup

* Add TODO notes

* First multiple SubIDE support

* Cleanup and polish initial multi-ide

* First version of cross IDE goto definition

* Small cleanup

* Update TODO

* Linting

* Fix shutdown logic for windows

* Update ghcide, fix merge warning

* Read multi-package.yaml

* First review comments addressed

* Second batch of fixes

* Penultimate batch of changes

* Add errors as shown messages

* Add client progress token prefixing

* Review/ci fixes

* Update ghcide to main

* Update comment

---------

Co-authored-by: Dylan Thinnes <dylan.thinnes@digitalasset.com>
2024-03-27 10:49:23 +00:00
..
daml-dar-reader move to subdir 3.0 (#18520) 2024-03-22 02:27:46 +01:00
daml-extension Daml ide multi ide (#17345) 2024-03-27 10:49:23 +00:00
daml-lf-ast move to subdir 3.0 (#18520) 2024-03-22 02:27:46 +01:00
daml-lf-proto move to subdir 3.0 (#18520) 2024-03-22 02:27:46 +01:00
daml-lf-proto-decode Recreate LF major version 1 (#18833) 2024-03-26 09:06:35 +01:00
daml-lf-proto-encode move to subdir 3.0 (#18520) 2024-03-22 02:27:46 +01:00
daml-lf-proto-util move to subdir 3.0 (#18520) 2024-03-22 02:27:46 +01:00
daml-lf-reader move to subdir 3.0 (#18520) 2024-03-22 02:27:46 +01:00
daml-lf-tools move to subdir 3.0 (#18520) 2024-03-22 02:27:46 +01:00
damlc Daml ide multi ide (#17345) 2024-03-27 10:49:23 +00:00
ghcide move to subdir 3.0 (#18520) 2024-03-22 02:27:46 +01:00
hie-core move to subdir 3.0 (#18520) 2024-03-22 02:27:46 +01:00
lsp-tests move to subdir 3.0 (#18520) 2024-03-22 02:27:46 +01:00
scenario-service move to subdir 3.0 (#18520) 2024-03-22 02:27:46 +01:00
README.md move to subdir 3.0 (#18520) 2024-03-22 02:27:46 +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.