Skip to content

Commit 13a5a3b

Browse files
authored
Merge pull request #1755 from JuliaRobotics/23Q3/refac/incrinfrext
Ext with IncrInfr prefix
2 parents 13c1e11 + ce17da4 commit 13a5a3b

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

Project.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
5656
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
5757

5858
[extensions]
59-
DiffEqFactorExt = "DifferentialEquations"
60-
FluxFactorsExt = "Flux"
61-
GadflyExt = "Gadfly"
62-
InteractiveUtilsExt = "InteractiveUtils"
63-
InterpolationsExt = "Interpolations"
59+
IncrInfrDiffEqFactorExt = "DifferentialEquations"
60+
IncrInfrFluxFactorsExt = "Flux"
61+
IncrInfrGadflyExt = "Gadfly"
62+
IncrInfrInteractiveUtilsExt = "InteractiveUtils"
63+
IncrInfrInterpolationsExt = "Interpolations"
6464

6565
[compat]
6666
ApproxManifoldProducts = "0.7"

ext/DiffEqFactorExt.jl renamed to ext/IncrInfrDiffEqFactorExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module DiffEqFactorExt
1+
module IncrInfrDiffEqFactorExt
22

33
@info "IncrementalInference.jl is loading extensions related to DifferentialEquations.jl"
44

ext/FluxFactorsExt.jl renamed to ext/IncrInfrFluxFactorsExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module FluxFactorsExt
1+
module IncrInfrFluxFactorsExt
22

33

44
@info "IncrementalInference is loading extension functionality related to Flux.jl"

ext/GadflyExt.jl renamed to ext/IncrInfrGadflyExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module GadflyExt
1+
module IncrInfrGadflyExt
22

33
@info "IncrementalInference.jl is loading plotting extensions relating to Gadfly.jl"
44

ext/InteractiveUtilsExt.jl renamed to ext/IncrInfrInteractiveUtilsExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module InteractiveUtilsExt
1+
module IncrInfrInteractiveUtilsExt
22

33
@info "IncrementalInference.jl is loading extension related to InteractiveUtils.jl."
44

ext/InterpolationsExt.jl renamed to ext/IncrInfrInterpolationsExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module InterpolationsExt
1+
module IncrInfrInterpolationsExt
22

33
@info "IncrementalInference.jl is loading extensions related to Interpolations.jl."
44

0 commit comments

Comments
 (0)