boost-ext / di

C++14 Dependency Injection Library
https://boost-ext.github.io/di
1.17k stars 140 forks source link

Make extensible injector extension #260

Closed kanstantsin-chernik closed 6 years ago

kanstantsin-chernik commented 6 years ago

Issue: #254

Proposed changes:

Thread/exception safety: safe

Reviewvers: @krzysztof-jusiak

kanstantsin-chernik commented 6 years ago

@krzysztof-jusiak can you please have a look? It is good for beginning but I think we need to have anything like that in the core...

codecov[bot] commented 6 years ago

Codecov Report

Merging #260 into cpp14 will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##            cpp14     #260   +/-   ##
=======================================
  Coverage   98.52%   98.52%           
=======================================
  Files          81       81           
  Lines        2842     2842           
=======================================
  Hits         2800     2800           
  Misses         42       42
Impacted Files Coverage Δ
include/boost/di/core/dependency.hpp 100% <ø> (ø) :arrow_up:
include/boost/di.hpp 99.1% <ø> (ø) :arrow_up:
test/ft/di_errors.cpp 98.48% <ø> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update aa62c82...28e1a7c. Read the comment docs.