Mike Izbicki
                                            Mike Izbicki
                                        
                                    Hi Mark. Thanks for following up! Yes, I'm still interested in this. But I don't think it quite makes sense for this repo yet. There's a lot of changes still...
I've finally gotten around to getting Travis working. But it turns out they don't yet support GHC 7.10, so we can't use it.
I think I've figured it out. I should be pushing out the changes in a bit.
I've finally got Travis working on the subhask repo. (See https://travis-ci.org/mikeizbicki/subhask) But there's two things I haven't figured out to my satisfaction: 1. GHC 7.10 requires llvm 3.5, which isn't...
Once I've figured out if there's solutions to these problems I'll add travis to hlearn as well.
I'm really interested inconstant factor performance. I want to catch the scenario where a function that used to take 300ns goes up to 350ns on the same input.
I've completely redone the testing interface, so it's much improved. Thanks for the push in this direction :) Unfortunately, Travis builds sometimes fail due to GHC using too much memory....
I thought so too, but it doesn't seem to actually do anything for me.
The error is occurring on this line: ``` nextchar_i= nextchar_i.view([1]) ``` and what the error is saying is that you are trying to change the shape of `nextchar_i` to `[1]`,...
Sorry, I didn't see this issue before for some reason. If you can say a bit more about what you're interested in, I can help you get started. Unfortunately, I...