8000 Tags · School-Scope/core · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: School-Scope/core

Tags

3.7.2

Toggle 3.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Swift 5 updates (vapor#196)

* Swift 5 updates

* support old hashable

* revert hash fixes

3.7.1

Toggle 3.7.1's commit message
Wrap the argument to `Future.transform` in an autoclosure (vapor#195)

This avoids creating the argument if it won't be needed at all, e.g. because a previous future fails.

3.7.0

Toggle 3.7.0's commit message
Fix flatten threading issue by directly using reduce(...) NIO method (v…

…apor#184)

* Fix flatten threading issue by directly using andAll NIO method

This also improves the test by checking that order the order of the results will match the order of the futures in the input array as it has been specified in the docs.

* Improve code formatting

* Bump SwiftNIO dependency version to 1.12.0

* Correct indentation

* Correct syntax formatting

* Stress test

* Improve stress test

* Improve stress test

* Improve stress test

* Create timer on timer loop group

* Add testFlattenStress to Linux test array

* Update circle.yml

3.6.0

Toggle 3.6.0's commit message
Conform NSError to Debuggable (vapor#178)

* Conform NSError to Debuggable

Signed-off-by: MrLotU <j.koopman@jarict.nl>

* Change ID to `self.code`

* Add some extra properties

3.5.0

Toggle 3.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request vapor#188 from vapor/MrLotU-patch-1

Add myself as Maintainer

3.4.4

Toggle 3.4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request vapor#172 from maciejtrybilo/reflectionDecodable-o…

…n-url

Implement ReflectionDecodable on URL.

3.4.3

Toggle 3.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request vapor#170 from vapor/process-output-fix

process execute output fix

3.4.2

Toggle 3.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request vapor#168 from vapor/fix-mimetype-detection

Fixed MIME type detection

3.4.1

Toggle 3.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request vapor#160 from vapor/case-iterable-version

only define shim CaseIterable if < Swift 4.2 _compiler_

3.4.0

Toggle 3.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request vapor#159 from vapor/not-found-error

add NotFound error
0