Commit Graph

25921 Commits

Author SHA1 Message Date
Anton-4
b0f72bab58
1a with space
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-08-18 15:54:15 +02:00
Anton-4
746c7d921f
sed is weird
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-08-18 15:00:25 +02:00
Anton-4
58af5d1fd1
try different quotes
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-08-18 14:42:29 +02:00
Anton-4
b0e24c3cc1
ls for debug
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-08-18 14:39:42 +02:00
Anton-4
4888d0fd62
don't use dot
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-08-18 14:37:28 +02:00
Anton-4
ef6b2e97ae
use explicit bash
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-08-18 14:36:33 +02:00
Anton-4
dd4e510384
change env var approach
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-08-18 14:35:17 +02:00
Anton-4
cb088e54fd
try single quotes
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-08-18 14:19:37 +02:00
Anton-4
9d81fbca97
remove old dangling quote
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-08-18 14:15:28 +02:00
Anton-4
04134f6b06
use --env for env var
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-08-18 14:14:24 +02:00
Anton-4
a53d2defd6
try to fix bash call
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-08-18 13:33:35 +02:00
Anton-4
a77d249b9f
added quotes for env var 2023-08-18 12:30:55 +02:00
Anton-4
c2ff76e480
test wasm repl inside nix 2023-08-18 11:43:34 +02:00
Richard Feldman
98e91b8cd5
Merge pull request #5686 from roc-lang/wip-homepage-copy
Trying out some new copy on the WIP homepage
2023-08-17 16:25:33 -04:00
Richard Feldman
2b7da02769
More website copy ideas 2023-08-17 15:19:52 -04:00
Richard Feldman
12324a0ca8
Trying some more WIP copy ideas 2023-08-17 15:19:11 -04:00
Richard Feldman
946ff053fd
Trying out some new copy on the WIP homepage 2023-08-17 15:17:50 -04:00
Richard Feldman
b56a0e0235
Merge pull request #5764 from roc-lang/walk-with-index
Add List.walkWithIndex
2023-08-17 15:11:35 -04:00
Richard Feldman
b54a37e4b0
Merge remote-tracking branch 'origin/main' into walk-with-index 2023-08-17 11:54:34 -04:00
Richard Feldman
5ef2fc52af
Merge pull request #5747 from roc-lang/inspect-builtin
Add Inspect to builtins
2023-08-17 08:43:36 -04:00
Richard Feldman
d63144489a
Merge remote-tracking branch 'origin/main' into walk-with-index 2023-08-17 00:08:50 -04:00
Richard Feldman
ba8b7f656c
roc fmt on inspect examples 2023-08-17 00:07:04 -04:00
Anton-4
63b7fef60f
Merge + update mono tests 2023-08-16 19:21:34 +02:00
Anton-4
0646138509
added comments, tests 2023-08-16 19:17:47 +02:00
Anton-4
2eb8326a70
Merge pull request #5753 from roc-lang/fix-missing-docs-stuff
Fix various missing docs implementations
2023-08-16 16:10:01 +02:00
Richard Feldman
ec4f1ce12b
Merge pull request #5762 from roc-lang/inc-dec
Use wrapping and saturating arithmetic in builtins
2023-08-15 09:13:35 -04:00
Richard Feldman
648039902d
Merge pull request #5758 from roc-lang/faq-revisions
FAQ revisions
2023-08-15 09:13:24 -04:00
Richard Feldman
4ed3824dc7
Merge pull request #5754 from roc-lang/remove-constraints
Remove some Dict and Set ability constraints
2023-08-15 02:49:04 -04:00
Richard Feldman
1731bbbb9f
Improve some FAQ wording 2023-08-15 02:42:30 -04:00
Richard Feldman
7768264868
Update mono tests again 2023-08-15 02:39:50 -04:00
Richard Feldman
df21104457
Inline inc and dec
This is for the dev backend's benefit
2023-08-15 02:39:37 -04:00
Richard Feldman
af357a5cbd
Update mono tests 2023-08-15 02:30:21 -04:00
Richard Feldman
b2d3db3ce9
Fix naming collision in List.roc 2023-08-15 02:29:26 -04:00
Richard Feldman
3ea195db12
Use List.walkWithIndex in some places 2023-08-15 02:29:25 -04:00
Richard Feldman
c3b556ffbc
Add List.walkWithIndex 2023-08-15 02:29:25 -04:00
Richard Feldman
bac445b39b
Simplify List.walk (e.g. for dev backend) 2023-08-15 02:28:41 -04:00
Richard Feldman
6c8b1963ae
Merge pull request #5760 from roc-lang/tuple-errors
Fix formatting in tuple errors
2023-08-14 20:37:19 -04:00
Richard Feldman
fd866a5a64
Update mono tests 2023-08-14 20:17:43 -04:00
Richard Feldman
e8e1d0457f
Update mono tests 2023-08-14 20:06:04 -04:00
Richard Feldman
e31b41864e
Use wrapping and saturating arithmetic in builtins 2023-08-14 20:01:25 -04:00
Richard Feldman
995c985fbe
Give up on exhaustively enumerating aliases
Keep getting errors in the build ruby example on
Json, and it doesn't tell me the name of the
symbol, just the IdentId, which makes this
really hard to track down.

This approach works fine, it'll just be harder
to debug the next time we run into a special
case like ElemWalker.
2023-08-14 19:00:37 -04:00
Richard Feldman
83ead6b2b2
Special-case TotallyNotJson types for now 2023-08-14 18:58:50 -04:00
Richard Feldman
15a6bc34f4
Merge remote-tracking branch 'origin/main' into inspect-builtin 2023-08-14 15:03:27 -04:00
Richard Feldman
5d6c787deb
Special-case layout conversions for builtin alias 2023-08-14 14:58:28 -04:00
Anton-4
6a14517964
Merge pull request #5756 from roc-lang/basic-cli-update
basic-cli 0.4.0 -> 0.5.0
2023-08-14 11:46:09 +02:00
Luke Boswell
01647a32ff
Merge pull request #5741 from lukewilliamboswell/fix-vdom
fix broken references in virtual-dom-wip
2023-08-14 18:20:24 +10:00
Richard Feldman
7404842f49
Don't put spaces inside tuples in error messages 2023-08-13 21:49:58 -04:00
Richard Feldman
31da0520c4
Revise the FAQ to no longer use first person 2023-08-13 15:12:37 -04:00
Richard Feldman
c3802d228b
Remove FAQ entry on differences from Elm
This info is covered better by roc-for-elm-programmers.md
2023-08-13 15:08:50 -04:00
Richard Feldman
0a9e664022
Revise some FAQ entries 2023-08-13 15:08:50 -04:00