-
Notifications
You must be signed in to change notification settings - Fork 141
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
Add test for #393 #394
Add test for #393 #394
Conversation
|
Should I add a revert of the d701a2a to this PR? |
Yes, probably. It would be easier to investigate further with the test merged, and it unblocks your work on Looks like a GHC 9.0 bug, it would be nice to file an issue there. E. g., this passes: fromString ("\0\1\2" ++ "\3\4") == B.pack [0,1,2,3,4] |
…)" This reverts commit d701a2a.
Reverted, CI is green. |
ping |
This and #390 pull requests are accepted, what is required to get them merged? |
Test for #393