-
Couldn't load subscription status.
- Fork 6
From/ToSQL instances for Word16, Word32, Word64 #76
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
base: master
Are you sure you want to change the base?
Conversation
ffbc206 to
4d216e4
Compare
|
CI is busted:
|
|
This needs roundtrip tests. |
|
CI will work if you rebase. |
49dd5b5 to
c1eecfd
Compare
c1eecfd to
d2a154b
Compare
d2a154b to
b468460
Compare
|
@arybczak Everything ok now? |
I would update the |
b468460 to
cf98589
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks 👍
| , nullTest td (u :: Int64) | ||
| , nullTest td (u :: Float) | ||
| , nullTest td (u :: Double) | ||
| , nullTest td (u :: Word16) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you move these a few lines down, i.e. after Word8?
| , putGetTest td 100 (u :: Int64) (==) | ||
| , putGetTest td 10000 (u :: Float) (==) | ||
| , putGetTest td 10000 (u :: Double) (==) | ||
| , putGetTest td 100 (u :: Word16) (==) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you move these a few lines down, i.e. after Word8?
No description provided.