Brian Carroll
|
bcb423dae8
|
wasm_interp: remove unsafe code
|
2022-11-24 10:05:25 -05:00 |
|
Brian Carroll
|
f5976d57df
|
clippy + comments
|
2022-11-24 10:05:25 -05:00 |
|
Brian Carroll
|
219de53ccb
|
wasm_interp: Tests for ExecutionState
|
2022-11-24 10:05:24 -05:00 |
|
Brian Carroll
|
35275299e3
|
wasm_module: create WasmModule::new for testing
|
2022-11-24 10:05:24 -05:00 |
|
Brian Carroll
|
45556b95bd
|
wasm_interp: create execute module
|
2022-11-24 10:05:24 -05:00 |
|
Brian Carroll
|
ae4131d3ac
|
wasm_interp: tests for ValueStack
|
2022-11-24 10:05:24 -05:00 |
|
Brian Carroll
|
ee7e439602
|
wasm_interp: tests for call_stack
|
2022-11-24 10:05:24 -05:00 |
|
Brian Carroll
|
43af215417
|
wasm_interp: create call_stack module
|
2022-11-24 10:05:24 -05:00 |
|
Brian Carroll
|
fb13992ccd
|
wasm_interp: new crate, with a value_stack module
|
2022-11-24 10:05:23 -05:00 |
|
Brian Carroll
|
8ddc575600
|
Use workspace versioning for wasm_module Cargo.toml
|
2022-11-24 10:05:23 -05:00 |
|
Folkert
|
5cb47939e2
|
don't try to run dbg with roc run
|
2022-11-24 11:19:41 +01:00 |
|
Richard Feldman
|
85a5905ef7
|
Fix typos in comments
|
2022-11-24 04:40:42 -05:00 |
|
Richard Feldman
|
d00f421946
|
Fix test
|
2022-11-24 04:38:55 -05:00 |
|
Richard Feldman
|
f5cb2d73a1
|
Merge branch 'precompiled-legacy' into https-packages
|
2022-11-24 04:29:56 -05:00 |
|
Richard Feldman
|
c86e3f4677
|
Revert "Drop unused parameter"
This reverts commit d925e43465 .
|
2022-11-24 04:20:17 -05:00 |
|
Richard Feldman
|
adddc1ff70
|
Fix dbg parse test
|
2022-11-24 03:31:19 -05:00 |
|
Richard Feldman
|
3ec21109d7
|
Fix race condition in copying preprocessedhost
|
2022-11-24 03:29:51 -05:00 |
|
Richard Feldman
|
8bbc3ad925
|
Drop Program and third type param from Task
|
2022-11-24 03:21:14 -05:00 |
|
Richard Feldman
|
28bccb792f
|
Merge remote-tracking branch 'origin/main' into precompiled-legacy
|
2022-11-24 02:20:50 -05:00 |
|
Richard Feldman
|
d925e43465
|
Drop unused parameter
|
2022-11-24 02:15:40 -05:00 |
|
Richard Feldman
|
e8f5c13cf9
|
Consider linking type in preprocessed_host_path
|
2022-11-24 02:14:46 -05:00 |
|
Richard Feldman
|
9627946144
|
Drop redundant file copy
|
2022-11-24 02:10:09 -05:00 |
|
Ayaz
|
3059fd31c9
|
Merge branch 'main' into specialization-sets-for-impl-opaques
Signed-off-by: Ayaz <20735482+ayazhafiz@users.noreply.github.com>
|
2022-11-23 17:12:04 -06:00 |
|
Ayaz Hafiz
|
7c3a0807c2
|
Suggest binding type variables to an ability when they're unsatisfied
|
2022-11-23 16:37:50 -06:00 |
|
Folkert
|
51c018b03c
|
fix compile error in tests
|
2022-11-23 23:24:53 +01:00 |
|
Folkert
|
1875176319
|
improve formatting
|
2022-11-23 23:16:37 +01:00 |
|
Folkert
|
e44a8a9eed
|
print all the relevant info
|
2022-11-23 22:58:58 +01:00 |
|
Folkert
|
e7f3c6f281
|
inline dbg
|
2022-11-23 21:23:28 +01:00 |
|
Folkert
|
dcb530d3af
|
Revert "toplevel debug"
This reverts commit 5ea8d96f3e .
|
2022-11-23 20:29:55 +01:00 |
|
Folkert
|
5ea8d96f3e
|
toplevel debug
|
2022-11-23 20:29:45 +01:00 |
|
Folkert de Vries
|
df7f57e4a3
|
Merge pull request #4563 from roc-lang/fix-recursion-checks-of-inferred-vars
Force occurs check for introduced types after checking annotated bodies
|
2022-11-23 13:02:50 +01:00 |
|
Folkert de Vries
|
099ab4938f
|
Merge pull request #4565 from roc-lang/more-standalone
Use include_bytes! so builtin hosts live in binary
|
2022-11-23 13:01:39 +01:00 |
|
Richard Feldman
|
e1959d0a84
|
Fix wasm host_input_path generation
|
2022-11-23 00:38:54 -05:00 |
|
Richard Feldman
|
04e3ac37f4
|
Fix wasm host_dest name generation
|
2022-11-23 00:06:43 -05:00 |
|
Richard Feldman
|
c0b065b51a
|
Fix a couple of preprocessed host bugs
|
2022-11-22 23:38:07 -05:00 |
|
Richard Feldman
|
d9f3e11634
|
Add wasm32 support to preprocessed_host_filename
|
2022-11-22 23:02:12 -05:00 |
|
Richard Feldman
|
bcf53e58fe
|
Fix a missing to_str() on Windows
|
2022-11-22 22:44:42 -05:00 |
|
Richard Feldman
|
928495072c
|
Add dbg to sort_can_defs
|
2022-11-22 21:37:39 -05:00 |
|
Richard Feldman
|
73a591743b
|
Add parser tests for dbg
|
2022-11-22 21:27:10 -05:00 |
|
Richard Feldman
|
dcb7ab97c2
|
Fix a regression in a macOS workaround
|
2022-11-22 21:12:40 -05:00 |
|
Richard Feldman
|
49f8768271
|
Parse and format dbg
|
2022-11-22 21:08:26 -05:00 |
|
Richard Feldman
|
4e50d3fe2e
|
Fix a missing .to_str()
|
2022-11-22 20:58:17 -05:00 |
|
Richard Feldman
|
18fdc54022
|
Update error message
|
2022-11-22 20:55:05 -05:00 |
|
Richard Feldman
|
a8b6fa051a
|
Centralize host tempfile builder logic
|
2022-11-22 20:52:44 -05:00 |
|
Richard Feldman
|
0b73ea69af
|
Make sure tempfiles don't get dropped too early
|
2022-11-22 20:22:08 -05:00 |
|
Richard Feldman
|
6b446fe592
|
Avoid an unused variable warning
|
2022-11-22 19:25:15 -05:00 |
|
Richard Feldman
|
9c1291d57d
|
Give tempfiles the file extensions Zig expects
|
2022-11-22 19:19:54 -05:00 |
|
Richard Feldman
|
16fd39c4f7
|
Missed a couple of .to_str().unwrap()s
|
2022-11-22 18:51:01 -05:00 |
|
Richard Feldman
|
2d83c95d23
|
Only reference native host binaries (for now)
|
2022-11-22 18:40:08 -05:00 |
|
Richard Feldman
|
4a601ffd4c
|
Use tempfile::NamedTempFile in more places
|
2022-11-22 18:40:06 -05:00 |
|