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

Conversation

blaix
Copy link
Contributor

@blaix blaix commented Mar 21, 2024

Should fix #48

Using suggested fix from https://github.com/elm/core/pull/1092/files

Contents of a multiline string must start on new line.
Copy link
Member

@robinheghan robinheghan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@robinheghan robinheghan merged commit 256538f into gren-lang:main Mar 21, 2024
@blaix blaix deleted the bytes-equality-fix branch March 21, 2024 13:10
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.

different Bytes lengths on == can still give True
2 participants