Re: [swift-users] Why is static a keyword?

2017-05-11 Thread Jose Cheyo Jimenez via swift-users
ier is not? > > Zhaoxin > > >> On Fri, May 12, 2017 at 12:17 AM, Jose Cheyo Jimenez via swift-users >> wrote: >> I was expecting static to be a builtin. Does anybody know why it must be a >> keyword? >> >> Background. https://bugs.swift.org/br

[swift-users] Why is static a keyword?

2017-05-11 Thread Jose Cheyo Jimenez via swift-users
I was expecting static to be a builtin. Does anybody know why it must be a keyword? Background. https://bugs.swift.org/browse/SR-4834___ swift-users mailing list swift-users@swift.org https://lists.swift.org/mailman/listinfo/swift-users

Re: [swift-users] [swift-evolution] Plan to move swift-evolution and swift-users mailing lists to Discourse

2017-02-17 Thread Jose Cheyo Jimenez via swift-users
Hi Ted, Today I learned about https://esdiscuss.org/ which is like an archiver viewer for disc...@mozilla.org pipermail mailing list All their code is at https://github.com/esdiscuss This still preserves pipermail as the one source of

Re: [swift-users] 2016-08-04-a-osx snapshot corrupt?

2016-08-04 Thread Jose Cheyo Jimenez via swift-users
A nice person at apple told me a work around. Just quit Xcode and it will work. :) > On Aug 4, 2016, at 5:47 PM, Jose Cheyo Jimenez wrote: > > swift-DEVELOPMENT-SNAPSHOT-2016-08-04-a-osx > > What is going on here? Why is the image not signed? Anybody having the same > issues? > > I’ve dow

[swift-users] 2016-08-04-a-osx snapshot corrupt?

2016-08-04 Thread Jose Cheyo Jimenez via swift-users
swift-DEVELOPMENT-SNAPSHOT-2016-08-04-a-osx What is going on here? Why is the image not signed? Anybody having the same issues? I’ve download it multiple times. Aug 4 14:32:14 MacBook Installer[1580]: Error parsing distribution script from data Aug 4 14:32:14 MacBook xmllint[1586]: -:1: par

Re: [swift-users] Why does Array subscript fail at runtime?

2016-07-20 Thread Jose Cheyo Jimenez via swift-users
Making Array subscript access return T? or T! instead of T. The current array behavior is intentional : it accurately reflects the fact that out-of-bounds array access is a logic error, and changing the current behavior would slow

Re: [swift-users] Is there method indiicate current thread is mainthread in swift?

2016-07-13 Thread Jose Cheyo Jimenez via swift-users
Oh, I think foundation on Linux is not up to date yet. > On Jul 13, 2016, at 1:12 AM, qi bo wrote: > > my swift is 2016-05-09-a-ubuntu14.04. > import Foundation > if Thread.isMainThread { > ... > } > but unresolved identifier "Thread" occur > > > > On Wed, Jul 13, 2016 at 3:41 PM +0800, "Jos

Re: [swift-users] Is there method indiicate current thread is mainthread in swift?

2016-07-13 Thread Jose Cheyo Jimenez via swift-users
it. > >> On Wed, Jul 13, 2016 at 12:41 AM, Jose Cheyo Jimenez via swift-users >> wrote: >> //swift 2.2+ >> NSThread.isMainThread() >> >> //swift 3+ >> Thread.isMainThread >> >> >>> On Jul 13, 2016, at 12:27 AM, qi bo via swift

Re: [swift-users] Is there method indiicate current thread is mainthread in swift?

2016-07-13 Thread Jose Cheyo Jimenez via swift-users
//swift 2.2+ NSThread.isMainThread() //swift 3+ Thread.isMainThread > On Jul 13, 2016, at 12:27 AM, qi bo via swift-users > wrote: > > isMainThread is an method in object-c. how to indicate current thread is main > thread? > > thank you > Bob > > ___

Re: [swift-users] Help need with SR-1187

2016-04-20 Thread Jose Cheyo Jimenez via swift-users
I filed a bug against the swift package manager. https://bugs.swift.org/browse/SR-1276 > On Apr 19, 2016, at 11:20 PM, Jose Cheyo Jimenez wrote: > > I fixed the previous issue by uninstalling a really old version of > https://github.com/realm/SwiftLint

Re: [swift-users] Help need with SR-1187

2016-04-19 Thread Jose Cheyo Jimenez via swift-users
I fixed the previous issue by uninstalling a really old version of https://github.com/realm/SwiftLint Now I am having the same error as https://bugs.swift.org/browse/SR-151 but the linking error only occurs when I run th

[swift-users] Help need with SR-1187

2016-04-14 Thread Jose Cheyo Jimenez via swift-users
Hi Everybody, I am trying to build the example-packages but I am getting errors once I try to run test I was hopping to add some tests to close https://bugs.swift.org/browse/SR-1187 I am using the 3-24 snapshot but I am getting import errors : error: