Could someone please review this PR and approve the workflows?
I'm a little concerned the tests might not be running as intended.
Kicked off CI
I haven't seen that a cli test failure like that before... is this related to your change? (I don't see how it is)
---- cli_run::transitive_expects_verbose stdout ----
thread 'cli_run::transitive_expects_verbose' panicked at crates/cli/tests/cli_run.rs:314:17:
> expected output to end with:
Compiled in <ignored for test> ms.
Direct.roc:
0 failed and 2 passed in <ignored for test> ms.
Transitive.roc:
0 failed and 1 passed in <ignored for test> ms.
> but instead got:
Compiled in <ignored for test> ms.
Transitive.roc:
0 failed and 1 passed in <ignored for test> ms.
Direct.roc:
0 failed and 2 passed in <ignored for test> ms.
@Luke Boswell it's actually fixed by your --prebuilt-platform
change
Woah, that's nice.
Looking for the specific change
Anyway, this specific issue has been present for at least a few months
Here's the fix
We could pull it out into a separate PR now, I just didn't mention it because I figured things would merge soon haha
I'd really like to merge that PR -- it's got a lot of other fixes in there too
Specifically this one https://github.com/roc-lang/roc/pull/6859
I haven't kicked it in a while, because @Anton has a bunch of additions he hasn't pushed yet
Luke Boswell said:
I haven't seen that a cli test failure like that before... is this related to your change? (I don't see how it is)
---- cli_run::transitive_expects_verbose stdout ---- thread 'cli_run::transitive_expects_verbose' panicked at crates/cli/tests/cli_run.rs:314:17: > expected output to end with: Compiled in <ignored for test> ms. Direct.roc: 0 failed and 2 passed in <ignored for test> ms. Transitive.roc: 0 failed and 1 passed in <ignored for test> ms. > but instead got: Compiled in <ignored for test> ms. Transitive.roc: 0 failed and 1 passed in <ignored for test> ms. Direct.roc: 0 failed and 2 passed in <ignored for test> ms.
I'm glad it sounds not related.
It's not related
Let me try to get the test passing tonight, we should be able to get your PR through ASAP!
Thanks for your patience
I'd really like to merge that PR -- it's got a lot of other fixes in there too
I'm still trying to fix this bug, I'll be working on it today.
@Matthew Heath apologies for the delay, I'm out of state until tomorrow night for a singing competition.
I'll message you when I review this
@Sam Mohr No worries. I hope the competition goes well :)
@Sam Mohr Do you have any updates on this?
Last updated: Jul 06 2025 at 12:14 UTC