Skip to content

substitute left right shifts in array lengths#397

Merged
kisvegabor merged 1 commit into
lvgl:masterfrom
liamHowatt:fix/left-right-shift-in-array-len
Sep 17, 2025
Merged

substitute left right shifts in array lengths#397
kisvegabor merged 1 commit into
lvgl:masterfrom
liamHowatt:fix/left-right-shift-in-array-len

Conversation

@liamHowatt

@liamHowatt liamHowatt commented Sep 15, 2025

Copy link
Copy Markdown
Contributor

For lvgl/lvgl#8743


Summary by cubic

Sanitizes array type names by replacing "<<" and ">>" in array length expressions with "lsh" and "rsh" to generate valid, unique converter function names. Prevents invalid identifiers when array sizes use shift operators.

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

@kisvegabor

Copy link
Copy Markdown
Member

The faling CI is unrelated

@kisvegabor kisvegabor merged commit f33add0 into lvgl:master Sep 17, 2025
4 of 5 checks passed
@liamHowatt

Copy link
Copy Markdown
Contributor Author

Thanks. Now this: lvgl/lv_micropython#103

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants