daml/daml-assistant
Andreas Herrmann df7bff6288 Update to bazel-0.27 (#1957)
* Bazel: 0.24.0 -> 0.27.0

* Update rules_haskell for Bazel 0.27 compatibility

* Update bazel-deps and bazel-watcher

* Windows escape JVM flags

* load commands at top of .bzl file

Bazel 0.27 no longer allows load commands that are not at the beginning
of the file.

* Update Bazel rules

* subpackage boundary

* native is not defined in BUILD files

* yarn: @bazel/hide-bazel-files

Seems to be required since latest rules_nodejs version. Otherwise, yarn
fails with errors about existing BUILD or BUILD.bazel files.

* grpc-java plugin visibility

* Update fat_cc_library

* Nix Python3 toolchain

* Iteration over depset

* dev_env_package: Create symlinks one level deeper

To prevent symlinking the BUILD file as well. The nested BUILD file
confuses Bazel as of 0.27 and rules_nodejs cannot find the node
executable anymore.

* Update rules_nodejs

* Add managed_directories for node_modules

* hie-bios: Extract bazel-genfiles from bazel info

Bazel 0.27 changed the genfiles location which breaks the hie-core test
on macOS.

* update cc_wrapper to Bazel 0.27

* bazel info -> bazel info bazel-genfiles

* Fix typo in BUILD

Co-Authored-By: Stefano Baghino <43749967+stefanobaghino-da@users.noreply.github.com>
2019-07-05 14:04:47 +00:00
..
daml-helper Update to bazel-0.27 (#1957) 2019-07-05 14:04:47 +00:00
daml-project-config/DAML/Project damlc test --files (#1409) 2019-05-28 15:36:42 +02:00
exe/DAML Implement daml install --install-assistant flag. (#1761) 2019-06-19 14:00:13 +01:00
integration-tests Use the default dar path in the quickstart-java example (#1963) 2019-07-01 15:43:53 +00:00
scala-daml-project-config Add support for DAML_PROJECT in Navigator (#1458) 2019-06-24 17:06:20 +02:00
src/DAML/Assistant Implement daml install --install-assistant flag. (#1761) 2019-06-19 14:00:13 +01:00
test/DAML/Assistant Implement daml install --install-assistant flag. (#1761) 2019-06-19 14:00:13 +01:00
BUILD.bazel Update to bazel-0.27 (#1957) 2019-07-05 14:04:47 +00:00
get-daml.sh Display version number in yellow line. (#1499) 2019-06-04 09:31:25 +02:00