Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

RenderObjectWrapper cleanup and new asserts. #703

Merged
merged 1 commit into from
Aug 20, 2015
Merged

Conversation

Hixie
Copy link
Contributor

@Hixie Hixie commented Aug 19, 2015

  • Clarify comment about RenderObjectWrapper.
  • Assert that we never sync a RenderObjectWrapper with an instance of a different type.
  • Assert that MultiChildRenderObjectWrapper subclasses always have multi-child RenderObjects.
  • Assert that renderObject doesn't change identity when syncing.
  • Make searchForOldNode() return void since the return value is ignored.
  • Remove code that handled renderObject changing during sync.

- Clarify comment about RenderObjectWrapper.
- Assert that we never sync a RenderObjectWrapper with an instance of a different type.
- Assert that MultiChildRenderObjectWrapper subclasses always have multi-child RenderObjects.
- Assert that renderObject doesn't change identity when syncing.
- Make searchForOldNode() return void since the return value is ignored.
- Remove code that handled renderObject changing during sync.
@abarth
Copy link
Contributor

abarth commented Aug 20, 2015

LGTM

abarth added a commit that referenced this pull request Aug 20, 2015
RenderObjectWrapper cleanup and new asserts.
@abarth abarth merged commit 821410b into flutter:master Aug 20, 2015
@Hixie Hixie deleted the widgets branch September 22, 2015 16:08
rhencke pushed a commit to rhencke/engine that referenced this pull request Dec 20, 2020
rhencke pushed a commit to rhencke/engine that referenced this pull request Dec 20, 2020
* Bump to 1.1.0.

* Update CHANGELOG.

(And update bump script to do it automatically.)
rhencke pushed a commit to rhencke/engine that referenced this pull request Dec 20, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants