Commit Graph

25951 Commits

Author SHA1 Message Date
Anton-4
bf937b2b38
Merge pull request #5779 from roc-lang/default-nix-env-var
set NIX_LIBGCC_S_PATH in default.nix too
2023-09-02 16:38:12 +02:00
Anton-4
cec6d7424e
set NIX_LIBGCC_S_PATH in default.nix too
I did this earlier in flake.nix but forgot about default.nix

Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-09-02 14:39:55 +02:00
Richard Feldman
d917c7daf1
Merge pull request #5778 from roc-lang/include-bytes-alignment
force the alignment of include_bytes! for Subs
2023-09-01 18:40:41 -04:00
Folkert
a0d291b1a7
force the alignment of include_bytes! for Subs 2023-09-01 20:01:16 +02:00
Richard Feldman
0b609f83da
Merge pull request #5774 from roc-lang/glue-find-platform-main
glue: find platform main file
2023-08-28 19:32:30 -04:00
Folkert
7be590fae9
glue: find platform main file 2023-08-28 21:31:50 +02:00
Richard Feldman
738e54ebba
Merge pull request #5763 from roc-lang/glue-unsized-skeleton
skeleton for unsized glue
2023-08-21 12:47:56 -04:00
Anton-4
7706b46931
Merge pull request #5770 from roc-lang/macos-13-ci
test nightly on macos 13 too
2023-08-21 18:13:14 +02:00
Anton-4
a6aae71c50
Merge pull request #5768 from roc-lang/web-repl-macos-ci
test wasm repl inside nix
2023-08-19 13:27:41 +02:00
Anton-4
788c0fa00b
remove REPL_DEBUG=1
This env var may not be needed, trying to see how it goes without.
2023-08-18 19:19:57 +02:00
Anton-4
89a950d3bf
remove debug dev, re-enable other CI 2023-08-18 19:11:52 +02:00
Anton-4
885eff1029
Merge pull request #5761 from roc-lang/basic_cli_arm64_test
basic-cli arm64 test
2023-08-18 18:23:48 +02:00
Anton-4
935dbf5c8c
fix version check 2023-08-18 18:22:20 +02:00
Anton-4
5975e06722
try to reproduce #5765 2023-08-18 18:18:04 +02:00
Anton-4
365e8a2f91
test nightly on macos 13 2023-08-18 17:34:27 +02:00
Anton-4
b349b3308f
re-enable all steps
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-08-18 17:18:35 +02:00
Anton-4
8acaf6811f
add libcurl for wasm
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-08-18 16:23:52 +02:00
Anton-4
5ecb88bd80
trying awk instead
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-08-18 15:59:46 +02:00
Anton-4
504ec74f6c
trying single quotes
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-08-18 15:56:15 +02:00
Anton-4
2c2978ae35
try with slash
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-08-18 15:55:13 +02:00
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
05cd4623ae
Merge branch 'main' into basic_cli_arm64_test 2023-08-18 14:56:12 +02:00
Anton-4
1edcfd59e3
Merge pull request #5769 from roc-lang/ignore-inspect-logging
ignore inspect_logging on windows
2023-08-18 14:54:15 +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
8073264d7e
ignore inspec_logging on windows
the basic-cli build process does not yet include the necessary files for windows

Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-08-18 13:19:03 +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
Anton-4
b0d82098e8
Merge branch 'main' into basic_cli_arm64_test 2023-08-18 11:39:00 +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
Folkert
2c22786dc2
remove hardcoded type name 2023-08-16 18:09:01 +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