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

New Snapshot - 04-12 #186

Merged
merged 60 commits into from Apr 22, 2016
Merged

New Snapshot - 04-12 #186

merged 60 commits into from Apr 22, 2016

Conversation

loganwright
Copy link
Member

@loganwright loganwright commented Apr 20, 2016

You can test w/ this dependency:

.Package(url: "https://github.com/LoganWright/vapor.git", majorVersion: 0, minor: 6)

@@ -5,7 +5,7 @@ import libc
to this protocol
*/
public protocol LogDriver {
func log(level: Log.Level, message: String)
func log(_ level: Log.Level, message: String)

Choose a reason for hiding this comment

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

Missing Docs Violation: Public declarations should be documented. (missing_docs)

("testSetValueForKey_setsValueCorrectly",
testSetValueForKey_setsValueCorrectly),
("testSetValueForKey_withExistingValue_overwritesValueCorrectly", testSetValueForKey_withExistingValue_overwritesValueCorrectly),
("testSetValueForKey_withExistingValue_toNilErasesValue", testSetValueForKey_withExistingValue_toNilErasesValue),

Choose a reason for hiding this comment

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

Line Length Violation: Line should be 100 characters or less: currently 125 characters (line_length)

@@ -136,7 +174,7 @@ extension Application {
Create multiple routes with the same base URL
without repeating yourself.
*/
public func group(prefix: String, @noescape handler: () -> Void) {
public func group(_ prefix: String, @noescape handler: () -> Void) {

Choose a reason for hiding this comment

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

Valid Docs Violation: Documented declarations should be valid. (valid_docs)

Choose a reason for hiding this comment

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

Valid Docs Violation: Documented declarations should be valid. (valid_docs)

@loganwright loganwright merged commit 4ae4b0e into master Apr 22, 2016
@loganwright loganwright deleted the 04-12 branch April 22, 2016 02:00
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

5 participants