Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

does not compile with gleam 1.5.1 #31

Closed
inmanturbo opened this issue Oct 8, 2024 · 1 comment · May be fixed by #32
Closed

does not compile with gleam 1.5.1 #31

inmanturbo opened this issue Oct 8, 2024 · 1 comment · May be fixed by #32

Comments

@inmanturbo
Copy link

example-todomvc/build/packages/glisten/src/glisten/socket/options.gleam:58:40
   │
58 │   |> list.map(pair.map_first(_, dynamic.unsafe_coerce))
   │                                        ^^^^^^^^^^^^^^

The module `gleam/dynamic` does not have a `unsafe_coerce` value.
@lpil
Copy link
Member

lpil commented Oct 8, 2024

That message is unrelated to Gleam v1.5.1. It comes from using unsupported versions of dependencies, which suggests you ran gleam update before building the application. If you use the locked versions it will work.

@lpil lpil closed this as completed Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants