Commit Graph

26991 Commits

Author SHA1 Message Date
Anton-4
5d27ee2c17
optimize basic platform builds 2023-11-24 12:14:36 +01:00
Richard Feldman
3d8884a96d
Merge pull request #6047 from khalyomede/6045-docker-hub-official-image
6045-docker-hub-official-image
2023-11-22 21:47:42 -05:00
Richard Feldman
9e3fec9092
Merge pull request #6059 from stefanv/organize-llvm-build-instructions
Re-organize the LLVM build instructions
2023-11-22 21:46:55 -05:00
Richard Feldman
325b08b7e9
Merge pull request #6067 from roc-lang/add-chris-packett
Add Chris Packett to sponsors
2023-11-22 21:46:08 -05:00
Richard Feldman
3d9a08cfdc
Add Chris Packett to sponsors 2023-11-22 21:45:47 -05:00
Richard Feldman
f89ca6594b
Add Chris Packett to sponsors in README
Signed-off-by: Richard Feldman <oss@rtfeldman.com>
2023-11-22 21:43:42 -05:00
Stefan van der Walt
6a2ac5ac93 Clarify what to do with zig binary 2023-11-22 14:22:39 -08:00
Stefan van der Walt
6883c76935 Add prefix as suggested by @rtfeldman 2023-11-22 14:21:12 -08:00
Stefan van der Walt
7ae83b59d5 Clean up zig section 2023-11-22 14:21:12 -08:00
Stefan van der Walt
c1af12600f Re-organize the LLVM build instructions
- `zig` needs `lib` directory
- `llvm` needs development headers
- Keep installation instructions together
- Group by platform
- No longer split installation and debugging instructions
2023-11-22 14:21:12 -08:00
Anton-4
9e1b649438
PR trigger -> manual
No need to test the nightlies every PR, they only change once a day :p
2023-11-22 19:46:47 +01:00
Anton-4
c698216ec7
Merge branch '6045-docker-hub-official-image' of github.com:khalyomede/roc into 6045-docker-hub-official-image 2023-11-22 19:41:24 +01:00
Anton-4
6033733e49
ditch C platform deps 2023-11-22 19:37:49 +01:00
khalyomede
98b988ad42 #6045 add Debian 10 (Buster) compatible Docker image 2023-11-22 16:54:15 +01:00
khalyomede
6a18626b82 #6045 add put roc version first (before os name/version) 2023-11-22 16:29:32 +01:00
khalyomede
61bbb4c4e3 #6045 add Debian (latest) Docker image 2023-11-22 16:25:58 +01:00
khalyomede
b3fd2a9c5b #6045 add Debian 12 (Bookworm) compatible Docker image 2023-11-22 16:22:18 +01:00
khalyomede
3b1cf62ad2 #6045 add Ubuntu latest compatible Docker image 2023-11-22 15:44:32 +01:00
khalyomede
a134484853 #6045 add Ubuntu 20.04 compatible Docker image 2023-11-22 15:39:36 +01:00
Richard Feldman
5e911f14d8
Merge pull request #6057 from lsculv/record-field-error-typo
Fix typo 'I trying' -> 'I am trying'
2023-11-22 09:12:30 -05:00
Anton-4
d72621ac03
Merge pull request #5983 from HajagosNorbert/get-pointer
mono::ir::Expr::UnionFieldPtrAtIndex -> GetElementPointer
2023-11-22 14:59:37 +01:00
Richard Feldman
87a0b54609
Merge pull request #6054 from jecaro/fix-5939
Dont swallow bad input while parsing spaces
2023-11-22 08:21:14 -05:00
Richard Feldman
0c9fc22c5b
Merge pull request #6046 from carlbordum/doc/tutorial-calling-functions
remove ref to string interpolation in start of tutorial
2023-11-22 08:07:11 -05:00
Richard Feldman
44ed55c2ea
Merge pull request #6048 from carlbordum/doc/tutorial-def-startswith-lowercase
mention that defs must start with a lowercase letter in tutorial
2023-11-22 08:06:17 -05:00
Richard Feldman
e3a0c0b968
Merge pull request #6051 from jamesbirtles/fix/typo-browser
fix typo browswer -> browser
2023-11-22 08:05:53 -05:00
Richard Feldman
f20f395048
Merge pull request #6052 from ryanolsonx/improve-if-then-else-tutorial-code
Improve if-then-else tutorial code
2023-11-22 08:05:26 -05:00
Richard Feldman
a5695336f1
Merge pull request #6055 from avitkauskas/fix-typos
fix naming error in tutorial
2023-11-22 08:04:11 -05:00
Richard Feldman
e6ab00fbf3
Merge pull request #6061 from lukewilliamboswell/fix-6038
Replace stale webserver example
2023-11-22 08:02:29 -05:00
Anton-4
efe6867c44
Merge pull request #6064 from roc-lang/remove-libxkb
remove libxkb-common requirement
2023-11-22 13:54:52 +01:00
Anton-4
254180ebfe
remove libxkb-common requirement
This is only necessary for running GUI examples

Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-11-22 11:45:31 +01:00
Norbert Hajagos
70a10e45c1
Merge branch 'main' into get-pointer 2023-11-22 08:30:38 +01:00
Luke Boswell
349933b649
roc format 2023-11-22 13:30:06 +11:00
Luke Boswell
a000bb9c52
Replace stale webserver example 2023-11-22 13:11:05 +11:00
Lucas Culverhouse
3c05690997
Fix typo 'I trying' -> 'I am trying' 2023-11-21 17:33:57 -08:00
Alvydas Vitkauskas
746cbe92ed fix one more naming 2023-11-22 00:43:08 +02:00
Alvydas Vitkauskas
5281c42c83 fix naming error in tutorial 2023-11-22 00:24:05 +02:00
Ryan Olson
b40d2e03c3 Improve if-then-else tutorial code
Since we have a variable for `sum`, I feel like the example would be more
clear if we use it in the `else` branch in the if-then-else code.
2023-11-21 13:56:10 -07:00
James Birtles
4cfecb2872
fix typo browswer -> browser
Signed-off-by: James Birtles <james@birtles.dev>
2023-11-21 19:57:18 +00:00
Anton-4
31b62e929c
Merge pull request #6043 from roc-lang/update-basic-cli-test
update basic cli arm64 test
2023-11-21 20:17:45 +01:00
Anton-4
65257e3392
Merge pull request #6049 from roc-lang/clean-nix-shells
auto delete old nix shells
2023-11-21 20:17:27 +01:00
jecaro
57f55dbe7e
Fix typo 2023-11-21 19:47:27 +01:00
jecaro
55befee0b0
Dont swallow bad input while parsing spaces
Fix #5939
2023-11-21 19:47:17 +01:00
Anton-4
f3220c7d45
auto delete old nix shells
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-11-21 19:10:45 +01:00
Carl Bordum Hansen
0092dd2628 mention that defs must start with a lowercase letter in tutorial 2023-11-21 18:59:37 +01:00
Anton-4
d34509e4cb
Merge pull request #6044 from eltociear/patch-1
Fix typo in optimize.sh
2023-11-21 18:51:26 +01:00
khalyomede
ebaf822435 #6045 add Ubuntu 22.04 Dockerfile 2023-11-21 18:46:23 +01:00
Carl Bordum Hansen
2fd410d016 remove ref to string interpolation in start of tutorial
This section appears later in the tutorial now.
2023-11-21 18:35:41 +01:00
Brendan Hansknecht
08ee6ed018
Merge pull request #6030 from roc-lang/pattern-match-rest-as
Pattern match rest as
2023-11-21 08:06:32 -08:00
Ikko Eltociear Ashimine
38ad8f1061
Fix typo in optimize.sh
occurances -> occurrences

Signed-off-by: Ikko Eltociear Ashimine <eltociear@gmail.com>
2023-11-22 01:02:02 +09:00
Anton-4
1f0f25ffb3
Merge pull request #6042 from jecaro/fix-zig_host_app-test-on-nixos
Fix zig_host_app on NixOS
2023-11-21 16:48:07 +01:00