Closed ttreyer closed 10 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
cbeafba
) 62.38% compared to head (cff773b
) 62.41%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Summary
Fix issue #295
validate_size
template with a non-recursive one, making CodeGen compileIs it ok to process zero-length array as container? I had to modify the test's results to all
0
sizes. Is this the behavior expected? Or should it report an exclusive size of1
for theFoo
struct?Test plan
The example provided in #295 now passes successfully and has been enabled in the integration tests.