-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[Tests] Refactored parsing of scheme from repo URL, added Collection tests #209
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
Conversation
czechboy0
commented
Mar 19, 2016
- refactored parsing of scheme from repo URL
- moved Array utils to Collection utils
- added Collection tests
- moved all allTests functions into one file (Utilities modules only for now), previously they were in FileTests which was hard to find
} | ||
} | ||
|
||
//FIXME figure out why it doesn't work when Iterator.Element == Equatable |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use Iterator.Element : Equatable
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, thank you!!!
I appreciate the effort, but this wasn't merged earlier because it is really several PRs. The additional tests are most interesting to me, and I'm happy to have a general Collection utils organization. The rest is not really desired, though I certainly can see the improvements, I'd rather improve the tests in general, but I'm waiting on the Linux test generation work. I understand URL.scheme is not general, but I dislike |
… to Collection utils, added Collection tests, moved all allTests functions into one file, previously they were in FileTests which was hard to find
# Conflicts: # Tests/Utility/FileTests.swift
@mxcl I renamed |
@swift-ci Please test |
@swift-ci Please test |
Hitting the same WatchKit test failure as everyone else. |
@mxcl Please rerun CI |
@swift-ci Please test |
\o/ |
…e-case-fix [BuildSystem] Update a couple places for new node type.