Stream: bugs

Topic: ✔ Roc docs hangs for any package depending on another pac...


view this post on Zulip Ian McLerran (Dec 23 2024 at 16:23):

As the title says, roc docs will hang indefinitely for any package which depends on another external package.

Here is a minimum repro:

main.roc

package [Module] {
    ex: "https://github.com/imclerran/roc-ex/releases/download/v0.1.0/t5XMk1-aApXQm_XHaZodFPrc4o5lELIADyAqnYrrCv0.tar.br",
}

Module.roc

module [value]
import ex.Example

value = Example.value
# expect value == 1

view this post on Zulip Ian McLerran (Dec 23 2024 at 16:27):

Correction: Module.roc can be even more minimal:
Module.roc

module []
import ex.Example

view this post on Zulip Ian McLerran (Dec 23 2024 at 16:40):

I didn't see an existing issue for this on GH, so filed one at #7407.

view this post on Zulip Ian McLerran (Dec 23 2024 at 16:58):

Just saw #6889. I think this is the same issue.

view this post on Zulip Anton (Dec 23 2024 at 17:02):

Yes, but let's keep both open to make sure it's fixed with roc docs as well

view this post on Zulip Notification Bot (Dec 26 2024 at 19:22):

Ian McLerran has marked this topic as resolved.


Last updated: Jul 06 2025 at 12:14 UTC