Emily Pillmore
Emily Pillmore
Thanks @EnoF - we'll put this on the TODO pile
This seems to point to a discrepancy in the runtime tc vs the static tc. The expression `(helper x)` doesn't seem to track saturation in the static tc, just the...
@tolysz is this still in flight? I believe @dcoutts makes some good points here.
Feel free to submit the pull request
Makes sense to me. Haskell-ci seems to be failing to produce useful CI at this point.
Hi John, I deleted all of my 32 bit code because I don't want to support it anymore. Do you have a dire need for it? Also, what version of...
Looking into it, I'd wager the memory boundaries for `peek` got a little stricter in GHC versions in the 9.x series which makes this line: https://github.com/emilypi/base64/blob/7080ac02264180a17245e030fdf126cdc56dde05/src/Data/ByteString/Base64/Internal/W64/Loop.hs#L51 A little less sound....
If performance isn't your bottleneck, that's certainly a solution. It uses the worst-case-in-every-case approach. That said, on the branch for #57 I can't get it to trigger, even with multiple...
> Small bytes Okay - thanks i'll focus on that and see what i can dredge up. My guess is that when peeking a 64 byte word off, we cross...
After discussion with @kozross, I'm pretty sure the issue is as described. Merging and releasing