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

Str.graphemes are gone ... #10

Closed
normanjaeckel opened this issue Jan 25, 2024 · 3 comments · Fixed by #11
Closed

Str.graphemes are gone ... #10

normanjaeckel opened this issue Jan 25, 2024 · 3 comments · Fixed by #11

Comments

@normanjaeckel
Copy link
Contributor

The new nightly build does not expose Str.graphemes anymore. So we get several NOT EXPOSED errors here.

── NOT EXPOSED in ....6.0/hJySbEhJV026DlVCHXGOZNOeoOl7468y9F9Buhj0J18/Core.roc ─

The Str module does not expose `graphemes`:

374│      Str.graphemes str
          ^^^^^^^^^^^^^

Did you mean one of these?

    Str.repeat
    Str.trim
    Str.reserve
    Str.capacity
@normanjaeckel
Copy link
Contributor Author

Just adding the reference ...

roc-lang/roc#6395

@Anton-4
Copy link
Contributor

Anton-4 commented Jan 27, 2024

I'm working on a fix for this

@normanjaeckel
Copy link
Contributor Author

@Anton-4 : You can take my code or parts of it or even reject my PR and find another solution. That's all ok for me. ;-)

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 a pull request may close this issue.

2 participants