SwiftAndroid / swift

Port of Apple's reference Swift toolchain to Android; doesn't quite work yet
Apache License 2.0
720 stars 32 forks source link

Rebase onto apple/swift master #12

Closed modocache closed 8 years ago

modocache commented 8 years ago

Like #11, but instead of merging master, this is rebased on top of it.

@zhuowei: I'm in the process of testing this rebase. If I can confirm that swiftc-android hello.swift && swift-android-push hello work, would you mind if I force-pushed this to SwiftAndroid master?

modocache commented 8 years ago

I've confirmed that this works. @zhuowei, mind if I force-push to master, or would you like to test on your end as well?

modocache commented 8 years ago

Rebased onto f82389a.

zhuowei commented 8 years ago

if it can produce a working executable, then of course you can force-push

modocache commented 8 years ago

@zhuowei Excellent! I'll do so in the next few hours.

modocache commented 8 years ago

Done! Be sure to pull before doing any more work.