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
When I enter the REPL futhark repl err.fut and do f [1, 2, 3] as an example I get the following error.
Internal compiler error (unhandled IO exception).
Please report this at https://github.com/diku-dk/futhark/issues
size is not bound to a value.
-> #0 [0]> :1:1-8
CallStack (from HasCallStack):
error, called at src/Language/Futhark/Interpreter.hs:654:7 in futhark-0.26.0-8TxRAg15nJlFGbXOt63c7o:Language.Futhark.Interpreter
Version
Futhark 0.26.0 (prerelease - include info below when reporting bugs)
git: 4c7097f183ac8105d4579bef4127e9dd2cfbfed7
The text was updated successfully, but these errors were encountered:
How to replicate the error
I have a Futhark source file
err.fut
containing the following code.When I enter the REPL
futhark repl err.fut
and dof [1, 2, 3]
as an example I get the following error.Version
The text was updated successfully, but these errors were encountered: