Skip to content
New issue

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

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

Already on GitHub? # to your account

Update for Xcode 7 Beta 5 #30

Merged
merged 1 commit into from
Aug 23, 2015
Merged

Update for Xcode 7 Beta 5 #30

merged 1 commit into from
Aug 23, 2015

Conversation

mrackwitz
Copy link
Contributor

Seemingly there was undocumented semantic change to stdlib's Array.split, which caused the fail of one test. maxCount doesn't behave as documented. Passing 2 instead of 1 fixes the test.

Test Case '-[CommandantTests.OptionsTypeSpec CommandMode_Arguments__should_treat____as_the_end_of_valued_options_##_68]' started.
OptionSpec.swift:71: error: -[CommandantTests.OptionsTypeSpec CommandMode_Arguments__should_treat____as_the_end_of_valued_options_##_68] : failed - expected to equal <{ intValue: 42, stringValue: foobar, optionalFilename: filename, requiredName: --intValue }>, got <nil> (use beNil() to match nils)

@jpsim
Copy link
Contributor

jpsim commented Aug 23, 2015

Changes look appropriate and confirmed as working, thanks!

jpsim added a commit that referenced this pull request Aug 23, 2015
@jpsim jpsim merged commit 5c73856 into Carthage:swift-2.0 Aug 23, 2015
@jpsim jpsim mentioned this pull request Sep 22, 2015
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants