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

Updated IntrepidSwiftWisdomTesting for Swift 3. #111

Merged
merged 3 commits into from Apr 13, 2017

Conversation

nservidio
Copy link
Contributor

I updated the version of IntrepidSwiftWisdomTesting.podspec to 0.7.3 because its source is https://github.com/IntrepidPursuits/swift-wisdom.git.
Updated Readme to refer to swift-wisdom instead of intrepid-wisdom for installing testing additions.
Updated IntrepidSwiftWisdom dependency.

@@ -1,17 +1,17 @@
Pod::Spec.new do |s|
s.name = "IntrepidSwiftWisdomTesting"
s.version = "0.0.7"
s.version = "0.7.3"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

It was a conscious decision to keep this in lockstep with the Intrepid.podspec version. Please let me know if it's better for this to have its own separate version.

@nservidio nservidio force-pushed the nservidio/update-IntrepidSwiftWisdomTesting-swift-3 branch from e1281f1 to 619b039 Compare February 17, 2017 16:48
@brightredchilli
Copy link
Contributor

I would just run it through a test project if you haven't already done so, but it looks good, thanks for taking this on!

@@ -17,6 +17,6 @@ Pod::Spec.new do |s|

s.subspec "Core" do |cs|
cs.source_files = "SwiftWisdom/Core/**/**/*.swift"
cs.dependency 'IP-UIKit-Wisdom', '0.0.9'
cs.dependency 'IP-UIKit-Wisdom', '0.0.10'
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Actually, @brightredchilli, if we bump this, we should also bump the IntrepidSwiftWisdom.podspec version, theoretically to 0.7.3...? Since we are no longer really maintaining IntrepidSwiftWisdom, should I just revert this?

Copy link
Contributor

Choose a reason for hiding this comment

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

no harm to bump both if you're updating. however, none of the changes will be visible until we make a push with the proper tags.

@cprime
Copy link
Member

cprime commented Feb 20, 2017

This pod predates the unified Intrepid pod and it's subspecs. It seems like this would be a good time to migrate this into being a Intrepid subspec too.

@nservidio nservidio force-pushed the nservidio/update-IntrepidSwiftWisdomTesting-swift-3 branch from 619b039 to 80af645 Compare April 13, 2017 14:41
// Copyright © 2017 Intrepid. All rights reserved.
//

//ip_XCTAssertEqualOptional
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Did you mean to leave these here?

@@ -1,22 +0,0 @@
Pod::Spec.new do |s|
s.name = "IntrepidSwiftWisdom"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

It looks like a few projects use IntrepidSwiftWisdom. Is it ok to remove this spec?

Copy link
Member

Choose a reason for hiding this comment

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

I think it is safe to remove this podspec because:

let value2: Float? = 1.00001

ip_XCTAssertEqualWithAccuracyOptional(value1, value2, accuracy: 0.0001)
}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Can you test to make that these assert if you pass erroneous values?

@cprime cprime force-pushed the nservidio/update-IntrepidSwiftWisdomTesting-swift-3 branch from 64a7644 to 5a9f6e2 Compare April 13, 2017 20:22
@cprime cprime force-pushed the nservidio/update-IntrepidSwiftWisdomTesting-swift-3 branch from 5a9f6e2 to 5d3b564 Compare April 13, 2017 20:35
@cprime cprime merged commit e605abb into master Apr 13, 2017
@cprime cprime deleted the nservidio/update-IntrepidSwiftWisdomTesting-swift-3 branch April 13, 2017 20:40
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.

None yet

4 participants