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
app [main!] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.18.0/0APbwVN1_p1mJ96tXjaoiUCr8NBGamr8G8Ac_DrXR-o.tar.br" }
import pf.Stdout
import pf.Stdin
import pf.Task
main =
Stdout.line! "Type in something and press Enter:"
input = Stdin.line!
Stdout.line! "Your input was: $(input)"
gives me
# roc run main.roc
── FILE NOT FOUND in ...0/0APbwVN1_p1mJ96tXjaoiUCr8NBGamr8G8Ac_DrXR-o/Task.roc ─
I am looking for this file, but it's not there:
/Users/mac/.cache/roc/packages/github.com/roc-lang/basic-cli/releases/download/0.18.0/0APbwVN1_p1mJ96tXjaoiUCr8NBGamr8G8Ac_DrXR-o/Task.roc
Is the file supposed to be there? Maybe there is a typo in the file
name?
The reason is that import pf.Task does not exist in [email protected] anymore.
However, the error message should improve. It should tell me line 4.
The text was updated successfully, but these errors were encountered:
gives me
The reason is that
import pf.Task
does not exist in[email protected]
anymore.However, the error message should improve. It should tell me line 4.
The text was updated successfully, but these errors were encountered: