Jared Ramirez
|
c44ecbb1e5
|
Fix reporting tests
|
2020-12-12 14:01:32 -08:00 |
|
Richard Feldman
|
9115f792a4
|
Special-case error reporting of app module
|
2020-12-10 23:59:15 -05:00 |
|
Richard Feldman
|
572c7cb3dd
|
Report an error for lookups of unexposed values
|
2020-12-10 23:59:15 -05:00 |
|
Richard Feldman
|
ed222912b3
|
Report exposed-but-not-defined symbols
|
2020-12-10 23:59:15 -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 |
|
Chadtech
|
767a348812
|
Record references in can/expr before evaluating to runtime error
|
2020-11-21 14:07:09 -05:00 |
|
Folkert
|
00978994bf
|
improve a bunch of reported errors
|
2020-11-15 02:03:56 +01:00 |
|
Folkert
|
c05ec12be0
|
report a Foo.Bar malformed identifier
|
2020-11-12 20:48:34 +01:00 |
|
Folkert
|
cf80e2852f
|
add test for transitive alias import
|
2020-11-11 01:20:30 +01:00 |
|
Folkert
|
58a7ea5572
|
fix unused argument formatting error
|
2020-11-09 22:31:05 +01:00 |
|
Folkert
|
33f65caedd
|
alias referenced by another alias is not unused!
|
2020-11-09 22:22:00 +01:00 |
|
Folkert
|
7cfe5efe1b
|
Merge remote-tracking branch 'origin/trunk' into generate-effects-module
|
2020-11-07 00:30:23 +01:00 |
|
Richard Feldman
|
8429bd896f
|
Fix fix of typo
|
2020-11-05 22:31:52 -05:00 |
|
Richard Feldman
|
b7914cda46
|
fix typo
|
2020-11-05 20:53:28 -05:00 |
|
Folkert
|
3cd132dd51
|
introduce foreign call
|
2020-11-05 23:35:56 +01:00 |
|
Sébastien Besnier
|
7a21b6a162
|
make clippy happy
|
2020-11-04 15:45:25 +01:00 |
|
Sébastien Besnier
|
619cabe1b8
|
add reporting tests
|
2020-11-04 10:51:34 +01:00 |
|
Sébastien Besnier
|
5273896981
|
working feature
|
2020-11-04 09:49:19 +01:00 |
|
Sébastien Besnier
|
aaff5a5dce
|
first draft about invalid optional fields in records
|
2020-11-03 21:28:50 +01:00 |
|
Folkert
|
a565ca79b8
|
builtins are not technically imported
|
2020-11-02 23:19:31 +01:00 |
|
Folkert
|
09ad286123
|
remove unused function
|
2020-10-31 15:29:36 +01:00 |
|
Folkert
|
40bf9be1e2
|
fix bugs exposed by reporting tests
|
2020-10-30 22:15:28 +01:00 |
|
Folkert
|
5017a456be
|
for now, allow work to be done twice
the scheduler can request that the same file is parsed/canonicalized/etc twice
we need to find a good solution so that no work is repeated
|
2020-10-30 21:57:54 +01:00 |
|
Folkert
|
58467d6515
|
get tests back up an running
|
2020-10-30 16:58:53 +01:00 |
|
Folkert
|
3408a31453
|
preparations for specializing closures
|
2020-10-20 00:33:10 +02:00 |
|
Folkert
|
9ff882751a
|
disable a test for now
|
2020-10-17 12:35:53 +02:00 |
|
Folkert
|
de8ad07f2e
|
Merge branch 'top-level-thunks' into sized-functions-inference
|
2020-10-14 21:58:53 +02:00 |
|
Folkert
|
c7b251d6b4
|
Merge remote-tracking branch 'origin/trunk' into gen-modules
|
2020-10-08 01:29:32 +02:00 |
|
Folkert
|
05d1f28e83
|
add logic to generate/solve closure size constraints
|
2020-10-02 20:46:47 +02:00 |
|
Folkert
|
2e1e87ad6a
|
add closure size variable
|
2020-10-02 00:53:02 +02:00 |
|
Folkert
|
f857203673
|
Merge remote-tracking branch 'origin/trunk' into recursive-layouts
|
2020-09-07 16:53:15 +02:00 |
|
Sébastien Besnier
|
72497a1916
|
add test for tag with no args and boolean
|
2020-09-05 09:17:42 +02:00 |
|
Sébastien Besnier
|
f319fdad79
|
Tag with no args in error msgs (#471)
|
2020-09-05 08:42:40 +02:00 |
|
Richard Feldman
|
0bdc7f2f74
|
Fix CLI underline character on Windows
|
2020-09-03 20:24:09 -04:00 |
|
Richard Feldman
|
453fc0e27c
|
REVERT THIS! Temporarily break block strings.
Also disable some tests because trimming inputs
revealed some bugs I don't want to fix in this PR!
|
2020-08-31 23:22:10 -04:00 |
|
Richard Feldman
|
2e15443c8c
|
Canonicalize unicode code point escapes
|
2020-08-31 23:13:50 -04:00 |
|
Richard Feldman
|
5b27e10095
|
Reproduce empty string parsing bug
|
2020-08-31 23:13:50 -04:00 |
|
Richard Feldman
|
274e7e786d
|
Constrain string interpolation
|
2020-08-31 23:13:50 -04:00 |
|
Richard Feldman
|
58e9fa1255
|
Update formatting tests
|
2020-08-31 20:42:28 -04:00 |
|
Richard Feldman
|
c611f1dfe8
|
Tweak some error message reports
|
2020-08-31 20:37:37 -04:00 |
|
Richard Feldman
|
e6cbfb1567
|
Change "Hint" to "Tip"
|
2020-08-31 17:30:34 -04:00 |
|
Folkert
|
f9cf4ea371
|
recursive tag unions
|
2020-08-31 14:29:09 +02:00 |
|
Richard Feldman
|
181cf10d2c
|
Replace TagName::into_string with as_string
|
2020-08-24 00:03:12 -04:00 |
|
Richard Feldman
|
3f0b08a992
|
Have Stmt::new accept LayoutCache
|
2020-08-12 23:14:06 -04:00 |
|
Folkert
|
4caef70668
|
Merge remote-tracking branch 'origin/trunk' into refcount
|
2020-08-09 13:49:13 +02:00 |
|
Richard Feldman
|
3fe2a4e3fd
|
Drop unused jump_counter
|
2020-08-08 19:53:21 -04:00 |
|
Folkert
|
078c6df677
|
Merge remote-tracking branch 'origin/trunk' into refcount
|
2020-08-08 22:34:14 +02:00 |
|
Richard Feldman
|
c8e647ccfc
|
Use is_zero_sized to remove lots of ptr_bytes
|
2020-08-07 20:08:06 -04:00 |
|
Folkert
|
378fe1d5d1
|
phase out old mono stuff
|
2020-08-06 21:05:14 +02:00 |
|