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 String/decode_utf8 returning a non-empty string when given an empty list #726

Merged

Commits on Oct 8, 2024

  1. Fix String/decode_utf8 returning a non-empty string when given an e…

    …mpty list (HigherOrderCO#701)
    
    Previously calling `(String/decode_utf8 [])` would return `"\0"`.  This PR makes it return `""`.  Adds this case to `utf8.bend` and updated the snapshot.
    
    Fixes HigherOrderCO#701
    chalcolith committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    524adfe View commit details
    Browse the repository at this point in the history