Download Latest Version v0.2.0 -- Multi-Language Ports source code.zip (101.9 kB)
Email in envelope

Get an email when there's a new version of LombokECC

Home / v0.0.7
Name Modified Size InfoDownloads / Week
Parent folder
LombokECC-0.0.7-Mutation Tested.tar.gz 2026-08-29 24.2 kB
LombokECC-0.0.7-Mutation Tested.zip 2026-08-29 31.1 kB
CHANGELOG.md 2026-08-29 2.4 kB
LICENSE 2026-08-29 10.8 kB
README.md 2026-08-29 4.6 kB
Totals: 5 Items   73.1 kB 0

LombokECC — Reed-Solomon Error Correction Codes

A TypeScript implementation of Reed-Solomon error-correction codes over GF(256).

Version: v0.0.7 · Status: Mutation tested. All assertions real.


GitHub

Stars Release License

Quality

CI Tests Mutations TypeScript Zero deps

Lombok Ecosystem

LombokClarion LombokCSS LombokCharts LombokQRCode LombokTableSheet LombokAnimate LombokECC


Changes from v0.0.6

  • All test suites now use process.exit(1) on failure (real assertions)
  • Mutation testing harness (mutate.sh) — 12 mutations, 11 killed, 1 expected-survive
  • test-gf-poly.ts rewritten with exhaustive GF(256) field property checks
  • prepublishOnly script added

Publishing

npm install && npm run build && npm run test:full
git tag -a v0.0.7 -m "LombokECC 0.0.7" && git push origin main --tags
npm publish --access public

License

Apache-2.0 — LICENSE

Repository: github.com/codinglombok/LombokECC

Source: README.md, updated 2026-08-29