-
-
Notifications
You must be signed in to change notification settings - Fork 356
Closed
Description
if I run roc test A.roc on this file, it hangs forever, using 100% of one core:
interface A
exposes [a]
imports [b.C]
a = 2
If I remove b.C from the imports (or uncomment it), roc test A.roc correctly terminates with "No expectations were found."
roc build, roc dev, roc test, and roc check all exhibit the same behavior, also on any other files that import A.roc
The roc_ls that my emacs mode started even does the same.. hangs using 100% on one core.
Feels related to #6181
Using roc from commit 7b1c009ca2bb07dc10a80136c1dccfc4de9996d2
CrepeGoat
Metadata
Metadata
Assignees
Labels
No labels