Stream: compiler development

Topic: mono test failures after a CLI-only change


view this post on Zulip Richard Feldman (Nov 30 2023 at 01:59):

I'm really surprised mono tests failed on https://github.com/roc-lang/roc/pull/6095 - shouldn't that be impossible since mono doesn't even depend on cli? :face_with_raised_eyebrow:

view this post on Zulip Ayaz Hafiz (Nov 30 2023 at 02:00):

Maybe the tests on main are broken?

view this post on Zulip Richard Feldman (Nov 30 2023 at 02:02):

yeah trying that now locally...

view this post on Zulip Richard Feldman (Nov 30 2023 at 02:02):

yep that's it! PR incoming

view this post on Zulip Richard Feldman (Nov 30 2023 at 02:04):

https://github.com/roc-lang/roc/pull/6117

view this post on Zulip Brendan Hansknecht (Nov 30 2023 at 04:10):

Probably from a merge that git resolved but didn't update those files. So the breakage didn't happen in the PR.


Last updated: Jul 06 2025 at 12:14 UTC