Weaver icon indicating copy to clipboard operation
Weaver copied to clipboard

Dependency Injection framework for Swift (iOS/macOS/Linux)

Results 16 Weaver issues
Sort by recently updated
recently updated
newest added

Currently this syntax: ``` // weaver: annotationManager = AnnotationManagerV2

enhancement

Weaver should warn about dependencies which are declared but not used anywhere in the graph.

enhancement

Weaver's documentation lacks guidance about how to solve dependency cycles. The most common case is for delegate patterns, which can be solved by using a self reference. Other types of...

enhancement

The following code produces a compilation error in `WeaverTests.swift` ```swift final class Foo { // weaver: aDependency

bug

Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.7.0 to 2.8.1. Changelog Sourced from addressable's changelog. Addressable 2.8.1 refactor Addressable::URI.normalize_path to address linter offenses (#430) remove redundant colon in Addressable::URI::CharacterClasses::AUTHORITY regex (#438) update gemspec to...

dependencies