Weaver
Weaver copied to clipboard
Dependency Injection framework for Swift (iOS/macOS/Linux)
Currently this syntax: ``` // weaver: annotationManager = AnnotationManagerV2
Weaver should warn about dependencies which are declared but not used anywhere in the graph.
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...
The following code produces a compilation error in `WeaverTests.swift` ```swift final class Foo { // weaver: aDependency
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...