Folkert
|
94a33c91dc
|
clippy
|
2021-01-01 00:22:18 +01:00 |
|
Folkert
|
babd3a06a0
|
clippy
|
2021-01-01 00:18:57 +01:00 |
|
Folkert
|
4cf5566456
|
we want to compare to literal float bits in gen
|
2021-01-01 00:09:57 +01:00 |
|
Folkert
|
728298d15a
|
automatic clippy fixes
|
2021-01-01 00:05:45 +01:00 |
|
Folkert
|
ef0fb55c32
|
new clippy 1
|
2020-12-31 23:52:18 +01:00 |
|
Folkert
|
808a923a95
|
clippy
|
2020-12-31 23:10:58 +01:00 |
|
Folkert
|
45e57fcd25
|
fix test_load
|
2020-12-31 22:54:46 +01:00 |
|
Folkert
|
3469cf7acc
|
remove uniqueness tests
|
2020-12-31 22:51:54 +01:00 |
|
Folkert
|
bcf1c46afe
|
be more specific about int/float precision
|
2020-12-31 22:46:29 +01:00 |
|
Richard Feldman
|
d388ef39e4
|
s/Len/Nat in builtin docs
|
2020-12-31 16:03:07 -05:00 |
|
Folkert
|
81bfea53e2
|
fix some uniqueness problems
|
2020-12-31 21:36:49 +01:00 |
|
Folkert
|
4c34312871
|
fix missing type variable in List.get
|
2020-12-31 21:26:28 +01:00 |
|
Folkert
|
288190281b
|
remove Cond from gen_dev
|
2020-12-31 21:03:58 +01:00 |
|
Folkert
|
5859568d92
|
remove Cond
|
2020-12-31 20:58:30 +01:00 |
|
Folkert
|
5ee29769a6
|
make cond helper and use it instead of constructing cond
|
2020-12-31 20:33:17 +01:00 |
|
Jared Ramirez
|
18d0141942
|
[WIP] Merge local changes with new branch
|
2020-12-31 13:08:50 -06:00 |
|
rvcas
|
1ab7dc54ad
|
fix: gen_num tests
|
2020-12-30 21:18:08 -05:00 |
|
rvcas
|
64c4cfcea9
|
fix: some tests
|
2020-12-30 21:05:04 -05:00 |
|
rvcas
|
b510d6e94d
|
fix: float error in repl
|
2020-12-30 20:47:11 -05:00 |
|
rvcas
|
9dbcfb7a97
|
Merge branch 'temp_numbers' into int_a_float_a
|
2020-12-30 19:59:20 -05:00 |
|
rvcas
|
c33cab57f2
|
Merge branch 'int-float-size-gen' into temp_numbers
|
2020-12-30 19:41:44 -05:00 |
|
rvcas
|
97fc5f12a7
|
Merge branch 'trunk' into int_a_float_a
|
2020-12-30 15:19:31 -05:00 |
|
Richard Feldman
|
8937a5d872
|
Fix test_mono tests
|
2020-12-30 08:20:47 -05:00 |
|
Richard Feldman
|
e385f4404b
|
Merge pull request #842 from rtfeldman/mono-pattern-refactor
Mono pattern refactor
|
2020-12-29 23:43:24 -05:00 |
|
rvcas
|
127c4e1bcc
|
feat: add inner var to IntLiteral and FloatLiteral
|
2020-12-29 20:52:54 -05:00 |
|
rvcas
|
d62471c73a
|
fix: gen_list
|
2020-12-29 14:55:52 -05:00 |
|
rvcas
|
58b9908c2f
|
feat(aliases): add Nat, Natural, and @Natural
|
2020-12-29 14:55:20 -05:00 |
|
rvcas
|
75fdff4398
|
feat(aliases): add Int a and Float a
|
2020-12-29 13:35:24 -05:00 |
|
Jared Ramirez
|
791a0e9404
|
Use precision in mono/ir to determine which number to generate
|
2020-12-29 09:33:55 -06:00 |
|
Chadtech
|
bd5259363c
|
Remove render indices comment
|
2020-12-29 03:29:17 -05:00 |
|
Chadtech
|
c8c3944673
|
Dict and Hash zig modules
|
2020-12-29 03:27:01 -05:00 |
|
Folkert
|
5e25e28033
|
defer mono errors so we can test that non-exhaustive patterns throw a runtime exception
|
2020-12-29 03:51:46 +01:00 |
|
Folkert
|
a5af8178a2
|
clippy
|
2020-12-29 02:37:16 +01:00 |
|
Folkert
|
8438b91633
|
move the symbol field into the Required tag
|
2020-12-29 02:16:21 +01:00 |
|
Folkert
|
b9f92851a4
|
remove optional fields destruct in mono pattern
|
2020-12-29 02:10:27 +01:00 |
|
Folkert
|
eb501f90a2
|
push optional field assignments into the branch
|
2020-12-29 01:49:15 +01:00 |
|
Folkert
|
a7efffa542
|
comment out tests that are blocked on a mono issue (Issue 786)
|
2020-12-29 01:48:31 +01:00 |
|
Folkert
|
edd23dc1d8
|
expose default assignments
|
2020-12-29 01:07:42 +01:00 |
|
Folkert
|
40b514a26d
|
extract optional record field default assignments
|
2020-12-29 01:04:55 +01:00 |
|
Folkert
|
f8e04619b8
|
remove UnsupportedPattern variant in mono patterns
|
2020-12-29 00:48:56 +01:00 |
|
Folkert
|
fefb1f3739
|
error on non-exhaustive pattern in let
|
2020-12-28 23:22:54 +01:00 |
|
Jared Ramirez
|
48f964adf4
|
Add percision variable in fp/integer eq constraints
|
2020-12-28 16:22:34 -06:00 |
|
Folkert
|
794f8c4d41
|
remove Shadowed variant from mono pattern
|
2020-12-28 23:14:04 +01:00 |
|
Folkert
|
4cdde12823
|
add tests
|
2020-12-28 22:34:27 +01:00 |
|
Jared Ramirez
|
5e332cbad9
|
[WIP] F32 gen
|
2020-12-28 14:50:01 -06:00 |
|
Jared Ramirez
|
9b1769b3fb
|
Add basic tests for number gen
|
2020-12-28 14:50:01 -06:00 |
|
Sébastien Besnier
|
70b3b77ac0
|
fixing tests compiling issues
|
2020-12-28 21:36:22 +01:00 |
|
Sébastien Besnier
|
4e9387cbda
|
fix compile issues
|
2020-12-28 21:17:27 +01:00 |
|
Brendan Hansknecht
|
4d90ffb686
|
Fix typo
|
2020-12-28 11:39:47 -08:00 |
|
Sébastien Besnier
|
07d4f8dc15
|
make clippy happy
|
2020-12-28 19:54:17 +01:00 |
|