Anton-4
|
44b8abdead
|
update to basic-cli 0.14
|
2024-08-23 15:50:05 +02:00 |
|
Anton-4
|
faeea52878
|
Merge pull request #7015 from roc-lang/align-16
Fix alignment of 16 byte types
|
2024-08-21 19:03:31 +02:00 |
|
Brendan Hansknecht
|
cf5cd84d60
|
fix alignment of 16 bytes
|
2024-08-21 09:04:07 -07:00 |
|
Anton-4
|
7f8a513a52
|
Merge pull request #7013 from roc-lang/more-debug-tips
More debug tips
|
2024-08-21 00:02:07 +02:00 |
|
Anton-4
|
e458aba31f
|
Expanded debug_tips
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
|
2024-08-20 20:31:48 +02:00 |
|
Anton-4
|
cb804b9975
|
Merge pull request #7012 from roc-lang/stoud-flush-fix
flush write_all
|
2024-08-20 13:55:07 +02:00 |
|
Anton-4
|
8f9d4149ca
|
flush write_all
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
|
2024-08-20 12:36:15 +02:00 |
|
Sam Mohr
|
7c7485bb04
|
Merge pull request #7005 from smores56/deprecate-backpassing
Deprecate backpassing to prepare for eventual removal
|
2024-08-18 08:08:29 -04:00 |
|
Joshua Warner
|
e3d47b386e
|
Merge pull request #7004 from a-lavis/format-invisible-chars
Format invisible unicode chars to unicode escapes
|
2024-08-17 20:27:46 -07:00 |
|
Sam Mohr
|
871802ea0a
|
Merge pull request #7008 from roc-lang/zstd-partial-revert
llvm still needs zstd
|
2024-08-17 22:34:03 -04:00 |
|
Joshua Warner
|
6b6968632f
|
Merge branch 'main' into format-invisible-chars
|
2024-08-17 10:22:40 -07:00 |
|
Anton-4
|
5d69edfb97
|
llvm still needs zstd
The nightly won't build without this line
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
|
2024-08-17 19:06:46 +02:00 |
|
Aidan
|
ade416dbb4
|
add test for blank chars in multiline string
|
2024-08-17 10:28:15 -04:00 |
|
Aidan
|
de6a31263a
|
DRY up my new normalize code
|
2024-08-17 10:23:22 -04:00 |
|
Aidan
|
aef9d81eaa
|
simplify StrLiteral::Line to StrLiteral::PlainLine in block strings as well
|
2024-08-17 10:06:50 -04:00 |
|
Aidan
|
1551d8fb0d
|
preserve multiline string trailing whitespace
|
2024-08-17 09:57:59 -04:00 |
|
Sam Mohr
|
7c90a3a900
|
Remove vestigial backpassing test
|
2024-08-16 23:51:07 -07:00 |
|
Sam Mohr
|
f9008c3af0
|
Fix broken CLI tests
|
2024-08-16 23:37:31 -07:00 |
|
Sam Mohr
|
d66f581eeb
|
Merge pull request #7002 from smores56/record-update-shorthand
Implement `&foo` record updater syntax sugar
|
2024-08-17 02:15:03 -04:00 |
|
Sam Mohr
|
5393d45ee6
|
Merge pull request #7003 from smores56/remove-zstd-dependency
Remove barely used zstd dependency
|
2024-08-17 02:08:44 -04:00 |
|
Sam Mohr
|
50f6e11423
|
Deprecate backpassing to prepare for eventual removal
|
2024-08-16 22:36:04 -07:00 |
|
Aidan
|
7be537dd55
|
format invisible characters in strings to unicode escapes
|
2024-08-17 01:16:58 -04:00 |
|
Aidan
|
b0be698354
|
simplify StrLiteral::Line to StrLiteral::PlainLine when possible
|
2024-08-17 01:16:51 -04:00 |
|
Sam Mohr
|
88b004fc8a
|
Attempt to remove z3 dependency
|
2024-08-16 10:35:53 -07:00 |
|
Sam Mohr
|
7edb5a8e3b
|
Remove unused backtrace dependency
|
2024-08-16 10:31:56 -07:00 |
|
Sam Mohr
|
e169529ede
|
Remove barely used zstd dependency
|
2024-08-16 10:10:29 -07:00 |
|
Sam Mohr
|
209d78f72c
|
Minor formatting fix
|
2024-08-16 01:52:56 -07:00 |
|
Sam Mohr
|
b1a972ab21
|
Implement &foo record updater syntax sugar
|
2024-08-16 01:41:59 -07:00 |
|
Sam Mohr
|
a14a110293
|
Merge pull request #7000 from smores56/try-suffix-ast-node
Combine ! and ? into single TrySuffix AST node
|
2024-08-15 09:31:59 -07:00 |
|
Sam Mohr
|
fdacdbe5ef
|
Re-ignore false interpreter test on Windows
|
2024-08-15 07:55:02 -07:00 |
|
Sam Mohr
|
fc5a53a08a
|
Enable false-interpreter test
|
2024-08-14 23:26:42 -07:00 |
|
Sam Mohr
|
0733863a81
|
Prefer false-interpreter for ? desugaring example
|
2024-08-14 23:23:45 -07:00 |
|
Sam Mohr
|
0fd0cc11aa
|
Format code
|
2024-08-14 22:26:32 -07:00 |
|
Sam Mohr
|
4870f56a18
|
Update args.roc test to use ? sugar
|
2024-08-14 22:21:53 -07:00 |
|
Sam Mohr
|
3bc5c1dc12
|
Combine ! and ? into single TrySuffix AST node
|
2024-08-14 22:14:08 -07:00 |
|
Sam Mohr
|
2423ce2272
|
Merge pull request #6999 from roc-lang/update-plans
Include shadowing in Plans page
|
2024-08-14 14:38:59 -07:00 |
|
Luke Boswell
|
172b30ff54
|
Merge pull request #6998 from roc-lang/macos-codesign
use macos codesign
|
2024-08-15 07:32:30 +10:00 |
|
Luke Boswell
|
35e398b036
|
review comments
|
2024-08-15 07:18:07 +10:00 |
|
Luke Boswell
|
3137cb30fa
|
include shadowing in Plans
|
2024-08-15 07:10:17 +10:00 |
|
Sam Mohr
|
79217931a1
|
Merge pull request #6995 from smores56/record-builder-docs
Update docs for new record builders
|
2024-08-14 14:00:59 -07:00 |
|
Sam Mohr
|
c8a2408c71
|
Add type annotations for builder examples
|
2024-08-14 13:59:28 -07:00 |
|
Sam Mohr
|
6ce5e75835
|
Update docs for new record builders
|
2024-08-14 13:59:27 -07:00 |
|
Sam Mohr
|
cc5bf3f164
|
Merge pull request #6993 from roc-lang/result-map-builtins
Implement `Result.mapBoth` and `Result.map2` builtins
|
2024-08-14 10:01:32 -07:00 |
|
Anton-4
|
47978c8a20
|
use macos codesign
Anaconda also has a codesign and we want to use the macos one, see https://github.com/pyinstaller/pyinstaller/issues/8581#issuecomment-2147311833
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
|
2024-08-14 17:01:17 +02:00 |
|
Luke Boswell
|
49d72cb6fe
|
Merge pull request #6996 from roc-lang/adjust-getting-started
adjust getting started
|
2024-08-14 20:55:42 +10:00 |
|
Anton-4
|
bd4ef6aba7
|
adjust getting started
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
|
2024-08-14 12:10:37 +02:00 |
|
Luke Boswell
|
2eb3e38b7f
|
Merge remote-tracking branch 'remote/main' into result-map-builtins
|
2024-08-14 17:26:10 +10:00 |
|
Luke Boswell
|
6bae15c467
|
resolve review comments
|
2024-08-14 17:24:12 +10:00 |
|
Luke Boswell
|
0be4e49513
|
Merge pull request #6861 from roc-lang/typecheck-module-params
Canonicalize and type check module params
|
2024-08-14 13:19:20 +10:00 |
|
Luke Boswell
|
45f18bd64e
|
update mono snapshots
|
2024-08-14 13:17:52 +10:00 |
|