Commit Graph

27988 Commits

Author SHA1 Message Date
Eli Dowling
84f4a5692d
removed aliases completion for now 2024-03-12 06:42:28 +10:00
Eli Dowling
c89c8c3e95
fix formatter crash 2024-03-12 06:42:27 +10:00
Eli Dowling
b9d5979c1f
run rust fix 2024-03-12 06:42:26 +10:00
Eli Dowling
adca9df695
remove unwraps 2024-03-12 06:42:25 +10:00
Eli Dowling
87bf2bf70b
made tests better 2024-03-12 06:42:25 +10:00
Eli Dowling
d681f743c2
made trace logs trace 2024-03-12 06:42:24 +10:00
Eli Dowling
7e6faa536b
types for external completions 2024-03-12 06:42:23 +10:00
Eli Dowling
ae27682de7
stop builtin crash 2024-03-12 06:42:22 +10:00
Eli Dowling
3027fc2284
working completions 2024-03-12 06:42:22 +10:00
Anton-4
f5e32f7e16
Merge pull request #6568 from hristog/newline-failed-with-error
Add newline after "Failed with error" msg
2024-03-09 17:34:32 +01:00
Anton-4
0486da933f
use println for clippy
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2024-03-09 16:26:52 +01:00
Hristo Georgiev
ee819cb7d1
Add newline after "Failed with error" msg 2024-03-09 12:54:08 +00:00
Anton-4
09b40a1cc3
Merge pull request #6370 from doubledup/fix-typo-nix-run
Add `github:` prefix to Roc repo in example `nix run` commands
2024-03-08 18:12:35 +01:00
Anton-4
c05ba7e36a
Merge branch 'main' into fix-typo-nix-run 2024-03-08 18:10:38 +01:00
Anton-4
5b7b24b320
Merge pull request #6559 from normanjaeckel/FixTypefaceForColoredText
Use constant ANSI code to reset boldfaced colors in reporting
2024-03-08 18:05:19 +01:00
Richard Feldman
c217456f05
Merge pull request #6558 from jschear/js/move_cli_testing_examples
Move cli_testing_examples under crates/cli/tests
2024-03-08 09:43:59 -05:00
Anton-4
291647cff4
back to normal benchmark execution
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2024-03-08 14:04:53 +01:00
Anton-4
fbc6622011
compare with current branch
This is required to test the benchmarks because we have breaking changes.

Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2024-03-08 13:02:18 +01:00
Brendan Hansknecht
7d51d2b000
Merge pull request #6556 from roc-lang/string-split-simplify
simplify the string splitting code (by using std.mem.split)
2024-03-07 08:41:36 -08:00
Folkert de Vries
074fcd0683
Merge pull request #6560 from roc-lang/llvm-gen-from-mono-improvement
emit-ir and style improvement
2024-03-06 18:42:29 +01:00
Anton-4
ce606916a3
emit-ir and style improvement 2024-03-06 17:15:34 +01:00
Jonathan Schear
ae6516d54f
Remove remaining usages of cli_testing_examples folder 2024-03-06 09:58:11 -05:00
Norman Jäckel
cfb068ec94
Use constant ANSI code to reset boldfaced colors in reporting for CHECK and TEST command. Remove unused color_reset constant. 2024-03-06 00:47:34 +01:00
Jonathan Schear
40b2b908f4
Revert accidental Cargo.toml formatting changes 2024-03-05 18:44:29 -05:00
Jonathan Schear
0b6cf5cbcc
Remove redundant cli_testing_examples folder 2024-03-05 18:37:03 -05:00
Jonathan Schear
813b0010b7
Move cli_testing_examples under crates/cli/tests 2024-03-05 12:21:29 -05:00
Folkert
a2d1a1ddb0
simplify the string splitting code (by using std.mem.split) 2024-03-05 16:51:30 +01:00
Anton-4
d232a843e4
Merge pull request #6543 from roc-lang/minor-linking-cleanup
link_linux code style improvements
2024-03-05 16:31:49 +01:00
Anton-4
d56335ba51
Merge pull request #6554 from roc-lang/dependabot/cargo/mio-0.8.11
Bump mio from 0.8.8 to 0.8.11
2024-03-05 14:01:43 +01:00
dependabot[bot]
b2183cb32d
Bump mio from 0.8.8 to 0.8.11
Bumps [mio](https://github.com/tokio-rs/mio) from 0.8.8 to 0.8.11.
- [Release notes](https://github.com/tokio-rs/mio/releases)
- [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/mio/compare/v0.8.8...v0.8.11)

---
updated-dependencies:
- dependency-name: mio
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-04 22:01:24 +00:00
Richard Feldman
09e8131667
Merge pull request #6549 from hristog/newline-when-tests-failed
Add a newline when reporting test failures
2024-03-04 12:26:02 -05:00
Anton-4
f620508a37
misc improvements 2024-03-04 17:10:59 +01:00
Richard Feldman
8a170efa9b
Merge pull request #6547 from hristog/ci-workflow-roc-comment-changes
Update CI workflow to not run tests when only roc comments changed
2024-03-04 11:10:31 -05:00
Anton-4
b94f4e309e
Merge pull request #6552 from roc-lang/linux-arm64-timeout
increase nightly linux arm64 timeout
2024-03-04 14:38:43 +01:00
Anton-4
3cc49a6a44
Merge pull request #6546 from roc-lang/sort-asc-desc-docs
fix sortAsc sortDesc docs
2024-03-04 13:38:57 +01:00
Anton-4
7531d03033
increase nightly linux arm64 timeout
We are regularly exceeding the timeout lately

Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2024-03-04 13:06:01 +01:00
Luke Boswell
8421dcbca0
Merge pull request #6550 from jschear/js/fix_parser_package_tutorial_link
Fix link to parser in tutorial
2024-03-04 11:13:02 +11:00
Jonathan Schear
60edfab7d6
Fix link to parser in tutorial 2024-03-03 17:17:21 -05:00
Hristo Georgiev
c47fff04d2 Add a newline when reporting test failures 2024-03-03 19:44:04 +00:00
Hristo Georgiev
89c6546245 Update CI workflow to not run tests when only roc comments changed 2024-03-02 23:12:19 +00:00
Anton-4
9a6eefdbcf
fix sortAsc sortDesc docs
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2024-03-02 19:33:39 +01:00
Brendan Hansknecht
26e21addee
Merge pull request #6545 from roc-lang/approx-eq-update
Update Num.isApproxEq
2024-03-01 18:06:04 -08:00
Brendan Hansknecht
3c737c19ee
update mono tests 2024-02-29 21:33:32 -08:00
Brendan Hansknecht
f79e93cfdc
Update Num.isApproxEq
The function is now symmetric and using max instead of sum to separate the absolute and relative tolerance.

Reason for change here: https://roc.zulipchat.com/#narrow/stream/304641-ideas/topic/ApproxEq.20implementation/near/419553929
2024-02-29 11:30:01 -08:00
Anton-4
9e05d21b3f
less verbose build debugging 2024-02-28 13:50:48 +01:00
Anton-4
9bf57d6337
Merge pull request #6530 from roc-lang/dependabot/npm_and_yarn/examples/nodejs-interop/native-c-api/ip-2.0.1
Bump ip from 2.0.0 to 2.0.1 in /examples/nodejs-interop/native-c-api
2024-02-28 13:14:25 +01:00
Anton-4
bb0df1ef0a
link_linux cleanup 2024-02-28 12:33:34 +01:00
Anton-4
660d2b2b25
Merge pull request #6360 from roc-lang/more-dollars
Use $(...) in examples and code base, have `roc format` change to `$`
2024-02-28 10:59:20 +01:00
Richard Feldman
878042bc3d
Revise error for single-quote interpolation 2024-02-27 12:11:54 -05:00
Richard Feldman
2c64718ef6
roc format 2024-02-27 12:05:11 -05:00