Brendan Hansknecht
74a55f53f3
Switch back to cranelift due to versioning and aarch64 issues
2021-11-06 14:24:58 -07:00
Brendan Hansknecht
40f0271ccf
Fix M1 mac build
...
I changed wasmer to use the llvm backend because it compiles the fastest and supports aarch64.
If we later run into llvm versioning issues of some sort, we should switch this to cranelift.
Also re-adds serde-json which is used on macos.
2021-11-06 14:08:19 -07:00
Brendan Hansknecht
73e2cbcb1e
Make versions numbers consistent and matching the lock files
2021-11-06 13:24:45 -07:00
Anton-4
69f6ffadab
Merge branch 'trunk' into deps
2021-11-06 18:07:34 +01:00
Kevin Sjöberg
f6d055dc62
Correct minor spelling mistakes
2021-11-06 15:29:08 +01:00
Richard Feldman
3df3e2f0d5
Merge branch 'trunk' into deps
2021-11-06 07:19:02 -04:00
Chelsea Troy
208bce563a
Merge branch 'trunk' into dropfirst-builtin
2021-11-05 23:34:46 -05:00
Brendan Hansknecht
c595668b37
Remove dependency on cranelift
2021-11-05 19:59:42 -07:00
Brendan Hansknecht
d49ac68bcc
Update dep with major version changes
2021-11-05 19:19:37 -07:00
Brendan Hansknecht
bddc08c977
Remove unused dependencies
2021-11-05 16:58:11 -07:00
Eric Newbury
f3a350dd74
add dropFirst builtin
2021-11-05 16:12:29 -04:00
Folkert
aa9bf6bdff
fix alignment problem
2021-11-03 18:21:07 +01:00
Anton-4
a3fc724df3
removed unused maplit
2021-11-03 10:50:25 +01:00
Richard Feldman
0bc3ff4ca5
Use std and core over libc where equivalent
2021-11-02 19:37:05 -04:00
Richard Feldman
ffbf2b4276
Move some things to dev deps
2021-11-02 19:37:05 -04:00
Kevin Sjöberg
f9ed060e49
Implement List.map4
2021-10-31 21:08:41 +01:00
Chelsea Troy
4afaf96aea
Add List.max builtin
2021-10-30 19:17:35 -05:00
Folkert de Vries
aa978ae6d9
Merge branch 'trunk' into list_min
2021-10-28 20:32:27 +02:00
Tim Whiting
c721a1cc1f
add builtin List.min
2021-10-27 20:28:34 -06:00
Folkert de Vries
29bd4e3e50
Merge branch 'trunk' into str_trim
2021-10-26 22:45:32 +02:00
Dan Knutson
12d35ba9f1
work around all test strings being static
2021-10-25 20:22:37 -05:00
Dan Knutson
e1b9699272
remove TODO tags
2021-10-25 20:22:37 -05:00
Dan Knutson
ca48d17dbc
add Roc-level shared case tests
2021-10-25 20:22:37 -05:00
Dan Knutson
6f7a26895a
handle small strings correctly
2021-10-25 20:22:37 -05:00
Dan Knutson
13fd72f3d8
thrashing
2021-10-25 20:22:37 -05:00
Dan Knutson
46365da73a
add failing tests
...
* SIGSEGV for non-empty strings
2021-10-25 20:22:37 -05:00
Chelsea Troy
49a832d757
Add dropLast to tests and parser
2021-10-21 23:02:26 -05:00
Folkert
94e8c62613
make things compile, base64 has a memory leak
2021-10-06 22:57:11 +02:00
Richard Feldman
90401477c9
Fix List.walkUntil arg order
2021-10-06 07:32:56 -04:00
Richard Feldman
8391c337ab
Merge remote-tracking branch 'origin/trunk' into list-walk-flip
2021-10-05 20:50:50 -04:00
Folkert de Vries
fa4875da83
Merge pull request #1761 from rtfeldman/giesch
...
Add List.dropAt
2021-10-04 15:01:17 +02:00
Folkert de Vries
3d82369bcd
Merge branch 'trunk' into nested-rigid-introduced-twice
2021-10-03 23:55:23 +02:00
Richard Feldman
1054095e1a
Merge pull request #1744 from rtfeldman/call-with-closure
...
Call with closure
2021-10-03 15:49:34 -05:00
Dan Knutson
25215cb3e3
cleanup mutable case, split test
2021-10-03 14:09:07 -05:00
Dan Knutson
2a72439117
WIP adding unique mutable case
2021-10-03 13:55:11 -05:00
Dan Knutson
d1ee9c90b2
fix copy/paste error in test
2021-10-03 13:55:11 -05:00
Dan Knutson
700ab20a8c
add tests for List.dropAt
2021-10-03 13:55:11 -05:00
Kofi Gumbs
0cdafa1623
Add Str.repeat test for big strings
2021-09-29 21:54:06 -04:00
Kofi Gumbs
b32a42f05a
Add Str.repeat builtin
2021-09-29 17:32:42 -04:00
Folkert
267f88626f
add failing test
2021-09-26 13:05:45 +02:00
Folkert
23e8f6c687
only introduce rigid once!
2021-09-24 21:53:41 +02:00
Folkert
f43c10373f
represent empty closure as unit (not void)
2021-09-24 15:41:00 +02:00
Richard Feldman
82b558654e
Merge pull request #1711 from rtfeldman/fix-double-report
...
Don't report propagated errors
2021-09-18 23:11:12 -04:00
Folkert
ada331567a
respect int/float precision in pattern matchs
2021-09-18 22:55:34 +02:00
Richard Feldman
a21ad7064c
Ignore type errors that have already been reported
2021-09-18 08:24:46 -04:00
Folkert
e5e6ac79fe
add comments
2021-09-18 01:12:21 +02:00
Folkert
d1c074cefe
add test
2021-09-18 01:11:48 +02:00
Folkert
7416cc4e81
don't pass closure argument if not expected
2021-09-17 22:51:51 +02:00
Folkert
03d0fa524c
add test
2021-09-15 23:25:08 +02:00
Folkert
58ee7f0bfc
fix argument order bug for mapWithIndex
2021-09-14 22:20:35 +02:00