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

Update to support gleam_stdlib > 0.47.0 #16

Open
chrissimon-au opened this issue Dec 24, 2024 · 1 comment
Open

Update to support gleam_stdlib > 0.47.0 #16

chrissimon-au opened this issue Dec 24, 2024 · 1 comment

Comments

@chrissimon-au
Copy link

In 0.48.0, gleam_stdlib removed gleam/string_builder which had been deprecated since 0.42.0 in favour of gleam/string_tree.

On a fresh install, I ended up with gleam_stdlib@0.51.0 and glacier@1.1.0 and tests failed with:

error: Unknown module
  ┌─ <project path>/build/packages/glacier/src/glacier.gleam:4:1
  │
4 │ import gleam/string_builder
  │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^

No module has been found with the name `gleam/string_builder`

Workaround

Can workaround by pinning gleam_stdlib to 0.47.0 in gleam.toml but it would be great to be able to use latest stdlib and glacier together.

@chrissimon-au
Copy link
Author

See #17

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

No branches or pull requests

1 participant