Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Fix Assisted Factory binding location. #166

Merged
merged 1 commit into from
Aug 31, 2020

Conversation

sebastianv1
Copy link
Contributor

The source location for assisted factory bindings was being set at the file, line, and function within the AssistedInjectionArities.swift file, which makes the debug information incorrect for errors such as MissingProvider. This change should correctly place the source location info at the site of the binding for assisted factories.

The source location for assisted factory bindings was being set at the `file`, `line`, and `function` within the `AssistedInjectionArities.swift` file, which makes the debug information incorrect for errors such as `MissingProvider`. This change should correctly place the source location info at the site of the binding for assisted factories.
@sebastianv1 sebastianv1 merged commit b089a47 into master Aug 31, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant