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

Mark const extern #8077

Merged
merged 2 commits into from
Mar 8, 2019
Merged

Mark const extern #8077

merged 2 commits into from
Mar 8, 2019

Conversation

dnfield
Copy link
Contributor

@dnfield dnfield commented Mar 7, 2019

This was added as part of #8005

Without being marked as extern, it'll get picked up as a duplicate symbol downstream.

@dnfield dnfield requested a review from cbracken March 7, 2019 22:22
Copy link
Member

@cbracken cbracken left a comment

Choose a reason for hiding this comment

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

lgtm

@dnfield
Copy link
Contributor Author

dnfield commented Mar 7, 2019

Syntax is off here, fix incoming...

@dnfield dnfield force-pushed the fix_missing_extern branch from 0be1782 to b2654c3 Compare March 7, 2019 22:44
@dnfield
Copy link
Contributor Author

dnfield commented Mar 7, 2019

The CI is failing on the GKE image because it's trying to update depot tools - this PR is also telling depot tools to not update. Longer term we should figure out a way to either not rely on the baked in depot tools or figure out a way to let the GKE stuff get updated...

@jamesderlin
Copy link
Contributor

jamesderlin commented Mar 7, 2019

LGTM. Sorry, I should have caught that in #8005.

Is there a reason why you're putting const after NSNotificationName? (It doesn't matter, but it's not the prevailing style I see in the flutter/engine code.)

@dnfield
Copy link
Contributor Author

dnfield commented Mar 7, 2019

because the compiler yells at me if I don't 😆

@dnfield
Copy link
Contributor Author

dnfield commented Mar 8, 2019

This timed out right as it was about to finish compiling. I'm going to land to keep the roll moving.

@dnfield dnfield merged commit 7426305 into flutter:master Mar 8, 2019
@dnfield dnfield deleted the fix_missing_extern branch March 8, 2019 00:10
GaryQian added a commit to flutter/flutter that referenced this pull request Mar 8, 2019
…ine (19 commits) (#28688)

git log --oneline --no-merges f4951df..a48cd16
a48cd16 Update a11y word forward/back enum names (flutter/engine#8073)
b5f59ed Delay the vsync callback till the frame start time specified by embedder. (flutter/engine#8072)
7426305 Mark const extern (flutter/engine#8077)
d3f6d7a only partial rule revert (flutter/engine#8078)
d71bfe5 Only build a full Dart SDK when building for the host system (flutter/engine#8071)
de90dbf Refactor web configuration/ Add dartdevc (flutter/engine#7978)
ff46dd3 Roll src/third_party/skia 4c1ea43a79b5..88b8d1124b72 (8 commits) (flutter/engine#8070)
80c6dd2 Roll src/third_party/skia 692122e3ef23..4c1ea43a79b5 (3 commits) (flutter/engine#8069)
68ed654 Roll src/third_party/skia 3c957d575c58..692122e3ef23 (6 commits) (flutter/engine#8067)
ca0bac4 Revert "add signal to pointer kinds" (flutter/engine#8066)
3fb627f add signal to pointer kinds (flutter/engine#8065)
5a06afa Roll src/third_party/skia 801a9c16d81e..3c957d575c58 (19 commits) (flutter/engine#8063)
a93d99d A11y callback (flutter/engine#8005)
3661d5e Re-land "Buffer lifecycle in WindowData" (flutter/engine#8032)
471a2c8 Send scroll events from the macOS shell (flutter/engine#8056)
2fe9c9b Roll src/third_party/skia 72542816cadb..801a9c16d81e (46 commits) (flutter/engine#8060)
3335764 Skip skp files in license check (flutter/engine#8050)
7f16789 Remove redundant thread checker in FML. (flutter/engine#8053)
840c523 Correct URL for Cirrus CI build status badge (flutter/engine#8054)
57c120a remove extra source files (flutter/engine#8052)
4773375 Used named conditionals for platform specific dependencies and suppress Android and Windows hooks on Mac. (flutter/engine#8051)
70a18b5 Add clang static analysis support to gn wrapper (flutter/engine#8047)
b30f989 Improve elevation bounds for physical shape layers (flutter/engine#8044)
e37bd27 Fix weak pointer use violations in shell and platform view. (flutter/engine#8046)
dd80fc9 Add engine support for scrollwheel events (flutter/engine#7494)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants