Peter Blackson
Peter Blackson
I started working on the issue. I am currently making a script to convert test data from the `BLAKE2` repo to blobs in the `hashes` repo.
@tarcieri Okay, I can see that `blake2-simd` includes both parallel variants.
:+1: Copy src to each chapter, or... It would make more sense to incrementally commit src to a new repository and add a submodule to each chapter. I don't know...
@jaxrtech As I said, propagating changes throughout all chapters could be simply done with git rebase. But then src needs to be maintained in a separate git repo and every...
Yes, the rustc issue is https://github.com/rust-lang/rust/issues/31380
I'm not sure about making the change in behavior for multiple messages. Should the following expected error match two actual errors? ``` rust // Should get errors for both 'Some'...
So, this could happen during forest evaluation too? My parse forest uses explicit Vec stacks instead of recursion, [here](https://github.com/pczarn/gearley/blob/3fd8cceb68342a8c8d7abd6c7f5fe447adbac53b/src/forest/depth_first/traversal.rs#L15-L18).
I would like to work on this issue. @orium ?
@orium Should I wrap list items as well? Example: ``` * This is another item. * This is yet another next level item. The purpose of this level is to...