Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing top level to stub_ui #9060

Merged
merged 2 commits into from
May 22, 2019

Conversation

jonahwilliams
Copy link
Member

No description provided.

// If we actually run on big endian machines, we'll need to do something smarter
// here. We don't use [Endian.Host] because it's not a compile-time
// constant and can't propagate into the set/get calls.
const Endian _kFakeHostEndian = Endian.little;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This constant was moved to lib/ui/natives.dart.

Does stub_ui have an equivalent of that file? Or should the code in text.dart that uses _kFakeHostEndian be removed from stub_ui?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moved it to natives - we can leave the implementation for now, just needs to compile

@jonahwilliams
Copy link
Member Author

Landing so we can unblock the framework rolls

@jonahwilliams jonahwilliams merged commit 8dc3a4c into flutter:master May 22, 2019
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request May 22, 2019
engine-flutter-autoroll added a commit to flutter/flutter that referenced this pull request May 22, 2019
flutter/engine@64f18f2...8dc3a4c

git log 64f18f2..8dc3a4c --no-merges --oneline
8dc3a4c Add missing top level to stub_ui (flutter/engine#9060)
6299af3 remove over-optimistic assert (flutter/engine#9045)
0308a1c Roll src/third_party/dart fde6a5917e..e3edfd36b2 (14 commits)
1bce779 Roll src/third_party/skia e63b01b364a0..f77dbd04b926 (19 commits) (flutter/engine#9057)
4dbb9ba Expose pointer type and buttons in embedder.h (flutter/engine#9034)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (garyq@google.com), and stop
the roller if necessary.
huqiuser pushed a commit to huqiuser/engine that referenced this pull request Jun 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants