-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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#25242 #25268
Fix#25242 #25268
Conversation
Much thanks for taking a stab at this @KlausC! :) I am not certain that removing the eltype consistency enforcement is wise. cc @andyferris |
Have you tried simply removing the problematic annotation and fixing any fallout by the way? If we are fortunate, there may be little or no fallout and the issue simply dissolves :). |
Right, I think it is safer to remove
It's common to put changes like this as a separate PR, separate to the bugfix. There is a "fix" for strings, characters, symbols AND arbitrary user-defined data types merged in v0.7 such that |
…types Char, String, Symbol
@Sacha0 @andyferris @JeffBezanson I am thinking, the stack overflow was a consequence of the inappropriate use of |
Has been resolved by another PR |
JuliaLang/LinearAlgebra.jl#495
A radical solution, removing the @pure-discussion, hopefully.
As a bonus, now arrays of Char, String, Symbol may be transposed.