We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi!
test/blackbox_local fails on mipsel with the following error:
test/blackbox_local
HUnitFailure (Just (SrcLoc {srcLocPackage = "main", srcLocModule = "System.IO.Streams.Network.HAProxy.Tests", srcLocFile = "test/System/IO/Streams/Network/HAProxy/Tests.hs", srcLocStartLine = 178, srcLocStartCol = 9, srcLocEndLine = 178, srcLocEndCol = 36})) (ExpectedButGot (Just "type") "Stream" "Datagram")
You can find complete logs here. Please let me know if I can help debugging this.
The text was updated successfully, but these errors were encountered:
The problem here is that the code at https://github.com/snapframework/io-streams-haproxy/blob/master/src/System/IO/Streams/Network/HAProxy.hs#L76 which tries to compute the type of the socket does not take into account that SOCK_STREAM and SOCK_DGRAM are platform dependent and have different values on mips than on x86_64.
SOCK_STREAM
SOCK_DGRAM
Sorry, something went wrong.
No branches or pull requests
Hi!
test/blackbox_local
fails on mipsel with the following error:You can find complete logs here. Please let me know if I can help debugging this.
The text was updated successfully, but these errors were encountered: