You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There was a problem expanding macro 'generate_needy_initializer'
Code in macro 'finished'
1 | generate_needy_initializer
^
Called macro defined in lib/lucky/src/lucky/html_builder.cr:46:3
46 | macro generate_needy_initializer
Which expanded to:
> 15 |
> 16 |
> 17 | @required : Bool,
^
Error: argument must have a default value
It would appear that this line does not handle false:
@jwoertink I have a few minutes this afternoon if you would like a PR for this. Just want to make sure no one else is working on it since it's a quickie:)
I tried to define a field:
but I get the error:
It would appear that this line does not handle
false
:lucky/src/lucky/html_builder.cr
Line 52 in 33606a6
The text was updated successfully, but these errors were encountered: