Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(135)

Issue 354553002: [DBus] Explicitly instantiate dbus::Property variants (Closed)

Created:
6 years, 6 months ago by tzik
Modified:
6 years, 5 months ago
Reviewers:
keybuk
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

[DBus] Explicitly instantiate dbus::Property variants dbus::Property<std::vector<uint8> > isn't instantiated in libdbus in non-ChromeOS build + latest clang. That causes instantiation of the template in dbus_unittests, and causes link failure. BUG= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=280264

Patch Set 1 #

Patch Set 2 : #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -1 line) Patch
M dbus/property.h View 1 2 chunks +15 lines, -1 line 2 comments Download

Messages

Total messages: 9 (0 generated)
tzik
PTL. Latest clang fails to link dbus_unittest. The template specializations seem to need EXPORT declaration. ...
6 years, 6 months ago (2014-06-24 05:03:39 UTC) #1
tzik
Updated: other variant of dbus::Property are instantiated in chromeos=1 build and exported. That's why I ...
6 years, 5 months ago (2014-06-26 04:58:29 UTC) #2
keybuk
https://codereview.chromium.org/354553002/diff/20001/dbus/property.h File dbus/property.h (right): https://codereview.chromium.org/354553002/diff/20001/dbus/property.h#newcode353 dbus/property.h:353: class Property : public PropertyBase { what about the ...
6 years, 5 months ago (2014-06-26 05:01:46 UTC) #3
tzik
https://codereview.chromium.org/354553002/diff/20001/dbus/property.h File dbus/property.h (right): https://codereview.chromium.org/354553002/diff/20001/dbus/property.h#newcode353 dbus/property.h:353: class Property : public PropertyBase { On 2014/06/26 05:01:46, ...
6 years, 5 months ago (2014-06-26 05:25:56 UTC) #4
keybuk
lgtm
6 years, 5 months ago (2014-06-26 23:06:18 UTC) #5
tzik
The CQ bit was checked by tzik@chromium.org
6 years, 5 months ago (2014-06-27 03:34:28 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tzik@chromium.org/354553002/20001
6 years, 5 months ago (2014-06-27 03:36:28 UTC) #7
commit-bot: I haz the power
Change committed as 280264
6 years, 5 months ago (2014-06-27 07:58:44 UTC) #8
tzik
6 years, 5 months ago (2014-06-27 08:08:23 UTC) #9
Message was sent while issue was closed.
A revert of this CL has been created in
https://codereview.chromium.org/353063007/ by tzik@chromium.org.

The reason for reverting is: This causes link error:
http://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%2....

Powered by Google App Engine
This is Rietveld 408576698