Richard Feldman
d0a1fa3d57
Bundle tarballs with compression after all
2022-11-21 03:57:05 -05:00
Richard Feldman
a38380ec76
Remove references to obsolete .rp1 format
2022-11-21 02:58:18 -05:00
Richard Feldman
7d2fa63dca
Make roc_cache_dir() panic if it can't find $HOME
2022-11-20 20:54:03 -05:00
Richard Feldman
721841fa1f
Provide roc_cache_dir everywhere
2022-11-20 19:53:48 -05:00
Richard Feldman
04492ce485
.rp1 -> .tar; let the server handle compression!
2022-11-19 23:46:29 -05:00
Richard Feldman
1661c0c87f
Only check for --bundle flag in roc build
2022-11-19 23:46:28 -05:00
Richard Feldman
2fd59981e5
Tweak wording on --bundle
2022-11-19 23:46:28 -05:00
Richard Feldman
777e05cdc8
Report how long it took to make the bundle
2022-11-19 23:46:28 -05:00
Richard Feldman
4f34eac1e6
Add roc build --bundle
to CLI
2022-11-19 23:46:28 -05:00
Richard Feldman
0e416adc3a
Give a nice error if precompiled host is missing
2022-11-19 23:46:27 -05:00
Richard Feldman
00128e3a18
Don't spawn platform-rebuilding thread if prebuilt
2022-11-19 23:46:27 -05:00
Richard Feldman
571844fc27
Change preprocessedhost filename
2022-11-19 23:46:27 -05:00
Richard Feldman
7f617c87bf
Change precompiled host filename format
2022-11-18 17:08:10 -05:00
Richard Feldman
fa2e0648ca
Fix wasm32 host filename generation
2022-11-18 16:47:29 -05:00
Richard Feldman
e4e629c4e4
clippy doesn't like Result with () for the error
2022-11-18 14:45:12 -05:00
Richard Feldman
ba90cbfbd2
Panic in legacy linker if ld returns nonzero
...
We don't print an error message for this, so it's very
confusing if we don't panic - and legacy linker is
going away eventually anyway, so not worth investing in
better error reporting
2022-11-18 14:16:21 -05:00
Richard Feldman
c331925f3f
Drop obsolete comment
2022-11-18 14:16:12 -05:00
Richard Feldman
b80d92e344
Use legacy_host_filename instead of always host.o
2022-11-18 14:15:48 -05:00
Richard Feldman
e2b6d93096
Use debug_assert_eq! instead of debug_assert!
2022-11-18 14:01:51 -05:00
Anton-4
fba1dc2b80
ignore one more test
2022-11-16 13:58:21 +01:00
Anton-4
87042bc3e1
ignore more tests
2022-11-16 13:58:21 +01:00
Anton-4
37ad8a941a
ignore some tests on windows
2022-11-16 13:58:21 +01:00
Folkert
6938ec62fc
display the command string in a prettier way
2022-11-16 13:58:21 +01:00
Anton-4
5a447a9fcc
Merge branch 'main' of https://github.com/roc-lang/roc into windows-final-cli-tests
2022-11-16 13:58:17 +01:00
Anton-4
b681949461
clippy+fmt
2022-11-16 13:55:58 +01:00
Anton-4
e9d8d13b02
windows fixes, error improvements
2022-11-16 13:55:58 +01:00
Folkert de Vries
de472015f6
Merge pull request #4505 from roc-lang/fix-web-repl-palette
...
Fix web REPL error formatting by routing the active Palette everywhere
2022-11-15 15:49:37 +01:00
Folkert
662bf1de99
more workspace dependencies
2022-11-13 16:10:02 +01:00
Folkert
2c23a106f2
make inkwell a workspace dependency
2022-11-13 15:00:48 +01:00
Ayaz
b907f01f1f
Merge pull request #4507 from roc-lang/alias-analysis-rc-recursion
...
fix stack overflow in alias analysis
2022-11-12 12:54:06 -06:00
Folkert
2318ffe31d
don't include header files that don't exist on windows
2022-11-12 14:38:26 +01:00
Folkert
abbc2d2acd
ignore ruby platform on windows
2022-11-12 14:23:57 +01:00
Folkert
dba6a57c04
don't try to run expects on windows
2022-11-12 14:00:54 +01:00
Folkert
9536d0b1a0
fixes for the False example
2022-11-12 13:55:13 +01:00
Richard Feldman
83e4eef475
Merge pull request #4492 from joshuawarner32/tuple-syntax-1
...
Implement initial tuple syntax
2022-11-11 17:55:25 -08:00
Brian Carroll
b64514d7e4
Fix web REPL error formatting by routing the active Palette everywhere
2022-11-11 23:38:08 +00:00
Richard Feldman
58ea07f14f
Merge pull request #4503 from roc-lang/windows-cli-tests
...
Windows rust platforms
2022-11-11 09:42:06 -08:00
Folkert
8787a1bed2
ignore two cli tests on windows
2022-11-11 12:11:32 +01:00
Folkert
e0b67e0445
c conditional compilation?
2022-11-11 10:24:23 +01:00
Folkert
958a4a0a4c
pick rocrun as the default run action in cli tests
2022-11-11 00:16:42 +01:00
Folkert
eafa1d6e5f
improve windows support
2022-11-10 23:48:30 +01:00
Folkert
b6b7d186e4
make new extern functions compile on windows
2022-11-10 23:14:41 +01:00
Joshua Warner
cdbdfeeaa4
Use closure syntax in parentheses in False.roc
2022-11-09 19:00:27 -05:00
Richard Feldman
63e8429859
Fix indentation
2022-11-09 10:50:07 -05:00
Richard Feldman
5a2dde73e0
Use strum to automate keeping targets list in sync
2022-11-09 10:47:09 -05:00
Folkert de Vries
e589dc88a3
Merge pull request #4488 from roc-lang/cli-helpers-improvement
...
cli run tests refactoring + improved errors
2022-11-08 23:54:36 +01:00
Richard Feldman
6486591201
Merge pull request #4462 from lukewilliamboswell/rust-docs
...
Rust docs update #2
2022-11-08 09:35:04 -08:00
Anton-4
0593ae8e05
cli run tests refactoring
2022-11-08 16:50:40 +01:00
Folkert de Vries
91c4115980
Merge pull request #4481 from roc-lang/refactor-argv-envp
...
remove duplication in argv/envp creation
2022-11-07 16:38:27 +01:00
Anton-4
7702a1c62e
Merge pull request #4329 from roc-lang/editor_launch_fix
...
editor launch fix + new test
2022-11-07 15:27:22 +01:00