Skip to content

Commit

Permalink
tell JuliaInterface to load GAPDoc (#1009)
Browse files Browse the repository at this point in the history
When `ENV["GAP_BARE_DEPS"]` is bound before GAP.jl gets loaded,
the JuliaInterface package will be loaded before GAPDoc,
and this causes a warning because JuliaInterface needs a
variable from GAPDoc.
In order to avoid this, add GAPDoc to the dependencies of
JuliaInterface.
  • Loading branch information
ThomasBreuer authored Jun 20, 2024
1 parent 0676bb7 commit 3b497af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/JuliaInterface/PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ Dependencies := rec(
GAP := ">= 4.11", # need compatible code in GAP's src/julia_gc.c
NeededOtherPackages := [ ],
SuggestedOtherPackages := [ ],
OtherPackagesLoadedInAdvance := [ [ "GAPDoc", "1.6.6" ] ], # need StripEscapeSequences
ExternalConditions := [ ],
),

Expand Down

0 comments on commit 3b497af

Please sign in to comment.