Skip to content

Add resolution scoped dependency caching

dc306ce
Select commit
Loading
Failed to load commit list.
Open

Add resolution scoped dependency caching #9

Add resolution scoped dependency caching
dc306ce
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Oct 2, 2025 in 0s

6 new issues (0 max.) of at least severity.

Codacy Here is an overview of what got changed by this pull request:

Issues
======
- Added 6
           

See the complete overview on Codacy

Annotations

Check warning on line 3 in include/mosure/container.hpp

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

include/mosure/container.hpp#L3

Include file: <optional> not found. Please note: Cppcheck does not need standard library headers to get proper results.

Check warning on line 3 in include/mosure/context.hpp

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

include/mosure/context.hpp#L3

Include file: <memory> not found. Please note: Cppcheck does not need standard library headers to get proper results.

Check warning on line 4 in include/mosure/context.hpp

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

include/mosure/context.hpp#L4

Include file: <unordered_map> not found. Please note: Cppcheck does not need standard library headers to get proper results.

Check warning on line 5 in include/mosure/context.hpp

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

include/mosure/context.hpp#L5

Include file: <utility> not found. Please note: Cppcheck does not need standard library headers to get proper results.

Check warning on line 57 in include/mosure/context.hpp

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

include/mosure/context.hpp#L57

struct member 'Context::resolutionScope' is never used.

Check warning on line 7 in include/mosure/resolver.hpp

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

include/mosure/resolver.hpp#L7

Include file: <utility> not found. Please note: Cppcheck does not need standard library headers to get proper results.