daml/compiler
Paul Brauner 313b789731
Bump netty and grpc-netty (#17770)
* pin dependencies to json and add missing dep

* fix cyclic dep

* remove unused dep

* add missing dep to //ledger-api/testing-utils:testing-utils

* remove unused dep in //ledger/ledger-api-auth:ledger-api-auth

* remove more unused deps

* more dep fixes

* yet more dep fixing

* more fixing..

* more of the same

* hopefully the last deps to fix

* Bump the version of protobuf and fix everything that depends on it. Took shortcuts that I need to fix in a next commit, but would like to run the CI on this now that it compiles

* don't error out in the grpc-haskell patch

* remove obsolete patch

* patch absl to compile on mingw

* Add a patch to recognize the compiler

* Define _DNS_SD_LIBDISPATCH for macOS gRPC

* bump netty_tcnative_version according to https://github.com/grpc/grpc-java/blob/master/SECURITY.md#netty

* pin maven deps

* Fix macos linking errors 'dyld[xxx]: missing symbol called'

* Skip Darwin frameworks in package-app.sh

* pin stackage packages

* pin stackage windows deps

* use the netty version agreed on

* bump the windows global cache to try and debug the upb issue

* restart the CI after timeout

* clean up

* disable failing tests for now

* comment out unused code

* reset the windows machine name to 'default'

---------

Co-authored-by: Moisés Ackerman <6054733+akrmn@users.noreply.github.com>
2023-11-07 19:35:50 +01:00
..
daml-dar-reader Add cabal support for some components (#16755) 2023-06-05 17:07:31 +02:00
daml-extension Remove compiler support for controller..can choice syntax (#17362) 2023-09-08 10:30:21 +00:00
daml-lf-ast Revert "Cleanup after LF V2 backwards compatibility break (#17558)" (#17696) 2023-10-31 14:37:40 +01:00
daml-lf-proto Add cabal support for some components (#16755) 2023-06-05 17:07:31 +02:00
daml-lf-proto-decode Make LF v2 non backwards-compatible with LF v1 in the compiler (#17492) 2023-10-11 11:40:17 +02:00
daml-lf-proto-encode Make LF v2 non backwards-compatible with LF v1 in the compiler (#17492) 2023-10-11 11:40:17 +02:00
daml-lf-proto-util Add cabal support for some components (#16755) 2023-06-05 17:07:31 +02:00
daml-lf-reader bump copyright (#16002) 2023-01-04 18:21:15 +01:00
daml-lf-tools Warn instead of errors for expression changes in templates (#17609) 2023-11-07 12:32:04 +00:00
damlc Warn instead of errors for expression changes in templates (#17609) 2023-11-07 12:32:04 +00:00
ghcide Get ghcide from the new upstream repo (#2867) 2019-09-11 08:57:48 +02:00
hie-core Get ghcide from the new upstream repo (#2867) 2019-09-11 08:57:48 +02:00
lsp-tests Prevent scripts from restarting when users trigger other IDE actions, like hover (#16984) 2023-06-16 12:50:09 +00:00
repl-service Bump netty and grpc-netty (#17770) 2023-11-07 19:35:50 +01:00
scenario-service Bump netty and grpc-netty (#17770) 2023-11-07 19:35:50 +01:00
README.md Daml case and logo (#8433) 2021-01-08 12:50:15 +00: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.