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

Refactoring Slice - Empty Conditions #754

Merged

Conversation

jeffgbutler
Copy link
Member

This change separates the concept of an empty condition from that of a renderable condition. This will enable a future change where conditions could decide to allow rendering even if they are considered empty (such as rendering empty lists). This change should be transparent to users unless they have implemented custom conditions.

This is a refactoring slice that will enable a simpler change for #752

This change separates the concept of an empty condition from that of a
renderable condition. This will enable a future change where conditions
could decide to allow rendering even if they are considered empty (such
as rendering empty lists). This change should be transparent to users
unless they have implemented custom conditions.
@jeffgbutler jeffgbutler added this to the 1.5.1 milestone Mar 3, 2024
@coveralls
Copy link

Coverage Status

coverage: 100.0%. remained the same
when pulling 2d52703 on jeffgbutler:separate-empty-from-renderable
into 44b79f7 on mybatis:master.

@jeffgbutler jeffgbutler merged commit 3109ed6 into mybatis:master Mar 3, 2024
5 of 6 checks passed
@jeffgbutler jeffgbutler deleted the separate-empty-from-renderable branch March 3, 2024 14:38
@hazendaz
Copy link
Member

hazendaz commented Mar 3, 2024

@jeffgbutler I had added codeql on all of our stuff in mybatis. It failed pretty much out the gate on nearly all. Totally safe to entirely ignore for now. I'll circle back to it at some point and get it working.

@jeffgbutler
Copy link
Member Author

Thanks @hazendaz!

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.

3 participants