John Konecny
|
a189e3ab20
|
Warnings are now yellow
|
2024-06-09 13:23:31 -04:00 |
|
Anton-4
|
0e1a9545c6
|
Merge pull request #6790 from roc-lang/macos-11-deprecated
remove macos-11
|
2024-06-07 23:29:10 +02:00 |
|
Anton-4
|
b1781ca5af
|
remove macos-11
|
2024-06-07 16:26:42 +02:00 |
|
Anton-4
|
b3c28ebe66
|
Merge pull request #6781 from jeffnm/tutorial
update module header syntax in the tutorial
|
2024-06-06 19:33:04 +02:00 |
|
Luke Boswell
|
c75f3ccd6c
|
Merge pull request #6788 from roc-lang/language-server-starts-with
use `std::starts_with` instead of iterator logic
|
2024-06-06 05:16:09 +08:00 |
|
Folkert
|
2cabe6546c
|
use std::starts_with instead of iterator logic
|
2024-06-05 17:14:06 +02:00 |
|
Richard Feldman
|
86726e03e3
|
Merge pull request #6758 from alphashuro/patch-1
docs(tutorial): fix spelling error
|
2024-06-03 20:19:05 -04:00 |
|
Luke Boswell
|
8dff5a2e3c
|
Merge pull request #6786 from kdziamura/suffixed_deep_when
detect await bang inside of when branches
|
2024-06-04 08:52:26 +10:00 |
|
Kiryl Dziamura
|
3e5cfb546d
|
check if when branch is suffixed
|
2024-06-03 23:45:54 +02:00 |
|
Richard Feldman
|
db94b555ab
|
Merge pull request #6785 from kdziamura/expect_then_bang
Expect then bang
|
2024-06-03 12:24:39 -04:00 |
|
Kiryl Dziamura
|
967da48969
|
Fix typo
|
2024-06-03 16:58:40 +02:00 |
|
Kiryl Dziamura
|
8883ab9a91
|
Desugar expect continuation
|
2024-06-03 16:58:31 +02:00 |
|
Luke Boswell
|
674b934821
|
Merge pull request #6782 from jeffnm/getting_started
move everything in getting_started folder to website
|
2024-06-02 16:58:17 +10:00 |
|
jeffnm
|
9fc3f01245
|
remove .html extensions from URLs
|
2024-05-31 09:26:02 -05:00 |
|
jeffnm
|
dcb85bbf40
|
fix a few more urls
Signed-off-by: jeffnm <jeffmudge@gmail.com>
|
2024-05-31 09:26:02 -05:00 |
|
jeffnm
|
b696131538
|
fix a couple of urls
Signed-off-by: jeffnm <jeffmudge@gmail.com>
|
2024-05-31 09:26:02 -05:00 |
|
jeffnm
|
b585080ebf
|
move getting started guide to website
Signed-off-by: jeffnm <jeffmudge@gmail.com>
|
2024-05-31 09:26:02 -05:00 |
|
Richard Feldman
|
dcdac5f424
|
Fix typo in FAQ
|
2024-05-31 09:20:51 -05:00 |
|
Jeffrey Mudge
|
4fefebb1fa
|
Update www/content/tutorial.md
Co-authored-by: Agus Zubiaga <hi@aguz.me>
Signed-off-by: Jeffrey Mudge <jeffmudge@gmail.com>
|
2024-05-31 09:20:50 -05:00 |
|
Jeffrey Mudge
|
007e0a3dad
|
update module header syntax in the tutorial
|
2024-05-31 09:20:38 -05:00 |
|
Folkert de Vries
|
fa526c99ec
|
Merge pull request #6755 from andyferris/special_float_literals_repl
Print special float values as Num.nanF64, etc
|
2024-05-31 13:04:58 +02:00 |
|
Luke Boswell
|
53304318e2
|
Merge pull request #6748 from amorriscode/patch-1
fix: typo in comments
|
2024-05-31 20:43:45 +10:00 |
|
Luke Boswell
|
4802143d16
|
Merge pull request #6775 from KasMA1990/patch-1
Removes wrong note on opaque types from Elm guide
|
2024-05-31 20:17:00 +10:00 |
|
Kasper Møller Andersen
|
23222ec508
|
Merge branch 'main' into patch-1
|
2024-05-31 10:21:58 +02:00 |
|
Luke Boswell
|
d79e231a57
|
Merge pull request #6738 from roc-lang/JanCVanB/funify_home_example
Add some more fun to the homepage example
|
2024-05-31 17:43:05 +10:00 |
|
Kasper Møller Andersen
|
bb1397ff6b
|
Merge branch 'main' into patch-1
|
2024-05-31 09:40:21 +02:00 |
|
Andy Ferris
|
664b1754d0
|
Print special float values as Num.nanF64, etc
|
2024-05-31 17:34:43 +10:00 |
|
Luke Boswell
|
e6a7087366
|
Merge pull request #6780 from hristog/remove-leftover-snapshot-copy
Remove redundant test snapshot from root dir
|
2024-05-31 17:28:18 +10:00 |
|
Ayaz
|
9c3a8a4565
|
Merge pull request #6779 from roc-lang/fix-typo
Fix typo in FAQ
|
2024-05-28 16:48:36 -04:00 |
|
Hristo Georgiev
|
114290fe29
|
Remove redundant test snapshot from root dir
|
2024-05-28 14:27:54 +00:00 |
|
Richard Feldman
|
17ca487b91
|
Fix typo in FAQ
|
2024-05-28 10:25:11 -04:00 |
|
Luke Boswell
|
d9773dde83
|
Merge pull request #6777 from wontem/bang_in_fn_args_desugaring
Ignore def pattern for function args
|
2024-05-28 20:33:54 +10:00 |
|
Kiryl Dziamura
|
e86c6235c1
|
add multiple args test
|
2024-05-28 11:34:01 +02:00 |
|
Kiryl Dziamura
|
24f6e46c64
|
panic with unreachable error
|
2024-05-28 11:26:32 +02:00 |
|
Kiryl Dziamura
|
cc7b656703
|
add doc comment
|
2024-05-28 11:00:28 +02:00 |
|
Kiryl Dziamura
|
cbe5d127d7
|
fix typos
|
2024-05-28 09:48:54 +02:00 |
|
Kiryl Dziamura
|
ce6e21ff7a
|
ignore def pattern for function args
|
2024-05-27 18:21:00 +02:00 |
|
Anton-4
|
9fcd5a3fe8
|
Merge pull request #6776 from roc-lang/hello-world-undo-move
undo hello world move
|
2024-05-26 20:25:39 +02:00 |
|
Anton-4
|
0fb807209b
|
undo hello world move
|
2024-05-26 18:58:52 +02:00 |
|
Kasper Møller Andersen
|
2a3e3e14f3
|
Removes wrong note on opaque types
Opaque types were discussed in the previous section
Signed-off-by: Kasper Møller Andersen <kma_untrusted@protonmail.com>
|
2024-05-26 12:49:23 +02:00 |
|
Alpha Shuro
|
e9baf0adde
|
docs(tutorial): fix spelling error
Signed-off-by: Alpha Shuro <alphashuro@gmail.com>
|
2024-05-24 11:03:35 +02:00 |
|
Richard Feldman
|
25f230fda8
|
Merge pull request #6773 from roc-lang/fix-css
Fix styles on homepage and tutorials
|
2024-05-23 22:04:14 -04:00 |
|
Richard Feldman
|
db9209d439
|
Fix styles on homepage and tutorials
|
2024-05-23 22:03:52 -04:00 |
|
Richard Feldman
|
dff2bd42dd
|
Merge pull request #6772 from roc-lang/faq-multi-platform
Add FAQ entries about multiple platforms and other compilation targets
|
2024-05-23 20:19:27 -04:00 |
|
Richard Feldman
|
4ec0926781
|
Add FAQ entry about other compilation targets
|
2024-05-23 14:14:35 -04:00 |
|
Richard Feldman
|
90e9e8b64d
|
Add FAQ section on multiple platforms
|
2024-05-23 14:00:59 -04:00 |
|
Anton-4
|
08799ea41c
|
Merge pull request #6769 from roc-lang/replace-site-gen-platform
Remove static-site-gen example and replace website with basic-ssg release
|
2024-05-22 16:18:04 +02:00 |
|
Anton-4
|
f10f18980d
|
Merge pull request #6770 from roc-lang/move-basic-cli-tests
Move basic cli tests from examples
|
2024-05-22 16:13:40 +02:00 |
|
Anton-4
|
544a538604
|
Merge pull request #6761 from roc-lang/fix-bundle-ingest-files
Fix importing ingested file when bundling packages
|
2024-05-22 15:11:40 +02:00 |
|
Anton-4
|
00316433d1
|
remove dbg
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
|
2024-05-22 14:20:47 +02:00 |
|