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

fix: Upgrade dependencies and migrate from Iterator to Yielder #5

Merged
merged 1 commit into from
Jan 2, 2025

Conversation

Frid-Yuandu
Copy link
Contributor

  • Update gleam_stdlib from 0.38.0 to 0.39.0. This update is because the yielder module use dict.upsert function, which is added in 0.39.0.
  • Add gleam_yielder dependency (1.1.0)
  • Replace gleam/iterator with gleam/yielder in stdin.gleam and stdin_test.gleam
  • Update import and function calls to use Yielder instead of Iterator

- Update gleam_stdlib from 0.38.0 to 0.39.0
- Add gleam_yielder dependency (1.1.0)
- Replace gleam/iterator with gleam/yielder in stdin.gleam and stdin_test.gleam
- Update import and function calls to use Yielder instead of Iterator
@jrstrunk jrstrunk mentioned this pull request Dec 31, 2024
@Olian04
Copy link
Owner

Olian04 commented Jan 2, 2025

LGTM! Thank you 😄

@Olian04 Olian04 merged commit bfb4a31 into Olian04:main Jan 2, 2025
1 check passed
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 this pull request may close these issues.

2 participants