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 deprecation warnings for Gleam stdlib #24

Merged
merged 2 commits into from
Nov 23, 2024
Merged

Conversation

GearsDatapacks
Copy link
Contributor

Pull Request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no API changes)
  • Build-related changes
  • Documentation content changes
  • Other (please describe): Fixing deprecation warnings

What is the current behavior?

This library uses the string_builder module from the standard library, which is deprecated.

Issue Number: N/A

What is the new behavior?

  • It now uses string_tree instead.

Does this introduce a breaking change?

  • Yes
  • No

Other information

This is only an internal code change

@miampf miampf added the dependencies Change something on the dependencies/version of the project. label Nov 23, 2024
@miampf
Copy link
Owner

miampf commented Nov 23, 2024

LGTM, CI is broken which is a known issue to me, dw about that :) I will make a patch release for this

@miampf miampf merged commit e0759ab into miampf:main Nov 23, 2024
0 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Change something on the dependencies/version of the project.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants