Closed treeowl closed 8 years ago
This looks very good! Could you amend/push it once again to make Travis build the PR?
@superbobry, I used the latest multi-GHC Travis config with the defaults. It's possible that some changes are needed to get the configuration you wanted. The old thing looked pretty old.
Hmmm... It looks like there's an issue open regarding recent GHC; I'll probably have to re-restrict the version bounds, but I want to see how the tests fall first.
I went too far trying to update .travis.yml
. I've reverted that bit. I think everything else is sane. The Travis stuff will have to wait for a later PR. There are some majorly unpleasant problems relating to https://github.com/bos/aeson/pull/426, it seems.
@superbobry, it appears that the remaining test failures are caused by bit rot and are not my fault. I believe this should be ready to merge if you like it.
Hrmm... Need to improve one test, actually.
Yeah, that should do it.
@superbobry, once this is merged, I have a nice juicy bag of list fusion stuff for you.
Thank you very much!
And thank you! I may come up with a solution that covers the signed case nicely as well, but right now I'm bashing my head against Data.Sequence.fromList with Lennart Spitzner, trying to get more of the intermediate representation into the call stack. On Jun 15, 2016 2:44 PM, "Sergei Lebedev" notifications@github.com wrote:
Thank you very much!
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/lambda-llama/bitset/pull/18#issuecomment-226281861, or mute the thread https://github.com/notifications/unsubscribe/ABzi_YL8PBZUiz9Fw6sIOCJMYoEzJlGFks5qMEf0gaJpZM4IxcpU .
Data.BitSet.Generic
foldl'
andfoldr'
when possible.