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
Compiling jasper
error: Unknown module field
┌─ /home/sunling/gapp/build/packages/jasper/src/jasper.gleam:393:18
│
393 │ |> list.at(index)
│ ^^^ Did you mean `last`?
The module `gleam/list` does not have a `at` value.
error: Unknown module field
┌─ /home/sunling/gapp/build/packages/jasper/src/jasper.gleam:403:18
│
403 │ |> list.at(index)
│ ^^^ Did you mean `last`?
The module `gleam/list` does not have a `at` value.
The text was updated successfully, but these errors were encountered:
Hi, since jasper is only used in example.gleam, I deleted it with this commit.
It should probably work.
Also, the module name specified to garnet must be in the format specified in Gleam's import.
Run the following command to turn the sample code into a single executable binary: gleam run -m garnet_tool garnet_tool/example out bun
I couldn't update the README for this, so I just updated it. Sorry.
linux/fedora
gleam run -m garnet_tool example out bun
The text was updated successfully, but these errors were encountered: