-
Notifications
You must be signed in to change notification settings - Fork 146
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: pointfreeco/swift-dependencies
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.1.5
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: pointfreeco/swift-dependencies
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.2.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 13 files changed
- 8 contributors
Commits on Dec 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 38a9223 - Browse repository at this point
Copy the full SHA 38a9223View commit details
Commits on Jan 5, 2024
-
Clearer warning message when you provide an unimplemented default val…
…ue inside an @DependencyClient. (#167)
Configuration menu - View commit details
-
Copy full SHA for a22fd06 - Browse repository at this point
Copy the full SHA a22fd06View commit details
Commits on Jan 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 55d7d65 - Browse repository at this point
Copy the full SHA 55d7d65View commit details
Commits on Jan 17, 2024
-
Tests: simplify WASI handling in DependencyValues test (#170)
The tests were duplicated rather than just isolating the behavioural difference between WASI and non-WASI targets. Simplify to avoid duplicating the entire test.
Configuration menu - View commit details
-
Copy full SHA for 0bc8b5d - Browse repository at this point
Copy the full SHA 0bc8b5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e726c87 - Browse repository at this point
Copy the full SHA e726c87View commit details
Commits on Jan 22, 2024
-
Cache values when accessing test dependencies from live context (#78)
Co-authored-by: Stephen Celis <stephen@stephencelis.com>
Configuration menu - View commit details
-
Copy full SHA for 21aaff1 - Browse repository at this point
Copy the full SHA 21aaff1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3fbf72 - Browse repository at this point
Copy the full SHA d3fbf72View commit details -
Add support for
@Dependency(MyDependency.self)
(#172)* wip * wip * wip * wip * wip * wip * wip * wip * wip * fixes * wip --------- Co-authored-by: Brandon Williams <mbrandonw@hey.com>
Configuration menu - View commit details
-
Copy full SHA for 4379eaa - Browse repository at this point
Copy the full SHA 4379eaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for a9c9b58 - Browse repository at this point
Copy the full SHA a9c9b58View commit details -
Dependencies: dynamically link XCTest (#169)
Use delayed dynamic linking for registering the test observer. This is particularly important for Windows which does not support weak linking and weak symbols. Even in the case that `Dependencies` is imported due to use, we will not pull in the test observer until runtime, as a best effort. If the DependenciesTestObserver library is found in the search path, it will be loaded and the observer initialised. If we can't find the library, we will simply continue without the test observer.
Configuration menu - View commit details
-
Copy full SHA for 4ce7fd2 - Browse repository at this point
Copy the full SHA 4ce7fd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for adb04a8 - Browse repository at this point
Copy the full SHA adb04a8View commit details
There are no files selected for viewing