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

Add chained else expression support #629

Merged
merged 2 commits into from
Jan 16, 2024
Merged

Conversation

progmboy
Copy link
Contributor

add support for #12 and #586

@progmboy progmboy changed the title add chained else expression support Add chained else expression support Jan 16, 2024
@coveralls
Copy link

coveralls commented Jan 16, 2024

Coverage Status

coverage: 81.605% (+0.3%) from 81.329%
when pulling 8f16353 on progmboy:else_chain
into 23672e8 on sunng87:master.

render_helper(self, registry, ctx, rc, out)
}
}

Copy link
Owner

Choose a reason for hiding this comment

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

If I understand correctly this implementation can be removed.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, you're right. I forgot to delete this implementation.

Copy link
Owner

@sunng87 sunng87 left a comment

Choose a reason for hiding this comment

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

Thank you so much @progmboy ! The implementation is brilliant. Please check my comment about the Renderable implement.

@sunng87
Copy link
Owner

sunng87 commented Jan 16, 2024

Let me merge this first and resolve minor issues in another patch.

@sunng87 sunng87 merged commit e30d8ab into sunng87:master Jan 16, 2024
9 checks passed
This was referenced Jan 16, 2024
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.

None yet

3 participants