Stream: beginners

Topic: Roc build shows warnings for downloaded package dependencies


view this post on Zulip Ian McLerran (Jul 08 2024 at 19:41):

After updating to the Jul-6th roc nightly (not sure what I was on before... Late June somewhere), I am now seeing warnings from package dependencies when building an app, which is causing my CI pipeline to fail.

This seems to revert a previous update to suppress warnings from package deps. Just wondering was an intended change?

view this post on Zulip Kiryl Dziamura (Jul 08 2024 at 19:43):

Could you please link the failed CI run?

view this post on Zulip Kiryl Dziamura (Jul 08 2024 at 19:44):

this one?
https://github.com/imclerran/roc-start/actions/runs/9845758867/job/27182001742

view this post on Zulip Ian McLerran (Jul 08 2024 at 19:46):

Its failing on a warning inside Rvn.roc from the rvn package. I see the same warning on my local builds as well.

CI Run: https://github.com/imclerran/roc-start/actions/runs/9845136739/job/27180001490?pr=54

view this post on Zulip Ian McLerran (Jul 08 2024 at 19:46):

I've opened a PR on the rvn repo to fix the warning, but I believe these warnings should be suppressed.

view this post on Zulip Anton (Jul 09 2024 at 10:10):

This is a known issue #6700


Last updated: Jul 06 2025 at 12:14 UTC