Commit graph

30550 commits

Author SHA1 Message Date
Anton-4
0e896fc2f8
build basic-cli 0.18 2024-12-23 20:42:06 +01:00
Timon
a58b1013e7
added devcontainer (#7404)
* added devcontainer

* clean up

* set versions llvm zig

Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>

---------

Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
Co-authored-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2024-12-23 14:32:32 +01:00
Luke Boswell
0bf249afcb
Merge pull request #7398 from gamebox/docs-better-tablet
A few docs improvements
2024-12-22 15:09:51 +11:00
Luke Boswell
d03106769f
Merge pull request #7400 from joshuawarner32/fuzzing-bugs-4
Fix another batch of bugs found in fuzzing
2024-12-22 15:08:33 +11:00
Joshua Warner
a0f828fa57
Don't minimize malformed parses by default 2024-12-21 20:14:19 -05:00
Joshua Warner
512be85f9a
Fix parens around as in tag union 2024-12-21 20:14:19 -05:00
Joshua Warner
7ba5135602
Fix as in apply type 2024-12-21 20:14:19 -05:00
Joshua Warner
bab5e65480
Fix case of expr in binop that ends in closure, when it doesn't start on a new line 2024-12-21 20:14:18 -05:00
Joshua Warner
769baa9f63
Add indent call after when's if 2024-12-21 20:14:18 -05:00
Joshua Warner
ad1e3369c5
Disallow expect! as an identifier 2024-12-21 20:14:18 -05:00
Joshua Warner
249125297e
Add missing indent call 2024-12-21 20:14:15 -05:00
Anthony Bullard
ccc7071842
Better tablet layout, and syntax highlighted signatures 2024-12-21 08:59:46 -06:00
Anton-4
7d60cc8601
improve contributing.md UX
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2024-12-21 12:24:21 +01:00
Anton-4
1bae24b3ea
bitcode build fix (#7394)
* new broader workaround
2024-12-20 11:38:56 -08:00
Anthony Bullard
9161de8e1f
Better tablet support for docs 2024-12-20 05:15:47 -06:00
Anthony Bullard
c9a1ca84b4
Merge pull request #7377 from gamebox/new-docs-template 2024-12-18 18:45:39 -06:00
Anthony Bullard
43a3dfe374
Fix dark mode syntax highlighting 2024-12-18 16:37:05 -06:00
Anton-4
2765864a44
basic-cli 0.17.0 release (#7232)
* basic-cli 0.17.0 release

* use legacy linker for build.roc

* back to old architecture display

* normal CI triggers
2024-12-18 20:44:13 +01:00
Anton-4
49347c4029
Merge pull request #7387 from roc-lang/fix-nightly-macx64-test
fix test_nightly_many_os.yml
2024-12-18 16:43:01 +01:00
Anton-4
bce4effbfa
zlib->z3
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2024-12-18 16:42:36 +01:00
Anton-4
ba1cd3add7
normal CI, update instructions 2024-12-18 16:40:09 +01:00
Anton-4
dc275eb80f
fix test_nightly_many_os.yml
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2024-12-18 16:35:40 +01:00
Anton-4
e0d22a2768
easier hello world 2024-12-18 16:19:27 +01:00
Anthony Bullard
0cb8de5d67
Final A11y fixes and feedback 2024-12-18 08:46:53 -06:00
Anton-4
1285a24565
glue copy fix
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2024-12-18 14:12:57 +01:00
Sam Mohr
97ab13e11b
Merge pull request #7362 from normanjaeckel/FixMissingNewline
Add missing newline to roc check command.
2024-12-17 18:53:03 -08:00
Anton-4
c89dccb6f4
Merge pull request #7386 from roc-lang/examples-and-testing
fix nightly testing + updates
2024-12-17 20:18:50 +01:00
Anton-4
7d604ab9fd
hello.roc -> main.roc 2024-12-17 18:05:04 +01:00
Anton-4
bf93ae54b5
back to normal CI 2024-12-17 15:31:14 +01:00
Anton-4
2c929c25e3
Merge pull request #7384 from gamebox/fix-snake-case-formatting
Fix snake case formatting
2024-12-17 14:41:41 +01:00
Anton-4
17960d1154
fix nightly testing + updates 2024-12-17 14:17:21 +01:00
Anton-4
5178c2a99c
Merge pull request #7382 from kukimik/patch-3
Highlight current :target entry name (#7299)
2024-12-17 14:03:07 +01:00
Anthony Bullard
76b61e6c55
Working towards a new color palette 2024-12-17 05:53:15 -06:00
Anthony Bullard
04029d36de
A few fixes 2024-12-17 05:53:15 -06:00
Anthony Bullard
11e736f3e8
New docs template 2024-12-17 05:53:13 -06:00
Anthony Bullard
310acf010e
Remove panic 2024-12-17 05:40:47 -06:00
Anthony Bullard
66529503ff
Fix snake case formatting 2024-12-17 05:40:42 -06:00
Anton-4
8f2ff5158d
Merge pull request #7383 from roc-lang/maocs-flaky-workaround
flaky error retry
2024-12-17 12:27:07 +01:00
Anton-4
f673e98d13
Merge branch 'main' into maocs-flaky-workaround 2024-12-17 11:37:49 +01:00
Joshua Warner
66a9dc6a69
Merge pull request #7368 from joshuawarner32/more-fuzzing-yay
Another batch of fuzzing bugs
2024-12-17 00:23:17 -08:00
Michał Kukieła
a3762f60ad Highlight current :target entry name (#7299)
Signed-off-by: Michał Kukieła <53443372+kukimik@users.noreply.github.com>
2024-12-17 08:37:30 +01:00
Joshua Warner
596cb2b7c9
Merge branch 'main' into more-fuzzing-yay 2024-12-16 20:57:34 -08:00
Sam Mohr
dbc59f7c7c
Merge branch 'main' into FixMissingNewline 2024-12-16 20:23:25 -08:00
Joshua Warner
511572f7a5
Clippy 2024-12-16 19:08:48 -08:00
Joshua Warner
36d4d37e18
Fix panic check for parens_newlines_before_as 2024-12-16 18:32:25 -08:00
Joshua Warner
c4077dc971
Fix when branches to use lifting as well 2024-12-16 18:23:41 -08:00
Joshua Warner
e068ae6b5a
Fix nested as 2024-12-16 18:23:40 -08:00
Joshua Warner
05ff2efec9
Improve minimize configurability 2024-12-16 18:23:40 -08:00
Joshua Warner
887a43ff55
Fix comments in str interpolations 2024-12-16 18:23:37 -08:00
Brendan Hansknecht
e819c954d3
Merge pull request #7369 from roc-lang/fix-false
Fix false interpreter
2024-12-16 15:24:09 -08:00