Email : nethraravindra...@gmail.com
___
swift-corelibs-dev mailing list
swift-corelibs-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-corelibs-dev
Hi All,
This is Nethra Ravindran and Iām a university student doing my internship.
I would like to contribute to Swift Foundation. I have looked upon
NSExpression and I am interested in contributing the implementation. I
would be very thankful if I could get some pointers about it.
Thank you in a
Hi Philippe,
A naming inconsistency with NSString.isAbsolutePath (file -
NSPathUtilities.swift) was fixed in your PR named ā Import CoreFoundation
changes from Sierra ā:
https://github.com/apple/swift-corelibs-foundation/commit/a455cde38e06052385560d0a7c5aeb5a4991f844
However it appears that t
he swift-3.1 branch by default (that branch received merges
> from master).
>
> Did you check out the latest version of the swift-3.1 branch to verify
> that this change was missing?
>
> - Tony
>
> On Jan 19, 2017, at 4:23 AM, Nethra Ravindran via swift-corelibs-dev <
> s
Hi everyone,
I am working on https://bugs.swift.org/browse/SR-3536
There is a memory leak when searching for the substring of a string using
regular expression.
import Foundation
let myString = "Foo"
for _ in 1...1 {
let _ = myString.range(of: "bar", options: .regularExpression)
}
>From
Hi,
I see that some classes are bridgeable and some are not. It would be great
if someone can explain why few classes are not bridgeable.
Thank you!
- Nethra Ravindran
___
swift-corelibs-dev mailing list
swift-corelibs-dev@swift.org
https://lists.swift
Hi everyone,
To be more precise, I would like to know why few classes are not
CFBridgeable.
Thank you.
- Nethra Ravindran
On Tue, Feb 21, 2017 at 2:20 PM, Nethra Ravindran <
nethraravindra...@gmail.com> wrote:
> Hi,
>
> I see that some classes are bridgeable and some are not. It would be great
For example NSURLComponents is not CFBridgeable.
- Nethra Ravindran
On Tue, Feb 21, 2017 at 3:01 PM, Alex Blewitt wrote:
> Do you have a couple of examples that you're referring to?
>
> Alex
>
> On 21 Feb 2017, at 09:25, Nethra Ravindran via swift-corelibs-dev <
> sw
; On Feb 21, 2017, at 10:20 AM, Nethra Ravindran via swift-corelibs-dev <
> swift-corelibs-dev@swift.org> wrote:
>
> For example NSURLComponents is not CFBridgeable.
>
> - Nethra Ravindran
>
> On Tue, Feb 21, 2017 at 3:01 PM, Alex Blewitt wrote:
>
>> Do you have a c
Hi,
I have a CFBoolean object and I want to convert it to NSNumber. So, when I
try to use CFBooleanGetValue method to get the value of CFBoolean, it
crashes on Linux.
Please do provide inputs on how to cast CFBoolean object to Bool.
Thank you.
-Nethra
10 matches
Mail list logo