Brian Carroll
370d363351
virtual-dom: rename server-side-rendering -> virtual-dom-wip
2022-12-18 09:48:15 +00:00
Brian Carroll
ec3a9bc496
virtual-dom: Delete FIXME about record types. Doesn't seem to be true any more
2022-12-18 09:39:57 +00:00
Brian Carroll
ff0edc8d27
virtual-dom: renderFromScratch now compiles!
2022-12-18 09:20:17 +00:00
Brian Carroll
156ad685ac
Merge branch 'main' of github.com:roc-lang/roc into virtual-dom
2022-12-18 07:47:15 +00:00
Luke Boswell
1643624911
added tutorial generated from static-site platform
2022-12-15 18:10:14 +11:00
Anton-4
77e06eca2a
Merge pull request #4744 from roc-lang/rust-example-toolchain
...
added rust toolchain file to example to prevent people trying to use the wrong version
2022-12-13 10:52:36 +01:00
Anton-4
a5678f8906
added toolchain file to example
2022-12-12 19:57:56 +01:00
Nathan Freestone
04c9454c20
changed expected output for tests to reflect new behavior
2022-12-11 18:39:14 -07:00
Folkert de Vries
234f9f54cd
Merge pull request #4714 from roc-lang/expect-dbg-atomics
...
use atomics for expect/dbg
2022-12-09 09:21:13 +01:00
Richard Feldman
5958f50728
Drop obsolete mentions of roc_send_signal
2022-12-08 06:36:12 -05:00
Brendan Hansknecht
46546f5a1e
fix other formatting
2022-12-04 18:39:58 -08:00
Brendan Hansknecht
a5efc1f179
switch to more expressive list.range
2022-12-04 16:04:17 -08:00
Ayaz
9bf23196a8
Revert stray introduction from #4661
...
Signed-off-by: Ayaz <20735482+ayazhafiz@users.noreply.github.com>
2022-12-03 12:32:46 -06:00
Ayaz Hafiz
845a2f8c75
Report warnings in roc test
2022-12-02 14:11:58 -06:00
Anton-4
f91523baa9
update tutorial, cleanup
2022-11-28 20:13:39 +01:00
Anton-4
91266a03c6
change matadata filename based on target
2022-11-28 15:18:15 +01:00
Richard Feldman
956d3d1462
basic-cli docs --> roc-lang.org/packages/basic-cli
2022-11-26 19:04:35 -05:00
Richard Feldman
bdc61b7fd9
Link to basic-cli in the README for cli examples
2022-11-26 19:04:34 -05:00
Richard Feldman
2409399ff3
Don't even compile https stuff in wasm!
2022-11-26 08:53:31 -05:00
Richard Feldman
58fad36f9d
Merge pull request #4460 from roc-lang/crash
...
Crash
2022-11-25 17:18:21 -05:00
Ayaz Hafiz
aba047e84c
Add support for user crashes in the cli plat
2022-11-24 14:46:52 -06:00
Ayaz Hafiz
18713e2209
cli-platform handles roc_panic RocStr
2022-11-24 14:46:50 -06:00
Richard Feldman
c63425e188
Fix test
2022-11-24 12:06:58 -05:00
Richard Feldman
2e61df3b96
roc format
2022-11-24 05:47:35 -05:00
Richard Feldman
8bbc3ad925
Drop Program and third type param from Task
2022-11-24 03:21:14 -05:00
Brian Carroll
6cca2cd193
virtual-dom: get rid of Lazy for now
2022-11-22 08:58:50 +00:00
Brian Carroll
9a992b1399
virtual-dom: Bring back named type variables
2022-11-22 08:42:10 +00:00
Brian Carroll
95e5faa2c4
virtual-dom: Expose translate and translateStatic, fix type in test
2022-11-22 08:37:18 +00:00
Brian Carroll
5d90d2ab3d
Merge branch 'main' of github.com:roc-lang/roc into virtual-dom
2022-11-22 08:08:00 +00:00
Ayaz
1a3119e4c5
Merge pull request #4525 from roc-lang/fix-fixpoints-2
...
Implement fixpoint-fixing and unconditionally emplace variables into type indices
2022-11-19 17:47:02 -06:00
Richard Feldman
0b2c2ab36c
Fix compiler warnings on examples/cli/echo.roc
2022-11-18 14:01:55 -05:00
Ayaz Hafiz
f0fbf16be6
Remove panicking line in Args.roc
2022-11-16 14:05:51 -06:00
Folkert de Vries
0920fb4227
Merge pull request #4508 from roc-lang/windows-final-cli-tests
...
Windows final cli tests
2022-11-16 18:21:49 +01:00
Anton-4
5a447a9fcc
Merge branch 'main' of https://github.com/roc-lang/roc into windows-final-cli-tests
2022-11-16 13:58:17 +01:00
Anton-4
e9d8d13b02
windows fixes, error improvements
2022-11-16 13:55:58 +01:00
Ayaz Hafiz
b6f53f22c3
Fix inline expects on macos
...
MacOS SIGUSR1 is signal 30, not 10 as it is on Linux.
At least on MacOS clang, we need the added headers to the c platform's
host to compile correctly.
2022-11-15 09:30:28 -06:00
Ayaz
b907f01f1f
Merge pull request #4507 from roc-lang/alias-analysis-rc-recursion
...
fix stack overflow in alias analysis
2022-11-12 12:54:06 -06:00
Anton-4
084cf819d3
Merge pull request #4506 from roc-lang/csv-parser-zig
...
csv parser: rewrite host to zig
2022-11-12 16:17:33 +01:00
Brian Carroll
07efb32173
Merge pull request #4494 from roc-lang/wasm-example-fixes
...
Fixes for WebAssembly platform-switching example
2022-11-12 13:44:54 +00:00
Folkert
2318ffe31d
don't include header files that don't exist on windows
2022-11-12 14:38:26 +01:00
Folkert
9536d0b1a0
fixes for the False example
2022-11-12 13:55:13 +01:00
Anton-4
7f93bf8074
add nightly instructions
...
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2022-11-12 13:55:06 +01:00
Richard Feldman
83e4eef475
Merge pull request #4492 from joshuawarner32/tuple-syntax-1
...
Implement initial tuple syntax
2022-11-11 17:55:25 -08:00
Folkert
ce61a40f5b
change parser host to zig
2022-11-11 23:45:32 +01:00
Richard Feldman
58ea07f14f
Merge pull request #4503 from roc-lang/windows-cli-tests
...
Windows rust platforms
2022-11-11 09:42:06 -08:00
Folkert
21600828b2
c conditional compilation, for real
2022-11-11 11:09:15 +01:00
Folkert
e0b67e0445
c conditional compilation?
2022-11-11 10:24:23 +01:00
Brian Carroll
760aa665d2
test won't run because of type issues
2022-11-11 08:42:42 +00:00
Folkert
b6b7d186e4
make new extern functions compile on windows
2022-11-10 23:14:41 +01:00
Folkert
11360edf7b
make effects platform work on windows
2022-11-10 22:11:21 +01:00