tomerfiliba-org / reedsolomon

⏳🛡 Pythonic universal errors-and-erasures Reed-Solomon codec to protect your data from errors and bitrot. Includes a future-proof zero-dependencies pure-python implementation 🔮 and an optional speed-optimized Cython/C extension 🚀
http://pypi.python.org/pypi/reedsolo
Other
358 stars 86 forks source link

rs_correct_msg: report correct errata positions when using erasures #42

Closed jbosboom closed 1 year ago

jbosboom commented 2 years ago

Fixes #41 (but doesn't say "closes" in the commit message because this PR doesn't add tests).

lrq3000 commented 2 years ago

Perfect, thank you very much, I'll take care of the rest in a few days-------- Message original --------De : Jeffrey Bosboom @.>Date : ven. 31 déc. 2021 à 01:14À : tomerfiliba/reedsolomon @.>Cc : Subscribed @.***>Objet : [tomerfiliba/reedsolomon] rs_correct_msg: report correct errata positions when using erasures (PR #42)Fixes #41 (but doesn't say "closes" in the commit message because this PR doesn't add tests).

You can view, comment on, or merge this pull request online at:   https://github.com/tomerfiliba/reedsolomon/pull/42

Commit Summary da59aaf rs_correct_msg: report correct errata positions when using erasures

File Changes (2 files)

M
creedsolo.pyx
(2)

M
reedsolo.py
(2)

Patch Links: https://github.com/tomerfiliba/reedsolomon/pull/42.patchhttps://github.com/tomerfiliba/reedsolomon/pull/42.diff

—Reply to this email directly, view it on GitHub, or unsubscribe.Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you are subscribed to this thread.Message ID: @.***>

lrq3000 commented 1 year ago

Thank you very much for your contribution, and very sorry for the delay. I'm adding a unit test now.