Folkert
|
a79a9ea253
|
use the compiler's str.zig from platforms
|
2021-01-31 23:11:02 +01:00 |
|
Folkert
|
4c047ca7ed
|
switch to zig platform in cli tests
|
2021-01-31 16:38:03 +01:00 |
|
Folkert
|
02d6e276cf
|
update configs
|
2021-01-31 15:59:47 +01:00 |
|
Folkert
|
4bd9d417d1
|
add stdin support for cli tests (currently unused)
|
2021-01-29 00:13:09 +01:00 |
|
Folkert
|
54fb482b79
|
Merge remote-tracking branch 'origin/trunk' into list-empty-record
|
2021-01-23 15:24:05 +01:00 |
|
Folkert
|
a4d7e809d2
|
allow list of empty record in repl
|
2021-01-22 20:31:29 +01:00 |
|
Folkert
|
7731ab38d1
|
update tests
|
2021-01-21 22:41:47 +01:00 |
|
Folkert
|
6f9bd80dbf
|
add rbtree insert benchmark
|
2021-01-19 16:45:02 +01:00 |
|
Folkert
|
56558f775e
|
add deriv example
|
2021-01-19 00:03:22 +01:00 |
|
Folkert
|
b8b79f86d9
|
fix mono tests
|
2021-01-18 22:26:11 +01:00 |
|
Folkert
|
c136bed955
|
add and test nqueens and cfold
|
2021-01-18 01:59:38 +01:00 |
|
Sébastien Besnier
|
fdc2b6ad86
|
add bitwise xor
|
2021-01-14 16:12:46 +01:00 |
|
rvcas
|
565cf21e1e
|
fix(tests): need to adjust tests after changing builtin function types
|
2021-01-05 09:18:24 -05:00 |
|
rvcas
|
b34436e5cb
|
Merge branch 'trunk' into int_a_float_a
|
2021-01-04 09:53:45 -05:00 |
|
rvcas
|
a123bfa3ee
|
fix: tests compile and repl_eval
|
2021-01-04 09:46:10 -05:00 |
|
Folkert
|
728298d15a
|
automatic clippy fixes
|
2021-01-01 00:05:45 +01:00 |
|
Richard Feldman
|
7a53003313
|
Merge pull request #826 from rtfeldman/bughunt
Throw on overflow in Num.neg/Num.abs & fix mono bug
|
2020-12-26 23:41:11 -05:00 |
|
Folkert
|
a760a41e1f
|
repl: show error for partial application
|
2020-12-26 22:13:05 +01:00 |
|
Folkert
|
12c7b5435a
|
generate more runtime errors
|
2020-12-26 21:30:25 +01:00 |
|
Folkert
|
3d1824c658
|
add test
|
2020-12-26 21:20:50 +01:00 |
|
Folkert
|
125146aac7
|
Merge remote-tracking branch 'origin/trunk' into bughunt
|
2020-12-26 00:51:22 +01:00 |
|
Folkert
|
917ec9c44c
|
make List.first/List.last work
|
2020-12-24 01:00:37 +01:00 |
|
Celso Bonutti Filho
|
e118b9a1ed
|
test: adds repl tests for Num checked operations
|
2020-12-23 13:44:02 -03:00 |
|
Celso Bonutti Filho
|
c98d554328
|
test: adds tests for mulCheck and mulWrap
|
2020-12-23 13:43:34 -03:00 |
|
Celso Bonutti Filho
|
313bc2ab86
|
adds tests for Num.subWrap and sub overflow
|
2020-12-22 22:18:00 -03:00 |
|
Celso Bonutti Filho
|
51a302957f
|
adds List.last
|
2020-12-21 19:44:24 -03:00 |
|
Celso Bonutti Filho
|
0a24f3b4b4
|
adds Num.bitwiseAnd
|
2020-12-20 19:55:10 -03:00 |
|
Folkert
|
818465e8e1
|
update cli fixtures
|
2020-12-09 01:17:29 +01:00 |
|
rvcas
|
4987721154
|
feat(Num): rename Num.Int to Num.I64
|
2020-12-07 19:17:20 -05:00 |
|
Folkert
|
68c54b5327
|
display Result in the repl
|
2020-12-01 15:21:53 +01:00 |
|
Chadtech
|
3fd04cee29
|
Check for valgrind suppressions file environment variable when running valgrind test
|
2020-11-28 14:45:41 -05:00 |
|
rvcas
|
f7bd803509
|
feat(Num): rename Float to F64
|
2020-11-24 10:25:21 -05:00 |
|
Richard Feldman
|
91bc0a36c3
|
Improve valgrind error output
|
2020-11-23 21:43:28 -05:00 |
|
Richard Feldman
|
2991e695aa
|
Ignore *.o in examples/ and fixtures/
|
2020-11-23 00:33:56 -05:00 |
|
Richard Feldman
|
6453292224
|
Tell valgrind the right executable name
|
2020-11-23 00:33:56 -05:00 |
|
Richard Feldman
|
6563d0b306
|
Improve valgrind diagnostics
|
2020-11-23 00:33:56 -05:00 |
|
Richard Feldman
|
c78abeaa54
|
Use debug formatter on valgrind error
|
2020-11-23 00:33:56 -05:00 |
|
Richard Feldman
|
88d2ad1ffc
|
Use roc__ prefix for exposed app functions
|
2020-11-23 00:24:40 -05:00 |
|
Richard Feldman
|
759c047b4c
|
Add some .gitignores
|
2020-11-23 00:24:40 -05:00 |
|
Richard Feldman
|
3e01df2bcf
|
Update parse tests to incorporate module headers
|
2020-11-23 00:08:49 -05:00 |
|
Anton-4
|
da8deaa2f3
|
Using arrows in REPL moves cursor
|
2020-11-21 17:50:38 +01:00 |
|
rvcas
|
1c8bb74268
|
feat(List): add sum builtin
|
2020-11-15 11:08:27 -05:00 |
|
Folkert
|
aecf931305
|
tag in record
|
2020-11-11 18:19:28 +01:00 |
|
Folkert
|
51cd6cb925
|
implement byte enum in repl
|
2020-11-11 16:16:55 +01:00 |
|
Folkert
|
a94fcdb768
|
fix single tag multiple arguments case
|
2020-11-11 15:54:20 +01:00 |
|
lrosa007
|
2bbc2ebe6c
|
use a loop on variables
|
2020-11-11 09:03:04 -05:00 |
|
lrosa007
|
147646b83e
|
some formatting and ptr adjustment
|
2020-11-11 08:24:46 -05:00 |
|
lrosa007
|
2cc4f1767e
|
Merge branch 'trunk' into record-bool-tests
|
2020-11-11 00:38:37 -05:00 |
|
Folkert
|
acbb4c29b8
|
fully qualify symbols (with the module name) in generated IR
|
2020-11-10 20:15:59 +01:00 |
|
Folkert
|
82723064c5
|
clippy
|
2020-11-09 20:02:12 +01:00 |
|