Commit Graph

29226 Commits

Author SHA1 Message Date
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
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
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
Anton-4
96e643fc33
simplify language
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2024-08-02 20:03:36 +02:00
Anton-4
bb2bae4b8e
correct backtick 2024-08-02 18:44:02 +02:00
Anton-4
7d2d62519a
tutorial improvements
Some follow-up on #6952.
2024-08-02 18:40:26 +02:00
Aurélien Geron
217f62f6be
Update and clarify reserved vs non-reserved keywords in the tutorial 2024-08-02 20:44:02 +12:00
Sam Mohr
790eabd933
Merge pull request #6952 from ageron/improve-result-chaining-doc
Improve Result-chaining documentation
2024-08-01 08:50:56 -06:00
Sam Mohr
48bdc86722
Merge branch 'main' into improve-result-chaining-doc 2024-08-01 08:49:22 -06:00
Aurélien Geron
b6d3bb63d3
Improve Result-chaining documentation 2024-08-01 22:04:07 +12:00
Luke Boswell
c64b3d92cc
Merge pull request #6949 from ageron/patch-1
Remove "backpassing" and add "the `!` operator"
2024-08-01 11:40:09 +10:00
Aurélien Geron
25fd477f64
Remove "backpassing" and add "the ! operator"
This interactive code example does not include backpassing, unless I'm mistaken. Instead, it uses the `!` operator. I also reordered the syntax sugar list to match the order they appear in the example.

Signed-off-by: Aurélien Geron <ageron@users.noreply.github.com>
2024-08-01 08:19:44 +12:00
Anton-4
7992d998a5
Merge pull request #6948 from roc-lang/test-in-debug
cargo test in debug mode
2024-07-31 20:02:05 +02:00
Anton-4
1a8a739250
cargo test in debug mode
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2024-07-31 18:35:46 +02:00
Anton-4
d23426ac47
Merge pull request #6941 from roc-lang/improve-tip
improve opaque types tip
2024-07-31 13:48:51 +02:00
Anton-4
c59de3cce1
Merge pull request #6942 from roc-lang/roc-nix-debug
expose roc debug compiler in nix
2024-07-30 20:53:35 +02:00
Anton-4
5eba26ece9
Merge pull request #6943 from roc-lang/add-debug-tip
add debug tip
2024-07-30 20:50:04 +02:00
Anton-4
d55ff26ae2
add debug tip
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2024-07-30 20:10:18 +02:00