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/Fix standard library dependency #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

yerTools
Copy link

Hi,

The Gleam standard library has been updated, and the gleam/regex module has been removed.
If you use Feather as a dependency with the latest standard library, compilation will fail.

To address this issue, the following changes have been made:

  • Updated gleam_stdlib to version 0.51.0.
  • Added gleam_regexp to replace the removed gleam/regex module.
  • Replaced deprecated result.nil_error with result.replace_error.

Thank you very much,
- Felix :)

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.

1 participant