From 1dd9814bbde0464d67543b2e3a8f3add99c2b889 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 16:01:18 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for "GeneralizedGenerated" to "0.3" --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 055e4a8..d308231 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "OrbitalTrajectories" uuid = "2b613a20-8d2a-5290-b19f-e06f4bcc2e7d" authors = ["Dan Padilha"] -version = "0.1.6" +version = "0.1.7" [deps] DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8" @@ -47,7 +47,7 @@ DocStringExtensions = "0.8" Downloads = "1.3.0" FiniteDiff = "2.7.2" ForwardDiff = "0.10.14" -GeneralizedGenerated = "0.2.8" +GeneralizedGenerated = "0.2.8, 0.3" KernelDensity = "0.6.2" LineSearches = "7.1.1" Memoize = "0.4.4" From 74f86b4dc3b423ff29201698014f5b6ba4117308 Mon Sep 17 00:00:00 2001 From: Dan Padilha Date: Sat, 20 Mar 2021 15:25:15 +0900 Subject: [PATCH 2/2] Update support of GeneralizedGenerated to 0.3.2 --- Project.toml | 2 +- src/OrbitalTrajectories.jl | 14 -------------- 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/Project.toml b/Project.toml index d308231..750b1dc 100644 --- a/Project.toml +++ b/Project.toml @@ -47,7 +47,7 @@ DocStringExtensions = "0.8" Downloads = "1.3.0" FiniteDiff = "2.7.2" ForwardDiff = "0.10.14" -GeneralizedGenerated = "0.2.8, 0.3" +GeneralizedGenerated = "0.3.2" KernelDensity = "0.6.2" LineSearches = "7.1.1" Memoize = "0.4.4" diff --git a/src/OrbitalTrajectories.jl b/src/OrbitalTrajectories.jl index 9f7c2f5..5459423 100644 --- a/src/OrbitalTrajectories.jl +++ b/src/OrbitalTrajectories.jl @@ -1,14 +1,6 @@ module OrbitalTrajectories using Reexport - using GeneralizedGenerated: NGG - - function __init__() - # XXX: Ensure that NGG is initialized appropriately, so that - # GeneralizedGenerated functions work properly. See the NGG_modules constant. - map(NGG.module_index, NGG_modules) - nothing - end #----------# # INCLUDES # @@ -24,10 +16,4 @@ module OrbitalTrajectories @reexport using OrbitalTrajectories.Dynamics @reexport using OrbitalTrajectories.SpiceUtils - #-----------# - # CONSTANTS # - #-----------# - # Output of this gives the order that we should touch module_index() in __init__ - const NGG_modules = NGG._modules - end # module \ No newline at end of file