Skip to content

Conversation

@dnfield
Copy link
Contributor

@dnfield dnfield commented May 28, 2018

This pull is related to flutter/engine#5395

While I intend to do a bit more around TextStyle to surface this work in the SDK, this at least just gets the unit tests to pass with those changes in the engine. This should not be merged until the engine PR has been merged.

@Hixie
Copy link
Contributor

Hixie commented Jun 1, 2018

Man, we really should change this to not mention the unspecified values. It's getting tediously long.

LGTM, though, so you can land this (with the engine roll in the same PR) when you're ready.

@dnfield
Copy link
Contributor Author

dnfield commented Jun 1, 2018

Are there instructions to roll the engine somewhere? Also is the engine PR good to go?

@dnfield
Copy link
Contributor Author

dnfield commented Jun 1, 2018

e.g. is it really just a matter of updating the internal/engine file with the Git commit hash for the engine?

@Hixie
Copy link
Contributor

Hixie commented Jun 1, 2018

@dnfield
Copy link
Contributor Author

dnfield commented Jun 10, 2018

This will have to be updated again once either flutter/engine#5499 lands or the related analyzer issue is resolved.

@dnfield dnfield merged commit 625ac52 into flutter:master Jun 10, 2018
dnfield added a commit to dnfield/flutter that referenced this pull request Jun 12, 2018
Update engine.version

update tests for TextStyle changes in engine (flutter#17982)

* update tests for TextStyle changes in engine

* roll engine, support Foreground on TextStyle

* Support for saving Dart compilation trace on device

(WIP) Expose foreground in framework TextStyle

use identical instead of ==

Add @istest annotation to testGesture (flutter#18311)

Notifies IDEs this is a test method, and helps e.g. the flutter plugin
recognize test methods and display them in the structure view in intellij.

Update gallery assets version with optipng (flutter#18327)

Passing any to named params require the name of the parameter itself. (flutter#18361)

Update typedef syntax to use Function notation and turn on lint for old notation. (flutter#18362)

Now that Dart 1 is turned off, reapplying my change to turn on the prefer_generic_function_type_aliases analysis option, and fix all the typedefs to Dart 2 preferred syntax.

Also eliminated the unused analysis_options_repo.yaml file and turned on public_member_api_docs in analysys_options.yaml.

No logic changes, just changing the typedef syntax for all typedefs, and updating analysis options.

More flexible timeout logic in flutter_test (flutter#18256)

This should reduce the number of flakes without actually increasing
the timeout, so we'll still find out quickly if a test is hanging.

The numbers here might need tweaking. Maybe the default two seconds is
too short for CI bots.

merge/apply/lerp prefer foreground

doc updates and update for copyWith
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 10, 2021
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.

3 participants