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 |
|
Folkert
|
41c5101799
|
more tests
|
2020-11-09 14:28:31 +01:00 |
|
lrosa007
|
3ba6f2bf88
|
some improvements around tags in the repl
|
2020-11-08 20:07:34 -05:00 |
|
Richard Feldman
|
6929c63bb8
|
Merge branch 'trunk' into add-pkg-config
|
2020-11-07 22:06:08 -05:00 |
|
Jared Ramirez
|
74b09605a7
|
Merge branch 'trunk' into builtin-count-graphemes
|
2020-11-07 18:49:29 -06:00 |
|
lrosa007
|
c0119514b0
|
fix(Str): countGraphemes repl_eval test
|
2020-11-07 18:34:18 -05:00 |
|
Folkert
|
cb1895a989
|
add more Pkg-Config.roc files
|
2020-11-07 23:10:38 +01:00 |
|
Richard Feldman
|
51b838010c
|
Merge pull request #656 from rtfeldman/typo
Fix minor typo/copy-paste error
|
2020-11-07 11:16:12 -05:00 |
|
Brendan Hansknecht
|
af465d8a21
|
Fix minor typo/copy-paste error
|
2020-11-06 23:23:40 -08:00 |
|
Folkert
|
332e4553bd
|
fix formatting issue
|
2020-11-07 00:58:12 +01:00 |
|
Folkert
|
dfd316c062
|
comment memory-leaking test
|
2020-11-07 00:48:43 +01:00 |
|
Folkert
|
7cfe5efe1b
|
Merge remote-tracking branch 'origin/trunk' into generate-effects-module
|
2020-11-07 00:30:23 +01:00 |
|
Jared Ramirez
|
14fed8e6a6
|
Fix cargo fmt
|
2020-11-06 17:03:21 -06:00 |
|
Jared Ramirez
|
e112a406a2
|
Fix countGrapheme wiring; Reorganize zig builtins; Streamline how we export zig function
|
2020-11-06 16:54:28 -06:00 |
|
Folkert
|
7e6724262d
|
make after work
|
2020-11-06 21:48:54 +01:00 |
|
lrosa007
|
4f5237fcd8
|
add repl_eval test
|
2020-11-05 08:31:33 -05:00 |
|
Folkert
|
16fbff6eda
|
enable multi-dep-str-optimized test
|
2020-11-02 22:51:47 +01:00 |
|
Folkert
|
425fd82fe9
|
fix multi dep str example
|
2020-11-02 21:58:23 +01:00 |
|
Folkert
|
eedf746ec7
|
update host files after recent code gen changes
|
2020-11-02 16:29:51 +01:00 |
|
Richard Feldman
|
244486eba6
|
Reproduce some multi-dep bugs
|
2020-10-31 22:35:41 -04:00 |
|
Richard Feldman
|
1f183769c4
|
Use explicit dir in cli_run tests
|
2020-10-31 22:25:27 -04:00 |
|