Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug/gif bg flag #363

Merged
merged 11 commits into from
Apr 22, 2023
Merged

Bug/gif bg flag #363

merged 11 commits into from
Apr 22, 2023

Conversation

simonmicro
Copy link
Member

Fixes #362

I also needed to redesign the workflows to work with multiple flags defined at the same time, as the build-script was not proper cleaning all defines before (which caused size-problems with the GIF_BG flag). After changing that, too many flags were removed, so I re-engineered the flag-extraction from the docs to just contain all required ones.

Copy link
Member

@RuffaloLavoisier RuffaloLavoisier left a comment

Choose a reason for hiding this comment

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

Please check ma comment. 👍

.github/getWorkflowMatrix.py Outdated Show resolved Hide resolved
src/apps/_experiments/gif_player.cpp Outdated Show resolved Hide resolved
src/apps/_experiments/gif_player.cpp Show resolved Hide resolved
@simonmicro
Copy link
Member Author

simonmicro commented Apr 19, 2023

Here you go @RuffaloLavoisier 😉

Copy link
Member

@RuffaloLavoisier RuffaloLavoisier left a comment

Choose a reason for hiding this comment

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

check it one.

.github/getWorkflowMatrix.py Show resolved Hide resolved
.github/getWorkflowMatrix.py Show resolved Hide resolved
.github/getWorkflowMatrix.py Show resolved Hide resolved
@simonmicro
Copy link
Member Author

@RuffaloLavoisier I have to admit, that I'm no real fan of concatenating if ...: continue statements into one-liners. Their existence have a severe impact onto the code execution flow and should not (especially if they are not the first statement) be hidden under the rest of the logic. On the other hand, I do not think that they are that important to justify multiple empty new lines before and after or own comments to highlight them again if they are concatenated.

Copy link
Member

@RuffaloLavoisier RuffaloLavoisier left a comment

Choose a reason for hiding this comment

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

Looks Good To Me - 👍

@simonmicro simonmicro merged commit 7d97e3a into develop Apr 22, 2023
@simonmicro simonmicro deleted the bug/GIF_BG-flag branch April 22, 2023 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants