Commit graph

614 commits

Author SHA1 Message Date
Ayaz Hafiz
eb2012dcad
Typos 2022-07-15 10:39:10 -04:00
Ayaz Hafiz
a5a80d2d17
Test immediate encoding derivers 2022-07-15 10:39:09 -04:00
Ayaz Hafiz
946004a82f
Support immediate derivers for numbers 2022-07-15 10:39:09 -04:00
Ayaz Hafiz
2e20441157
Num * can't be derived for encoding, but concrete numbers can be 2022-07-15 10:39:09 -04:00
Ayaz Hafiz
7b23077265
Treat numbers as ad-hoc types for the purpose of checking ability obligations 2022-07-15 10:39:09 -04:00
Ayaz Hafiz
568e8d9475
Remove explicit string deriving code in favor of immediate 2022-07-15 10:39:09 -04:00
Ayaz Hafiz
9a66e936a8
Switch String deriving to be an immediate deriver 2022-07-15 10:39:08 -04:00
Ayaz Hafiz
c98ba441cf
Properly handle immediate derivations 2022-07-15 10:38:11 -04:00
Ayaz Hafiz
e91247a64d
Store ability member lambda sets in storage subs 2022-07-15 10:38:11 -04:00
Ayaz Hafiz
52d3f9721f
Add function to extract ability member's lambda sets at regions 2022-07-15 10:38:11 -04:00
Ayaz Hafiz
759134885b
Explain pushing/popping types on region labelling stack 2022-07-15 10:38:10 -04:00
Folkert de Vries
460b822caa
Merge pull request #3501 from rtfeldman/derive-tag-union-encoding-gen
Derive tag union encoding gen
2022-07-15 15:57:41 +02:00
Folkert
c484df99ff fix merge conflict 2022-07-15 13:23:10 +02:00
Folkert
b9ebd4fa27 Merge remote-tracking branch 'origin/trunk' into pretty-expect-output 2022-07-15 09:12:04 +02:00
Richard Feldman
30dfbc2ca8
Merge pull request #3518 from rtfeldman/assoc-list-dict
Assoc list dict
2022-07-14 18:31:00 -04:00
Brian Carroll
10ac17bab2
Merge pull request #3538 from rtfeldman/wasi-libc-build-env-var
wasi-libc-sys: use environment variables to translate from build.rs to a const, instead of rust code generation
2022-07-14 22:34:14 +01:00
Folkert
b6224a3806
ugly hack to make the docs build 2022-07-14 22:15:19 +02:00
Anton-4
632f153b3e
use legacy linker for all tests until #3540 is fixed 2022-07-14 18:02:08 +02:00
Folkert
f0707fd92b
use OUT_DIR in wasm repl module building 2022-07-14 17:58:43 +02:00
Folkert
a75af513c1
remove extra layer of quotes 2022-07-14 17:57:40 +02:00
Folkert de Vries
1b1b63aad0
Merge branch 'trunk' into assoc-list-dict 2022-07-14 16:47:50 +02:00
Richard Feldman
5b4ce91138
Merge pull request #3534 from rtfeldman/reorganize-bindgen
Move RocType helpers into bindgen_rs
2022-07-14 09:41:07 -04:00
Ayaz Hafiz
3f7c91f988
Where there's clippy, there's no way 2022-07-14 09:24:08 -04:00
Ayaz Hafiz
94ab904b6f
Fix compile errors 2022-07-14 09:02:37 -04:00
Ayaz Hafiz
02526b6dc2
Mark deriving test for encoding tags as complete 2022-07-14 08:49:46 -04:00
Ayaz Hafiz
b1867a97d2
Unignore test 2022-07-14 08:49:46 -04:00
Ayaz Hafiz
276bb173a0
Add gen tests for derived tag encoders 2022-07-14 08:49:46 -04:00
Ayaz Hafiz
2ca86c84dc
Gen derived tag encoders with multiple payloads 2022-07-14 08:49:46 -04:00
Ayaz Hafiz
ad5d6a4f84
Copy patterns 2022-07-14 08:49:45 -04:00
Ayaz Hafiz
1cf1e114be
Derive tag union encoders 2022-07-14 08:49:45 -04:00
Ayaz Hafiz
9aa3cb8d33
Use Derived_synth for synthesizing implementations, and Derived_gen for codegen 2022-07-14 08:49:45 -04:00
Ayaz Hafiz
8311fb553f
Update mono tests 2022-07-14 08:49:45 -04:00
Ayaz Hafiz
a23604cd07
Compact lambda sets with structural derived ability impls 2022-07-14 08:49:45 -04:00
Ayaz Hafiz
6141e8ff76
Perfom derives from global derives module, not just symbol table 2022-07-14 08:49:44 -04:00
Ayaz
a9243720da
Merge pull request #3496 from rtfeldman/derive-w-mono
Monomorphize and compile derived implementations
2022-07-14 07:45:21 -05:00
Folkert
864ae3b936
wasi-libc-sys: use environment variables to translate from build.rs to a const, instead of rust code generation 2022-07-14 12:11:42 +02:00
Folkert de Vries
4a9a1b301f
Merge pull request #3533 from rtfeldman/bindgen-functions
Partially bindgen functions
2022-07-14 10:20:37 +02:00
Folkert de Vries
cab1ec0be5
Merge pull request #3532 from rtfeldman/3504
Wrap opaque types in the repl with the appropriate opaque wrapper
2022-07-14 10:04:41 +02:00
Folkert
88a9fab865
clippy 2022-07-14 08:56:23 +02:00
Folkert
488a4ca730
update test 2022-07-14 08:54:42 +02:00
Folkert
96414cb03f
cleanup 2022-07-14 08:52:38 +02:00
Richard Feldman
ed64d8b043
Move the rest of impl RocType into bindgen_rs 2022-07-13 21:35:13 -04:00
Richard Feldman
cf4ef0afe3
Move has_enumeration to bindgen_rs, rename to can_derive_default 2022-07-13 21:35:13 -04:00
Richard Feldman
45ffd45792
Drop obsolete comment 2022-07-13 21:34:01 -04:00
Richard Feldman
434bd1a56f
Don't handle has_enumeration for functions yet 2022-07-13 21:34:01 -04:00
Richard Feldman
b822b8c0be
Don't bindgen the wrong name for args and ret 2022-07-13 21:34:01 -04:00
Richard Feldman
cb0184103e
Make function bindgen a no-op instead of a todo panic 2022-07-13 21:34:01 -04:00
Richard Feldman
a812369299
Merge pull request #3510 from rtfeldman/fix-loading
Fix some file loading bugs
2022-07-13 21:30:39 -04:00
Richard Feldman
da7c7ac5f2
Merge pull request #3525 from rtfeldman/3522
Num.toStr for f32, f64, Dec
2022-07-13 21:30:05 -04:00
Richard Feldman
88d4e37650
“Stay hungry, stay clippy.“ -Steve Jobs 2022-07-13 21:24:10 -04:00