core icon indicating copy to clipboard operation
core copied to clipboard

correctly compare bytes in ==

Open harrysarson opened this issue 5 years ago • 2 comments

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

Fixes https://github.com/elm/bytes/issues/15

harrysarson avatar Aug 27 '20 20:08 harrysarson

 ✖  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 avatar Aug 28 '20 11:08 harrysarson

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

harrysarson avatar Aug 28 '20 11:08 harrysarson