Commit Graph

19 Commits

Author SHA1 Message Date
Jan Van Bruggen
4625a0a869
Rephrase CPU-related "platform"/"host" to "target"/"your machine" 2022-09-11 10:25:02 -06:00
raleng
1b2952bc70
Fix invalid multiline string output in REPL
If a PlainLine string contains a newline character, the REPL will print
the string using a triple-quoted block string.
2022-08-23 11:26:48 +02:00
dependabot[bot]
4c6ad52c47
Bump indoc from 1.0.6 to 1.0.7
Bumps [indoc](https://github.com/dtolnay/indoc) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/dtolnay/indoc/releases)
- [Commits](https://github.com/dtolnay/indoc/compare/1.0.6...1.0.7)

---
updated-dependencies:
- dependency-name: indoc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-15 13:18:18 +00:00
Folkert de Vries
b435f72be0
Merge branch 'trunk' into i2147 2022-08-11 10:24:49 +02:00
Ayaz Hafiz
7aeb332060
Regression test for #2147
Closes #2147
2022-08-10 16:06:01 -07:00
Ayaz Hafiz
4114e1f14d
Adds regression tests for polymorphic records in the repl
Closes #2620
2022-08-10 15:10:24 -07:00
Folkert
792936066c
Merge remote-tracking branch 'origin/trunk' into roc-std-platform 2022-08-07 13:28:03 +02:00
Folkert
98708d689e
ownership 2022-08-07 00:12:39 +02:00
Folkert
9d057a1227
clippy 2022-08-06 23:01:54 +02:00
Folkert de Vries
8f67129eae use platform-independent tempdir 2022-08-03 21:58:02 +02:00
Anton-4
6a15a7b41b
changed Cargo versions from 0.1.0 to 0.0.1 2022-08-03 11:41:19 +02:00
Richard Feldman
1e856d0766
Update repl tests 2022-07-20 10:49:06 -04:00
Ayaz Hafiz
9b7950f765
Wrap opaque types in the repl with the appropriate opaque wrapper
Closes #3504
2022-07-13 17:46:04 -04:00
Ayaz Hafiz
f1a6ea6a40
Typecheck and compile opaque wrapping functions
This enables you to write something like

```
A := U8
List.map [1, 2, 3] @A
```

which will be compiled as if it was `List.map [1, 2, 3] \x -> @A x`.

Closes #3499
2022-07-12 18:38:03 -04:00
Ayaz Hafiz
68da0a7b1e
Update repl tests 2022-07-10 11:41:45 -04:00
ayazhafiz
24b605a369
Wrap int properly 2022-07-05 23:16:59 -04:00
Brian Carroll
71be775f61
repl_test: On Roc compiler error, panic with the error message 2022-07-05 07:03:13 +01:00
Anton-4
6b56061b91
wasm compiler path fix 2022-07-02 14:00:42 +02:00
Anton-4
eee85fa45d
moved all crates into seperate folder + related path fixes 2022-07-01 17:37:43 +02:00