daml/daml-assistant
Gary Verhaegen dd5543eaf2
create-daml-app: make tests pass on m1 (#15031)
This is very much a "just make it work" type of patch. The main issues
were:

- A bunch of type errors in the `index.test.ts` file when opened in VS
  Code. I'm not sure how it happened, but it's possible I'm just using a
  more recent TS compiler than whoever edited this last.
- `localhost`, on my machine at least, resolves to `::1`, and therefore
  the connections were just not established. I've opted for replacing
  `localhost` with explicit `127.0.0.1`.
- `npm-cli.js` was not an executable in my `PATH`, and won't be for
  most users, but `npm` is not on our testing infrastructure's `PATH`.

Those tests are obviously not tested by CI, so please review carefully /
test this on your own machine before approving.

CHANGELOG_BEGIN
CHANGELOG_END
2022-09-23 04:57:47 +02:00
..
daml-helper Make damlc options fail if used more than once (#15021) 2022-09-21 09:26:59 +00:00
daml-project-config/DA/Daml/Project Upgrade to GHC 9.0.2 (#12300) 2022-02-01 11:27:11 +01:00
daml-sdk Fold daml test-script under daml script --all (#12895) 2022-02-14 14:23:21 +01:00
exe/DA/Daml Fold daml test-script under daml script --all (#12895) 2022-02-14 14:23:21 +01:00
integration-tests create-daml-app: make tests pass on m1 (#15031) 2022-09-23 04:57:47 +02:00
scala-daml-project-config update copyright headers (#12240) 2022-01-03 16:36:51 +00:00
src/DA/Daml/Assistant Make damlc options fail if used more than once (#15021) 2022-09-21 09:26:59 +00:00
test/DA/Daml/Assistant update copyright headers (#12240) 2022-01-03 16:36:51 +00:00
BUILD.bazel Upgrade to GHC 9.0.2 (#12300) 2022-02-01 11:27:11 +01:00
daml-project-config.cabal update copyright notices to 2020 (#3939) 2020-01-02 21:21:13 +01:00
get-daml.sh Fix get-daml.sh installation script (#12487) 2022-01-19 17:15:34 +00:00