Johannes Holzfuß

Results 20 comments of Johannes Holzfuß

Thank you for such an outstanding bug report! The script made it really easy to reproduce the problem. I was too confident in my specs protecting me from this kind...

Thank you for testing the changes! I went through the code again on the weekend and made sure that all String literals are unfrozen and encoded as ASCII_8BIT before use;...

Hello, thank you for your interest, and sorry for the late reply -- my last two weeks have been very, very busy. My policy so far has been to try...

I have decided to raise the minimum supported Ruby version to 2.7 with the upcoming 2.0.0 release. I had some spare time to refactor and improve the code; the gem...

Thank you for your offer! If you can spare the time, it would be great to get feedback on the code itself: is anything unclear? Unidiomatic? Could something be done...

Since v2 is now released, I'm closing this issue.

> Removing Vecs from the API by using e.g. arrays with const generics would make this crate do no allocation whatsoever and could even allow it to not require std....

> Const generics can't support uneven teams no, since there's no way to have an array of differently sized arrays. I was unsure if uneven teams were an intended feature...

Good idea. I added an Error enum. It might be a bit overkill for the purpose of the library, but at least we're doing it properly. I'm not sure how...

Ooof. Sorry, I got completely side-tracked working on a different project. I'm still somewhat unhappy with the mutable slices (and I've had to add _another_ `&mut` while fixing a problem),...