Johan Tibell
Johan Tibell
Let me start with the constraints I'm working with: - The more general we make the library (e.g. provide more top-level combinators) the more difficult it becomes for users to...
Have you tried to implement it to make sure it actually works? :)
I'll look into it.
I'm working on this on the https://github.com/tibbe/cassava/tree/space-delim branch.
> Only reliable way to strip them is to read whole line, strip spaces and parse stripped line. I tried as well and came to the same conclusion.
Please add some performance numbers to the pull request.
I'll let @hvr decide. For me just having the numbers somewhere is good (in particular to make sure someone looked at them).
@amigalemming I took it out for a spin. Here's some early user feedback, I hope you don't mind: - I have several sections (e.g. library, test suites, and benchmarks) in...
> How can I find out line numbers? Cabal gives me a PackageDescription > without line numbers. :-( It might be difficult. How about using the section name instead? ```...