Sebastiano Vigna

Results 188 comments of Sebastiano Vigna

Due to massive refactoring of the main branch this branch is no longer mergeable (besides its reported issues).

Yes, I think of doing it every time and then I forget. It might be useful to have a settable temp dir tho.

That should happen very soon. The version on crates.io is just a placeholder. It's just that I don't want to put out APIs and then change them radically. It's a...

In particular, what we're trying to get right is: - IndexedDict, for an indexed dictionary (successor, predecessor, etc.) - BitFieldSlice, for arrays of elements of fixed bit width - Rank...

Oh yes that's a very long-standing missing implementations. Basically nobody cared in 20+ years. Worth fixing tho.

I'm not at a computer—how did you generate this?

BTW, replication procedures are the most basic best practice in bug reporting.

There's nothing obvious in reproduction of an unexpected behavior.

So, there is guava directory with some tests from Guava. It was contributed, so I don't really know how that works. But indeed it does not apply Guava tests to...

> When a user code calls remove on ObjectArraySet before the next() was called, the spec says it should throw IllegalStateException, operation not done. Your code will instead reduce the...