1. 22 Mar, 2023 1 commit
  2. 08 Feb, 2023 1 commit
    • Greg Price's avatar
      Add test for RenderProxyBoxMixin; clarify doc, resolve TODO (#117664) · cd125e1f
      Greg Price authored
      * Add test for RenderProxyBoxMixin; clarify doc, resolve TODO
      
      The TODO comment suggested this mixin would no longer be needed once
      a Dart issue on inherited constructors was fixed:
        https://github.com/dart-lang/sdk/issues/31543
      That issue is now long since fixed, so I went to go carry out the TODO.
      
      But in doing so, I realized that the mixin's documentation was more
      right than the TODO comment: even with that issue fixed, there is a
      legitimate use case for this mixin, namely to reuse the implementation
      of RenderProxyBox in a class that also inherits from some other base
      class.  Moreover, searching GitHub I found an example of a library
      that makes real use of that capability.
      
      So I think the right resolution is to accept that this separation
      is useful and delete the TODO.
      
      Then, add a test with an extremely simplified sketch of that
      real-world example.  In case someone in the future attempts to
      simplify this mixin away, the test will point us at the use case
      that would be broken by such a change.
      
      Also remove the only in-tree use of the mixin, which was redundant;
      and expand the mixin's documentation to advise about that case.
      
      * Tweak formatting
      Co-authored-by: 's avatarMichael Goderbauer <goderbauer@google.com>
      
      * Cut comments
      
      ---------
      Co-authored-by: 's avatarMichael Goderbauer <goderbauer@google.com>
      cd125e1f
  3. 08 Sep, 2022 1 commit
  4. 29 Aug, 2022 1 commit
  5. 27 Jul, 2022 1 commit
  6. 02 Jul, 2022 1 commit
  7. 21 Jun, 2022 1 commit
  8. 17 Jun, 2022 1 commit
  9. 08 Jun, 2022 1 commit
  10. 07 Jun, 2022 1 commit
  11. 06 Jun, 2022 1 commit
  12. 20 May, 2022 1 commit
  13. 19 May, 2022 1 commit
  14. 16 May, 2022 1 commit
  15. 14 May, 2022 1 commit
  16. 27 Apr, 2022 1 commit
  17. 26 Apr, 2022 2 commits
  18. 14 Apr, 2022 1 commit
  19. 03 Feb, 2022 1 commit
  20. 08 Oct, 2021 3 commits
  21. 14 Sep, 2021 1 commit
  22. 13 Sep, 2021 2 commits
  23. 05 Aug, 2021 1 commit
  24. 08 Jun, 2021 1 commit
  25. 04 Jun, 2021 1 commit
  26. 23 Apr, 2021 1 commit
  27. 16 Mar, 2021 2 commits
  28. 15 Mar, 2021 1 commit
  29. 27 Jan, 2021 1 commit
  30. 08 Oct, 2020 1 commit
  31. 07 Oct, 2020 1 commit
  32. 27 Aug, 2020 1 commit
  33. 20 Aug, 2020 1 commit
  34. 13 Jul, 2020 1 commit
  35. 09 Jul, 2020 1 commit