You are browsing as a guest. Sign up (or log in) to start making projects!

2h 25m 30s logged

Fixing failed tests

I have ran multiple CI/CD tests and have noted that most animations and data type qr codes fail. I think its mostly from wrong placements.

  • CLI Redirect: Redirect data -> output when a helper flag is active.
  • SMS Protocol: Use sms: not smsto:.

_write_format_info function bugs

The _write_format_info function as two major bugs.

  • Top-Right: uses bit_idx=i in write_bit (which applies 14-i) but should write (fmt >> i) & 1 (vbit). The bit indices are swapped.
  • Bottom Left: Only writes 7 rows (missing row size-8) ad uses wrong bit indices.

These are only like 1/4 of the bugs. These were the easiest to document so listed them here.

0
1

Comments 0

No comments yet. Be the first!