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->outputwhen a helper flag is active. -
SMS Protocol: Use
sms:notsmsto:.
_write_format_info function bugs
The _write_format_info function as two major bugs.
-
Top-Right: uses
bit_idx=iinwrite_bit(which applies14-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.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.