Skip to content

Conversation

@kevmoo
Copy link
Collaborator

@kevmoo kevmoo commented Jul 8, 2022

Fixes #1170

@kevmoo kevmoo requested review from jakemac53 and natebosch July 8, 2022 20:57
.toString();
final output = '$_parse($parseParam)';

return nullable ? ifNullOrElse(expression, 'null', output) : output;
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This was the only use of commonNullPrefix – just inlined it here!

@natebosch
Copy link
Member

The commit message should say what was broken and how this fixes it. Can you edit the first comment with this info?

@kevmoo kevmoo merged commit f50eb99 into master Jul 8, 2022
@kevmoo kevmoo deleted the i1170_default_duration branch July 8, 2022 21:44
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.

Code generation for complex types with default value produces warning

3 participants