Folkert de Vries
|
be624f8bcb
|
Merge pull request #4359 from roc-lang/i4313
Disallow typing optional fields when required fields are annotated
|
2022-10-23 01:20:55 +02:00 |
|
Folkert de Vries
|
bcf2fc340d
|
Merge pull request #4350 from roc-lang/i4348
Use runtime representation of values when building structural eq
|
2022-10-23 01:19:17 +02:00 |
|
Folkert de Vries
|
4a5c8fd7ae
|
Merge pull request #4303 from roc-lang/i4291
Make sure self-recursive checks only happen after typechecking
|
2022-10-23 01:18:56 +02:00 |
|
Richard Feldman
|
eeeab8c6d2
|
Merge pull request #4374 from roc-lang/fix-examples
Fix examples that are failing to build
|
2022-10-21 18:20:51 -07:00 |
|
Richard Feldman
|
7f2b5fbe55
|
Merge pull request #4376 from roc-lang/windows-execve
use execve on windows!
|
2022-10-21 18:08:33 -07:00 |
|
Folkert
|
989784620d
|
use execve on windows!
|
2022-10-22 01:23:41 +02:00 |
|
Brendan Hansknecht
|
7bbf1fb9c5
|
fix examples that are failing to build
|
2022-10-21 13:57:22 -07:00 |
|
Folkert de Vries
|
863d0ab63e
|
Merge pull request #4353 from roc-lang/refine-relocation-location
refine relocation location
|
2022-10-21 12:16:31 +02:00 |
|
Brendan Hansknecht
|
9f8bf3f513
|
Merge pull request #4361 from roc-lang/send-safe-roc-list
Send safe roc list
|
2022-10-21 08:23:05 +00:00 |
|
Ayaz
|
a7dbe765c2
|
Merge pull request #4367 from roc-lang/remove-hashI
Remove addI* variants from Hash
|
2022-10-20 15:10:28 -05:00 |
|
Brendan Hansknecht
|
e27b874331
|
update test to use HASH_HASH_I* instead of HASH_ADD_I*
|
2022-10-19 18:22:44 -07:00 |
|
Ayaz Hafiz
|
f826ff1a71
|
Remove addI* variants from Hash
These are trivially fulfilled by converting a signed int to its unsigned
repr and hashing that.
|
2022-10-19 14:24:21 -05:00 |
|
Brendan Hansknecht
|
8804b28be0
|
expand safety doc comment
|
2022-10-19 12:09:05 -07:00 |
|
Brendan Hansknecht
|
6ebfcc8fa1
|
add clone to SendSafe* types
|
2022-10-19 11:54:17 -07:00 |
|
Folkert
|
d0492327e8
|
Revert "re-enable"
This reverts commit 644a12e7aa .
|
2022-10-19 17:41:46 +02:00 |
|
Folkert
|
644a12e7aa
|
re-enable
|
2022-10-19 16:52:51 +02:00 |
|
Richard Feldman
|
b6a282b0ce
|
Merge pull request #4337 from joshuawarner32/when-indentation-1
Allow parsing `when` cases with python-like indentation
|
2022-10-19 07:03:05 -07:00 |
|
Folkert
|
4de148456c
|
stop updating reloc data directory
|
2022-10-19 15:32:34 +02:00 |
|
Folkert
|
e2128a55f4
|
add assert to check we fit in the reloc section
|
2022-10-19 15:12:51 +02:00 |
|
Folkert
|
a572622ff7
|
update basereloc dir size
|
2022-10-19 14:12:41 +02:00 |
|
Anton-4
|
bd7b1a5616
|
Merge pull request #4357 from lukewilliamboswell/main
added Comments section for tutorial.md
|
2022-10-19 13:06:53 +02:00 |
|
Brendan Hansknecht
|
24cd78fe7e
|
add tests and expose types
|
2022-10-18 23:35:15 -07:00 |
|
Brendan Hansknecht
|
58f4afd9f0
|
add a wrapper for RocStr and RocList that is Send safe
|
2022-10-18 23:00:43 -07:00 |
|
Joshua Warner
|
e39a385f5f
|
Allow parsing when cases with python-like indentation
|
2022-10-18 19:13:20 -07:00 |
|
Folkert de Vries
|
e90ddcd7d1
|
Merge pull request #4354 from roc-lang/var-has-variable
Resolve ability specializations looked up in expects
|
2022-10-18 23:28:17 +02:00 |
|
Luke Boswell
|
a68f69b8ab
|
removed references to other languages for Comments section for tutorial.md
|
2022-10-19 08:11:26 +11:00 |
|
Ayaz Hafiz
|
05e8e6de6f
|
Disallow typing optional fields when required fields are annotated
Closes #4313
|
2022-10-18 15:50:20 -05:00 |
|
Brendan Hansknecht
|
62c9a2a8b6
|
Merge pull request #4355 from roc-lang/concat-memleak
Fix memory leak in List.concat
|
2022-10-18 19:07:52 +00:00 |
|
Ayaz Hafiz
|
d7237dc9e9
|
Cargo format
|
2022-10-18 12:09:18 -05:00 |
|
Folkert
|
b23b53aa6f
|
disable -fPIE on windows
|
2022-10-18 18:45:38 +02:00 |
|
Folkert
|
5e10dddd6f
|
support multiple app relocations per symbol
|
2022-10-18 18:43:40 +02:00 |
|
Ayaz Hafiz
|
706d22a942
|
Fix encode/decode deriving
|
2022-10-18 08:22:23 -05:00 |
|
Folkert de Vries
|
91947972b3
|
Merge pull request #4340 from roc-lang/update-examples-readme
update and simplify examples README
|
2022-10-18 13:47:55 +02:00 |
|
Anton-4
|
a54fa05fe2
|
shorten text a bit
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
|
2022-10-18 11:31:58 +02:00 |
|
Luke Boswell
|
14b3fbce7a
|
added Comments section for tutorial.md
|
2022-10-18 20:21:15 +11:00 |
|
Jan Van Bruggen
|
4bf7a17dd0
|
Merge pull request #4331 from roc-lang/commit-signing-link
added link to story commit signing
|
2022-10-18 01:01:07 -06:00 |
|
Brendan Hansknecht
|
9f09bebdca
|
run
|
2022-10-17 21:50:25 -07:00 |
|
Brendan Hansknecht
|
1225cb54fc
|
Fix memory leak in List.concat
|
2022-10-17 21:45:46 -07:00 |
|
Ayaz Hafiz
|
d26e9c81e0
|
Resolve ability specializations looked up in expects
|
2022-10-17 17:56:48 -05:00 |
|
Ayaz Hafiz
|
8aee32830a
|
Add symbols' localized type variable to the AST
|
2022-10-17 17:35:48 -05:00 |
|
Ayaz
|
9d9053c2d1
|
Merge pull request #4346 from snprajwal/list-walkfrom
builtin(list): add List.walkFrom, List.walkFromUntil
|
2022-10-17 15:20:55 -05:00 |
|
Anton-4
|
da8fed1e15
|
Merge pull request #4343 from roc-lang/move-platform-switching
moved platform-switching folder
|
2022-10-17 22:20:34 +02:00 |
|
Folkert
|
27aaaf9c26
|
remove debug logs
|
2022-10-17 21:25:30 +02:00 |
|
Folkert
|
d93902cd18
|
fix compilation on windows for windows
|
2022-10-17 21:22:13 +02:00 |
|
Folkert
|
58c7a21569
|
make relocations work when the .rdata section is bigger than a 4kb page
|
2022-10-17 21:21:27 +02:00 |
|
Ayaz Hafiz
|
7986514d20
|
Use runtime representation of values when building structural eq
Closes #4348
|
2022-10-17 11:36:57 -05:00 |
|
Ayaz
|
5dcaa6cfc2
|
Merge pull request #4341 from roc-lang/cron-link-check
cron link check
|
2022-10-17 10:37:13 -05:00 |
|
Prajwal S N
|
07224e9086
|
builtin(list): add List.walkFrom, List.walkFromUntil
Signed-off-by: Prajwal S N <prajwalnadig21@gmail.com>
|
2022-10-17 20:51:03 +05:30 |
|
Anton-4
|
baff1c00ab
|
Merge branch 'main' of github.com:roc-lang/roc into update-examples-readme
|
2022-10-17 17:10:20 +02:00 |
|
Anton-4
|
1b78f56d23
|
Merge branch 'main' of github.com:roc-lang/roc into move-platform-switching
|
2022-10-17 17:09:38 +02:00 |
|