Closed JHertz5 closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 94.21%. Comparing base (
baf22da
) to head (497c641
). Report is 49 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Morning @JHertz5 ,
I was curious why you used two rules instead of a single parameter_specification
rule to set the case of in
?
--Jeremy
Hi @jeremiah-c-leary.
I wanted rules to cover both for-generates and for-loops, and thought it may be desirable to handle them separately and use the existing rule groups. This is similar to the way in which, for example, case_generate_alternative_501 checks the case on choice.others_keyword
tokens, but only within a case generate construct.
Would you prefer for me to replace the new rules with a single rule in a new rule group for parameter_specification
? I'm happy to do so if that's the case.
Thanks Jukka
Morning @JHertz5 ,
Would you prefer for me to replace the new rules with a single rule in a new rule group for parameter_specification? I'm happy to do so if that's the case.
I do not have a strong opinion and your reasoning is sound. You never know if someone would like a different case based on the context. This is something I struggle with sometimes.
I will get this merged to master.
--Jeremy
Resolves #1273.