Skip to content
#

numerical

Here are 191 public repositories matching this topic...

julia
complyue
complyue commented Apr 23, 2022

https://github.com/JuliaLang/julia/blob/3cff21e725097673f969c19f8f0992c9a0838ab3/base/arrayshow.jl#L584

Seems the following change is reasonable:

-            sprint(show_type_name, unwrap_unionall(eltype_X).name), false # Print "Array" rather than "Array{T,N}"
+            sprint(show_type_name, unwrap_unionall(eltype_X).name; context=io), false # Print "Array" rather than "Array{
good first issue display and printing

Improve this page

Add a description, image, and links to the numerical topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the numerical topic, visit your repo's landing page and select "manage topics."

Learn more