lp:~michihenning/unity-scopes-api/bind-fix

Created by Michi Henning and last modified
Get this branch:
bzr branch lp:~michihenning/unity-scopes-api/bind-fix
Only Michi Henning can upload to this branch. If you are Michi Henning please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Michi Henning
Project:
unity-scopes-api
Status:
Merged

Recent revisions

127. By Michi Henning

One more name change to TestRegistry.

126. By Michi Henning

Adjusted registry test for new endpoint name.

125. By Michi Henning

Fixed ObjectAdapter_test broken by namespace peeling changes.

124. By Michi Henning

[ Michi Henning ]
Merge trunk and resolved conflicts.
[ Jussi Pakkanen ]
Version bump due to namespace peeling.

123. By Michi Henning

Changed endpoint for registry test to not clash with the endpoint of the real
registry config.

122. By Michi Henning

Added coverage test for double-bind.
Removed attempts to deal with servant destructors that throw. It turns out that
this doesn't work because the destructor is called in the context of the map
destructor, so we end up in terminate().
I think it is theoretically possible to do this with a custom deleter for the
map, but the trouble isn't worth it. Destructors should never throw, that's
just how it is, and attempts to patch around that are probably a lost labor
of love.

121. By Michi Henning

Added check to prevent two servers from binding to the same ipc endpoint.

120. By Michi Henning

Added suppressions file for thread sanitizer issues in zmq.

Approved by Jussi Pakkanen, PS Jenkins bot.

119. By Michi Henning

Changed ScopeLoader to not run the scope in a separate thread. (This is done by scoperunner anyway.)
This fixes the problem of an exception being thrown by start(), but the scoperunner not realizing
this. Fixes: https://bugs.launchpad.net/bugs/1262536.

Approved by Michal Hruby, PS Jenkins bot.

118. By Michi Henning

Added ability for scope to push an exception (as an exception_ptr). On the client side,
the exception is delivered as the what() string (if the exception is a std::exception) and
as "unknown exception", otherwise. Fixes: https://bugs.launchpad.net/bugs/1261597.

Approved by Michal Hruby, PS Jenkins bot.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:unity-scopes-api
This branch contains Public information 
Everyone can see this information.

Subscribers