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

Bytes equality fix #67

Merged
merged 2 commits into from
Mar 21, 2024
Merged

Bytes equality fix #67

merged 2 commits into from
Mar 21, 2024

Commits on Mar 21, 2024

  1. Update for new multiline string requirement.

    Contents of a multiline string must start on new line.
    blaix committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    1b80a0e View commit details
    Browse the repository at this point in the history
  2. Fix equality check for bytes.

    Should fix gren-lang#48
    
    Using suggested fix from https://github.com/elm/core/pull/1092/files
    blaix committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    109ae0b View commit details
    Browse the repository at this point in the history