Comment on Port React Compiler to RustComments−bingemaker3moI'm curious how reviews happen for such huge PRs (120k lines). Do reviewers sit and go through all these changes over days?−theappsecguy3moThe reviews don't happen...−bingemaker3moTrust and move forward?−insanitybit3moIf I had to guess, some humans skim things quickly for structural red flags, a bunch of LLMs do reviews based on various humans prompting to look for mistakes/ bugs, and then "tests pass == the code is good to merge".
Comments
I'm curious how reviews happen for such huge PRs (120k lines). Do reviewers sit and go through all these changes over days?
The reviews don't happen...
Trust and move forward?
If I had to guess, some humans skim things quickly for structural red flags, a bunch of LLMs do reviews based on various humans prompting to look for mistakes/ bugs, and then "tests pass == the code is good to merge".