Commit Graph

29241 Commits

Author SHA1 Message Date
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
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
a5ae2608ea
fix incorrect name from merge 2024-08-14 09:13:57 +10:00
Luke Boswell
5c43bd2cee
Merge remote-tracking branch 'remote/main' into rebuild-platform 2024-08-14 09:12:12 +10:00
Luke Boswell
2dee5aea94
Merge pull request #6982 from joshuawarner32/normalize-str
Normalize string encoding as part of RemoveSpaces
2024-08-14 08:58:40 +10:00
Luke Boswell
dbe4a72cbd
Merge pull request #6978 from roc-lang/glue-check-toggle
allow glue check toggle
2024-08-14 08:58:08 +10:00
Anton-4
295675c2e0
Merge branch 'typecheck-module-params' of github.com:roc-lang/roc into typecheck-module-params 2024-08-13 17:30:09 +02:00
Anton-4
3b07afc72e
nix for debug tests 2024-08-13 17:28:59 +02:00
Anton-4
065a2237a7
install valgrind dependency
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2024-08-13 17:02:59 +02:00
Anton-4
723502c498
try more recent valgrind
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2024-08-13 16:32:16 +02:00
Joshua Warner
2d9aa00771
Rename RemoveSpaces->Normalize 2024-08-12 23:05:55 -07:00
Joshua Warner
6835041a61
Normalize string encoding as part of RemoveSpaces 2024-08-12 23:05:45 -07:00
Agus Zubiaga
b451e69b20
Merge branch 'main' into typecheck-module-params 2024-08-12 22:27:16 -03:00
Luke Boswell
3ebff4348f
Merge pull request #6979 from roc-lang/fix-target-arg-unknown
make target an argument for preprocess-host
2024-08-12 17:21:26 +10:00
Sam Mohr
9fc6dccb9f
Merge pull request #6983 from joshuawarner32/rename-FullAst
Rename Full -> FullAst
2024-08-10 22:57:50 -07:00
Joshua Warner
0abea91796
Rename Full -> FullAst 2024-08-10 16:06:01 -07:00
Sam Mohr
3f7f1891f3
Merge pull request #6973 from joshuawarner32/move-Full
Move Full from fmt to parse and reorganize confusingly-named Module ast type
2024-08-10 07:20:05 -07:00
Anton-4
439ebcddce
make target an argument 2024-08-10 14:31:29 +02:00
Anton-4
12f9bacf6e
fix errors 2024-08-10 12:39:02 +02:00
Anton-4
635e6058cc
allow glue check toggle 2024-08-10 12:28:37 +02:00
Anton-4
0bffd6001c
Merge pull request #6976 from roc-lang/debug-flags
Debug flags
2024-08-09 23:41:21 +02:00
Anton-4
87a375ced1
Merge pull request #6975 from roc-lang/more-debug-tips
more debug tips
2024-08-09 23:40:23 +02:00
Anton-4
6fde123ea6
actually run check 2024-08-09 17:18:01 +02:00
Anton-4
a7f66c4676
ci check debug flags 2024-08-09 17:15:03 +02:00
Anton-4
bf63c79997
move debug tips 2024-08-09 15:47:54 +02:00
Anton-4
1a09a5347d
more debug tips
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2024-08-09 14:30:00 +02:00
Joshua Warner
d25c048d48
Move Full from fmt to parse and reorganize confusingly-named Module ast type 2024-08-07 23:01:49 -07:00
Agus Zubiaga
762799052e
Merge branch 'main' into typecheck-module-params 2024-08-07 18:55:33 -03:00
Sam Mohr
698bbc3cf1
Merge pull request #6968 from smores56/ignored-record-builder-fields
Ignore underscore-prefixed fields in record builders
2024-08-06 23:36:27 -07:00
Sam Mohr
00bc699642
Add syntax tests for record builder 2024-08-06 22:49:35 -07:00
Sam Mohr
cb8040f629
Ignore underscore-prefixed fields in record builders 2024-08-06 22:49:35 -07:00
Luke Boswell
8032a988b3
Merge pull request #6972 from roc-lang/agu-z/6931-platform-requires-pkg
Load platform dependencies
2024-08-07 09:36:43 +10:00
Luke Boswell
8596db2055
fix test 2024-08-07 08:51:08 +10:00
Agus Zubiaga
7027547182
Load platform dependencies
We were dropping packages from the platform header while loading.

Closes #6931
2024-08-06 18:15:28 -03:00
Anton-4
13f60cde09
Merge pull request #6970 from roc-lang/fmt-num-fix
fmt Num.roc
2024-08-05 13:16:06 +02:00
Anton-4
ed4e831347
fmt Num.roc 2024-08-05 11:55:53 +02:00
Anton-4
d4d9f69d0f
Merge pull request #6954 from roc-lang/tutorial-improvements
tutorial improvements
2024-08-04 03:42:11 +02:00
Anton-4
e69de4b755
Merge pull request #6960 from roc-lang/num-neg-docs
Num.neg docs
2024-08-04 03:41:30 +02:00
Anton-4
fc28f7b76f
Merge pull request #6961 from roc-lang/platform-debug-tip
add simple platform tip
2024-08-04 03:41:03 +02:00
Anton-4
65ff29faa3
add platform tip
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2024-08-03 17:08:08 +02:00
Anton-4
dd3d3810fb
added workaround
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2024-08-03 14:43:09 +02:00
Anton-4
fd8b7355f6
Num.neg docs
See also https://github.com/roc-lang/roc/issues/6959

Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2024-08-03 14:37:00 +02:00
Anton-4
034d149b3a
Merge pull request #6956 from roc-lang/improve-abilities-error
improve abilities error
2024-08-03 12:43:25 +02:00
Anton-4
dd6e4b211b
fix typo, move comment
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2024-08-03 12:37:03 +02:00
Anton-4
60ca8382a5
improve abilities error 2024-08-03 11:57:23 +02:00
Luke Boswell
08019951be
Merge pull request #6955 from Lubsch/patch-1
Remove duplicated mentioning of planned glue changes
2024-08-03 10:17:31 +10:00
Lubsch
045fe4ff5d
Remove duplicated mentioning of glue changes
Signed-off-by: Lubsch <33580245+Lubsch@users.noreply.github.com>
2024-08-02 23:36:34 +02:00
Anton-4
1c7ee681b6
Merge pull request #6953 from ageron/clarify-reserved-keywords-in-tutorial
Update and clarify reserved vs non-reserved keywords in the tutorial
2024-08-02 20:11:42 +02:00