Skip to content

Commit

Permalink
Add check to NoExperimental whitelist to being current (oscar-system#…
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens authored Apr 3, 2024
1 parent 1623c8e commit 915da71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions experimental/Experimental.jl
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ include_dependency(".")
isfile(joinpath(expdir, "NoExperimental_whitelist_.jl")) || error("experimental/NoExperimental_whitelist_.jl is missing")
if islink(joinpath(expdir, "NoExperimental_whitelist.jl"))
include(joinpath(expdir, "NoExperimental_whitelist.jl"))
issubset(whitelist, union(exppkgs, oldexppkgs)) || error("experimental/NoExperimental_whitelist.jl contains unknown packages")
filter!(in(whitelist), exppkgs)
filter!(in(whitelist), oldexppkgs)
end
Expand Down

0 comments on commit 915da71

Please sign in to comment.