Jim Luther
6fbb2a4b25
Fixed indentation in changes. Fixed availability in test.
2018-06-28 18:19:23 -07:00
Jim Luther
a7d3efd6f8
URLComponents is missing percentEncodedQueryItems. I added it and modified the URLComponents test code to make sure it works.
2018-06-28 14:10:47 -07:00
Sho Ikeda
b68be20e9d
[test][gardening] Prefer os(macOS) over os(OSX)
2018-03-11 10:58:58 +09:00
Michael Ilseman
75c476b984
Revert "Add Codable conformance to common Foundation types"
...
This reverts commit dee889f4d0 .
2017-05-17 11:56:31 -07:00
Itai Ferber
dee889f4d0
Add Codable conformance to common Foundation types
...
Add conformances + unit tests for
* CGFloat
* AffineTransform
* Calendar
* CharacterSet
* DateComponents
* DateInterval
* Decimal
* IndexPath
* IndexSet
* Locale
* Measurement
* NSRange
* PersonNameComponents
* TimeZone
* URL
* UUID
along with some unit tests for each.
2017-05-16 16:57:46 -07:00
practicalswift
6d1ae2a39c
[gardening] 2016 → 2017
2017-01-06 16:41:22 +01:00
practicalswift
797b80765f
[gardening] Use the correct base URL ( https://swift.org ) in references to the Swift website
...
Remove all references to the old non-TLS enabled base URL (http://swift.org )
2016-11-20 17:36:03 +01:00
Tony Parker
15d5875bf3
Fix quarantineProperty in URLResourceValues
...
NSURL has an odd behavior around the quarantine dictionary URL resource
value - if you want to clear it, you should pass NSNull instead of the
NSDictionary. We need to accomodate that in the overlay code with a
special case.
<rdar://problem/28575806> Cannot remove Quarantine attribute in Swift 3
2016-10-04 15:58:57 -07:00
Dmitri Gribenko
c9041beea3
Migrate callsites from 'expectNotEmpty()' to 'expectNotNil()'
2016-09-10 20:05:43 -07:00
Max Moiseev
9fc37efee4
[test] renaming test/1_stdlib to just test/stdlib
2016-09-01 16:51:43 -07:00