cleanup and documentation
Note
this MR is best reviewed commit by commit, it's hopefully clear enough.
Note
waiting for !47 (merged) to land
changelog
- add missing format to the
KomodoError
s - rename
fec::Shard::bytes
tofec::Shard::data
because these are no bytes - rename the
blocks: Vec<Shard<E>>
argument offec::decode
toshards
- refactor the tests of
fec
andlib.rs
- remove the
batch_verify
function entirely as it's pretty useless - simplify the
linalg::Matrix::random
function - add tests for the function in the
setup
module - add documentation where it was missing
Edited by STEVAN Antoine
Merge request reports
Activity
added 1 commit
- a88a70c0 - reduce number of source shards to 3 in the tests
assigned to @a.stevan
mentioned in merge request !47 (merged)
mentioned in commit 2ac5406b
added 10 commits
-
a88a70c0...b567b1bd - 5 commits from branch
main
- 2ac5406b - Merge branch 'main' into cleanup
- d11bcd02 - add documentation to the functions from !47 (merged)
- dc1be6a9 - return name of dumped file only from `fs::dump`
- 38ce5a08 - use `push_str` to simplify `dump_blocks`
- f2d06c41 - no-ci: empty
Toggle commit list-
a88a70c0...b567b1bd - 5 commits from branch
added 1 commit
- 89468112 - add documentation to the fs and field modules
added 6 commits
-
89468112...c9b8c5da - 3 commits from branch
main
- 5d98ae3d - Merge branch 'main' into cleanup
- 6acd9172 - fix benchmarks
- a3f3f2d4 - make clippy happy
Toggle commit list-
89468112...c9b8c5da - 3 commits from branch
enabled an automatic merge when the pipeline for a3f3f2d4 succeeds
mentioned in commit e06a9b5d
Please register or sign in to reply