Norio Nomura
6b74f147c9
Update CHANGELOG entry
2018-12-27 08:11:59 +09:00
Norio Nomura
3765fc5be9
Add changelog entry
2018-12-26 19:44:55 +09:00
Norio Nomura
228fa15fef
Silence warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
2018-12-26 19:42:00 +09:00
Norio Nomura
bc13691c24
Call `Parser.parse()` in closure for `Data.withUnsafeBytes(_:)`
...
Swift 5.0’s `Data.withUnsafeBytes(_:)` on Darwin seems to have changed to pass a pointer to a closure pointing to a valid buffer only within the closure.
fixes #143
2018-12-26 19:34:06 +09:00
Norio Nomura
bfbd31b42a
Merge pull request #142 from jpsim/update-xcodeproj
...
Update xcodeproj
2018-12-25 11:24:52 +09:00
Norio Nomura
b43c429ff0
Change `SWIFT_VERSION` to 4.2
2018-12-25 11:07:37 +09:00
Norio Nomura
822eb40cf0
Add `Package@swift-*.swift` references to xcodeproj
2018-12-25 11:07:00 +09:00
Norio Nomura
f882314d76
Merge pull request #141 from jpsim/swift-5.0
...
Swift 5.0
2018-12-25 10:02:45 +09:00
Norio Nomura
668446c520
Add Package@swift-5.swift
...
This allows `swiftc` to compile with `-swift-version 5` flags.
2018-12-25 09:17:16 +09:00
Norio Nomura
975137f293
Run Swift 5.0 job on Azure Pipelines
2018-12-25 09:16:07 +09:00
Norio Nomura
584a2bc2ff
Skip tests affected by https://bugs.swift.org/browse/SR-9454
2018-12-25 09:01:25 +09:00
Norio Nomura
0485bf5f6e
Silence warning: 'index(where:)' is deprecated: renamed to 'firstIndex(where:)'
2018-12-25 09:01:18 +09:00
Norio Nomura
fed0c2a901
Silence warning: ’public' modifier is redundant for initializer declared in a public extension
2018-12-25 09:01:11 +09:00
Norio Nomura
463745c32f
Add `()` to forward `@autoclosure` parameter
2018-12-25 09:01:03 +09:00
JP Simard
d03ed1b014
Merge pull request #140 from jpsim/azure-pipelines-2
...
Set up CI with Azure Pipelines
2018-12-24 14:47:32 -08:00
JP Simard
06b9c9e416
Split pod lib lint into its own job
2018-12-24 14:41:25 -08:00
JP Simard
35b911963d
Avoid double-building all PR commits
2018-12-24 14:32:59 -08:00
JP Simard
fee92adeaf
Oops
2018-12-24 14:27:34 -08:00
JP Simard
e1059f2a0f
Update badge in README to point to Azure Pipelines
2018-12-24 14:19:05 -08:00
JP Simard
0df945bbf4
Remove circle ci configuration
2018-12-24 14:18:59 -08:00
JP Simard
b8f97b6ec0
Bundle install in vendor/bundle
2018-12-24 14:02:52 -08:00
JP Simard
0ca2596f29
Run jazzy on Azure Pipelines
2018-12-24 13:59:18 -08:00
JP Simard
a40a7b3248
Don't generate JUnit reports for watchOS and SwiftPM
...
watchOS doesn't run unit tests and SwiftPM doesn't generate JUnit reports.
2018-12-24 13:44:11 -08:00
JP Simard
dc79f8c322
Update CircleCI config
2018-12-24 13:43:41 -08:00
azure-pipelines[bot]
458770c343
Set up CI with Azure Pipelines
2018-12-24 21:31:14 +00:00
JP Simard
41d57e2cd9
Update gems
2018-12-05 12:35:25 -08:00
Norio Nomura
2dcf47664f
Merge pull request #138 from jpsim/circleci-2.1
...
Update CircleCI to 2.1
2018-12-05 09:08:15 +09:00
Norio Nomura
0f3bf694b9
[CircleCI] Restore job name scheme for bundle caching
2018-12-04 08:29:32 -08:00
Norio Nomura
6990a4ac61
[CircleCI] Use alias `steps-for-swiftpm`
2018-12-04 12:43:47 +09:00
Norio Nomura
8a4d215d42
[CircleCI] Replace `xcode_*` jobs with `xcode` using parameter
2018-12-04 12:17:05 +09:00
Norio Nomura
498d6d7505
[CircleCI] Replace `spm_swift_*` jobs with `spm` job using parameter
2018-12-04 11:50:00 +09:00
Norio Nomura
fa5447f432
[CircleCI] Replace `linux_swift_*` jobs with `linux_on_docker` job using parameter
2018-12-04 11:48:58 +09:00
JP Simard
8177c3bfa4
Merge pull request #136 from keith/ks/swift-4.2
...
Update Package.swift for Swift 4.2
2018-09-12 09:31:47 -07:00
Keith Smiley
985ed113de
Fix indentation
2018-09-11 10:51:28 -07:00
Keith Smiley
4eea76333d
Add Package.swift for 4.2
2018-09-10 07:26:00 -07:00
Keith Smiley
6f27b8e58c
Revert Package.swift changes
2018-09-10 07:25:50 -07:00
Keith Smiley
1a99112b26
Update Package.swift for Swift 4.2
...
Without this packages that depend on Yams build it in 4.0 mode, not 4.2
mode.
2018-09-09 23:56:16 -07:00
Norio Nomura
3565cd0827
Merge pull request #135 from jpsim/nn-update-circleci
...
Update CircleCI
2018-09-03 19:33:26 +09:00
Norio Nomura
8c58c332d5
[CircleCI] Disable `pod lib lint` until next release of CocoaPods
...
https://github.com/CocoaPods/CocoaPods/issues/8000
2018-09-03 10:59:30 +09:00
Norio Nomura
e4cfb86dd8
[CircleCI] Reset simulators on Xcode 10
...
https://discuss.circleci.com/t/xcode-10-beta-vm/23238/9
2018-09-03 10:34:53 +09:00
Norio Nomura
221bbe27c3
[CircleCI] Add Xcode 10 jobs
2018-09-03 09:14:46 +09:00
Norio Nomura
2a045aa724
[CircleCI] Update each patch versions to the latest
2018-09-03 09:14:46 +09:00
Norio Nomura
16410908d7
[CircleCI] Delete jobs other than the latest patch versions
2018-09-03 09:14:46 +09:00
Norio Nomura
ca4d664e9b
[CircleCI] Update jazzy to Swift 4.1.3
2018-09-03 09:04:10 +09:00
JP Simard
eaad5d87ad
Add empty changelog section
2018-08-30 13:32:56 -07:00
JP Simard
26ab35f50e
Release 1.0.1
2018-08-30 13:27:59 -07:00
JP Simard
5df958ec1b
Add changelog entries
2018-08-30 13:02:14 -07:00
Norio Nomura
b673f989b5
Merge pull request #134 from jpsim/nn-overriding-synthesized-conformance
...
Subclasses can override synthesized conformance on Swift 4.2
2018-08-25 09:37:41 +09:00
Norio Nomura
9e8ab817af
Subclasses can override synthesized conformance on Swift 4.2
2018-08-22 21:27:37 +09:00
Norio Nomura
5cedfb189c
Merge pull request #132 from jpsim/nn-dylib-versions
...
Set `DYLIB_COMPATIBILITY_VERSION` and `DYLIB_CURRENT_VERSION` in `Yams.xcodeproj`
2018-07-24 09:16:12 +09:00