Folkert
|
01b810266b
|
test cleanup
|
2022-03-11 22:15:36 +01:00 |
|
Folkert
|
c79ecec56e
|
make SubsByModule opaque
|
2022-03-11 20:16:55 +01:00 |
|
Folkert
|
52c056ad13
|
imported rigids keep their name now
|
2022-03-11 19:55:39 +01:00 |
|
Jan Van Bruggen
|
a2f2434d71
|
Rename hello-world to hello-c
|
2022-03-07 19:59:30 -07:00 |
|
Jan Van Bruggen
|
99c825aa99
|
Simplify example platform names
|
2022-03-07 19:59:29 -07:00 |
|
Folkert
|
836967b919
|
some other clippy things in tests
|
2022-03-06 19:07:38 +01:00 |
|
ayazhafiz
|
720b7b49d2
|
Improve error pattern and fix tests
|
2022-02-27 12:01:12 -05:00 |
|
ayazhafiz
|
34900c1f55
|
Address @rtfeldman review
|
2022-02-27 00:11:11 -05:00 |
|
ayazhafiz
|
90de82e295
|
Validation of opaques during canonicalization
|
2022-02-21 18:25:19 -05:00 |
|
Folkert
|
04adbe75ca
|
fix test compilation
|
2022-02-14 21:09:51 +01:00 |
|
ayazhafiz
|
1a1eaf7f68
|
Normalize c/Roc callconv parameters when C returns by pointer
Closes #2413
|
2022-02-06 21:57:14 -05:00 |
|
Richard Feldman
|
2c0948f69b
|
Test Package-Config parse error in test_load
|
2022-02-06 08:24:49 -05:00 |
|
Richard Feldman
|
589140983b
|
Support Package-Config.roc in test_load
|
2022-02-06 08:20:13 -05:00 |
|
ayazhafiz
|
f28ca65ac5
|
Error when platform package config cannot be found
This avoid compiler hangs that occurred before
Closes #1822
|
2022-01-30 21:42:41 -05:00 |
|
Folkert
|
b9c318e9fb
|
update the tests
|
2022-01-26 15:59:21 +01:00 |
|
Richard Feldman
|
6d8277ad8d
|
Merge pull request #2367 from rtfeldman/remove_Num.minmaxInt
Remove `Num.(min/max)Int`
|
2022-01-20 00:19:44 -05:00 |
|
Jan Van Bruggen
|
8e4b6f0cab
|
Remove Num.(min/max)Int
Replace all uses with `Num.(min/max)I64`,
since all uses expect an `I64`.
|
2022-01-19 09:55:06 -07:00 |
|
Jan Van Bruggen
|
1e9d2d1239
|
Remove accidental trailing spaces
|
2022-01-18 22:25:46 -07:00 |
|
ayazhafiz
|
352754960f
|
Remove stale todos in load tests
These no longer seem to be issues.
|
2021-12-23 15:29:27 -06:00 |
|
Folkert
|
f301de5576
|
assert type sizes
|
2021-08-03 22:16:27 +02:00 |
|
Folkert
|
ceb5cc66fa
|
use IdentStr
|
2021-08-03 21:14:36 +02:00 |
|
Folkert
|
35404bd25f
|
use get_content_without_compacting more
|
2021-07-30 22:15:17 +02:00 |
|
Folkert
|
899cbeabd7
|
fix extra ampersands
|
2021-07-29 17:32:08 +02:00 |
|
Folkert
|
112e97c4a2
|
improve circular definition error reporting
|
2021-04-10 21:39:20 +02:00 |
|
Folkert
|
9a4518ce6b
|
test for missing files
|
2021-03-23 15:38:36 +01:00 |
|
Folkert
|
589b579689
|
refactor
|
2021-03-23 14:31:35 +01:00 |
|
Folkert
|
d2600b47a0
|
better parse error reporting in test_load
|
2021-03-17 17:26:15 +01:00 |
|
Folkert
|
0ed87828e5
|
Merge remote-tracking branch 'origin/trunk' into dict
|
2021-02-10 15:02:53 +01:00 |
|
Folkert
|
8c6a9c4144
|
working state
|
2021-02-03 22:32:27 +01:00 |
|
Chadtech
|
a46a7ef06a
|
builtin_defs_map passed in explicitly in many places that want to monomorphize, so that we can use a new test_builtin_defs in tests. Hash test works
|
2021-01-18 22:38:51 -05:00 |
|
Folkert
|
ab6cb7ac93
|
pass stdlib by reference
|
2021-01-14 16:49:55 +01:00 |
|
rvcas
|
565cf21e1e
|
fix(tests): need to adjust tests after changing builtin function types
|
2021-01-05 09:18:24 -05:00 |
|
rvcas
|
27cfd4d7ad
|
more test fixes
|
2021-01-04 15:18:49 -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 |
|
Folkert
|
45e57fcd25
|
fix test_load
|
2020-12-31 22:54:46 +01:00 |
|
Chadtech
|
ce69487519
|
Rename Dict in test_load tests to RedBlackTree
|
2020-12-11 23:48:40 -05:00 |
|
Chadtech
|
2a068941b2
|
Resolve conflicts
|
2020-12-08 16:56:52 -05:00 |
|
Chadtech
|
b24933324a
|
Changed Map to Dict in many tests
|
2020-12-08 16:55:33 -05:00 |
|
rvcas
|
4987721154
|
feat(Num): rename Num.Int to Num.I64
|
2020-12-07 19:17:20 -05:00 |
|
rvcas
|
f7bd803509
|
feat(Num): rename Float to F64
|
2020-11-24 10:25:21 -05:00 |
|
Richard Feldman
|
a7eb568267
|
Fix load tests
|
2020-11-23 00:08:49 -05:00 |
|
Richard Feldman
|
3e01df2bcf
|
Update parse tests to incorporate module headers
|
2020-11-23 00:08:49 -05:00 |
|
Folkert
|
cf80e2852f
|
add test for transitive alias import
|
2020-11-11 01:20:30 +01:00 |
|
Folkert
|
212f8b4d50
|
change test runners to use new error reporting stuff
|
2020-11-03 19:36:02 +01:00 |
|
Folkert
|
78d1a01742
|
hopefully fix race condition bug
|
2020-10-12 20:26:11 +02:00 |
|
Folkert
|
06bc187f8b
|
all tests passing + clippy satisfied
|
2020-10-12 01:42:03 +02:00 |
|
Folkert
|
085c5f54de
|
use a Dependencies struct to track what the dependencies between modules are and when they are met
|
2020-10-10 19:29:10 +02:00 |
|
Folkert
|
c7b251d6b4
|
Merge remote-tracking branch 'origin/trunk' into gen-modules
|
2020-10-08 01:29:32 +02:00 |
|