Revision a79c6f4b44024fb5f55c2c8e6bb9c5e6f356b16a authored by Shuhei Kadowaki on 18 November 2022, 08:35:19 UTC, committed by Shuhei Kadowaki on 18 November 2022, 08:35:19 UTC
We can delete the `[vcat|hcat]() = Any[]` methods and get more type
stability for calls like
`Core._apply_iterate(Base.iterate, Base.vcat, ::Vector{Vector{Int}}))`.
This change is backward compat since `[vcat|hcat]()` still returns `Any[]`.
1 parent d12ac36
Raw File
julia.desktop
# To use uxterm, change to these values.
#
# Exec=uxterm -e julia
# Terminal=false
#
# To use a .png icon specify the full path and file extension.
#
# Icon=/usr/share/icons/hicolor/48x48/apps/julia.png
#
[Desktop Entry]
Name=Julia
Comment=High-performance language for technical computing
Exec=julia
Icon=julia
Terminal=true
Type=Application
Categories=Development;
back to top