trixi-framework/Trixi.jl

Shorten package extension names as per the Pkg docs

Open

#2,543 建立於 2025年9月1日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)Julia (686 star) (153 fork)batch import
good first issuerefactoring

描述

Since (I believe) v1.10, it is not necessary to include the parent package name in the extension package name. From the Pkg docs:

Extensions can have arbitrary names (here ContourExt), following the format of this example is likely a good idea for extensions with a single dependency. In Pkg output, extension names are always shown together with their parent package name.

貢獻者指南

Shorten package extension names as per the Pkg docs · trixi-framework/Trixi.jl#2543 | Good First Issue