Skip to content

Conversation

harrysarson
Copy link
Contributor

Bytes equality requires a special case in _Utils_eqHelp. This PR adds that special case.

Fixes elm/bytes#15

@harrysarson
Copy link
Contributor Author

 ✖  fatal     HttpError: Resource not accessible by integration 
    at /node_modules/@octokit/request/lib/request.js:56:27
    at processTicksAndRejections (internal/process/task_queues.js:93:5)
    at async Object.doComment [as comment] (/entrypoint.js:47:5)

The GH action does not seem to work. Pinging @supermario :)

@harrysarson
Copy link
Contributor Author

harrysarson commented Aug 28, 2020

CI does pass: https://travis-ci.org/github/elm/core/builds/721811877. Not sure why GH does not display it 🤷

rupertlssmith pushed a commit to elm-janitor/core that referenced this pull request Feb 11, 2022
Correctly compare encoded bytes in `==`.
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.

Comparing two Byte values always result in True, regardless of the actual bytes
2 participants