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

sort on non-cell arrays fails #202

Closed
StefanKarpinski opened this issue Sep 21, 2011 · 0 comments
Closed

sort on non-cell arrays fails #202

StefanKarpinski opened this issue Sep 21, 2011 · 0 comments
Assignees
Labels
bug Indicates an unexpected problem or unintended behavior

Comments

@StefanKarpinski
Copy link
Member

julia> sort(["Arabic", "Chinese", "Hebrew", "Hindi", "Japanese", "Korean"])
type error: copy_to: in conversion to native type, expected BitsKind, got CompositeKind
@ghost ghost assigned JeffBezanson Sep 22, 2011
JeffBezanson added a commit that referenced this issue Sep 22, 2011
the problem was a compile-time error for an invalid ccall that doesn't
actually run due to explicit user type checks. moved the error to run time.
cmcaine pushed a commit to cmcaine/julia that referenced this issue Sep 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

2 participants