Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop vendoring CasePaths #87

Merged
merged 6 commits into from
May 13, 2020
Merged

Stop vendoring CasePaths #87

merged 6 commits into from
May 13, 2020

Conversation

mbrandonw
Copy link
Member

With our latest SPM-bug work around (#70) it seems we can now properly depend on the CasePaths library rather than venturing it directly.

Package.swift Outdated
@@ -16,10 +16,15 @@ let package = Package(
targets: ["ComposableArchitecture"]
),
],
dependencies: [
.package(url: "https://www.github.com/pointfreeco/swift-case-paths", from: "0.1.0")
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this version good for pinning?

tolerance: SchedulerTimeType.Stride,
options: SchedulerOptions?,
tolerance _: SchedulerTimeType.Stride,
options _: SchedulerOptions?,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unrelated but snuck this in. while working on some episode stuff I realized it's kinda nice to make it clear we aren't using this info

@stephencelis stephencelis changed the title Stop venturing CasePaths Stop vendoring CasePaths May 13, 2020
Package.swift Outdated Show resolved Hide resolved
@@ -1,16 +0,0 @@
{
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this file have been deleted? Wonder if it's needed for CI, but guess we'll find out!

Copy link
Member

@stephencelis stephencelis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@stephencelis stephencelis merged commit 24dbab1 into master May 13, 2020
@stephencelis stephencelis deleted the case-paths-dep branch May 13, 2020 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants