trixi-framework/Trixi.jl

Shorten package extension names as per the Pkg docs

Open

#2543 aperta il 1 set 2025

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)Julia (153 fork)batch import
good first issuerefactoring

Metriche repository

Star
 (686 star)
Metriche merge PR
 (Merge medio 19g 17h) (36 PR mergiate in 30 g)

Descrizione

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.

Guida contributor