Commit graph

35708 commits

Author SHA1 Message Date
Anton-4
b5eb58ba3d
Fix silent failure str/app.roc (#8472)
fix str/app.roc silent failure
2025-11-27 19:13:56 +01:00
Richard Feldman
0419a1b65c
Merge pull request #8431 from roc-lang/fold-rev
Add List.fold_rev
2025-11-27 12:30:45 -05:00
Richard Feldman
188634a466
Merge pull request #8471 from roc-lang/fix-dir-bug
Fix directory bug
2025-11-27 10:09:15 -05:00
Richard Feldman
cc13123d69
Fix test on Windows 2025-11-27 09:24:55 -05:00
Richard Feldman
1711506607
Always rebuild the roc binary 2025-11-27 08:37:33 -05:00
Richard Feldman
1339095aa5
Fix directory bug 2025-11-27 08:29:30 -05:00
Richard Feldman
f8edfbccd0
Merge pull request #8457 from roc-lang/fix-segfault
Fix a segfault
2025-11-27 08:15:27 -05:00
Anton-4
4037e8ac1e
fix windows segfault 2025-11-27 13:54:25 +01:00
Richard Feldman
2879591d73
Delete unused function 2025-11-27 07:36:29 -05:00
Richard Feldman
9a32eeac2f
Avoid a string check 2025-11-27 07:36:23 -05:00
Richard Feldman
5818c81738
Merge remote-tracking branch 'origin/main' into fix-segfault 2025-11-27 07:06:49 -05:00
Anton-4
7e2cf43929
--verbose snapshots
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2025-11-27 11:51:13 +01:00
Anton-4
4442e55e48
Merge branch 'main' into fold-rev
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2025-11-27 11:27:15 +01:00
dependabot[bot]
b739683571
Bump node-forge from 1.3.1 to 1.3.2 in /crates/compiler/checkmate/www (#8462)
Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.3.1 to 1.3.2.
- [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md)
- [Commits](https://github.com/digitalbazaar/forge/compare/v1.3.1...v1.3.2)

---
updated-dependencies:
- dependency-name: node-forge
  dependency-version: 1.3.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-27 10:40:55 +01:00
Luke Boswell
d28a978d8b
Merge pull request #8467 from roc-lang/windows-ci-things
Windows ci things
2025-11-27 16:51:32 +11:00
Richard Feldman
eeeefa4f6b
Merge pull request #8468 from roc-lang/fix-for-loops
Fix early return from within block
2025-11-27 00:51:19 -05:00
Richard Feldman
17a823caf8
Skip rendering in test 2025-11-27 00:25:23 -05:00
Richard Feldman
cb79642e21
Merge pull request #8466 from roc-lang/num-bug
Fix string interpolation and rocRun error reporting
2025-11-27 00:15:04 -05:00
Richard Feldman
96ad22d002
Fixes after rebase 2025-11-27 00:13:15 -05:00
Richard Feldman
d6230e90bd
Fix early return from within for loop 2025-11-27 00:02:39 -05:00
Luke Boswell
c7980552fc remove unicode character not supported in all shells 2025-11-27 16:02:14 +11:00
Luke Boswell
789610de9e fix paths for Windows 2025-11-27 16:02:08 +11:00
Richard Feldman
e00e6458b5
Update snapshots 2025-11-26 23:51:03 -05:00
Richard Feldman
2cb6c41249
Merge branch 'main' into num-bug 2025-11-26 23:41:54 -05:00
Richard Feldman
e791d565b3
Merge pull request #8414 from roc-lang/propagate_is_eq
Fix constraints for `==` and `!=`
2025-11-26 23:41:39 -05:00
Richard Feldman
18992dc3fb
More fixes 2025-11-26 23:02:00 -05:00
Richard Feldman
4b0ada1093
Get rid of is_ne again 2025-11-26 22:56:22 -05:00
Richard Feldman
952435efab
Report warnings in rocRun 2025-11-26 22:51:38 -05:00
Richard Feldman
967e6c7f4b
Actually print rocRun errors/warnings 2025-11-26 22:44:22 -05:00
Richard Feldman
07aa38a2b1
More fixes 2025-11-26 22:42:17 -05:00
Richard Feldman
6f46d19bbf
Report errors in rocRun 2025-11-26 22:27:48 -05:00
Richard Feldman
80c6882204
String interpolation now requires Str 2025-11-26 22:20:16 -05:00
Richard Feldman
e9a46a9f4c
wip 2025-11-26 22:02:42 -05:00
Richard Feldman
9f3d0cf24d
Merge remote-tracking branch 'origin/main' into propagate_is_eq 2025-11-26 20:31:35 -05:00
Richard Feldman
61b2916aa7
Use a debug helper to detect bad intern isnerts 2025-11-26 20:04:11 -05:00
Richard Feldman
4b811d2dba
Merge pull request #8458 from roc-lang/more-eq-fixes
More is_eq fixes
2025-11-26 19:54:11 -05:00
Richard Feldman
abb62469f0
Fixes for growable interners 2025-11-26 19:48:43 -05:00
Richard Feldman
4ed2e30d1c
Convert more fallbacks to debug asserts 2025-11-26 19:09:49 -05:00
Richard Feldman
1a77e383f8
Fix an incorrect "fallback" 2025-11-26 19:08:21 -05:00
Richard Feldman
be98f4a503
Make a bounds check be a std.debug.assert 2025-11-26 19:02:27 -05:00
Richard Feldman
933dcdef8c
Minor getIdentTextFromAnyStore hack 2025-11-26 18:48:24 -05:00
Richard Feldman
14e04ec96f
Delete hack 2025-11-26 18:14:24 -05:00
Richard Feldman
81388bce44
Fix remaining issues 2025-11-26 18:11:35 -05:00
Richard Feldman
072c25d9b1
Merge remote-tracking branch 'origin/main' into propagate_is_eq 2025-11-26 18:11:06 -05:00
Richard Feldman
c81423eb51
Update sizes 2025-11-26 18:10:55 -05:00
Richard Feldman
719b878da4
Merge pull request #8461 from roc-lang/fix-relative-paths
Fix relative paths to platforms
2025-11-26 17:02:13 -05:00
Richard Feldman
46a6c69e62
Fix relative paths to platforms 2025-11-26 16:28:08 -05:00
Richard Feldman
649fdeb33c
More fixes 2025-11-26 16:27:23 -05:00
Richard Feldman
b870851b51
Merge remote-tracking branch 'origin/main' into propagate_is_eq 2025-11-26 16:26:57 -05:00
Anton-4
0ca25a7c1b
Merge branch 'main' into fold-rev 2025-11-26 21:19:53 +01:00