jecaro
c858031f74
Show the right fct name in type error messages
2023-11-16 16:44:55 +01:00
Richard Feldman
b2f3163be8
Fix some repl tests
2023-09-18 16:09:17 -05:00
Richard Feldman
1f396871f9
Simplify repl tips
2023-09-18 15:26:09 -05:00
Richard Feldman
e6b9446755
Move WELCOME_MESSAGE to be cli-specific
2023-09-18 15:26:09 -05:00
Richard Feldman
074401fbdf
Remove the whole #var1 thing
2023-09-17 06:31:51 -04:00
Folkert
5e4f43e1d8
checkpoint
2023-09-14 14:43:24 +02:00
Richard Feldman
dc7e8b43bd
Rename Float to Frac in more places
2023-09-11 08:50:13 -04:00
Richard Feldman
d39aa74006
Skip nested string interpolation test on wasm
2023-07-29 22:49:07 -04:00
Richard Feldman
1981135238
Revert "Fix nested string interpolation test"
...
This reverts commit a93e0b44fd
.
2023-07-29 22:48:13 -04:00
Richard Feldman
a93e0b44fd
Fix nested string interpolation test
2023-07-29 22:23:31 -04:00
Richard Feldman
7d491f1bce
Add a clarifying comment in a test
2023-07-29 21:14:20 -04:00
Richard Feldman
071138dd9f
Revise nested interpolation error message
2023-07-29 21:13:05 -04:00
Richard Feldman
1ffadb7102
Update string interpolation tests
2023-07-29 18:20:49 -04:00
Ayaz Hafiz
dca1a0d1da
Fix test
2023-06-19 21:11:24 -05:00
Ayaz Hafiz
8e06b16530
Fix test
2023-06-19 21:11:24 -05:00
Ayaz Hafiz
ca57cce93c
Correctly interpret reordered tag union payloads
...
Closes #5517
2023-06-19 21:11:23 -05:00
Ayaz Hafiz
759a9976b6
Fix repl evaluation of tuples
...
Closes #5325
2023-05-01 16:38:50 -05:00
Ayaz
6d8ddcc583
Merge branch 'main' into i5169
...
Signed-off-by: Ayaz <20735482+ayazhafiz@users.noreply.github.com>
2023-03-22 09:02:03 -04:00
Ayaz Hafiz
4c2f8f3566
Support tuples in the repl
...
Closes #5148
2023-03-21 13:53:07 -04:00
Ayaz Hafiz
6ea6aef0db
Fix repl eval of Str.toDec
...
Closes #5169
2023-03-21 12:22:08 -04:00
Ju Liu
dfeabc5933
Use 'by accident' instead of 'on accident'
2023-02-18 15:42:34 +00:00
Ayaz Hafiz
8bd61d9408
Make sure byte-sized tag unions are printed as unions in the repl
...
Closes #4713
2022-12-12 18:01:22 -06:00
Brendan Hansknecht
8e710cb80e
disable wasm tests that are broken
2022-12-03 13:17:36 -08:00
Richard Feldman
10e043c748
Fix an unused warning on wasm tests
2022-11-26 08:36:45 -05:00
Richard Feldman
220c362671
Merge remote-tracking branch 'origin/main' into repl
2022-10-31 20:49:28 -04:00
Richard Feldman
0be3632da3
fix some wasm repl tests
2022-10-31 16:08:46 -04:00
Richard Feldman
367d4fbb71
Use the right wasm feature flags
2022-10-31 15:26:10 -04:00
Ayaz Hafiz
f37868256d
Update repl test
2022-10-31 09:38:22 -05:00
Ayaz Hafiz
985bd7d23f
Format the codes
2022-10-31 09:38:22 -05:00
Ayaz Hafiz
cfe7c8e5ef
Warn on the presence of unnecessary wildcards in output positions
2022-10-31 09:38:20 -05:00
Ayaz Hafiz
d77080529a
Introduce polarity for extension variable printing
2022-10-31 09:37:39 -05:00
Richard Feldman
81254ecb77
Drop unused import in wasm repl test
2022-10-31 09:20:34 -04:00
Richard Feldman
eaa0824347
Fix wasm repl multiline string test
2022-10-31 08:03:22 -04:00
Richard Feldman
664526a167
Fix repl multiline string test
2022-10-31 07:05:18 -04:00
Richard Feldman
6227e37559
Ignore shadowing repl test for now
2022-10-31 06:17:48 -04:00
Richard Feldman
ea67b729c3
Fix a bunch of repl test trimming issues
2022-10-30 15:10:49 -04:00
Richard Feldman
8b4e864a90
Support opaques, aliases, and abilities in repl
2022-10-30 15:03:59 -04:00
Richard Feldman
9f7a38408a
Only consider the last line of stdout in repl tests
2022-10-30 14:54:28 -04:00
Richard Feldman
fcfd9fa709
Move exhaustiveness_problem to repl state test
2022-10-30 07:22:31 -04:00
Ayaz Hafiz
e31a16f650
Properly wrap with newtype-by-void layouts in repl
...
Closes #4208
2022-10-05 11:17:57 -05:00
Ayaz Hafiz
823076f4bf
Update repl tests
2022-10-03 14:34:18 -05:00
Ayaz Hafiz
dfd0fdc990
Print bool correctly in repl
...
Closes #4149
2022-10-03 14:32:15 -05:00
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
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
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