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

Return Nil for all HTML tags #1083

Merged
merged 1 commit into from
Apr 4, 2020
Merged

Return Nil for all HTML tags #1083

merged 1 commit into from
Apr 4, 2020

Conversation

paulcsmith
Copy link
Member

Closes #1071

This makes it clear the output should not be used. It also makes it
easier to use procs as arguments in components because
everything returns Nil instead of Nil | IO::Memory

May do some cleanup in a future PR

Closes #1071

This makes it clear the output should not be used. It also makes it
easier to use procs as arguments in components because
everything returns `Nil` instead of `Nil | IO::Memory`
@paulcsmith paulcsmith merged commit 255e1f4 into master Apr 4, 2020
@paulcsmith paulcsmith deleted the pcs/1071-all-nil-tags branch April 4, 2020 21:21
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.

Set return type to Nil for all HTML tag methods
1 participant