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

Space out ternaries #4

Closed
ararslan opened this issue Aug 24, 2017 · 1 comment
Closed

Space out ternaries #4

ararslan opened this issue Aug 24, 2017 · 1 comment

Comments

@ararslan
Copy link

Omitting a space between the condition and the question mark in ternaries is deprecated as of JuliaLang/julia#22523 (0.7.0-DEV.797). Further, as of JuliaLang/julia#22712 (0.7.0-DEV.1004), omitting spaces on either side of ? and : is deprecated in ternaries. It would be great if this was something that could be recognized and handled appropriately.

@Keno
Copy link
Member

Keno commented Aug 24, 2017

Fixed in ef77749

@Keno Keno closed this as completed Aug 24, 2017
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