| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Deduce num_keywords from f.parameters
There was a problem hiding this comment.
Thanks for working on this! Mostly LGTM.
Also, can you drop "num_keywords" from template_dict now?
Sorry, something went wrong.
|
When you're done making the requested changes, leave the comment: I have made the requested changes; please review again. |
Sorry, something went wrong.
It is already dropped :) |
Sorry, something went wrong.
|
I have made the requested changes; please review again. |
Sorry, something went wrong.
|
Thanks for making the requested changes! @ericsnowcurrently: please review the changes made to this pull request. |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
I'll leave it up to you about the two comments I left.
Sorry, something went wrong.
Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
|
Thanks for reviewing; highly appreciated. I'll make a quick adjustment before landing. |
Sorry, something went wrong.
- inline len(keywords) - use NUM_KEYWORDS constant for improved readability in generated code
|
I'm done with the last round of adjustments. I ended up adding both of your last suggestions. Thanks again. |
Sorry, something went wrong.
|
FYI, I'll wait with merging until Kumar has finished his review. |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM, thanks!
Sorry, something went wrong.
|
Thanks for the reviews! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Calculate num_keywords during template generation instead of leaving it to the preprocessor. This makes for much smaller and easier to read (FWIW) AC output.
See discussion in #95860 (comment)