Skip to content

Commit

Permalink
Move extensions to better namespace
Browse files Browse the repository at this point in the history
Extensions could have name collisions, adding ClimaAnalysis in front
dramatically reduces the likelihood and follows conventions.
  • Loading branch information
Sbozzolo committed Aug 29, 2024
1 parent cc66167 commit 75f6145
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 206 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ GeoMakie = "db073c08-6b98-4ee5-b6a4-5efafb3259c6"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"

[extensions]
GeoMakieExt = "GeoMakie"
MakieExt = "Makie"
ClimaAnalysisGeoMakieExt = "GeoMakie"
ClimaAnalysisMakieExt = "Makie"

[compat]
Aqua = "0.8"
Expand Down
2 changes: 1 addition & 1 deletion ext/ClimaAnalysisGeoMakieExt.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module ClimaAnalysisGeoMakieExt
module GeoMakieExt

import GeoMakie
import GeoMakie: Makie
Expand Down
2 changes: 1 addition & 1 deletion ext/MakieExt.jl → ext/ClimaAnalysisMakieExt.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module MakieExt
module ClimaAnalysisMakieExt

import Makie
import ClimaAnalysis
Expand Down
202 changes: 0 additions & 202 deletions ext/GeoMakieExt.jl

This file was deleted.

0 comments on commit 75f6145

Please sign in to comment.