Brian Carroll
|
0986d47ec6
|
repl: Remove some generics and use macros instead
|
2022-01-28 11:25:30 +00:00 |
|
Brian Carroll
|
46a3035759
|
repl: try putting the from_memory method on the AppMemory trait instead
|
2022-01-28 11:01:37 +00:00 |
|
Brian Carroll
|
6a9d31ec04
|
repl: Fix more type errors, but Rust still can't infer the FromMemory impls
|
2022-01-28 09:40:24 +00:00 |
|
Folkert de Vries
|
aff687d195
|
Merge pull request #2388 from rtfeldman/add_loop_examples
Add app examples for the new `fx.Effect.loop`
|
2022-01-27 23:49:00 +01:00 |
|
Folkert
|
684b873453
|
change name back ?!
|
2022-01-27 23:20:35 +01:00 |
|
Folkert
|
ee151c8f94
|
fix function name
|
2022-01-27 22:26:44 +01:00 |
|
Folkert
|
e31532360b
|
don't remove argument that is not pushed
|
2022-01-27 21:20:46 +01:00 |
|
Folkert
|
3ade77374a
|
Merge remote-tracking branch 'origin/trunk' into add_loop_examples
|
2022-01-27 16:49:47 +01:00 |
|
Jan Van Bruggen
|
04c2b5e88c
|
Ignore tui executable
|
2022-01-27 06:48:27 -07:00 |
|
Jan Van Bruggen
|
33e5ecf8ba
|
Manually format echo example to pass tests
|
2022-01-27 06:48:14 -07:00 |
|
Brian Carroll
|
b2fed142e2
|
repl: use AppMemory trait in eval (attempting to fix compiler errors)
|
2022-01-27 09:41:40 +00:00 |
|
Brian Carroll
|
4a08fead1a
|
repl: Change lots of pointers to addresses
|
2022-01-27 09:40:18 +00:00 |
|
Jan Van Bruggen
|
e36b94fc53
|
Add emoji to form example
|
2022-01-26 21:08:45 -07:00 |
|
Jan Van Bruggen
|
78be942918
|
Add emojis to echo example
|
2022-01-26 21:08:45 -07:00 |
|
Jan Van Bruggen
|
e1f52057cc
|
Reformat form example for simplicity
|
2022-01-26 21:08:45 -07:00 |
|
Jan Van Bruggen
|
8e0c2408c7
|
Make echo example more fun
|
2022-01-26 21:08:45 -07:00 |
|
Folkert
|
1ccf7f6b34
|
more formatting
|
2022-01-26 21:08:45 -07:00 |
|
Folkert
|
ea10c1f665
|
formatting
|
2022-01-26 21:08:45 -07:00 |
|
Folkert
|
d3b51ea8ea
|
make echo example work (with loop, not yet with forever)
|
2022-01-26 21:08:45 -07:00 |
|
Folkert
|
7e28d557ec
|
improve how we generate the mainForHost function
|
2022-01-26 21:08:45 -07:00 |
|
Folkert
|
5b5b9e5eb8
|
fix cli cli_run test (echo file got moved)
|
2022-01-26 21:08:45 -07:00 |
|
Folkert
|
de84698890
|
use generic mainForHost in false platform
|
2022-01-26 21:08:44 -07:00 |
|
Folkert
|
accee83a3f
|
cli platform: use generic version of mainForHost
|
2022-01-26 21:08:44 -07:00 |
|
Jan Van Bruggen
|
3866723e36
|
Add echo example
|
2022-01-26 21:08:44 -07:00 |
|
Jan Van Bruggen
|
97149d4530
|
Add countdown example
|
2022-01-26 21:08:44 -07:00 |
|
Richard Feldman
|
c315d15e59
|
Merge pull request #2408 from rtfeldman/target-alignment
thread through target information
|
2022-01-26 21:02:47 -05:00 |
|
Jan Van Bruggen
|
0079f8f45c
|
Rename name example app to "form"
|
2022-01-26 18:14:03 -07:00 |
|
Folkert
|
0f30704839
|
revert gitignore
|
2022-01-26 23:34:17 +01:00 |
|
Folkert
|
afd11e1cb1
|
move target -> roc_target
|
2022-01-26 23:33:29 +01:00 |
|
Richard Feldman
|
5676562ca4
|
Merge pull request #2407 from rtfeldman/use-task-loop
use `Task.loop` in examples
|
2022-01-26 15:40:38 -05:00 |
|
Folkert
|
27d960f720
|
formatting
|
2022-01-26 20:25:31 +01:00 |
|
Brian Carroll
|
c27f2a2592
|
repl: delete redundant casts
|
2022-01-26 19:22:39 +00:00 |
|
Folkert
|
b3d605cade
|
fix failing debug_assert
|
2022-01-26 20:22:18 +01:00 |
|
Folkert
|
ddf2a09cbf
|
use Task.loop in False
|
2022-01-26 19:59:50 +01:00 |
|
Folkert
|
4ab9a3302b
|
use Task.loop in Deriv
|
2022-01-26 19:59:50 +01:00 |
|
Folkert
|
490bbf3812
|
ignore 'normal' functions when running i386 tests
|
2022-01-26 19:59:50 +01:00 |
|
Brian Carroll
|
17b960bae0
|
repl: Add memory parameter to Env
|
2022-01-26 18:05:11 +00:00 |
|
Brian Carroll
|
816cbdbe65
|
repl: Create FromMemory trait
|
2022-01-26 18:04:40 +00:00 |
|
Folkert
|
7e38309364
|
make alignment target-specific
|
2022-01-26 17:24:52 +01:00 |
|
Folkert
|
fbd26c598e
|
provide target info to number alignment function
|
2022-01-26 17:19:53 +01:00 |
|
Folkert
|
0298013346
|
fix logical error
|
2022-01-26 17:03:49 +01:00 |
|
Folkert
|
b9c318e9fb
|
update the tests
|
2022-01-26 15:59:21 +01:00 |
|
Folkert
|
c663a35e16
|
final phase
|
2022-01-26 15:44:24 +01:00 |
|
Folkert
|
0ed259a80d
|
phase 3
|
2022-01-26 14:37:32 +01:00 |
|
Folkert
|
74932a4cab
|
phase 2
|
2022-01-26 14:30:37 +01:00 |
|
Folkert
|
7e90812332
|
ptr_bytes -> target info, step 1
|
2022-01-26 14:28:26 +01:00 |
|
Folkert
|
456404ccfe
|
add some helpers
|
2022-01-26 14:01:53 +01:00 |
|
Folkert
|
2d23adb2a1
|
add roc_target crate
|
2022-01-26 13:55:06 +01:00 |
|
Richard Feldman
|
0c5f9ffd2a
|
Merge pull request #2401 from rtfeldman/tea-example
Our first elm architecture example
|
2022-01-25 21:26:41 -05:00 |
|
Folkert
|
9ee7198e45
|
and another
|
2022-01-25 15:23:53 +01:00 |
|