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

Misc ci remove swift4x #1558

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Conversation

dannys42
Copy link
Contributor

No description provided.

@dannys42 dannys42 closed this Sep 13, 2021
@dannys42 dannys42 reopened this Sep 13, 2021
@@ -38,7 +38,7 @@ final class TestServer: KituraTest, KituraTestSuite {
}

var httpPort = 8080
let useNIO = ProcessInfo.processInfo.environment["KITURA_NIO"] != nil
let useNIO = ProcessInfo.processInfo.environment["KITURA_NIO"] != "0"
Copy link
Member

Choose a reason for hiding this comment

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

@dannys42 Are you inverting the NIO logic on purpose here or for convenience?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, I'm inverting the KITURA_NIO logic to make NIO the default (on our path to deprecating the Kitura-net repo). This has the advantage of working in iOS and other Xcode projects, which is great for using Kitura as a mock server for unit testing. I'll update the readme to include this note.

@dannys42 dannys42 closed this Sep 21, 2021
@dannys42 dannys42 reopened this Sep 21, 2021
@sonarcloud
Copy link

sonarcloud bot commented Apr 9, 2022

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 11 Code Smells

No Coverage information No Coverage information
46.2% 46.2% Duplication

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

2 participants