Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jazzy can not parse open classes from Swift 3 #646

Closed
rafiki270 opened this issue Aug 26, 2016 · 5 comments
Closed

Jazzy can not parse open classes from Swift 3 #646

rafiki270 opened this issue Aug 26, 2016 · 5 comments
Assignees

Comments

@rafiki270
Copy link

rafiki270 commented Aug 26, 2016

import UIKit

/**
 Main class to interface with LiveUI system
 */
open class LUI: LUIMain, LUIProtocol {


    // MARK: Accessing data

    /**
     Get image by it's key, setup in the LiveUI admin panel

     - Parameters:
     - imageKey: Image key from LiveUI admin panel
     - defaultImage: Default image that should be used if image doesn't exist. Default is nil to be returned

     - Returns: UIImage Image or nil
     */
    open static func image(_ imageKey: String, defaultImage: UIImage? = nil) -> UIImage? {
        return Images.sharedInstance.get(imageKey, defaultImage: defaultImage)
    }
``
@picciano
Copy link

picciano commented Sep 7, 2016

I'm confused on the status of this. I see the merge above, but doesn't look like Jazzy version has been updated and am not getting an update through gem. This is still failing with Swift 3/Xcode 8, is there something I need to do to get this to work locally?

@rafiki270
Copy link
Author

I would get we'll have to wait for the next release if you want to use gem ...

@rafiki270
Copy link
Author

also, the next big issue might be the underscore before a method variable or closure

@picciano
Copy link

picciano commented Sep 7, 2016

Guess we'll find out soon enough. Xcode 8 GM should be announced in about 15 minutes or so...

@karagraysen
Copy link
Contributor

Fixed as per #647.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants