-
Notifications
You must be signed in to change notification settings - Fork 28
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
error displaying KeyedArray on nightly #159
Comments
Seems like Julia nightly assumes that all AbstractStrings support |
In case it helps narrowing things down, I don't see this on Version 1.12.0-DEV.1375 (2024-10-14) Commit 9e92a9d174 (15 days old master) -- which also does not have a I believe Defining |
To possibly help narrow it down further I tested many of the recent nightly versions. It starts to error around PR#56324 Version 1.12.0-DEV.1494 (2024-10-25) although I can't imagine how that documentation PR would be responsible.
|
I don't know whether it's better to get rid of
|
I think you can even do |
Good call, defining |
Displaying a KeyedArray on nightly (on 2024-10-29, Development version 1.12.0-DEV.1514) results in the error below:
We can confirm the error results from the display command not print, or show:
Executing the same command while suppressing displaying does not give an error:
and executing the first command on Julia 1.11.1 displays the KeyedArray as expected:
The text was updated successfully, but these errors were encountered: