Brian Carroll
|
6fba267df1
|
Fix JSON encoding bug
|
2023-01-27 23:44:30 +00:00 |
|
Ayaz Hafiz
|
735d7cb4df
|
Address more U32 usages in place of U64 on client side
|
2023-01-27 17:37:12 -06:00 |
|
Ayaz Hafiz
|
f83ebb7bc7
|
Use U32 as array index
|
2023-01-27 17:36:32 -06:00 |
|
Ayaz Hafiz
|
add50f04e4
|
Update other Nat usages in virtual dom
|
2023-01-27 17:31:49 -06:00 |
|
Ayaz Hafiz
|
b86e4763f0
|
Update use of Nat encoding in virtual dom
|
2023-01-27 17:24:24 -06:00 |
|
Brian Carroll
|
dd97993219
|
formatting
|
2023-01-26 20:45:30 +00:00 |
|
Brian Carroll
|
8effab418d
|
Fix a bug in digit parser
|
2023-01-26 20:45:30 +00:00 |
|
Brian Carroll
|
550675af08
|
parser: remove unused import
|
2023-01-26 20:45:30 +00:00 |
|
Brian Carroll
|
19db1f6214
|
Parse numbers instead of strings: crash in Parser.digits
|
2023-01-26 20:45:30 +00:00 |
|
Richard Feldman
|
4dfbb689e2
|
Fix smart quotes in tutorial
|
2023-01-25 14:55:18 -05:00 |
|
Anton-4
|
1f2b39a521
|
Merge branch 'main' of github.com:roc-lang/roc into rust1_65
|
2023-01-23 18:27:33 +01:00 |
|
Anton-4
|
ff30dfaf9c
|
use basic-cli 0.2.0
|
2023-01-21 19:06:06 +01:00 |
|
Richard Feldman
|
6bdd51502d
|
Merge pull request #4936 from roc-lang/dependabot/cargo/examples/gui/platform/bumpalo-3.12.0
Bump bumpalo from 3.9.1 to 3.12.0 in /examples/gui/platform
|
2023-01-21 10:58:44 -05:00 |
|
dependabot[bot]
|
f93e03f4e3
|
Bump bumpalo from 3.9.1 to 3.12.0 in /examples/gui/platform
Bumps [bumpalo](https://github.com/fitzgen/bumpalo) from 3.9.1 to 3.12.0.
- [Release notes](https://github.com/fitzgen/bumpalo/releases)
- [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fitzgen/bumpalo/compare/3.9.1...3.12.0)
---
updated-dependencies:
- dependency-name: bumpalo
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-01-21 15:05:33 +00:00 |
|
dependabot[bot]
|
de34176e63
|
Bump bumpalo from 3.9.1 to 3.12.0 in /examples/gui/breakout/platform
Bumps [bumpalo](https://github.com/fitzgen/bumpalo) from 3.9.1 to 3.12.0.
- [Release notes](https://github.com/fitzgen/bumpalo/releases)
- [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fitzgen/bumpalo/compare/3.9.1...3.12.0)
---
updated-dependencies:
- dependency-name: bumpalo
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-01-21 15:05:33 +00:00 |
|
Folkert de Vries
|
541c66be7f
|
Merge pull request #4934 from roc-lang/dependabot/cargo/examples/cli/cli-platform/bumpalo-3.12.0
Bump bumpalo from 3.11.0 to 3.12.0 in /examples/cli/cli-platform
|
2023-01-21 16:04:18 +01:00 |
|
dependabot[bot]
|
c5c3dbeb31
|
Bump bumpalo from 3.11.0 to 3.12.0 in /examples/cli/cli-platform
Bumps [bumpalo](https://github.com/fitzgen/bumpalo) from 3.11.0 to 3.12.0.
- [Release notes](https://github.com/fitzgen/bumpalo/releases)
- [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fitzgen/bumpalo/compare/3.11.0...3.12.0)
---
updated-dependencies:
- dependency-name: bumpalo
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-01-20 22:23:22 +00:00 |
|
Anton-4
|
978bb71316
|
use patched basic-cli release
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
|
2023-01-20 16:09:49 +01:00 |
|
Anton-4
|
ee45107900
|
roc fmt
|
2023-01-20 14:52:25 +01:00 |
|
Anton-4
|
e8ac49ce11
|
try basic-cli 0.1.4
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
|
2023-01-20 14:16:14 +01:00 |
|
Anton-4
|
97cafd44cd
|
use basic-cli 1.3
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
|
2023-01-18 15:27:18 +01:00 |
|
Luke Boswell
|
d14d410153
|
added basic parsing example to ci
|
2023-01-18 13:49:38 +01:00 |
|
Luke Boswell
|
6790848be5
|
remove redundant zig platform, fix tests
|
2023-01-18 12:52:19 +01:00 |
|
Anton-4
|
bbf35af8fa
|
Merge branch 'main' into rust1_65
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
|
2023-01-17 18:14:30 +01:00 |
|
Anton-4
|
a97c53d7ca
|
1.65 changes and clippy fixes
|
2023-01-17 18:09:16 +01:00 |
|
Luke Boswell
|
048720b34f
|
WIP parser packaging
|
2023-01-16 19:06:48 +01:00 |
|
Folkert
|
c4e6dcff22
|
optimize Parser.Core
shaves 1 second off of the HTTP parser tests
|
2023-01-15 17:23:45 +01:00 |
|
Folkert de Vries
|
43a8d1e610
|
Merge pull request #4885 from roc-lang/weakening-4
Weakening 4
|
2023-01-14 17:23:40 +01:00 |
|
Ayaz Hafiz
|
3d0a0a4a99
|
Update more dict/set references
|
2023-01-14 15:33:54 +01:00 |
|
Folkert
|
2c9e2524c1
|
Revert "reproduce crash in expect with Lists of different length"
This reverts commit 12350410df .
issue has been resolved by intervening commits
|
2023-01-14 15:10:30 +01:00 |
|
Folkert
|
148ec3752d
|
fix bug with record field ordering in repl eval
|
2023-01-14 15:09:12 +01:00 |
|
Brian Carroll
|
12350410df
|
reproduce crash in expect with Lists of different length
|
2023-01-14 08:50:50 +00:00 |
|
Anton-4
|
05b6056d37
|
update README
|
2023-01-11 16:52:58 +01:00 |
|
Brian Carroll
|
f106eb8c9d
|
examples/parser: rename apply->keep
|
2023-01-10 23:02:41 +00:00 |
|
Folkert de Vries
|
a659b6b560
|
Merge pull request #4858 from roc-lang/parse-http
Example parser for HTTP messages
|
2023-01-10 19:03:56 +01:00 |
|
dependabot[bot]
|
e160d192ed
|
Bump tokio from 1.21.2 to 1.24.1 in /examples/cli/cli-platform
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.21.2 to 1.24.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.21.2...tokio-1.24.1)
---
updated-dependencies:
- dependency-name: tokio
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-01-06 21:49:32 +00:00 |
|
Brian Carroll
|
2dce9f44b7
|
parser: HTTP reponse
|
2023-01-06 21:00:24 +00:00 |
|
Brian Carroll
|
b4776ad76f
|
parser: delete requestStartLine
|
2023-01-06 20:30:42 +00:00 |
|
Brian Carroll
|
fa54a082d3
|
parser: Http headers and body
|
2023-01-06 20:29:46 +00:00 |
|
Brian Carroll
|
3fc40362a3
|
create 'skip' parser combinator
|
2023-01-05 23:05:49 +00:00 |
|
Brian Carroll
|
a368388b20
|
parse HTTP request start line
|
2023-01-05 23:04:40 +00:00 |
|
Brian Carroll
|
0e27e62a3e
|
virtual-dom: use crash instead of defaulting to RenderedNone
|
2023-01-05 21:51:48 +00:00 |
|
Brian Carroll
|
95c2c89751
|
virtual-dom: get rid of workarounds in tests
|
2022-12-30 17:23:52 +00:00 |
|
Brian Carroll
|
32714b980b
|
virtual-dom: child node diffing
|
2022-12-30 15:33:53 +00:00 |
|
Brian Carroll
|
510b01e371
|
virtual-dom: attribute diffing
|
2022-12-30 15:33:53 +00:00 |
|
Brian Carroll
|
7202af45ef
|
virtual-dom: Delete event listeners while deleting the associated node
|
2022-12-30 15:33:53 +00:00 |
|
Brian Carroll
|
80f799cf70
|
virtual-dom: test for diff function
|
2022-12-30 15:33:53 +00:00 |
|
Ayaz
|
f7bdc59ac0
|
Merge pull request #4815 from roc-lang/improve_getting_started
helloWolrd use url platform, improve getting started
|
2022-12-27 10:02:44 -06:00 |
|
Anton-4
|
33af6264d6
|
add helloWorldNoURL
|
2022-12-27 15:03:31 +01:00 |
|
Anton-4
|
edd97f5405
|
helloWolrd url platform, improve getting started
|
2022-12-27 13:46:48 +01:00 |
|