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

fix broke sortperm() call for 0.7 compat #20

Closed
wants to merge 1 commit into from

Conversation

vddvss
Copy link

@vddvss vddvss commented Jul 29, 2018

Julia 0.7 changes the behavior of fieldnames so that it returns a tuple instead of an array (JuliaLang/julia#25725). However, sortperm isn't defined for tuples, breaking compilation. This just converts the tuple returned by fieldnames to an array.

@xiuliren
Copy link

xiuliren commented Aug 27, 2018

@ZacLN can this PR be merged?
I was trying to upgrade LanguageServer.jl to Julia 0.7, need this fix.

@ZacLN
Copy link
Contributor

ZacLN commented Aug 27, 2018

Hi @jingpengw, thanks! I'm pushing 0.7/1.0 fixes to the julia-vscode dependencies (CSTParser, LanguageServer and DocumentFormat) over the next day or so. This should a pre-beta, just about working version

@davidanthoff
Copy link
Member

I believe we can close this?

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

Successfully merging this pull request may close these issues.

4 participants