Add viewport documentation breadcrumbs#63192
Conversation
|
It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie on the #hackers channel in Chat. Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. |
1 similar comment
|
It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie on the #hackers channel in Chat. Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. |
There was a problem hiding this comment.
this comment is a bit confusing, can you explain more?
There was a problem hiding this comment.
Tried to clean it up a bit, let me know what you think of the new version. It was meant to mirror the super method's documentation: RenderObject.describeSemanticsConfiguration.
|
PR triage: @nscobie any chance you can follow up on the comments? |
|
@chunhtai I appreciate the review! I've added a bit more context to each "see also" reference, and tried to clarify the comment about @goderbauer apologies for the delay, the start of the semester has given me less time than I'd like to volunteer on this. |
chunhtai
left a comment
There was a problem hiding this comment.
These changes are great, they add more explanation to a complicated system.
|
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here with What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
|
@googlebot I signed it! |
|
CLAs look good, thanks! ℹ️ Googlers: Go here for more info. |
👍 Thanks again! Heads up, I no longer have write access, so you'll need to merge for me (assuming tests pass). |
|
This pull request is not suitable for automatic merging in its current state.
|
|
Hi @nscobie, the doc presubmit check is failing. |
|
Huh, looks like a crash to me. @chunhtai would you mind initiating a re-run? |
|
Hi @nscobie it is not a crash https://api.cirrus-ci.com/v1/task/5909429256192000/logs/main.log |
|
Ah thanks for pointing that out, I should have looked at the full log. It's because I overlooked that |
|
CI looks happy now 🎉 |
Description
Backfilling documentation breadcrumbs from debugging #61631
Related Issues
N/A
Tests
N/A
Checklist
Before you create this PR, confirm that it meets all requirements listed below by checking the relevant checkboxes (
[x]). This will ensure a smooth and quick review process.///).flutter analyze --flutter-repo) does not report any problems on my PR.Breaking Change
Did any tests fail when you ran them? Please read Handling breaking changes.