- Notifications
You must be signed in to change notification settings - Fork3.4k
Comparing changes
Open a pull request
base repository:SwiftyJSON/SwiftyJSON
Uh oh!
There was an error while loading.Please reload this page.
base:master
head repository:SwiftyJSON/SwiftyJSON
Uh oh!
There was an error while loading.Please reload this page.
compare:fix-swift-test
Uh oh!
There was an error while loading.Please reload this page.
- 11commits
- 18files changed
- 1contributor
Commits on Nov 7, 2016
Remove print functions in test
wongzigii committedNov 7, 2016 Add XCTestCaseProvider to help out swift build in Linux
wongzigii committedNov 7, 2016 Make Tests conform XCTestCaseProvider
wongzigii committedNov 7, 2016 Merge branch 'master' ofhttps://github.com/SwiftyJSON/SwiftyJSONint…
…o fix-swift-test* 'master' ofhttps://github.com/SwiftyJSON/SwiftyJSON: Re-organize tests to satisfy SPM
wongzigii committedNov 7, 2016 Add LinuxMain.swift for entry on Linux
wongzigii committedNov 7, 2016
Commits on Nov 22, 2016
- wongzigii committed
Nov 22, 2016 Merge branch 'master' ofhttps://github.com/SwiftyJSON/SwiftyJSONint…
…o fix-swift-test* 'master' ofhttps://github.com/SwiftyJSON/SwiftyJSON: update Integration section of README to reflect latest version in SPM usage subsection Fix duplicate comma typo update readme make casting nil to nsnull optional represent strings with nil as if it was nsnull Instead of checking for the Int8 type explicitly when setting 'object', cast the Int8 value to an Int and pass that into an NSNumber when setting 'int8' or 'int8Value' Update version in pod spec Add performance test Attemp tofix#697 Fix 'AnyObject' in comment and README.md The ‘isBool’ function on the NSNumber extension uses ‘trueObjCType’, which represents the type encoding for ‘true’ represented as an NSNumber, and ‘falseObjCType’, which represents the type encoding for ‘false’ represented as an NSNumber. Both type encodings are equal to ‘c’. However, an NSNumber that wraps around a value of type Int8 also has a type encoding of ‘c’. Therefore, a user who passes in a value of 0 or 1 (of type Int8) into JSON will expect to see the numbers 0 or 1 as the output because that was the intent. Unfortunately, that value will be wrapped into NSNumber and be considered a bool, so the user will see ‘true’ or ‘false’ instead. Fix typo in README.md Turn on render documentation mode. Finish subscript part. Add descriptions. Add getting a string using a path to the element. Updating subscript section in playground Added check for pre-escaped URLs to prevent double-escaping of % character# Conflicts:#Tests/SwiftyJSONTests/SequenceTypeTests.swift
wongzigii committedNov 22, 2016
Commits on Nov 25, 2016
- wongzigii committed
Nov 25, 2016 Merge branch 'master' ofhttps://github.com/SwiftyJSON/SwiftyJSONint…
…o fix-swift-test* 'master' ofhttps://github.com/SwiftyJSON/SwiftyJSON: Fix travis_retry command not found Update scripts Fix all compilation warnings# Conflicts:#Tests/SwiftyJSONTests/NumberTests.swift#Tests/SwiftyJSONTests/RawTests.swift
wongzigii committedNov 25, 2016
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff master...fix-swift-test
Uh oh!
There was an error while loading.Please reload this page.