Commit Graph

1658 Commits

Author SHA1 Message Date
Anton-4
191d8a7408
Merge pull request #5271 from lukewilliamboswell/static-site
Support highlighting other languages using static-site platform
2023-04-12 11:01:27 +02:00
Luke Boswell
ccaf874ad0
clarify cow_str usage 2023-04-12 17:17:18 +10:00
Luke Boswell
ac07ddcbaf
add highlighting for other languages 2023-04-10 13:21:24 +10:00
Luke Boswell
0820780e73
modify inline code to use 'roc!' prefix for highlighting 2023-04-10 12:11:02 +10:00
Brendan Hansknecht
df9f5a946e
add test case for ingesting as bytes with type hole 2023-04-09 14:03:34 -07:00
Brendan Hansknecht
fdf8bc6094
fix formatting 2023-04-09 14:03:34 -07:00
Brendan Hansknecht
030597c59a
add example use with cli_run test 2023-04-09 14:03:34 -07:00
Brendan Hansknecht
0c366949cb
add basic checking for if an ingested file exists 2023-04-09 14:03:32 -07:00
Brendan Hansknecht
f4411afbbc
get basic wiring of a value through the compiler 2023-04-09 14:03:31 -07:00
Folkert
3ff17aa0ea
generate signature for the entry points 2023-04-02 20:47:28 +02:00
Anton-4
06cf030527
update to basic-cli 3.1 2023-03-29 10:46:47 +02:00
Ayaz
61dd5cc8c7
Merge pull request #5179 from roc-lang/i5143-tuple-abilities
Implement ability obligation checking and derivation for tuples
2023-03-25 15:51:39 -05:00
Ayaz Hafiz
825ed1c8b3
Fully implement Decoding in EnvDecoding 2023-03-22 17:18:23 -05:00
Brendan Hansknecht
913f2e7ae2
Merge pull request #5120 from dankeyy/jvm-interop
JVM Interop
2023-03-22 20:02:05 +00:00
dankeyy
5599da5724
format+typos for ci 2023-03-22 20:56:10 +02:00
Richard Feldman
2276c78d9f
Merge pull request #5093 from roc-lang/glue-getters-rtfeldman
Glue for functions and closures
2023-03-21 08:12:19 -04:00
dankeyy
eb4dfbca5a
fixing embarrassing typos 2023-03-21 00:32:05 +02:00
dankeyy
2f6d82ad01
macos comments and typo cleanups 2023-03-21 00:12:56 +02:00
dankeyy
8fa421f35a
fix roc_panic to accept RocStr 2023-03-20 23:39:48 +02:00
dankeyy
8c468b15ce
rename RocList and make 0-len RocStr a small str 2023-03-20 23:31:03 +02:00
Anton-4
53c55d112d
forgot old basic-cli release 2023-03-20 20:16:49 +01:00
Anton-4
8da9af94f2
use latest basic-cli, better error messages 2023-03-20 20:06:36 +01:00
Anton-4
6e0dc30797
fixes, build tar.br now 2023-03-20 16:32:54 +01:00
Anton-4
f619a35c7c
.rh and .rm adjustments, basic-cli nightly prep 2023-03-20 12:24:30 +01:00
Anton-4
3eda00cb62
Merge pull request #5144 from lukewilliamboswell/static-site
Add code file import feature for `static-site-gen` platform
2023-03-20 11:16:57 +01:00
dankeyy
cc8531048a
some refcount fixes 2023-03-19 22:37:30 +02:00
dankeyy
1db7f3408b
improve refcounts handling 2023-03-19 22:20:31 +02:00
Richard Feldman
00f1ca14c8
Merge pull request #5146 from roc-lang/ts-interop
TypeScript interop example
2023-03-19 11:35:19 -04:00
Richard Feldman
e8af38893b
Set refcount in init_rocbytes 2023-03-19 09:48:31 -04:00
Richard Feldman
8b65402e6c
Drop unused import 2023-03-19 09:26:45 -04:00
dankeyy
cc51b6edbb
fix memcpy amount 2023-03-19 11:01:17 +02:00
Luke Boswell
3832228a13
update to use file: prefix 2023-03-19 14:10:22 +11:00
dankeyy
5038d36f5e
fix mem bug on mularr array copy 2023-03-19 00:55:04 +02:00
Richard Feldman
dfcf086910
Rename decref_list 2023-03-18 18:36:30 -04:00
dankeyy
c6476ee440
Update README.md
Signed-off-by: dankeyy <dankeyy@protonmail.com>
2023-03-19 00:13:10 +02:00
dankeyy
ff154a2f42
show more examples in readme 2023-03-19 00:04:58 +02:00
dankeyy
773b5be769
stabilize roc_panic 2023-03-18 23:39:12 +02:00
dankeyy
a750084580
dont need these bytes 2023-03-18 23:37:18 +02:00
Richard Feldman
6845dae2b2
Handle seamless slices when decrementing RocStr 2023-03-18 15:14:24 -04:00
Richard Feldman
f862540c65
Account for seamless slices in C roc_str_len 2023-03-18 12:45:07 -04:00
Richard Feldman
75ca8816c3
Refactor out some C helper functions 2023-03-18 10:02:47 -04:00
dankeyy
fc52e18531
testing java exceptions 2023-03-18 15:23:40 +02:00
Richard Feldman
05f63573c2
Make some files POSIX compliant (end in newline) 2023-03-17 21:55:21 -04:00
Richard Feldman
6f8cfc6229
Free Roc heap allocations in ts interop example 2023-03-17 21:49:21 -04:00
Richard Feldman
da503a725b
Fix empty list bug in several interop examples 2023-03-17 21:42:36 -04:00
Richard Feldman
51265f16d1
Drop obsolete host.c from ts-interop 2023-03-17 21:28:41 -04:00
Richard Feldman
ea0adb211e
Fix TS interop readme typos 2023-03-17 21:26:08 -04:00
Richard Feldman
29caaf9d61
Use code formatting on gcc 2023-03-17 21:25:16 -04:00
Richard Feldman
71331cc945
Move some .gitignore entries to the root 2023-03-17 21:24:37 -04:00
dankeyy
6724475724
fix factorial segfault 2023-03-17 21:36:02 +02:00