| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM modulo nits. Typo in commit log: s/lamda/lambda/
Sorry, something went wrong.
There was a problem hiding this comment.
Only two spaces of indent and call the variable is_construct_call (or is_construct_call_callback to indicate it's a function pointer.)
Sorry, something went wrong.
There was a problem hiding this comment.
Ah again, must remember to not use camelcase 😞 Thanks!
Sorry, something went wrong.
Sorry, something went wrong.
I noticed that there are three static functions that only check if args is a construct call. This commit suggests replacing them and them with a lambda.
Sorry, something went wrong.
I noticed that there are three static functions that only check if args is a construct call. This commit suggests replacing them and them with a lambda. PR-URL: #12384 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com>
|
Should this be backported to v6.x-staging? If yes please follow the guide and raise a backport PR, if no let me know or add the dont-land-on label. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
I noticed that there are three static functions that only check if
args is a construct call. This commit suggests replacing them and
them with a lamda.
Checklist
Affected core subsystem(s)
src