Commit graph

26309 commits

Author SHA1 Message Date
Agus Zubiaga
c22c2259c0
Add type annotation in where_ident test 2023-09-30 01:53:49 -03:00
Agus Zubiaga
ebc3aab91f
Allow where to be used as an identifier (except in type vars) 2023-09-30 01:48:10 -03:00
Richard Feldman
eea619e2e0
Merge pull request #5863 from roc-lang/web-repl-clarify-code
Web REPL cleanups
2023-09-28 05:50:01 -05:00
Richard Feldman
ab718ae73e
Merge pull request #5853 from sekerez/add-dec-abss
Add support for Num.abs to Dec type
2023-09-28 05:47:55 -05:00
Brian Carroll
1d95ecf021
Delete mock WASI, we're not using it 2023-09-28 09:30:31 +01:00
Brian Carroll
ed81414c5d
Reduce height of web REPL loading message, to match loaded state 2023-09-28 09:27:52 +01:00
Brian Carroll
53406942c7
Make web REPL JS a bit clearer 2023-09-28 09:11:39 +01:00
Brian Carroll
64f0c0262b
Merge pull request #5862 from roc-lang/mobile-repl
Give web repl some mobile-friendly styling
2023-09-28 06:43:22 +01:00
Richard Feldman
0974d5709d
Give web repl some mobile-friendly styling 2023-09-27 22:09:54 -04:00
Brendan Hansknecht
ed3f50f7c8
Merge branch 'main' into add-dec-abss 2023-09-28 01:57:48 +00:00
Anton-4
5020b4d1d9
Merge pull request #5858 from lukewilliamboswell/fix-wip-script
Fix wip-site roc build script
2023-09-27 10:39:01 +02:00
Luke Boswell
938ccbb8b3
update wip build script 2023-09-27 16:35:57 +10:00
Brendan Hansknecht
e30eabd5bf
Merge branch 'main' into add-dec-abss 2023-09-26 15:33:24 +00:00
Brendan Hansknecht
0c037335c2
Merge pull request #5854 from roc-lang/nix-devtools-fix-mac-aarch64
devtools mac aarch64 fix + CI
2023-09-26 15:28:19 +00:00
Anton-4
cb13fc6092
Merge pull request #5857 from roc-lang/rust-1-71-1-upgrade
rust 1.71.1 upgrade
2023-09-26 17:27:08 +02:00
Anton-4
be481fc8fc
re-enable clippy+fmt checks 2023-09-26 15:50:22 +02:00
Anton-4
dbb693b32d
misc CI fixes 2023-09-26 15:22:29 +02:00
Anton-4
5f878aee93
clippy 2023-09-26 15:08:30 +02:00
Anton-4
4cc3eccda4
re-enable file change trigger 2023-09-26 14:24:29 +02:00
Anton-4
948e672bd8
nixfmt, enable other workflows 2023-09-26 14:21:23 +02:00
Anton-4
1f862be7a4
stdenv fix 2023-09-26 14:08:45 +02:00
Anton-4
2a2ced4020
skip code-lldb on aarch64-darwin 2023-09-26 14:07:03 +02:00
Anton-4
6794ed5ad4
don't include gdb on aarch64-darwin 2023-09-26 13:53:35 +02:00
Anton-4
0c2dd9ba6a
Merge branch 'nix-devtools-fix-mac-aarch64' of github.com:roc-lang/roc into nix-devtools-fix-mac-aarch64 2023-09-26 13:16:30 +02:00
Anton-4
a66994e664
disable other workflows 2023-09-26 13:16:11 +02:00
Anton-4
1b7f2e7b55
fix ignore 2023-09-26 13:13:09 +02:00
Anton-4
1957d52945
ignore false-interpreter on linux 2023-09-26 12:55:19 +02:00
Anton-4
c1e2014057
want to check tests without fmt or clippy changes 2023-09-26 12:10:59 +02:00
Anton-4
f078204c1f
rust 1.71.1 upgrade 2023-09-26 12:08:16 +02:00
Brendan Hansknecht
b0608c32b5
Merge pull request #5855 from roc-lang/rust-binary-size
Allow rust binaries to remove dead code
2023-09-26 09:07:54 +00:00
Brendan Hansknecht
0c7267b801
Merge pull request #5838 from roc-lang/remove-hash-zig
remove unused hash.zig file
2023-09-26 06:33:08 +00:00
Anton-4
0e5c55aeb4
Merge pull request #5837 from roc-lang/aarch64-linux-nix
arm64 linux nix CI workflow
2023-09-26 08:32:06 +02:00
Brendan Hansknecht
c3c5c97e16
remove unused hash.zig file 2023-09-25 10:56:44 -07:00
Brendan Hansknecht
d0e1da40ac
Allow rust binaries to remove dead code
Note: we may need to add a special init function to stop linker based dead code elimination.
That or special linker commands to keep `roc_*` functions.
Currently this is working on my x86 machine without it though.

Guide here if needed on the init function:
https://stackoverflow.com/questions/43712979/how-to-export-a-symbol-from-a-rust-executable
2023-09-25 10:23:00 -07:00
Anton-4
8997aa3748
nix show-trace
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-09-25 15:53:58 +02:00
Anton-4
5a0c0e1c80
macos sed is special
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-09-25 15:45:44 +02:00
Anton-4
2cf378438e
added devtools test mac aarch64 2023-09-25 15:31:43 +02:00
Sekerez
9307bdbed0 use const 2023-09-24 23:15:36 -04:00
Sekerez
fa65d89a3c Add support for Num.abs to Dec type 2023-09-24 23:10:25 -04:00
Anton-4
8f210241ab
Merge pull request #5848 from roc-lang/docs-link-improvement
no need to link to Bool anymore
2023-09-24 15:16:31 +02:00
Anton-4
951dc2017f
Merge pull request #5850 from roc-lang/devtools-nix-fix
fixed LLVM_SYS_130_PREFIX missing when launching nix devtools
2023-09-24 14:37:35 +02:00
Anton-4
1e3f8a9535
Merge branch 'main' into aarch64-linux-nix 2023-09-24 13:45:37 +02:00
Anton-4
33b265774e
Merge branch 'main' into docs-link-improvement 2023-09-24 13:45:31 +02:00
Anton-4
5d253b645c
Merge branch 'main' into devtools-nix-fix 2023-09-24 13:45:14 +02:00
Richard Feldman
4fb1b2f85e
Merge pull request #5844 from ch1n3du/main
fix(getting_started): Updated file names in installation examples
2023-09-23 19:49:14 -04:00
Anton-4
e4b72da2d4
Merge pull request #5847 from roc-lang/ignore-flaky-windows
ignore 2 windows tests
2023-09-23 21:45:32 +02:00
Anton-4
6b5ccb5377
dectools fixed LLVM_SYS_130_PREFIX missing 2023-09-23 17:54:55 +02:00
Anton-4
c310be2b11
no need to link to Bool anymore 2023-09-23 15:02:11 +02:00
Anton-4
bd3b64d5d0
ignore 2 windows tests
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-09-23 14:46:58 +02:00
Anton-4
0febae77a9
these were moved to nix_linux_arm64_cargo
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-09-23 14:43:03 +02:00