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

Ability to mark something as okay? #29

Closed
soffes opened this issue May 22, 2015 · 2 comments
Closed

Ability to mark something as okay? #29

soffes opened this issue May 22, 2015 · 2 comments

Comments

@soffes
Copy link
Contributor

soffes commented May 22, 2015

In X, I have the following code:

extension NSImage {
        public var CGImage: CGImageRef! {
            return CGImageForProposedRect(nil, context: nil, hints: nil)?.takeUnretainedValue()
        }
}

This now produces an error because the name starts with a capital letter. I definitely want this to be capital here so it matches iOS (that's the point of this extension). Is there a way to mark this as okay?

@aarondaub
Copy link

There's an open issue for this #4

@soffes
Copy link
Contributor Author

soffes commented May 22, 2015

Cool. Closing dupe.

@soffes soffes closed this as completed May 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants