Skip to content

Does not build on latest stdlib #2

@ollien

Description

@ollien

It appears the version of gleam_erlang this package depends on is not compatible with the latest stdlib

$ gleam build
  Compiling gleam_erlang
error: Unknown module value
    ┌─ /home/nick/Documents/code/advent-of-code-2025/build/packages/gleam_erlang/src/gleam/erlang/process.gleam:240:26
    │
240 │     let normal = dynamic.from(Normal)
    │                          ^^^^

The module `gleam/dynamic` does not have a `from` value.

error: Unknown module value
    ┌─ /home/nick/Documents/code/advent-of-code-2025/build/packages/gleam_erlang/src/gleam/erlang/process.gleam:241:26
    │
241 │     let killed = dynamic.from(Killed)
    │                          ^^^^

The module `gleam/dynamic` does not have a `from` value.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions