sociomantic-tsunami / dmqproto

Distributed Message Queue protocol definition, client, fake node, and tests
Boost Software License 1.0
2 stars 20 forks source link

Remove all usage of ocean.transition #97

Closed don-clugston-sociomantic closed 4 years ago

don-clugston-sociomantic commented 4 years ago

The ocean.transition module was created to ease D2 conversion. It can now be replaced with more appropriate imports. Mostly this is just replacing the ocean.transition import with ocean.meta.types.Qualifiers

But there are a few modules that need to be dealt with first. Some have hacky D2-only mixins that need to be expanded.