You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to make a small repro for another issue when I stumbled across this.
$ roc test example.roc
An internal compiler expectation was broken.
This is definitely a compiler bug.
Please file an issue here: <https://github.com/roc-lang/roc/issues/new/choose>
Outstanding references to the derived module
Location: crates/compiler/load_internal/src/file.rs:3298:29
But if I cd into the same folder and then roc check it is fine.
11:28:39 ~/Documents/GitHub/roc-htmx-tailwindcss-demo main $ cd src/Models/
11:30:16 ~/Documents/GitHub/roc-htmx-tailwindcss-demo/src/Models main $ roc check Product.roc
0 errors and 0 warnings found in 27 ms
I was trying to make a small repro for another issue when I stumbled across this.
The text was updated successfully, but these errors were encountered: