daml/daml-assistant/daml-helper
Moisés Ackerman 06892a4ae9
Clean up uses of locateRunfiles (#15446)
* Define DA.Bazel.Runfiles.locateResource as an alternative to locateRunfiles

* Use locateResource to get default dlint rules file

Fixes #15443

* Use locateResource to get scenario-service.jar

* Use locateResource to get ghc-pkg executable

* Use locateResource to get stable-packages directory

* Use locateResource to get ghcversion.h

* Use locateResource to get hpp executable

* Use locateResource to get builtin package dbs

* Drop unused function DA.Daml.Options.Types.getBaseDir

* Use locateResource to get d3{,plus}.min.js

* Use locateResource to get repl-service.jar

* data Resource now takes a runfilesPathPrefix instead of a runfilesPath

* Add hlint warning 'locateRunfiles/package_app'

* Let locateRunfiles crash when used outside of bazel target

* typo
2022-11-10 13:20:43 +01:00
..
src/DA/Daml/Helper Specify that parties are allocated only if necessary (#15441) 2022-11-04 12:53:03 +00:00
test/DA/Daml/Helper/Test Clean up uses of locateRunfiles (#15446) 2022-11-10 13:20:43 +01:00
test-data Drop typerep argument from ExerciseInterface. (#13284) 2022-03-15 13:53:06 +00:00
BUILD.bazel Make damlc options fail if used more than once (#15021) 2022-09-21 09:26:59 +00:00