Commit graph

5795 commits

Author SHA1 Message Date
Anton-4
8f4216ef4c use custom command to export env vars inside github workflow 2020-12-25 12:58:37 +01:00
Anton-4
4da55fdecc scope sccache to CPU model 2020-12-25 12:00:58 +01:00
Anton-4
bf38a1a31c try sccache locally 2020-12-25 10:44:54 +01:00
Folkert
917ec9c44c make List.first/List.last work 2020-12-24 01:00:37 +01:00
Folkert
52d6ab8b7c WIP 2020-12-23 23:59:54 +01:00
Richard Feldman
e3fe44d054
Merge branch 'trunk' into editor-ast-def 2020-12-23 17:27:38 -05:00
Richard Feldman
f28c43488c
Merge pull request #822 from rtfeldman/overflow_on_mul
Overflow error for Num.mul
2020-12-23 17:27:07 -05:00
Folkert de Vries
2422c56b93
Merge branch 'trunk' into editor-ast-def 2020-12-23 21:43:16 +01:00
Richard Feldman
a656778968 Merge remote-tracking branch 'origin/trunk' into overflow_on_mul 2020-12-23 15:37:55 -05:00
Richard Feldman
679ef168b1
Merge pull request #809 from rtfeldman/new_num_layer
New Num Layer
2020-12-23 15:36:04 -05:00
Anton-4
d0a051f43d temporary disable sccache to debug error on Xeon E5-2673 v4 2020-12-23 19:40:34 +01:00
Celso Bonutti Filho
e7b2485a15 fix: ambiguous Num.subChecked test 2020-12-23 13:44:28 -03: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
f3bd5368f0 feat: adds Num.mulWrap and Num.mulChecked 2020-12-23 13:42:18 -03:00
Celso Bonutti Filho
d3d3497b46 refactor: use function for overflow Tag in std.rs 2020-12-23 13:40:24 -03:00
Anton-4
f1762c3ee0 actually remove 'cargo test -- --ignored' 2020-12-23 17:40:13 +01:00
Anton-4
5bf986a150 log CPU info, removed 'cargo test -- --ignored' 2020-12-23 17:28:56 +01:00
Anton-4
207fdb6441 remvoe env var check 2020-12-23 15:54:53 +01:00
Folkert
57c12b3292 Merge remote-tracking branch 'origin/trunk' into editor-ast-def 2020-12-23 15:43:36 +01:00
Anton-4
4bea1daeab secret env vars are not loaded automatically 2020-12-23 14:30:40 +01:00
rvcas
eda5b72060 Merge branch 'trunk' into new_num_layer 2020-12-23 08:24:19 -05:00
Anton-4
259e4c81d2 check if env var is set 2020-12-23 14:21:48 +01:00
Celso Bonutti Filho
cfbc4d1c54 feat: throws exception on multiplication overflow 2020-12-23 10:17:16 -03:00
Anton-4
d20d75596b copy sccache instead of symlinking 2020-12-23 12:17:45 +01:00
Anton-4
0aee89ffde call sccache with absolute path 2020-12-23 12:10:50 +01:00
Anton-4
4848d74acc create symlink to sccache to prevent path problems 2020-12-23 12:04:26 +01:00
Anton-4
93716639ae checkout repo before testing sccache 2020-12-23 11:28:05 +01:00
Anton-4
74fa779260 test running sccache 2020-12-23 11:26:33 +01:00
Anton-4
15624cace2 added sccache binary based on mozilla/sccache/pull/869, updated ci.yml with correct syntax 2020-12-23 10:21:40 +01:00
Richard Feldman
a779620b4d
Merge pull request #819 from rtfeldman/overflow_on_sub
Overflow error for Num.sub
2020-12-22 23:03:31 -05:00
Richard Feldman
80454424bb
Merge branch 'trunk' into new_num_layer 2020-12-22 22:28:08 -05:00
Richard Feldman
4bdcae962c
Merge branch 'trunk' into overflow_on_sub 2020-12-22 22:25:55 -05:00
Richard Feldman
618d1c3e89 Revert "added sccache binary based on mozilla/sccache/pull/869"
This reverts commit 82c289ab81.
2020-12-22 22:25:03 -05:00
Celso Bonutti Filho
2608be3df9 adds missing test annotation for float_sub_checked 2020-12-22 23:35:25 -03:00
Celso Bonutti Filho
ff23ce7bec fixes Num.subWrap on std.rs 2020-12-22 23:30:41 -03:00
Celso Bonutti Filho
fe588c120c adds Num.subChecked 2020-12-22 23:27:16 -03:00
Celso Bonutti Filho
5d2abc2bd2 throws subtraction overflow error for floats 2020-12-22 23:26:50 -03:00
Celso Bonutti Filho
59b850ba50 uses Num.subWrap for List.last 2020-12-22 22:26:53 -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
176cdd0274 adds Num.subWrap 2020-12-22 22:17:45 -03:00
Celso Bonutti Filho
c6b258c50c throws error when Num.sub overflows 2020-12-22 22:17:18 -03:00
Folkert
e1f3a0f8b6 topological sort logic 2020-12-23 00:29:58 +01:00
Folkert
e7e58446a9 candefs 2020-12-22 23:31:25 +01:00
Folkert
35137d2542 add (Typed) Body 2020-12-22 23:05:23 +01:00
rvcas
258bedfe4e fix: ci 2020-12-22 14:38:29 -05:00
Folkert
caaf8e76c1 reintroduce multiple uniqueness vars in numbers 2020-12-22 20:13:54 +01:00
Folkert
232e1aa1ee Merge branch 'new_num_layer' of github.com:rtfeldman/roc into new_num_layer 2020-12-22 19:42:29 +01:00
Folkert
5d07261af7 add extra tests for uniqueness number inference 2020-12-22 19:34:42 +01:00
Folkert
3ae7ab56e5 fix unique loading test output 2020-12-22 19:34:21 +01:00