Tim C. Schröder

Results 28 comments of Tim C. Schröder

I'd say so, certainly doesn't seem to be a regression. My type of application is a bit more impacted by potential resource leaks as it'll have many client connections and...

Neat, I'll have some time in the next week or two to dig into this. Looking forward to delete some JS code from my project ;-)

Hey, sorry for the super late reply. I just recently started fixing up some of my published Haskell projects again. I don't really want to add any textual diff to...

Glad you like it! I don't understand what 'next version' should be suggested?

Hm, not sure I find that terribly useful. I mean, it's basically `if breakingChange then bumpMajor else bumpMinor`? That just seems like it would require zero mental effort to do...

Would it perhaps be even better then to have the process exit code indicate no changes / no breaking changes / breaking changes? Easiest to integrate into a script (no...

I probably should have used a parser combinator library with better error messages than attoparsec. For now there isn't really any information I can display. The problem is that the...

No idea, that's not the set of libraries I developed & tested with. Libraries changes, newer ones might not work :/

Why do you need it to work with a more recent snapshot, can't you just build it with the one its working with? ;-) Did LTS-4.0 & compiler bitrot to...

The usual bitrot then. Eternal busywork is the price you pay for the privilege of using Haskell. I updated the code to LTS 11 and fixed the build error. The...