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

Convert to Int before indexing with Char in Array #85

Merged
merged 1 commit into from
Oct 28, 2014

Conversation

ivarne
Copy link
Contributor

@ivarne ivarne commented Oct 28, 2014

Regression fix from JuliaLang/julia#8816
Fixes #84

This seems like an obvious fix to me. We could reenable indexing with Char, but it seems more clear to convert manually when we need it in cases like this.

@kmsquire
Copy link
Contributor

LGTM.

@mlubin
Copy link

mlubin commented Oct 28, 2014

+1. Can't even tag fixes to packages broken by 0.4 because this was broken also :)

ivarne added a commit that referenced this pull request Oct 28, 2014
Convert to Int before indexing with Char in Array
@ivarne ivarne merged commit 7853e4a into master Oct 28, 2014
@ivarne
Copy link
Contributor Author

ivarne commented Oct 28, 2014

Can someone test and tag a new version? It will also include 888e6dd, but that doesn't look like a problem for me.

@stevengj
Copy link
Member

Tested and tagged.

@ivarne ivarne deleted the in/fix_char_index branch October 29, 2014 07:43
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.

[PkgEval] JSON may have a testing issue on Julia 0.4 (2014-10-28)
4 participants